Skip to content

Console Output

Started by user Sravan Kumar Lakkimsetti
Running as Sravan Kumar Lakkimsetti
[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-qsk7s-mr6cx
Agent aggrbuild-pod-qsk7s-mr6cx is provisioned from template aggrbuild-pod-qsk7s
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/P-build/100/"
    runUrl: "job/P-build/100/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e"
    jenkins/label: "aggrbuild-pod"
  name: "aggrbuild-pod-qsk7s-mr6cx"
  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-qsk7s-mr6cx"
    - name: "JENKINS_NAME"
      value: "aggrbuild-pod-qsk7s-mr6cx"
    - 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-jdk11: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-qsk7s-mr6cx in /home/jenkins/agent/workspace/P-build
[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] { (Clean Workspace)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
01:47:05 [2022-09-12T05:47:05.820Z] + cd /home/jenkins/agent/workspace/P-build
01:47:05 [2022-09-12T05:47:05.821Z] + rm -rf '*'
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup intial configuration)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
01:47:15 [2022-09-12T05:47:15.659Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
01:47:15 [2022-09-12T05:47:15.659Z] [ssh-agent] Looking for ssh-agent implementation...
01:47:15 [2022-09-12T05:47:15.964Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
01:47:15 [2022-09-12T05:47:15.964Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:47:16 [2022-09-12T05:47:16.215Z] Executing command: "ssh-agent" 
01:47:16 [2022-09-12T05:47:16.215Z] exit
01:47:16 [2022-09-12T05:47:16.269Z] SSH_AUTH_SOCK=/tmp/ssh-Lx2XyDPftp6p/agent.100; export SSH_AUTH_SOCK;
01:47:16 [2022-09-12T05:47:16.269Z] SSH_AGENT_PID=101; export SSH_AGENT_PID;
01:47:16 [2022-09-12T05:47:16.269Z] echo Agent pid 101;
01:47:16 [2022-09-12T05:47:16.271Z] SSH_AUTH_SOCK=/tmp/ssh-Lx2XyDPftp6p/agent.100
01:47:16 [2022-09-12T05:47:16.271Z] SSH_AGENT_PID=101
01:47:16 [2022-09-12T05:47:16.297Z] Running ssh-add (command line suppressed)
01:47:16 [2022-09-12T05:47:16.561Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_15533189614238740993.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_15533189614238740993.key)
01:47:16 [2022-09-12T05:47:16.572Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
01:47:17 [2022-09-12T05:47:17.325Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator
[Pipeline] {
[Pipeline] sh
01:47:18 [2022-09-12T05:47:18.590Z] + git clone -b R4_25_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
01:47:18 [2022-09-12T05:47:18.591Z] Cloning into 'eclipse.platform.releng.aggregator'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
01:47:22 [2022-09-12T05:47:22.213Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:47:22 [2022-09-12T05:47:22.466Z] Executing command: "ssh-agent" "-k" 
01:47:22 [2022-09-12T05:47:22.466Z] exit
01:47:22 [2022-09-12T05:47:22.522Z] unset SSH_AUTH_SOCK;
01:47:22 [2022-09-12T05:47:22.522Z] unset SSH_AGENT_PID;
01:47:22 [2022-09-12T05:47:22.522Z] echo Agent pid 101 killed;
01:47:22 [2022-09-12T05:47:22.523Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sh
01:47:23 [2022-09-12T05:47:23.804Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
01:47:23 [2022-09-12T05:47:23.805Z] + 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
01:47:23 [2022-09-12T05:47:23.805Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Genrerate environment variables)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
01:47:33 [2022-09-12T05:47:33.782Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:47:33 [2022-09-12T05:47:33.783Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt
01:47:33 [2022-09-12T05:47:33.783Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:33 [2022-09-12T05:47:33.783Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log
01:47:33 [2022-09-12T05:47:33.783Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Load PGP keys)
[Pipeline] withCredentials
01:47:42 [2022-09-12T05:47:42.286Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
01:47:46 [2022-09-12T05:47:46.252Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:47:46 [2022-09-12T05:47:46.253Z] + ./mb011_loadPGPKeys.sh
01:47:46 [2022-09-12T05:47:46.253Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb011_loadPGPKeys.sh.log
01:47:46 [2022-09-12T05:47:46.253Z] gpg: directory '/home/jenkins/.gnupg' created
01:47:46 [2022-09-12T05:47:46.253Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
01:47:46 [2022-09-12T05:47:46.253Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
01:47:46 [2022-09-12T05:47:46.253Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
01:47:46 [2022-09-12T05:47:46.253Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
01:47:46 [2022-09-12T05:47:46.253Z] gpg: key B6D3AB9BCC641282: secret key imported
01:47:46 [2022-09-12T05:47:46.253Z] gpg: Total number processed: 1
01:47:46 [2022-09-12T05:47:46.253Z] gpg:               imported: 1
01:47:46 [2022-09-12T05:47:46.253Z] gpg:       secret keys read: 1
01:47:46 [2022-09-12T05:47:46.253Z] gpg:   secret keys imported: 1
01:47:46 [2022-09-12T05:47:46.253Z] Secret subkeys are available.
01:47:46 [2022-09-12T05:47:46.253Z] 
01:47:46 [2022-09-12T05:47:46.253Z] pub  rsa4096/B6D3AB9BCC641282
01:47:46 [2022-09-12T05:47:46.253Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:47:46 [2022-09-12T05:47:46.253Z]      trust: unknown       validity: unknown
01:47:46 [2022-09-12T05:47:46.253Z] ssb  rsa4096/700E4F39BC05364B
01:47:46 [2022-09-12T05:47:46.253Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:47:46 [2022-09-12T05:47:46.254Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] pub  rsa4096/B6D3AB9BCC641282
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:47:46 [2022-09-12T05:47:46.254Z]      trust: unknown       validity: unknown
01:47:46 [2022-09-12T05:47:46.254Z] ssb  rsa4096/700E4F39BC05364B
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:47:46 [2022-09-12T05:47:46.254Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] Please decide how far you trust this user to correctly verify other users' keys
01:47:46 [2022-09-12T05:47:46.254Z] (by looking at passports, checking fingerprints from different sources, etc.)
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z]   1 = I don't know or won't say
01:47:46 [2022-09-12T05:47:46.254Z]   2 = I do NOT trust
01:47:46 [2022-09-12T05:47:46.254Z]   3 = I trust marginally
01:47:46 [2022-09-12T05:47:46.254Z]   4 = I trust fully
01:47:46 [2022-09-12T05:47:46.254Z]   5 = I trust ultimately
01:47:46 [2022-09-12T05:47:46.254Z]   m = back to the main menu
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] pub  rsa4096/B6D3AB9BCC641282
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:47:46 [2022-09-12T05:47:46.254Z]      trust: ultimate      validity: unknown
01:47:46 [2022-09-12T05:47:46.254Z] ssb  rsa4096/700E4F39BC05364B
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:47:46 [2022-09-12T05:47:46.254Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:47:46 [2022-09-12T05:47:46.254Z] Please note that the shown key validity is not necessarily correct
01:47:46 [2022-09-12T05:47:46.254Z] unless you restart the program.
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] Secret subkeys are available.
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] gpg: checking the trustdb
01:47:46 [2022-09-12T05:47:46.254Z] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
01:47:46 [2022-09-12T05:47:46.254Z] gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
01:47:46 [2022-09-12T05:47:46.254Z] gpg: next trustdb check due at 2026-12-15
01:47:46 [2022-09-12T05:47:46.254Z] pub  rsa4096/B6D3AB9BCC641282
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:47:46 [2022-09-12T05:47:46.254Z]      trust: ultimate      validity: ultimate
01:47:46 [2022-09-12T05:47:46.254Z] ssb  rsa4096/700E4F39BC05364B
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:47:46 [2022-09-12T05:47:46.254Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] pub  rsa4096/B6D3AB9BCC641282
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:47:46 [2022-09-12T05:47:46.254Z]      trust: ultimate      validity: ultimate
01:47:46 [2022-09-12T05:47:46.254Z] ssb  rsa4096/700E4F39BC05364B
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:47:46 [2022-09-12T05:47:46.254Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] Please decide how far you trust this user to correctly verify other users' keys
01:47:46 [2022-09-12T05:47:46.254Z] (by looking at passports, checking fingerprints from different sources, etc.)
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z]   1 = I don't know or won't say
01:47:46 [2022-09-12T05:47:46.254Z]   2 = I do NOT trust
01:47:46 [2022-09-12T05:47:46.254Z]   3 = I trust marginally
01:47:46 [2022-09-12T05:47:46.254Z]   4 = I trust fully
01:47:46 [2022-09-12T05:47:46.254Z]   5 = I trust ultimately
01:47:46 [2022-09-12T05:47:46.254Z]   m = back to the main menu
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] pub  rsa4096/B6D3AB9BCC641282
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
01:47:46 [2022-09-12T05:47:46.254Z]      trust: ultimate      validity: ultimate
01:47:46 [2022-09-12T05:47:46.254Z] ssb  rsa4096/700E4F39BC05364B
01:47:46 [2022-09-12T05:47:46.254Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
01:47:46 [2022-09-12T05:47:46.254Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
01:47:46 [2022-09-12T05:47:46.254Z] 
01:47:46 [2022-09-12T05:47:46.254Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Export environment variables stage 1)
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
01:47:57 [2022-09-12T05:47:57.636Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:57 [2022-09-12T05:47:57.637Z] +++ export TIMESTAMP=20220912-0140
01:47:57 [2022-09-12T05:47:57.637Z] +++ TIMESTAMP=20220912-0140
01:47:57 [2022-09-12T05:47:57.637Z] +++ export 'BUILD_PRETTY_DATE=Mon Sep 12 01:40:00 EDT 2022'
01:47:57 [2022-09-12T05:47:57.637Z] +++ BUILD_PRETTY_DATE='Mon Sep 12 01:40:00 EDT 2022'
01:47:57 [2022-09-12T05:47:57.637Z] +++ export BRANCH=R4_25_maintenance
01:47:57 [2022-09-12T05:47:57.637Z] +++ BRANCH=R4_25_maintenance
01:47:57 [2022-09-12T05:47:57.637Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
01:47:57 [2022-09-12T05:47:57.637Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
01:47:57 [2022-09-12T05:47:57.637Z] +++ export PATCH_BUILD=java19patch
01:47:57 [2022-09-12T05:47:57.637Z] +++ PATCH_BUILD=java19patch
01:47:57 [2022-09-12T05:47:57.637Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
01:47:57 [2022-09-12T05:47:57.637Z] +++ BUILD_TYPE_NAME='Beta Java 19'
01:47:57 [2022-09-12T05:47:57.637Z] +++ export BUILD_TYPE=P
01:47:57 [2022-09-12T05:47:57.637Z] +++ BUILD_TYPE=P
01:47:57 [2022-09-12T05:47:57.637Z] +++ export TESTED_BUILD_TYPE=P
01:47:57 [2022-09-12T05:47:57.637Z] +++ TESTED_BUILD_TYPE=P
01:47:57 [2022-09-12T05:47:57.637Z] +++ export RELEASE_VER=4.25
01:47:57 [2022-09-12T05:47:57.637Z] +++ RELEASE_VER=4.25
01:47:57 [2022-09-12T05:47:57.637Z] +++ export STREAM=4.25.0
01:47:57 [2022-09-12T05:47:57.637Z] +++ STREAM=4.25.0
01:47:57 [2022-09-12T05:47:57.637Z] +++ export STREAMMajor=4
01:47:57 [2022-09-12T05:47:57.637Z] +++ STREAMMajor=4
01:47:57 [2022-09-12T05:47:57.637Z] +++ export STREAMMinor=25
01:47:57 [2022-09-12T05:47:57.637Z] +++ STREAMMinor=25
01:47:57 [2022-09-12T05:47:57.637Z] +++ export STREAMService=0
01:47:57 [2022-09-12T05:47:57.637Z] +++ STREAMService=0
01:47:57 [2022-09-12T05:47:57.637Z] +++ export GIT_ROOT=git@github.com:
01:47:57 [2022-09-12T05:47:57.637Z] +++ GIT_ROOT=git@github.com:
01:47:57 [2022-09-12T05:47:57.637Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:47:57 [2022-09-12T05:47:57.637Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:47:57 [2022-09-12T05:47:57.637Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:47:57 [2022-09-12T05:47:57.637Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:47:57 [2022-09-12T05:47:57.637Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
01:47:57 [2022-09-12T05:47:57.637Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
01:47:57 [2022-09-12T05:47:57.637Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
01:47:57 [2022-09-12T05:47:57.637Z] +++ UPDATES_DIR=siteDir/eclipse/updates
01:47:57 [2022-09-12T05:47:57.637Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
01:47:57 [2022-09-12T05:47:57.637Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
01:47:57 [2022-09-12T05:47:57.637Z] +++ export TMP_DIR=tmp
01:47:57 [2022-09-12T05:47:57.637Z] +++ TMP_DIR=tmp
01:47:57 [2022-09-12T05:47:57.637Z] +++ export DOWNLOAD_HOST=download.eclipse.org
01:47:57 [2022-09-12T05:47:57.637Z] +++ DOWNLOAD_HOST=download.eclipse.org
01:47:57 [2022-09-12T05:47:57.637Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:47:57 [2022-09-12T05:47:57.637Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:47:57 [2022-09-12T05:47:57.637Z] +++ export LOCAL_REPO=localMavenRepo
01:47:57 [2022-09-12T05:47:57.637Z] +++ LOCAL_REPO=localMavenRepo
01:47:57 [2022-09-12T05:47:57.637Z] +++ export BASEBUILDER_TAG=4.24
01:47:57 [2022-09-12T05:47:57.637Z] +++ BASEBUILDER_TAG=4.24
01:47:57 [2022-09-12T05:47:57.637Z] +++ export API_PREV_REF_LABEL=4.24
01:47:57 [2022-09-12T05:47:57.637Z] +++ API_PREV_REF_LABEL=4.24
01:47:57 [2022-09-12T05:47:57.637Z] +++ export API_FREEZE_REF_LABEL=
01:47:57 [2022-09-12T05:47:57.638Z] +++ API_FREEZE_REF_LABEL=
01:47:57 [2022-09-12T05:47:57.638Z] +++ export 'FREEZE_PARAMS= '
01:47:57 [2022-09-12T05:47:57.638Z] +++ FREEZE_PARAMS=' '
01:47:57 [2022-09-12T05:47:57.638Z] +++ export PREVIOUS_RELEASE_VER=4.24
01:47:57 [2022-09-12T05:47:57.638Z] +++ PREVIOUS_RELEASE_VER=4.24
01:47:57 [2022-09-12T05:47:57.638Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
01:47:57 [2022-09-12T05:47:57.638Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BASEBUILD_ID=R-4.24-202206070700
01:47:57 [2022-09-12T05:47:57.638Z] +++ BASEBUILD_ID=R-4.24-202206070700
01:47:57 [2022-09-12T05:47:57.638Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:47:57 [2022-09-12T05:47:57.638Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:47:57 [2022-09-12T05:47:57.638Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:47:57 [2022-09-12T05:47:57.638Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:47:57 [2022-09-12T05:47:57.638Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:47:57 [2022-09-12T05:47:57.638Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:47:57 [2022-09-12T05:47:57.638Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:47:57 [2022-09-12T05:47:57.638Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:47:57 [2022-09-12T05:47:57.638Z] +++ export MAVEN_OPTS=-Xmx6G
01:47:57 [2022-09-12T05:47:57.638Z] +++ MAVEN_OPTS=-Xmx6G
01:47:57 [2022-09-12T05:47:57.638Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:47:57 [2022-09-12T05:47:57.638Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:57 [2022-09-12T05:47:57.638Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:47:57 [2022-09-12T05:47:57.638Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:47:57 [2022-09-12T05:47:57.638Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BUILD_ID=P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] +++ BUILD_ID=P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] +++ export BUILD_DIR_SEG=P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] +++ BUILD_DIR_SEG=P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] +++ export EQ_BUILD_DIR_SEG=P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] +++ EQ_BUILD_DIR_SEG=P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] +++ export EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:47:57 [2022-09-12T05:47:57.638Z] +++ EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:47:57 [2022-09-12T05:47:57.638Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:47:57 [2022-09-12T05:47:57.638Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:47:57 [2022-09-12T05:47:57.638Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:47:57 [2022-09-12T05:47:57.638Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:47:57 [2022-09-12T05:47:57.638Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:47:57 [2022-09-12T05:47:57.638Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:47:57 [2022-09-12T05:47:57.638Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:47:57 [2022-09-12T05:47:57.638Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:47:57 [2022-09-12T05:47:57.638Z] ++ echo P20220912-0140
01:47:57 [2022-09-12T05:47:57.638Z] + echo P20220912-0140
[Pipeline] sh
01:47:58 [2022-09-12T05:47:58.504Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:58 [2022-09-12T05:47:58.505Z] +++ export TIMESTAMP=20220912-0140
01:47:58 [2022-09-12T05:47:58.505Z] +++ TIMESTAMP=20220912-0140
01:47:58 [2022-09-12T05:47:58.505Z] +++ export 'BUILD_PRETTY_DATE=Mon Sep 12 01:40:00 EDT 2022'
01:47:58 [2022-09-12T05:47:58.505Z] +++ BUILD_PRETTY_DATE='Mon Sep 12 01:40:00 EDT 2022'
01:47:58 [2022-09-12T05:47:58.505Z] +++ export BRANCH=R4_25_maintenance
01:47:58 [2022-09-12T05:47:58.505Z] +++ BRANCH=R4_25_maintenance
01:47:58 [2022-09-12T05:47:58.505Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
01:47:58 [2022-09-12T05:47:58.505Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
01:47:58 [2022-09-12T05:47:58.505Z] +++ export PATCH_BUILD=java19patch
01:47:58 [2022-09-12T05:47:58.505Z] +++ PATCH_BUILD=java19patch
01:47:58 [2022-09-12T05:47:58.505Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
01:47:58 [2022-09-12T05:47:58.505Z] +++ BUILD_TYPE_NAME='Beta Java 19'
01:47:58 [2022-09-12T05:47:58.505Z] +++ export BUILD_TYPE=P
01:47:58 [2022-09-12T05:47:58.505Z] +++ BUILD_TYPE=P
01:47:58 [2022-09-12T05:47:58.505Z] +++ export TESTED_BUILD_TYPE=P
01:47:58 [2022-09-12T05:47:58.506Z] +++ TESTED_BUILD_TYPE=P
01:47:58 [2022-09-12T05:47:58.506Z] +++ export RELEASE_VER=4.25
01:47:58 [2022-09-12T05:47:58.506Z] +++ RELEASE_VER=4.25
01:47:58 [2022-09-12T05:47:58.506Z] +++ export STREAM=4.25.0
01:47:58 [2022-09-12T05:47:58.506Z] +++ STREAM=4.25.0
01:47:58 [2022-09-12T05:47:58.506Z] +++ export STREAMMajor=4
01:47:58 [2022-09-12T05:47:58.506Z] +++ STREAMMajor=4
01:47:58 [2022-09-12T05:47:58.506Z] +++ export STREAMMinor=25
01:47:58 [2022-09-12T05:47:58.506Z] +++ STREAMMinor=25
01:47:58 [2022-09-12T05:47:58.506Z] +++ export STREAMService=0
01:47:58 [2022-09-12T05:47:58.506Z] +++ STREAMService=0
01:47:58 [2022-09-12T05:47:58.506Z] +++ export GIT_ROOT=git@github.com:
01:47:58 [2022-09-12T05:47:58.506Z] +++ GIT_ROOT=git@github.com:
01:47:58 [2022-09-12T05:47:58.506Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:47:58 [2022-09-12T05:47:58.506Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:47:58 [2022-09-12T05:47:58.506Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:47:58 [2022-09-12T05:47:58.506Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:47:58 [2022-09-12T05:47:58.506Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
01:47:58 [2022-09-12T05:47:58.506Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
01:47:58 [2022-09-12T05:47:58.506Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
01:47:58 [2022-09-12T05:47:58.506Z] +++ UPDATES_DIR=siteDir/eclipse/updates
01:47:58 [2022-09-12T05:47:58.506Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
01:47:58 [2022-09-12T05:47:58.506Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
01:47:58 [2022-09-12T05:47:58.506Z] +++ export TMP_DIR=tmp
01:47:58 [2022-09-12T05:47:58.506Z] +++ TMP_DIR=tmp
01:47:58 [2022-09-12T05:47:58.506Z] +++ export DOWNLOAD_HOST=download.eclipse.org
01:47:58 [2022-09-12T05:47:58.506Z] +++ DOWNLOAD_HOST=download.eclipse.org
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:47:58 [2022-09-12T05:47:58.506Z] +++ export LOCAL_REPO=localMavenRepo
01:47:58 [2022-09-12T05:47:58.506Z] +++ LOCAL_REPO=localMavenRepo
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BASEBUILDER_TAG=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ BASEBUILDER_TAG=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ export API_PREV_REF_LABEL=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ API_PREV_REF_LABEL=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ export API_FREEZE_REF_LABEL=
01:47:58 [2022-09-12T05:47:58.506Z] +++ API_FREEZE_REF_LABEL=
01:47:58 [2022-09-12T05:47:58.506Z] +++ export 'FREEZE_PARAMS= '
01:47:58 [2022-09-12T05:47:58.506Z] +++ FREEZE_PARAMS=' '
01:47:58 [2022-09-12T05:47:58.506Z] +++ export PREVIOUS_RELEASE_VER=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ PREVIOUS_RELEASE_VER=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BASEBUILD_ID=R-4.24-202206070700
01:47:58 [2022-09-12T05:47:58.506Z] +++ BASEBUILD_ID=R-4.24-202206070700
01:47:58 [2022-09-12T05:47:58.506Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:47:58 [2022-09-12T05:47:58.506Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:47:58 [2022-09-12T05:47:58.506Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:47:58 [2022-09-12T05:47:58.506Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:47:58 [2022-09-12T05:47:58.506Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:47:58 [2022-09-12T05:47:58.506Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:47:58 [2022-09-12T05:47:58.506Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:47:58 [2022-09-12T05:47:58.506Z] +++ export MAVEN_OPTS=-Xmx6G
01:47:58 [2022-09-12T05:47:58.506Z] +++ MAVEN_OPTS=-Xmx6G
01:47:58 [2022-09-12T05:47:58.506Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:47:58 [2022-09-12T05:47:58.506Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILD_ID=P20220912-0140
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILD_ID=P20220912-0140
01:47:58 [2022-09-12T05:47:58.506Z] +++ export BUILD_DIR_SEG=P20220912-0140
01:47:58 [2022-09-12T05:47:58.506Z] +++ BUILD_DIR_SEG=P20220912-0140
01:47:58 [2022-09-12T05:47:58.506Z] +++ export EQ_BUILD_DIR_SEG=P20220912-0140
01:47:58 [2022-09-12T05:47:58.506Z] +++ EQ_BUILD_DIR_SEG=P20220912-0140
01:47:58 [2022-09-12T05:47:58.506Z] +++ export EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:47:58 [2022-09-12T05:47:58.506Z] +++ EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:47:58 [2022-09-12T05:47:58.506Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:47:58 [2022-09-12T05:47:58.507Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:47:58 [2022-09-12T05:47:58.507Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:47:58 [2022-09-12T05:47:58.507Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:47:58 [2022-09-12T05:47:58.507Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:47:58 [2022-09-12T05:47:58.507Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:47:58 [2022-09-12T05:47:58.507Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:47:58 [2022-09-12T05:47:58.507Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:47:58 [2022-09-12T05:47:58.507Z] ++ echo 4.25
01:47:58 [2022-09-12T05:47:58.507Z] + echo 4.25
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Repositories)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
01:48:08 [2022-09-12T05:48:08.744Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
01:48:08 [2022-09-12T05:48:08.745Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
01:48:08 [2022-09-12T05:48:08.745Z] [ssh-agent] Looking for ssh-agent implementation...
01:48:09 [2022-09-12T05:48:09.059Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
01:48:09 [2022-09-12T05:48:09.059Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:48:09 [2022-09-12T05:48:09.327Z] Executing command: "ssh-agent" 
01:48:09 [2022-09-12T05:48:09.327Z] exit
01:48:09 [2022-09-12T05:48:09.333Z] SSH_AUTH_SOCK=/tmp/ssh-xVDaEhOfU6uj/agent.504; export SSH_AUTH_SOCK;
01:48:09 [2022-09-12T05:48:09.333Z] SSH_AGENT_PID=505; export SSH_AGENT_PID;
01:48:09 [2022-09-12T05:48:09.333Z] echo Agent pid 505;
01:48:09 [2022-09-12T05:48:09.335Z] SSH_AUTH_SOCK=/tmp/ssh-xVDaEhOfU6uj/agent.504
01:48:09 [2022-09-12T05:48:09.335Z] SSH_AGENT_PID=505
01:48:09 [2022-09-12T05:48:09.347Z] Running ssh-add (command line suppressed)
01:48:09 [2022-09-12T05:48:09.662Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_13717191092764992866.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_13717191092764992866.key)
01:48:09 [2022-09-12T05:48:09.678Z] Running ssh-add (command line suppressed)
01:48:09 [2022-09-12T05:48:09.989Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_5440944247321143055.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_5440944247321143055.key)
01:48:09 [2022-09-12T05:48:09.996Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
01:48:11 [2022-09-12T05:48:11.271Z] + git config --global user.email releng-bot@eclipse.org
01:48:11 [2022-09-12T05:48:11.272Z] + git config --global user.name 'Eclipse Releng Bot'
01:48:11 [2022-09-12T05:48:11.272Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:48:11 [2022-09-12T05:48:11.272Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:48:11 [2022-09-12T05:48:11.272Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log
01:48:11 [2022-09-12T05:48:11.272Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'...
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common'
01:48:13 [2022-09-12T05:48:13.806Z] Submodule 'eclipse.platform.debug' (https://github.com/eclipse-platform/eclipse.platform.debug.git) registered for path 'eclipse.platform.debug'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.swt.binaries' (https://github.com/eclipse-platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.text' (https://github.com/eclipse-platform/eclipse.platform.text.git) registered for path 'eclipse.platform.text'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.ua' (https://github.com/eclipse-platform/eclipse.platform.ua.git) registered for path 'eclipse.platform.ua'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries'
01:48:13 [2022-09-12T05:48:13.807Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2'
01:48:13 [2022-09-12T05:48:13.807Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt'...
01:48:14 [2022-09-12T05:48:14.744Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core'...
01:48:29 [2022-09-12T05:48:29.833Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core.binaries'...
01:48:29 [2022-09-12T05:48:29.833Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug'...
01:48:31 [2022-09-12T05:48:31.211Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui'...
01:48:39 [2022-09-12T05:48:39.323Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde'...
01:48:43 [2022-09-12T05:48:43.511Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform'...
01:48:48 [2022-09-12T05:48:48.773Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.common'...
01:48:56 [2022-09-12T05:48:56.883Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug'...
01:48:58 [2022-09-12T05:48:58.257Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng'...
01:48:59 [2022-09-12T05:48:59.191Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt'...
01:49:09 [2022-09-12T05:49:09.164Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries'...
01:49:41 [2022-09-12T05:49:41.462Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text'...
01:49:43 [2022-09-12T05:49:43.364Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ua'...
01:49:44 [2022-09-12T05:49:44.740Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui'...
01:49:56 [2022-09-12T05:49:56.941Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui.tools'...
01:49:56 [2022-09-12T05:49:56.941Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox'...
01:49:57 [2022-09-12T05:49:57.874Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.binaries'...
01:50:00 [2022-09-12T05:50:00.414Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2'...
01:50:04 [2022-09-12T05:50:04.627Z] Submodule path 'eclipse.jdt': checked out '929b0cd763bb9450b116e2f1e0d5a3add3c522a0'
01:50:04 [2022-09-12T05:50:04.627Z] Submodule path 'eclipse.jdt.core': checked out 'c629d6bbecf94f42dbc352301f30a47d6578c4e9'
01:50:04 [2022-09-12T05:50:04.886Z] Submodule path 'eclipse.jdt.core.binaries': checked out '0b1c57afd0e683163355739902599d6c3b019f18'
01:50:05 [2022-09-12T05:50:05.144Z] Submodule path 'eclipse.jdt.debug': checked out 'f925173779e06456420fcdc5c245d42508a9a626'
01:50:06 [2022-09-12T05:50:06.518Z] Submodule path 'eclipse.jdt.ui': checked out '054cfef225a81a6958a61deb10484577d8de9ef0'
01:50:07 [2022-09-12T05:50:07.083Z] Submodule path 'eclipse.pde': checked out '4da30fafbf7da59dc7bb1c90e515c7fd204cf407'
01:50:07 [2022-09-12T05:50:07.648Z] Submodule path 'eclipse.platform': checked out 'd86b07dc7822d87b5cc2b94cc401323616edd4f3'
01:50:07 [2022-09-12T05:50:07.907Z] Submodule path 'eclipse.platform.common': checked out '3aa92eece964dfd5aea6e7b059e4a8c8b41716b4'
01:50:08 [2022-09-12T05:50:08.167Z] Submodule path 'eclipse.platform.debug': checked out 'c1cbc462a44c1fdac353c51757ee1db0e35eecd0'
01:50:08 [2022-09-12T05:50:08.425Z] Submodule path 'eclipse.platform.releng': checked out 'b25099b5d011009deda219b765f69ea2c6fde657'
01:50:08 [2022-09-12T05:50:08.682Z] Submodule path 'eclipse.platform.swt': checked out 'a658db7c012f0bb66e00e376f9c4bf460902611d'
01:50:08 [2022-09-12T05:50:08.939Z] Submodule path 'eclipse.platform.swt.binaries': checked out 'fec4037ee3c97af595c242e34b4855bebe7ba7ff'
01:50:08 [2022-09-12T05:50:08.939Z] Submodule path 'eclipse.platform.text': checked out 'c407b4abec73bf9a8e5d6aaa87086922c2860c7a'
01:50:09 [2022-09-12T05:50:09.197Z] Submodule path 'eclipse.platform.ua': checked out '0ff5215f64314fd5bb2ac2a82a2dcc925947ee33'
01:50:10 [2022-09-12T05:50:10.130Z] Submodule path 'eclipse.platform.ui': checked out 'eb5f64917709bd7c903f72569d1344fbeda305bc'
01:50:10 [2022-09-12T05:50:10.130Z] Submodule path 'eclipse.platform.ui.tools': checked out '1df1172cda52e7bbd6a09dced34c434754fff51e'
01:50:10 [2022-09-12T05:50:10.695Z] Submodule path 'equinox': checked out '0ebf9ae64ec88482094447de2a1b6d9c3c4e7251'
01:50:10 [2022-09-12T05:50:10.695Z] Submodule path 'rt.equinox.binaries': checked out 'cf3f4f51403eac0fc16be0876fff8a3ceceabacc'
01:50:11 [2022-09-12T05:50:11.261Z] Submodule path 'rt.equinox.p2': checked out '4d9f31f386f3d8b017d33ad404ced5c2fea7ca34'
01:50:11 [2022-09-12T05:50:11.261Z] Already on 'R4_25_maintenance'
01:50:11 [2022-09-12T05:50:11.261Z] M	cje-production/buildproperties.txt
01:50:11 [2022-09-12T05:50:11.261Z] M	cje-production/mbscripts/mb011_loadPGPKeys.sh
01:50:11 [2022-09-12T05:50:11.261Z] Your branch is up to date with 'origin/R4_25_maintenance'.
01:50:11 [2022-09-12T05:50:11.261Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:11 [2022-09-12T05:50:11.261Z] discouraged. You can squelch this message by running one of the following
01:50:11 [2022-09-12T05:50:11.261Z] commands sometime before your next pull:
01:50:11 [2022-09-12T05:50:11.261Z] 
01:50:11 [2022-09-12T05:50:11.261Z]   git config pull.rebase false  # merge (the default strategy)
01:50:11 [2022-09-12T05:50:11.261Z]   git config pull.rebase true   # rebase
01:50:11 [2022-09-12T05:50:11.261Z]   git config pull.ff only       # fast-forward only
01:50:11 [2022-09-12T05:50:11.261Z] 
01:50:11 [2022-09-12T05:50:11.261Z] You can replace "git config" with "git config --global" to set a default
01:50:11 [2022-09-12T05:50:11.261Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:11 [2022-09-12T05:50:11.261Z] or --ff-only on the command line to override the configured default per
01:50:11 [2022-09-12T05:50:11.261Z] invocation.
01:50:11 [2022-09-12T05:50:11.261Z] 
01:50:12 [2022-09-12T05:50:12.193Z] Already up to date.
01:50:12 [2022-09-12T05:50:12.194Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:12 [2022-09-12T05:50:12.194Z] Entering 'eclipse.jdt'
01:50:12 [2022-09-12T05:50:12.759Z] Checking out R4_25_maintenance
01:50:12 [2022-09-12T05:50:12.759Z] Switched to a new branch 'R4_25_maintenance'
01:50:12 [2022-09-12T05:50:12.759Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:12 [2022-09-12T05:50:12.759Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:12 [2022-09-12T05:50:12.759Z] discouraged. You can squelch this message by running one of the following
01:50:12 [2022-09-12T05:50:12.759Z] commands sometime before your next pull:
01:50:12 [2022-09-12T05:50:12.759Z] 
01:50:12 [2022-09-12T05:50:12.759Z]   git config pull.rebase false  # merge (the default strategy)
01:50:12 [2022-09-12T05:50:12.759Z]   git config pull.rebase true   # rebase
01:50:12 [2022-09-12T05:50:12.759Z]   git config pull.ff only       # fast-forward only
01:50:12 [2022-09-12T05:50:12.759Z] 
01:50:12 [2022-09-12T05:50:12.759Z] You can replace "git config" with "git config --global" to set a default
01:50:12 [2022-09-12T05:50:12.759Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:12 [2022-09-12T05:50:12.759Z] or --ff-only on the command line to override the configured default per
01:50:12 [2022-09-12T05:50:12.759Z] invocation.
01:50:12 [2022-09-12T05:50:12.759Z] 
01:50:13 [2022-09-12T05:50:13.018Z] Already up to date.
01:50:13 [2022-09-12T05:50:13.018Z] Entering 'eclipse.jdt.core'
01:50:13 [2022-09-12T05:50:13.277Z] Checking out BETA_JAVA19
01:50:13 [2022-09-12T05:50:13.843Z] Previous HEAD position was c629d6bbec Merge pull request #361 from eclipse-jdt/revert-357-merge_master
01:50:13 [2022-09-12T05:50:13.843Z] Switched to a new branch 'BETA_JAVA19'
01:50:13 [2022-09-12T05:50:13.843Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
01:50:13 [2022-09-12T05:50:13.843Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:13 [2022-09-12T05:50:13.843Z] discouraged. You can squelch this message by running one of the following
01:50:13 [2022-09-12T05:50:13.843Z] commands sometime before your next pull:
01:50:13 [2022-09-12T05:50:13.843Z] 
01:50:13 [2022-09-12T05:50:13.843Z]   git config pull.rebase false  # merge (the default strategy)
01:50:13 [2022-09-12T05:50:13.843Z]   git config pull.rebase true   # rebase
01:50:13 [2022-09-12T05:50:13.843Z]   git config pull.ff only       # fast-forward only
01:50:13 [2022-09-12T05:50:13.843Z] 
01:50:13 [2022-09-12T05:50:13.843Z] You can replace "git config" with "git config --global" to set a default
01:50:13 [2022-09-12T05:50:13.843Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:13 [2022-09-12T05:50:13.843Z] or --ff-only on the command line to override the configured default per
01:50:13 [2022-09-12T05:50:13.843Z] invocation.
01:50:13 [2022-09-12T05:50:13.843Z] 
01:50:14 [2022-09-12T05:50:14.101Z] Already up to date.
01:50:14 [2022-09-12T05:50:14.101Z] Entering 'eclipse.jdt.core.binaries'
01:50:14 [2022-09-12T05:50:14.667Z] Checking out R4_25_maintenance
01:50:14 [2022-09-12T05:50:14.667Z] Switched to a new branch 'R4_25_maintenance'
01:50:14 [2022-09-12T05:50:14.667Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:14 [2022-09-12T05:50:14.667Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:14 [2022-09-12T05:50:14.667Z] discouraged. You can squelch this message by running one of the following
01:50:14 [2022-09-12T05:50:14.667Z] commands sometime before your next pull:
01:50:14 [2022-09-12T05:50:14.667Z] 
01:50:14 [2022-09-12T05:50:14.667Z]   git config pull.rebase false  # merge (the default strategy)
01:50:14 [2022-09-12T05:50:14.667Z]   git config pull.rebase true   # rebase
01:50:14 [2022-09-12T05:50:14.667Z]   git config pull.ff only       # fast-forward only
01:50:14 [2022-09-12T05:50:14.667Z] 
01:50:14 [2022-09-12T05:50:14.667Z] You can replace "git config" with "git config --global" to set a default
01:50:14 [2022-09-12T05:50:14.667Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:14 [2022-09-12T05:50:14.667Z] or --ff-only on the command line to override the configured default per
01:50:14 [2022-09-12T05:50:14.667Z] invocation.
01:50:14 [2022-09-12T05:50:14.667Z] 
01:50:14 [2022-09-12T05:50:14.926Z] Already up to date.
01:50:14 [2022-09-12T05:50:14.926Z] Entering 'eclipse.jdt.debug'
01:50:15 [2022-09-12T05:50:15.491Z] Checking out BETA_JAVA19
01:50:15 [2022-09-12T05:50:15.491Z] Previous HEAD position was f92517377 Add ability to navigate from the AllReferences popup and from the AllInstances popup to the actual implementation (#85)
01:50:15 [2022-09-12T05:50:15.491Z] Switched to a new branch 'BETA_JAVA19'
01:50:15 [2022-09-12T05:50:15.491Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
01:50:15 [2022-09-12T05:50:15.491Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:15 [2022-09-12T05:50:15.491Z] discouraged. You can squelch this message by running one of the following
01:50:15 [2022-09-12T05:50:15.491Z] commands sometime before your next pull:
01:50:15 [2022-09-12T05:50:15.491Z] 
01:50:15 [2022-09-12T05:50:15.491Z]   git config pull.rebase false  # merge (the default strategy)
01:50:15 [2022-09-12T05:50:15.491Z]   git config pull.rebase true   # rebase
01:50:15 [2022-09-12T05:50:15.491Z]   git config pull.ff only       # fast-forward only
01:50:15 [2022-09-12T05:50:15.491Z] 
01:50:15 [2022-09-12T05:50:15.491Z] You can replace "git config" with "git config --global" to set a default
01:50:15 [2022-09-12T05:50:15.491Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:15 [2022-09-12T05:50:15.491Z] or --ff-only on the command line to override the configured default per
01:50:15 [2022-09-12T05:50:15.491Z] invocation.
01:50:15 [2022-09-12T05:50:15.491Z] 
01:50:15 [2022-09-12T05:50:15.750Z] Already up to date.
01:50:15 [2022-09-12T05:50:15.750Z] Entering 'eclipse.jdt.ui'
01:50:16 [2022-09-12T05:50:16.315Z] Checking out BETA_JAVA19
01:50:16 [2022-09-12T05:50:16.315Z] Previous HEAD position was 054cfef225 Use AbstractTextElement for snippets. (#233)
01:50:16 [2022-09-12T05:50:16.315Z] Switched to a new branch 'BETA_JAVA19'
01:50:16 [2022-09-12T05:50:16.315Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
01:50:16 [2022-09-12T05:50:16.315Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:16 [2022-09-12T05:50:16.315Z] discouraged. You can squelch this message by running one of the following
01:50:16 [2022-09-12T05:50:16.315Z] commands sometime before your next pull:
01:50:16 [2022-09-12T05:50:16.315Z] 
01:50:16 [2022-09-12T05:50:16.315Z]   git config pull.rebase false  # merge (the default strategy)
01:50:16 [2022-09-12T05:50:16.315Z]   git config pull.rebase true   # rebase
01:50:16 [2022-09-12T05:50:16.315Z]   git config pull.ff only       # fast-forward only
01:50:16 [2022-09-12T05:50:16.315Z] 
01:50:16 [2022-09-12T05:50:16.315Z] You can replace "git config" with "git config --global" to set a default
01:50:16 [2022-09-12T05:50:16.315Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:16 [2022-09-12T05:50:16.315Z] or --ff-only on the command line to override the configured default per
01:50:16 [2022-09-12T05:50:16.315Z] invocation.
01:50:16 [2022-09-12T05:50:16.315Z] 
01:50:16 [2022-09-12T05:50:16.879Z] Already up to date.
01:50:16 [2022-09-12T05:50:16.879Z] Entering 'eclipse.pde'
01:50:17 [2022-09-12T05:50:17.136Z] Checking out R4_25_maintenance
01:50:17 [2022-09-12T05:50:17.393Z] Switched to a new branch 'R4_25_maintenance'
01:50:17 [2022-09-12T05:50:17.393Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:17 [2022-09-12T05:50:17.393Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:17 [2022-09-12T05:50:17.393Z] discouraged. You can squelch this message by running one of the following
01:50:17 [2022-09-12T05:50:17.393Z] commands sometime before your next pull:
01:50:17 [2022-09-12T05:50:17.393Z] 
01:50:17 [2022-09-12T05:50:17.393Z]   git config pull.rebase false  # merge (the default strategy)
01:50:17 [2022-09-12T05:50:17.393Z]   git config pull.rebase true   # rebase
01:50:17 [2022-09-12T05:50:17.393Z]   git config pull.ff only       # fast-forward only
01:50:17 [2022-09-12T05:50:17.393Z] 
01:50:17 [2022-09-12T05:50:17.393Z] You can replace "git config" with "git config --global" to set a default
01:50:17 [2022-09-12T05:50:17.393Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:17 [2022-09-12T05:50:17.393Z] or --ff-only on the command line to override the configured default per
01:50:17 [2022-09-12T05:50:17.393Z] invocation.
01:50:17 [2022-09-12T05:50:17.393Z] 
01:50:17 [2022-09-12T05:50:17.998Z] Already up to date.
01:50:17 [2022-09-12T05:50:17.998Z] Entering 'eclipse.platform'
01:50:18 [2022-09-12T05:50:18.288Z] Checking out R4_25_maintenance
01:50:18 [2022-09-12T05:50:18.598Z] Switched to a new branch 'R4_25_maintenance'
01:50:18 [2022-09-12T05:50:18.598Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:18 [2022-09-12T05:50:18.598Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:18 [2022-09-12T05:50:18.598Z] discouraged. You can squelch this message by running one of the following
01:50:18 [2022-09-12T05:50:18.598Z] commands sometime before your next pull:
01:50:18 [2022-09-12T05:50:18.598Z] 
01:50:18 [2022-09-12T05:50:18.598Z]   git config pull.rebase false  # merge (the default strategy)
01:50:18 [2022-09-12T05:50:18.598Z]   git config pull.rebase true   # rebase
01:50:18 [2022-09-12T05:50:18.599Z]   git config pull.ff only       # fast-forward only
01:50:18 [2022-09-12T05:50:18.599Z] 
01:50:18 [2022-09-12T05:50:18.599Z] You can replace "git config" with "git config --global" to set a default
01:50:18 [2022-09-12T05:50:18.599Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:18 [2022-09-12T05:50:18.599Z] or --ff-only on the command line to override the configured default per
01:50:18 [2022-09-12T05:50:18.599Z] invocation.
01:50:18 [2022-09-12T05:50:18.599Z] 
01:50:18 [2022-09-12T05:50:18.893Z] Already up to date.
01:50:18 [2022-09-12T05:50:18.893Z] Entering 'eclipse.platform.common'
01:50:19 [2022-09-12T05:50:19.459Z] Checking out R4_25_maintenance
01:50:19 [2022-09-12T05:50:19.459Z] Switched to a new branch 'R4_25_maintenance'
01:50:19 [2022-09-12T05:50:19.459Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:19 [2022-09-12T05:50:19.459Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:19 [2022-09-12T05:50:19.459Z] discouraged. You can squelch this message by running one of the following
01:50:19 [2022-09-12T05:50:19.459Z] commands sometime before your next pull:
01:50:19 [2022-09-12T05:50:19.459Z] 
01:50:19 [2022-09-12T05:50:19.459Z]   git config pull.rebase false  # merge (the default strategy)
01:50:19 [2022-09-12T05:50:19.459Z]   git config pull.rebase true   # rebase
01:50:19 [2022-09-12T05:50:19.459Z]   git config pull.ff only       # fast-forward only
01:50:19 [2022-09-12T05:50:19.459Z] 
01:50:19 [2022-09-12T05:50:19.459Z] You can replace "git config" with "git config --global" to set a default
01:50:19 [2022-09-12T05:50:19.459Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:19 [2022-09-12T05:50:19.459Z] or --ff-only on the command line to override the configured default per
01:50:19 [2022-09-12T05:50:19.459Z] invocation.
01:50:19 [2022-09-12T05:50:19.459Z] 
01:50:20 [2022-09-12T05:50:20.024Z] Already up to date.
01:50:20 [2022-09-12T05:50:20.024Z] Entering 'eclipse.platform.debug'
01:50:20 [2022-09-12T05:50:20.282Z] Checking out R4_25_maintenance
01:50:20 [2022-09-12T05:50:20.282Z] Switched to a new branch 'R4_25_maintenance'
01:50:20 [2022-09-12T05:50:20.282Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:20 [2022-09-12T05:50:20.282Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:20 [2022-09-12T05:50:20.282Z] discouraged. You can squelch this message by running one of the following
01:50:20 [2022-09-12T05:50:20.282Z] commands sometime before your next pull:
01:50:20 [2022-09-12T05:50:20.282Z] 
01:50:20 [2022-09-12T05:50:20.282Z]   git config pull.rebase false  # merge (the default strategy)
01:50:20 [2022-09-12T05:50:20.282Z]   git config pull.rebase true   # rebase
01:50:20 [2022-09-12T05:50:20.282Z]   git config pull.ff only       # fast-forward only
01:50:20 [2022-09-12T05:50:20.282Z] 
01:50:20 [2022-09-12T05:50:20.282Z] You can replace "git config" with "git config --global" to set a default
01:50:20 [2022-09-12T05:50:20.282Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:20 [2022-09-12T05:50:20.282Z] or --ff-only on the command line to override the configured default per
01:50:20 [2022-09-12T05:50:20.282Z] invocation.
01:50:20 [2022-09-12T05:50:20.282Z] 
01:50:20 [2022-09-12T05:50:20.847Z] Already up to date.
01:50:20 [2022-09-12T05:50:20.848Z] Entering 'eclipse.platform.releng'
01:50:21 [2022-09-12T05:50:21.105Z] Checking out R4_25_maintenance
01:50:21 [2022-09-12T05:50:21.106Z] Switched to a new branch 'R4_25_maintenance'
01:50:21 [2022-09-12T05:50:21.106Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:21 [2022-09-12T05:50:21.106Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:21 [2022-09-12T05:50:21.106Z] discouraged. You can squelch this message by running one of the following
01:50:21 [2022-09-12T05:50:21.106Z] commands sometime before your next pull:
01:50:21 [2022-09-12T05:50:21.106Z] 
01:50:21 [2022-09-12T05:50:21.106Z]   git config pull.rebase false  # merge (the default strategy)
01:50:21 [2022-09-12T05:50:21.106Z]   git config pull.rebase true   # rebase
01:50:21 [2022-09-12T05:50:21.106Z]   git config pull.ff only       # fast-forward only
01:50:21 [2022-09-12T05:50:21.106Z] 
01:50:21 [2022-09-12T05:50:21.106Z] You can replace "git config" with "git config --global" to set a default
01:50:21 [2022-09-12T05:50:21.106Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:21 [2022-09-12T05:50:21.106Z] or --ff-only on the command line to override the configured default per
01:50:21 [2022-09-12T05:50:21.106Z] invocation.
01:50:21 [2022-09-12T05:50:21.106Z] 
01:50:21 [2022-09-12T05:50:21.363Z] Already up to date.
01:50:21 [2022-09-12T05:50:21.363Z] Entering 'eclipse.platform.swt'
01:50:21 [2022-09-12T05:50:21.931Z] Checking out R4_25_maintenance
01:50:21 [2022-09-12T05:50:21.931Z] Switched to a new branch 'R4_25_maintenance'
01:50:21 [2022-09-12T05:50:21.931Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:21 [2022-09-12T05:50:21.932Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:21 [2022-09-12T05:50:21.932Z] discouraged. You can squelch this message by running one of the following
01:50:21 [2022-09-12T05:50:21.932Z] commands sometime before your next pull:
01:50:21 [2022-09-12T05:50:21.932Z] 
01:50:21 [2022-09-12T05:50:21.932Z]   git config pull.rebase false  # merge (the default strategy)
01:50:21 [2022-09-12T05:50:21.932Z]   git config pull.rebase true   # rebase
01:50:21 [2022-09-12T05:50:21.932Z]   git config pull.ff only       # fast-forward only
01:50:21 [2022-09-12T05:50:21.932Z] 
01:50:21 [2022-09-12T05:50:21.932Z] You can replace "git config" with "git config --global" to set a default
01:50:21 [2022-09-12T05:50:21.932Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:21 [2022-09-12T05:50:21.932Z] or --ff-only on the command line to override the configured default per
01:50:21 [2022-09-12T05:50:21.932Z] invocation.
01:50:21 [2022-09-12T05:50:21.932Z] 
01:50:22 [2022-09-12T05:50:22.497Z] Already up to date.
01:50:22 [2022-09-12T05:50:22.497Z] Entering 'eclipse.platform.swt.binaries'
01:50:22 [2022-09-12T05:50:22.755Z] Checking out R4_25_maintenance
01:50:22 [2022-09-12T05:50:22.755Z] Switched to a new branch 'R4_25_maintenance'
01:50:22 [2022-09-12T05:50:22.755Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:22 [2022-09-12T05:50:22.755Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:22 [2022-09-12T05:50:22.755Z] discouraged. You can squelch this message by running one of the following
01:50:22 [2022-09-12T05:50:22.755Z] commands sometime before your next pull:
01:50:22 [2022-09-12T05:50:22.755Z] 
01:50:22 [2022-09-12T05:50:22.755Z]   git config pull.rebase false  # merge (the default strategy)
01:50:22 [2022-09-12T05:50:22.755Z]   git config pull.rebase true   # rebase
01:50:22 [2022-09-12T05:50:22.755Z]   git config pull.ff only       # fast-forward only
01:50:22 [2022-09-12T05:50:22.755Z] 
01:50:22 [2022-09-12T05:50:22.755Z] You can replace "git config" with "git config --global" to set a default
01:50:22 [2022-09-12T05:50:22.755Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:22 [2022-09-12T05:50:22.755Z] or --ff-only on the command line to override the configured default per
01:50:22 [2022-09-12T05:50:22.755Z] invocation.
01:50:22 [2022-09-12T05:50:22.755Z] 
01:50:23 [2022-09-12T05:50:23.320Z] Already up to date.
01:50:23 [2022-09-12T05:50:23.320Z] Entering 'eclipse.platform.text'
01:50:23 [2022-09-12T05:50:23.578Z] Checking out R4_25_maintenance
01:50:23 [2022-09-12T05:50:23.578Z] Switched to a new branch 'R4_25_maintenance'
01:50:23 [2022-09-12T05:50:23.578Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:23 [2022-09-12T05:50:23.578Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:23 [2022-09-12T05:50:23.578Z] discouraged. You can squelch this message by running one of the following
01:50:23 [2022-09-12T05:50:23.578Z] commands sometime before your next pull:
01:50:23 [2022-09-12T05:50:23.578Z] 
01:50:23 [2022-09-12T05:50:23.578Z]   git config pull.rebase false  # merge (the default strategy)
01:50:23 [2022-09-12T05:50:23.578Z]   git config pull.rebase true   # rebase
01:50:23 [2022-09-12T05:50:23.578Z]   git config pull.ff only       # fast-forward only
01:50:23 [2022-09-12T05:50:23.578Z] 
01:50:23 [2022-09-12T05:50:23.578Z] You can replace "git config" with "git config --global" to set a default
01:50:23 [2022-09-12T05:50:23.578Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:23 [2022-09-12T05:50:23.578Z] or --ff-only on the command line to override the configured default per
01:50:23 [2022-09-12T05:50:23.578Z] invocation.
01:50:23 [2022-09-12T05:50:23.578Z] 
01:50:23 [2022-09-12T05:50:23.837Z] Already up to date.
01:50:23 [2022-09-12T05:50:23.837Z] Entering 'eclipse.platform.ua'
01:50:24 [2022-09-12T05:50:24.402Z] Checking out R4_25_maintenance
01:50:24 [2022-09-12T05:50:24.402Z] Switched to a new branch 'R4_25_maintenance'
01:50:24 [2022-09-12T05:50:24.402Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:24 [2022-09-12T05:50:24.402Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:24 [2022-09-12T05:50:24.402Z] discouraged. You can squelch this message by running one of the following
01:50:24 [2022-09-12T05:50:24.402Z] commands sometime before your next pull:
01:50:24 [2022-09-12T05:50:24.402Z] 
01:50:24 [2022-09-12T05:50:24.402Z]   git config pull.rebase false  # merge (the default strategy)
01:50:24 [2022-09-12T05:50:24.402Z]   git config pull.rebase true   # rebase
01:50:24 [2022-09-12T05:50:24.402Z]   git config pull.ff only       # fast-forward only
01:50:24 [2022-09-12T05:50:24.402Z] 
01:50:24 [2022-09-12T05:50:24.402Z] You can replace "git config" with "git config --global" to set a default
01:50:24 [2022-09-12T05:50:24.402Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:24 [2022-09-12T05:50:24.402Z] or --ff-only on the command line to override the configured default per
01:50:24 [2022-09-12T05:50:24.402Z] invocation.
01:50:24 [2022-09-12T05:50:24.402Z] 
01:50:24 [2022-09-12T05:50:24.663Z] Already up to date.
01:50:24 [2022-09-12T05:50:24.663Z] Entering 'eclipse.platform.ui'
01:50:25 [2022-09-12T05:50:25.229Z] Checking out R4_25_maintenance
01:50:25 [2022-09-12T05:50:25.487Z] Switched to a new branch 'R4_25_maintenance'
01:50:25 [2022-09-12T05:50:25.487Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:25 [2022-09-12T05:50:25.487Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:25 [2022-09-12T05:50:25.487Z] discouraged. You can squelch this message by running one of the following
01:50:25 [2022-09-12T05:50:25.487Z] commands sometime before your next pull:
01:50:25 [2022-09-12T05:50:25.487Z] 
01:50:25 [2022-09-12T05:50:25.488Z]   git config pull.rebase false  # merge (the default strategy)
01:50:25 [2022-09-12T05:50:25.488Z]   git config pull.rebase true   # rebase
01:50:25 [2022-09-12T05:50:25.488Z]   git config pull.ff only       # fast-forward only
01:50:25 [2022-09-12T05:50:25.488Z] 
01:50:25 [2022-09-12T05:50:25.488Z] You can replace "git config" with "git config --global" to set a default
01:50:25 [2022-09-12T05:50:25.488Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:25 [2022-09-12T05:50:25.488Z] or --ff-only on the command line to override the configured default per
01:50:25 [2022-09-12T05:50:25.488Z] invocation.
01:50:25 [2022-09-12T05:50:25.488Z] 
01:50:26 [2022-09-12T05:50:26.054Z] Already up to date.
01:50:26 [2022-09-12T05:50:26.054Z] Entering 'eclipse.platform.ui.tools'
01:50:26 [2022-09-12T05:50:26.311Z] Checking out R4_25_maintenance
01:50:26 [2022-09-12T05:50:26.311Z] Switched to a new branch 'R4_25_maintenance'
01:50:26 [2022-09-12T05:50:26.311Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:26 [2022-09-12T05:50:26.311Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:26 [2022-09-12T05:50:26.311Z] discouraged. You can squelch this message by running one of the following
01:50:26 [2022-09-12T05:50:26.311Z] commands sometime before your next pull:
01:50:26 [2022-09-12T05:50:26.311Z] 
01:50:26 [2022-09-12T05:50:26.311Z]   git config pull.rebase false  # merge (the default strategy)
01:50:26 [2022-09-12T05:50:26.311Z]   git config pull.rebase true   # rebase
01:50:26 [2022-09-12T05:50:26.311Z]   git config pull.ff only       # fast-forward only
01:50:26 [2022-09-12T05:50:26.311Z] 
01:50:26 [2022-09-12T05:50:26.311Z] You can replace "git config" with "git config --global" to set a default
01:50:26 [2022-09-12T05:50:26.311Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:26 [2022-09-12T05:50:26.311Z] or --ff-only on the command line to override the configured default per
01:50:26 [2022-09-12T05:50:26.311Z] invocation.
01:50:26 [2022-09-12T05:50:26.311Z] 
01:50:26 [2022-09-12T05:50:26.878Z] Already up to date.
01:50:26 [2022-09-12T05:50:26.878Z] Entering 'equinox'
01:50:26 [2022-09-12T05:50:26.878Z] Checking out R4_25_maintenance
01:50:27 [2022-09-12T05:50:27.135Z] Switched to a new branch 'R4_25_maintenance'
01:50:27 [2022-09-12T05:50:27.136Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:27 [2022-09-12T05:50:27.136Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:27 [2022-09-12T05:50:27.136Z] discouraged. You can squelch this message by running one of the following
01:50:27 [2022-09-12T05:50:27.136Z] commands sometime before your next pull:
01:50:27 [2022-09-12T05:50:27.136Z] 
01:50:27 [2022-09-12T05:50:27.136Z]   git config pull.rebase false  # merge (the default strategy)
01:50:27 [2022-09-12T05:50:27.136Z]   git config pull.rebase true   # rebase
01:50:27 [2022-09-12T05:50:27.136Z]   git config pull.ff only       # fast-forward only
01:50:27 [2022-09-12T05:50:27.136Z] 
01:50:27 [2022-09-12T05:50:27.136Z] You can replace "git config" with "git config --global" to set a default
01:50:27 [2022-09-12T05:50:27.136Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:27 [2022-09-12T05:50:27.136Z] or --ff-only on the command line to override the configured default per
01:50:27 [2022-09-12T05:50:27.136Z] invocation.
01:50:27 [2022-09-12T05:50:27.136Z] 
01:50:27 [2022-09-12T05:50:27.136Z] Already up to date.
01:50:27 [2022-09-12T05:50:27.136Z] Entering 'rt.equinox.binaries'
01:50:27 [2022-09-12T05:50:27.701Z] Checking out R4_25_maintenance
01:50:27 [2022-09-12T05:50:27.701Z] Switched to a new branch 'R4_25_maintenance'
01:50:27 [2022-09-12T05:50:27.701Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:27 [2022-09-12T05:50:27.701Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:27 [2022-09-12T05:50:27.701Z] discouraged. You can squelch this message by running one of the following
01:50:27 [2022-09-12T05:50:27.701Z] commands sometime before your next pull:
01:50:27 [2022-09-12T05:50:27.701Z] 
01:50:27 [2022-09-12T05:50:27.701Z]   git config pull.rebase false  # merge (the default strategy)
01:50:27 [2022-09-12T05:50:27.701Z]   git config pull.rebase true   # rebase
01:50:27 [2022-09-12T05:50:27.701Z]   git config pull.ff only       # fast-forward only
01:50:27 [2022-09-12T05:50:27.701Z] 
01:50:27 [2022-09-12T05:50:27.701Z] You can replace "git config" with "git config --global" to set a default
01:50:27 [2022-09-12T05:50:27.701Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:27 [2022-09-12T05:50:27.701Z] or --ff-only on the command line to override the configured default per
01:50:27 [2022-09-12T05:50:27.701Z] invocation.
01:50:27 [2022-09-12T05:50:27.701Z] 
01:50:27 [2022-09-12T05:50:27.965Z] Already up to date.
01:50:27 [2022-09-12T05:50:27.965Z] Entering 'rt.equinox.p2'
01:50:28 [2022-09-12T05:50:28.233Z] Checking out R4_25_maintenance
01:50:28 [2022-09-12T05:50:28.495Z] Switched to a new branch 'R4_25_maintenance'
01:50:28 [2022-09-12T05:50:28.495Z] Branch 'R4_25_maintenance' set up to track remote branch 'R4_25_maintenance' from 'origin'.
01:50:28 [2022-09-12T05:50:28.495Z] warning: Pulling without specifying how to reconcile divergent branches is
01:50:28 [2022-09-12T05:50:28.495Z] discouraged. You can squelch this message by running one of the following
01:50:28 [2022-09-12T05:50:28.495Z] commands sometime before your next pull:
01:50:28 [2022-09-12T05:50:28.495Z] 
01:50:28 [2022-09-12T05:50:28.495Z]   git config pull.rebase false  # merge (the default strategy)
01:50:28 [2022-09-12T05:50:28.495Z]   git config pull.rebase true   # rebase
01:50:28 [2022-09-12T05:50:28.495Z]   git config pull.ff only       # fast-forward only
01:50:28 [2022-09-12T05:50:28.495Z] 
01:50:28 [2022-09-12T05:50:28.495Z] You can replace "git config" with "git config --global" to set a default
01:50:28 [2022-09-12T05:50:28.495Z] preference for all repositories. You can also pass --rebase, --no-rebase,
01:50:28 [2022-09-12T05:50:28.495Z] or --ff-only on the command line to override the configured default per
01:50:28 [2022-09-12T05:50:28.495Z] invocation.
01:50:28 [2022-09-12T05:50:28.495Z] 
01:50:28 [2022-09-12T05:50:28.753Z] Already up to date.
01:50:28 [2022-09-12T05:50:28.753Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:28 [2022-09-12T05:50:28.753Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:29 [2022-09-12T05:50:29.010Z] git add eclipse.jdt.core eclipse.jdt.debug eclipse.jdt.ui
01:50:29 [2022-09-12T05:50:29.010Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:29 [2022-09-12T05:50:29.010Z] + [[ 0 -ne 0 ]]
[Pipeline] }
01:50:29 [2022-09-12T05:50:29.321Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:50:29 [2022-09-12T05:50:29.570Z] Executing command: "ssh-agent" "-k" 
01:50:29 [2022-09-12T05:50:29.570Z] exit
01:50:29 [2022-09-12T05:50:29.577Z] unset SSH_AUTH_SOCK;
01:50:29 [2022-09-12T05:50:29.577Z] unset SSH_AGENT_PID;
01:50:29 [2022-09-12T05:50:29.577Z] echo Agent pid 505 killed;
01:50:29 [2022-09-12T05:50:29.624Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tag Build Inputs)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
01:50:39 [2022-09-12T05:50:39.334Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
01:50:39 [2022-09-12T05:50:39.335Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
01:50:39 [2022-09-12T05:50:39.335Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
01:50:39 [2022-09-12T05:50:39.335Z] [ssh-agent] Looking for ssh-agent implementation...
01:50:39 [2022-09-12T05:50:39.635Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
01:50:39 [2022-09-12T05:50:39.635Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:50:39 [2022-09-12T05:50:39.893Z] Executing command: "ssh-agent" 
01:50:39 [2022-09-12T05:50:39.893Z] exit
01:50:39 [2022-09-12T05:50:39.949Z] SSH_AUTH_SOCK=/tmp/ssh-4vfGJt3QwNNs/agent.2272; export SSH_AUTH_SOCK;
01:50:39 [2022-09-12T05:50:39.949Z] SSH_AGENT_PID=2273; export SSH_AGENT_PID;
01:50:39 [2022-09-12T05:50:39.949Z] echo Agent pid 2273;
01:50:39 [2022-09-12T05:50:39.951Z] SSH_AUTH_SOCK=/tmp/ssh-4vfGJt3QwNNs/agent.2272
01:50:39 [2022-09-12T05:50:39.951Z] SSH_AGENT_PID=2273
01:50:39 [2022-09-12T05:50:39.965Z] Running ssh-add (command line suppressed)
01:50:40 [2022-09-12T05:50:40.492Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_2489139384787083096.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_2489139384787083096.key)
01:50:40 [2022-09-12T05:50:40.508Z] Running ssh-add (command line suppressed)
01:50:40 [2022-09-12T05:50:40.816Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_8569248231036851484.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_8569248231036851484.key)
01:50:40 [2022-09-12T05:50:40.831Z] Running ssh-add (command line suppressed)
01:50:41 [2022-09-12T05:50:41.140Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_12279338942115594848.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_12279338942115594848.key)
01:50:41 [2022-09-12T05:50:41.147Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
01:50:42 [2022-09-12T05:50:42.457Z] + git config --global user.email releng-bot@eclipse.org
01:50:42 [2022-09-12T05:50:42.457Z] + git config --global user.name 'Eclipse Releng Bot'
01:50:42 [2022-09-12T05:50:42.457Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:42 [2022-09-12T05:50:42.457Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:50:42 [2022-09-12T05:50:42.457Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log
01:50:42 [2022-09-12T05:50:42.457Z] + '[' 1 -ne 1 ']'
01:50:42 [2022-09-12T05:50:42.457Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
01:50:42 [2022-09-12T05:50:42.458Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:50:42 [2022-09-12T05:50:42.458Z] ++ export TIMESTAMP=20220912-0140
01:50:42 [2022-09-12T05:50:42.458Z] ++ TIMESTAMP=20220912-0140
01:50:42 [2022-09-12T05:50:42.458Z] ++ export 'BUILD_PRETTY_DATE=Mon Sep 12 01:40:00 EDT 2022'
01:50:42 [2022-09-12T05:50:42.458Z] ++ BUILD_PRETTY_DATE='Mon Sep 12 01:40:00 EDT 2022'
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BRANCH=R4_25_maintenance
01:50:42 [2022-09-12T05:50:42.458Z] ++ BRANCH=R4_25_maintenance
01:50:42 [2022-09-12T05:50:42.458Z] ++ export PATCH_OR_BRANCH_LABEL=java19patch
01:50:42 [2022-09-12T05:50:42.458Z] ++ PATCH_OR_BRANCH_LABEL=java19patch
01:50:42 [2022-09-12T05:50:42.458Z] ++ export PATCH_BUILD=java19patch
01:50:42 [2022-09-12T05:50:42.458Z] ++ PATCH_BUILD=java19patch
01:50:42 [2022-09-12T05:50:42.458Z] ++ export 'BUILD_TYPE_NAME=Beta Java 19'
01:50:42 [2022-09-12T05:50:42.458Z] ++ BUILD_TYPE_NAME='Beta Java 19'
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BUILD_TYPE=P
01:50:42 [2022-09-12T05:50:42.458Z] ++ BUILD_TYPE=P
01:50:42 [2022-09-12T05:50:42.458Z] ++ export TESTED_BUILD_TYPE=P
01:50:42 [2022-09-12T05:50:42.458Z] ++ TESTED_BUILD_TYPE=P
01:50:42 [2022-09-12T05:50:42.458Z] ++ export RELEASE_VER=4.25
01:50:42 [2022-09-12T05:50:42.458Z] ++ RELEASE_VER=4.25
01:50:42 [2022-09-12T05:50:42.458Z] ++ export STREAM=4.25.0
01:50:42 [2022-09-12T05:50:42.458Z] ++ STREAM=4.25.0
01:50:42 [2022-09-12T05:50:42.458Z] ++ export STREAMMajor=4
01:50:42 [2022-09-12T05:50:42.458Z] ++ STREAMMajor=4
01:50:42 [2022-09-12T05:50:42.458Z] ++ export STREAMMinor=25
01:50:42 [2022-09-12T05:50:42.458Z] ++ STREAMMinor=25
01:50:42 [2022-09-12T05:50:42.458Z] ++ export STREAMService=0
01:50:42 [2022-09-12T05:50:42.458Z] ++ STREAMService=0
01:50:42 [2022-09-12T05:50:42.458Z] ++ export GIT_ROOT=git@github.com:
01:50:42 [2022-09-12T05:50:42.458Z] ++ GIT_ROOT=git@github.com:
01:50:42 [2022-09-12T05:50:42.458Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:50:42 [2022-09-12T05:50:42.458Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:50:42 [2022-09-12T05:50:42.458Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:50:42 [2022-09-12T05:50:42.458Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:50:42 [2022-09-12T05:50:42.458Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
01:50:42 [2022-09-12T05:50:42.458Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
01:50:42 [2022-09-12T05:50:42.458Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
01:50:42 [2022-09-12T05:50:42.458Z] ++ UPDATES_DIR=siteDir/eclipse/updates
01:50:42 [2022-09-12T05:50:42.458Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
01:50:42 [2022-09-12T05:50:42.458Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
01:50:42 [2022-09-12T05:50:42.458Z] ++ export TMP_DIR=tmp
01:50:42 [2022-09-12T05:50:42.458Z] ++ TMP_DIR=tmp
01:50:42 [2022-09-12T05:50:42.458Z] ++ export DOWNLOAD_HOST=download.eclipse.org
01:50:42 [2022-09-12T05:50:42.458Z] ++ DOWNLOAD_HOST=download.eclipse.org
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:50:42 [2022-09-12T05:50:42.458Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:50:42 [2022-09-12T05:50:42.458Z] ++ export LOCAL_REPO=localMavenRepo
01:50:42 [2022-09-12T05:50:42.458Z] ++ LOCAL_REPO=localMavenRepo
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BASEBUILDER_TAG=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ BASEBUILDER_TAG=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ export API_PREV_REF_LABEL=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ API_PREV_REF_LABEL=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ export API_FREEZE_REF_LABEL=
01:50:42 [2022-09-12T05:50:42.458Z] ++ API_FREEZE_REF_LABEL=
01:50:42 [2022-09-12T05:50:42.458Z] ++ export 'FREEZE_PARAMS= '
01:50:42 [2022-09-12T05:50:42.458Z] ++ FREEZE_PARAMS=' '
01:50:42 [2022-09-12T05:50:42.458Z] ++ export PREVIOUS_RELEASE_VER=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ PREVIOUS_RELEASE_VER=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BASEBUILD_ID=R-4.24-202206070700
01:50:42 [2022-09-12T05:50:42.458Z] ++ BASEBUILD_ID=R-4.24-202206070700
01:50:42 [2022-09-12T05:50:42.458Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:50:42 [2022-09-12T05:50:42.458Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:50:42 [2022-09-12T05:50:42.458Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:50:42 [2022-09-12T05:50:42.458Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:50:42 [2022-09-12T05:50:42.458Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:50:42 [2022-09-12T05:50:42.458Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:50:42 [2022-09-12T05:50:42.458Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:50:42 [2022-09-12T05:50:42.458Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:50:42 [2022-09-12T05:50:42.458Z] ++ export MAVEN_OPTS=-Xmx6G
01:50:42 [2022-09-12T05:50:42.458Z] ++ MAVEN_OPTS=-Xmx6G
01:50:42 [2022-09-12T05:50:42.458Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:50:42 [2022-09-12T05:50:42.458Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:50:42 [2022-09-12T05:50:42.458Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:50:42 [2022-09-12T05:50:42.458Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:50:42 [2022-09-12T05:50:42.459Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:50:42 [2022-09-12T05:50:42.459Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:50:42 [2022-09-12T05:50:42.459Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:50:42 [2022-09-12T05:50:42.459Z] ++ export BUILD_ID=P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] ++ BUILD_ID=P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] ++ export BUILD_DIR_SEG=P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] ++ BUILD_DIR_SEG=P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] ++ export EQ_BUILD_DIR_SEG=P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] ++ EQ_BUILD_DIR_SEG=P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] ++ export EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:50:42 [2022-09-12T05:50:42.459Z] ++ EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:50:42 [2022-09-12T05:50:42.459Z] ++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:50:42 [2022-09-12T05:50:42.459Z] ++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:50:42 [2022-09-12T05:50:42.459Z] ++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:50:42 [2022-09-12T05:50:42.459Z] ++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:50:42 [2022-09-12T05:50:42.459Z] ++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:50:42 [2022-09-12T05:50:42.459Z] ++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:50:42 [2022-09-12T05:50:42.459Z] ++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:50:42 [2022-09-12T05:50:42.459Z] ++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:50:42 [2022-09-12T05:50:42.459Z] ++ TZ=America/New_York
01:50:42 [2022-09-12T05:50:42.459Z] ++ date +%s
01:50:42 [2022-09-12T05:50:42.459Z] + reportDate=1662961842
01:50:42 [2022-09-12T05:50:42.459Z] ++ TZ=America/New_York
01:50:42 [2022-09-12T05:50:42.459Z] ++ date +%Y%m%d-%H%M --date=@1662961842
01:50:42 [2022-09-12T05:50:42.459Z] + reportTimestamp=20220912-0150
01:50:42 [2022-09-12T05:50:42.459Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220912-0140/gitLog.html
01:50:42 [2022-09-12T05:50:42.459Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220912-0140
01:50:42 [2022-09-12T05:50:42.459Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates
01:50:42 [2022-09-12T05:50:42.459Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds
01:50:42 [2022-09-12T05:50:42.459Z] ++ git tag --list 'P*'
01:50:42 [2022-09-12T05:50:42.459Z] ++ tail -n5
01:50:42 [2022-09-12T05:50:42.459Z] + lastTagList='P20220810-0500
01:50:42 [2022-09-12T05:50:42.459Z] P20220811-0130
01:50:42 [2022-09-12T05:50:42.459Z] P20220824-0320
01:50:42 [2022-09-12T05:50:42.459Z] P20220824-0340
01:50:42 [2022-09-12T05:50:42.459Z] P20220909-0600'
01:50:42 [2022-09-12T05:50:42.459Z] + lastTag=
01:50:42 [2022-09-12T05:50:42.459Z] + for lt in $lastTagList
01:50:42 [2022-09-12T05:50:42.459Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220810-0500
01:50:43 [2022-09-12T05:50:43.394Z] + lastTag=P20220810-0500
01:50:43 [2022-09-12T05:50:43.394Z] + for lt in $lastTagList
01:50:43 [2022-09-12T05:50:43.394Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220811-0130
01:50:44 [2022-09-12T05:50:44.329Z] + lastTag=P20220811-0130
01:50:44 [2022-09-12T05:50:44.329Z] + for lt in $lastTagList
01:50:44 [2022-09-12T05:50:44.329Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220824-0320
01:50:44 [2022-09-12T05:50:44.894Z] + for lt in $lastTagList
01:50:44 [2022-09-12T05:50:44.894Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220824-0340
01:50:45 [2022-09-12T05:50:45.831Z] + lastTag=P20220824-0340
01:50:45 [2022-09-12T05:50:45.831Z] + for lt in $lastTagList
01:50:45 [2022-09-12T05:50:45.831Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220909-0600
01:50:46 [2022-09-12T05:50:46.397Z] + lastTag=P20220909-0600
01:50:46 [2022-09-12T05:50:46.397Z] + [[ -z P20220909-0600 ]]
01:50:46 [2022-09-12T05:50:46.397Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
01:50:46 [2022-09-12T05:50:46.397Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:46 [2022-09-12T05:50:46.397Z] + '[' P == I ']'
01:50:46 [2022-09-12T05:50:46.397Z] + export -f toPushRepo
01:50:46 [2022-09-12T05:50:46.397Z] + 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 || :'
01:50:46 [2022-09-12T05:50:46.397Z] Entering 'eclipse.jdt'
01:50:46 [2022-09-12T05:50:46.397Z] Skipping eclipse.jdt
01:50:46 [2022-09-12T05:50:46.397Z] Entering 'eclipse.jdt.core'
01:50:46 [2022-09-12T05:50:46.397Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.git
01:50:48 [2022-09-12T05:50:48.299Z] To github.com:eclipse-jdt/eclipse.jdt.core.git
01:50:48 [2022-09-12T05:50:48.299Z]  * [new tag]               P20220912-0140 -> P20220912-0140
01:50:48 [2022-09-12T05:50:48.299Z] Entering 'eclipse.jdt.core.binaries'
01:50:48 [2022-09-12T05:50:48.299Z] Skipping eclipse.jdt.core.binaries
01:50:48 [2022-09-12T05:50:48.299Z] Entering 'eclipse.jdt.debug'
01:50:48 [2022-09-12T05:50:48.299Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.debug.git
01:50:49 [2022-09-12T05:50:49.675Z] To github.com:eclipse-jdt/eclipse.jdt.debug.git
01:50:49 [2022-09-12T05:50:49.675Z]  * [new tag]             P20220912-0140 -> P20220912-0140
01:50:49 [2022-09-12T05:50:49.675Z] Entering 'eclipse.jdt.ui'
01:50:49 [2022-09-12T05:50:49.675Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.ui.git
01:50:51 [2022-09-12T05:50:51.050Z] To github.com:eclipse-jdt/eclipse.jdt.ui.git
01:50:51 [2022-09-12T05:50:51.050Z]  * [new tag]               P20220912-0140 -> P20220912-0140
01:50:51 [2022-09-12T05:50:51.050Z] Entering 'eclipse.pde'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.pde
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.common'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.common
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.debug'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.debug
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.releng'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.releng
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.swt'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.swt
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.swt.binaries'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.swt.binaries
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.text'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.text
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.ua'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.ua
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.ui'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.ui
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'eclipse.platform.ui.tools'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping eclipse.platform.ui.tools
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'equinox'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping equinox
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'rt.equinox.binaries'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping rt.equinox.binaries
01:50:51 [2022-09-12T05:50:51.051Z] Entering 'rt.equinox.p2'
01:50:51 [2022-09-12T05:50:51.051Z] Skipping rt.equinox.p2
01:50:51 [2022-09-12T05:50:51.051Z] + git tag P20220912-0140
01:50:51 [2022-09-12T05:50:51.051Z] + git push --verbose origin P20220912-0140
01:50:51 [2022-09-12T05:50:51.051Z] Pushing to github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
01:50:52 [2022-09-12T05:50:52.431Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
01:50:52 [2022-09-12T05:50:52.431Z]  * [new tag]           P20220912-0140 -> P20220912-0140
01:50:52 [2022-09-12T05:50:52.431Z] + [[ -n P20220909-0600 ]]
01:50:52 [2022-09-12T05:50:52.431Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
01:50:52 [2022-09-12T05:50:52.431Z] + echo -e '<h2>Git log from P20220909-0600 (previous) to P20220912-0140 (current)</h2>'
01:50:52 [2022-09-12T05:50:52.431Z] + echo -e '<h2>The tagging, and this report, were done at about 20220912-0150</h2>'
01:50:52 [2022-09-12T05:50:52.431Z] + git log P20220909-0600..P20220912-0140 --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>'
01:50:52 [2022-09-12T05:50:52.431Z] ./mb110_tagBuildInputs.sh: line 77: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.431Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
01:50:52 [2022-09-12T05:50:52.431Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.431Z] + tmpFileSize=
01:50:52 [2022-09-12T05:50:52.431Z] + '[' -ne 0 ']'
01:50:52 [2022-09-12T05:50:52.431Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.432Z] + git submodule --quiet foreach 'gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi'
01:50:52 [2022-09-12T05:50:52.432Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.432Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.432Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.432Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.433Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.433Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.433Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.433Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.433Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.434Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.434Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.434Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.434Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.434Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.434Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.435Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.435Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.435Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.435Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.435Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.436Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.436Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.436Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.436Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.437Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.437Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.437Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.437Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.437Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.437Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.438Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.438Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.438Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.438Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.438Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.439Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.439Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.439Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.439Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.440Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.440Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.440Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.440Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.440Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.440Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.441Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.441Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.441Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.441Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.441Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.442Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.442Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.442Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.442Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.442Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
01:50:52 [2022-09-12T05:50:52.443Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
01:50:52 [2022-09-12T05:50:52.443Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220909-0600..P20220912-0140 --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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
01:50:52 [2022-09-12T05:50:52.443Z] + popd
01:50:52 [2022-09-12T05:50:52.443Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:50:52 [2022-09-12T05:50:52.443Z] + [[ 0 -ne 0 ]]
[Pipeline] }
01:50:52 [2022-09-12T05:50:52.754Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:50:53 [2022-09-12T05:50:53.031Z] Executing command: "ssh-agent" "-k" 
01:50:53 [2022-09-12T05:50:53.031Z] exit
01:50:53 [2022-09-12T05:50:53.037Z] unset SSH_AUTH_SOCK;
01:50:53 [2022-09-12T05:50:53.037Z] unset SSH_AGENT_PID;
01:50:53 [2022-09-12T05:50:53.037Z] echo Agent pid 2273 killed;
01:50:53 [2022-09-12T05:50:53.039Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy build scripts for P-build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
01:51:03 [2022-09-12T05:51:03.346Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build
01:51:03 [2022-09-12T05:51:03.347Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
01:51:03 [2022-09-12T05:51:03.347Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
01:51:03 [2022-09-12T05:51:03.347Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
01:51:03 [2022-09-12T05:51:03.347Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
01:51:03 [2022-09-12T05:51:03.347Z] + cp mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
01:51:03 [2022-09-12T05:51:03.347Z] + cp mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Aggregator maven build)
[Pipeline] container
[Pipeline] {
[Pipeline] tool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
01:51:17 [2022-09-12T05:51:17.404Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:51:17 [2022-09-12T05:51:17.405Z] + unset JAVA_TOOL_OPTIONS
01:51:17 [2022-09-12T05:51:17.405Z] + unset _JAVA_OPTIONS
01:51:17 [2022-09-12T05:51:17.405Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:51:17 [2022-09-12T05:51:17.405Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log
01:51:19 [2022-09-12T05:51:19.934Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.pom (3.9 kB at 9.1 kB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.4/tycho-2.7.4.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.4/tycho-2.7.4.pom (18 kB at 940 kB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.pom (2.6 kB at 237 kB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.4/tycho-extras-2.7.4.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.4/tycho-extras-2.7.4.pom (6.5 kB at 1.1 MB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.pom (1.0 kB at 37 kB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.4.8/polyglot-0.4.8.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.4.8/polyglot-0.4.8.pom (8.8 kB at 1.1 MB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom (14 kB at 1.1 MB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom
01:51:20 [2022-09-12T05:51:20.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom (24 kB at 1.1 MB/s)
01:51:20 [2022-09-12T05:51:20.192Z] [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
01:51:20 [2022-09-12T05:51:20.450Z] [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 2.8 MB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
01:51:20 [2022-09-12T05:51:20.450Z] [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 2.1 MB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.pom
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.pom (1.0 kB at 172 kB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.4/tycho-bundles-2.7.4.pom
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.4/tycho-bundles-2.7.4.pom (3.2 kB at 637 kB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.pom
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.pom (1.9 kB at 51 kB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (920 B at 115 kB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 132 kB/s)
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom
01:51:20 [2022-09-12T05:51:20.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 132 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 285 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 44 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom (1.7 kB at 133 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom (1.7 kB at 216 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 346 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 346 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 115 kB/s)
01:51:20 [2022-09-12T05:51:20.451Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom (1.7 kB at 247 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 124 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 247 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 247 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 87 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 192 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 432 kB/s)
01:51:20 [2022-09-12T05:51:20.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom (1.9 kB at 483 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 432 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 54 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.pom (2.1 kB at 357 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.pom (2.6 kB at 131 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (978 B at 326 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 485 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom (1.9 kB at 388 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 121 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom (1.9 kB at 485 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom (1.9 kB at 176 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 485 kB/s)
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom
01:51:20 [2022-09-12T05:51:20.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 149 kB/s)
01:51:20 [2022-09-12T05:51:20.711Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom
01:51:20 [2022-09-12T05:51:20.711Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 280 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 85 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 490 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 163 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 93 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 490 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 103 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom (2.0 kB at 43 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 490 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom (2.0 kB at 391 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 123 kB/s)
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom
01:51:20 [2022-09-12T05:51:20.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 122 kB/s)
01:51:20 [2022-09-12T05:51:20.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom
01:51:20 [2022-09-12T05:51:20.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 491 kB/s)
01:51:20 [2022-09-12T05:51:20.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
01:51:20 [2022-09-12T05:51:20.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml (820 B at 28 kB/s)
01:51:20 [2022-09-12T05:51:20.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.100/org.eclipse.equinox.p2.metadata-2.3.100.pom
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.100/org.eclipse.equinox.p2.metadata-2.3.100.pom (2.1 kB at 96 kB/s)
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml (746 B at 83 kB/s)
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.pom
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.pom (1.9 kB at 275 kB/s)
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.101/org.eclipse.equinox.p2.core-2.4.101.pom
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.101/org.eclipse.equinox.p2.core-2.4.101.pom (1.9 kB at 275 kB/s)
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom (1.9 kB at 480 kB/s)
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom (1.9 kB at 320 kB/s)
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom
01:51:21 [2022-09-12T05:51:21.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom (1.9 kB at 277 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.100/org.eclipse.equinox.p2.core-2.6.100.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.100/org.eclipse.equinox.p2.core-2.6.100.pom (1.9 kB at 176 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom (1.9 kB at 388 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom (1.9 kB at 388 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom (1.9 kB at 484 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.0/org.eclipse.equinox.p2.core-2.8.0.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.0/org.eclipse.equinox.p2.core-2.8.0.pom (1.9 kB at 53 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.pom (1.9 kB at 645 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.pom (1.9 kB at 484 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.200/org.eclipse.equinox.p2.metadata-2.3.200.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.200/org.eclipse.equinox.p2.metadata-2.3.200.pom (2.1 kB at 162 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.0/org.eclipse.equinox.p2.metadata-2.4.0.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.0/org.eclipse.equinox.p2.metadata-2.4.0.pom (2.1 kB at 234 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.100/org.eclipse.equinox.p2.metadata-2.4.100.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.100/org.eclipse.equinox.p2.metadata-2.4.100.pom (2.1 kB at 176 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.200/org.eclipse.equinox.p2.metadata-2.4.200.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.200/org.eclipse.equinox.p2.metadata-2.4.200.pom (2.1 kB at 425 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom (2.1 kB at 101 kB/s)
01:51:21 [2022-09-12T05:51:21.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.400/org.eclipse.equinox.p2.metadata-2.4.400.pom
01:51:21 [2022-09-12T05:51:21.231Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.400/org.eclipse.equinox.p2.metadata-2.4.400.pom (2.1 kB at 163 kB/s)
01:51:21 [2022-09-12T05:51:21.231Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.500/org.eclipse.equinox.p2.metadata-2.4.500.pom
01:51:21 [2022-09-12T05:51:21.231Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.500/org.eclipse.equinox.p2.metadata-2.4.500.pom (2.1 kB at 425 kB/s)
01:51:21 [2022-09-12T05:51:21.231Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom
01:51:21 [2022-09-12T05:51:21.231Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom (2.1 kB at 425 kB/s)
01:51:21 [2022-09-12T05:51:21.488Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.700/org.eclipse.equinox.p2.metadata-2.4.700.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.700/org.eclipse.equinox.p2.metadata-2.4.700.pom (2.1 kB at 193 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.0/org.eclipse.equinox.p2.metadata-2.5.0.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.0/org.eclipse.equinox.p2.metadata-2.5.0.pom (2.1 kB at 118 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.100/org.eclipse.equinox.p2.metadata-2.5.100.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.100/org.eclipse.equinox.p2.metadata-2.5.100.pom (2.1 kB at 163 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.0/org.eclipse.equinox.p2.metadata-2.6.0.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.0/org.eclipse.equinox.p2.metadata-2.6.0.pom (2.1 kB at 118 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.pom (2.1 kB at 530 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.pom (2.1 kB at 163 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml (431 B at 108 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.5/org.ow2.sat4j.core-2.3.5.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.5/org.ow2.sat4j.core-2.3.5.pom (2.2 kB at 199 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.5/org.ow2.sat4j.pom-2.3.5.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.5/org.ow2.sat4j.pom-2.3.5.pom (15 kB at 3.7 MB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
01:51:21 [2022-09-12T05:51:21.489Z] [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)
01:51:21 [2022-09-12T05:51:21.489Z] [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
01:51:21 [2022-09-12T05:51:21.489Z] [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 109 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [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
01:51:21 [2022-09-12T05:51:21.489Z] [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 1.4 MB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml (429 B at 107 kB/s)
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom
01:51:21 [2022-09-12T05:51:21.489Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom (2.1 kB at 695 kB/s)
01:51:21 [2022-09-12T05:51:21.490Z] [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
01:51:21 [2022-09-12T05:51:21.490Z] [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 111 kB/s)
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.pom
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.pom (2.3 kB at 570 kB/s)
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (886 B at 63 kB/s)
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 484 kB/s)
01:51:21 [2022-09-12T05:51:21.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 54 kB/s)
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 102 kB/s)
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 102 kB/s)
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom
01:51:21 [2022-09-12T05:51:21.747Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 85 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 279 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 130 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 163 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 651 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 56 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 279 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 115 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 651 kB/s)
01:51:21 [2022-09-12T05:51:21.748Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 652 kB/s)
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom (2.0 kB at 244 kB/s)
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 655 kB/s)
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom (2.0 kB at 244 kB/s)
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.pom
01:51:21 [2022-09-12T05:51:21.749Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.pom (2.1 kB at 424 kB/s)
01:51:21 [2022-09-12T05:51:21.749Z] [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.600/org.eclipse.osgi.compatibility.state-1.2.600.pom
01:51:22 [2022-09-12T05:51:22.007Z] [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.600/org.eclipse.osgi.compatibility.state-1.2.600.pom (2.0 kB at 87 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [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.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.pom
01:51:22 [2022-09-12T05:51:22.007Z] [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.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.pom (2.0 kB at 330 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.pom (944 B at 315 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.pom (960 B at 240 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [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.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom
01:51:22 [2022-09-12T05:51:22.007Z] [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.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom (2.3 kB at 574 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 41 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom (1.9 kB at 66 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom (1.9 kB at 317 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 159 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 476 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom (1.9 kB at 62 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
01:51:22 [2022-09-12T05:51:22.007Z] [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 159 kB/s)
01:51:22 [2022-09-12T05:51:22.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
01:51:22 [2022-09-12T05:51:22.007Z] [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 97 kB/s)
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.jar
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.jar
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.jar
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.jar
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.jar
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.jar (78 kB at 2.6 MB/s)
01:51:22 [2022-09-12T05:51:22.008Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.jar (35 kB at 742 kB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.jar (148 kB at 3.1 MB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.jar (105 kB at 1.5 MB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.jar (18 kB at 184 kB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.jar (46 kB at 485 kB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.jar (31 kB at 326 kB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [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
01:51:22 [2022-09-12T05:51:22.476Z] [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
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.jar (113 kB at 1.2 MB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar (112 kB at 981 kB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar
01:51:22 [2022-09-12T05:51:22.476Z] [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 3.5 MB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.jar (224 kB at 1.7 MB/s)
01:51:22 [2022-09-12T05:51:22.476Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.jar
01:51:22 [2022-09-12T05:51:22.477Z] [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 3.4 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [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.600/org.eclipse.osgi.compatibility.state-1.2.600.jar
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar (199 kB at 1.5 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [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.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.jar
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 11 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.jar
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.jar (178 kB at 1.3 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.jar
01:51:22 [2022-09-12T05:51:22.477Z] [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.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.jar (248 kB at 1.7 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [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.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.jar
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar (369 kB at 2.2 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.jar (167 kB at 1.0 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
01:51:22 [2022-09-12T05:51:22.477Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.jar (297 kB at 1.7 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [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.600/org.eclipse.osgi.compatibility.state-1.2.600.jar (255 kB at 1.4 MB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [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.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.jar (134 kB at 701 kB/s)
01:51:22 [2022-09-12T05:51:22.477Z] [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 586 kB/s)
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Scanning for projects...
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 201 kB/s)
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/tycho-maven-plugin-3.0.0-20220911.110440-280.pom
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/tycho-maven-plugin-3.0.0-20220911.110440-280.pom (2.1 kB at 143 kB/s)
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.735Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml (603 B at 40 kB/s)
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/tycho-3.0.0-20220911.110440-287.pom
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/tycho-3.0.0-20220911.110440-287.pom (18 kB at 2.0 MB/s)
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml (1.4 kB at 362 kB/s)
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/tycho-core-3.0.0-20220911.110440-280.pom
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/tycho-core-3.0.0-20220911.110440-280.pom (9.9 kB at 2.0 MB/s)
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 365 kB/s)
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.736Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.0-20220911.110440-287.pom
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.0-20220911.110440-287.pom (1.1 kB at 64 kB/s)
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml (611 B at 61 kB/s)
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/tycho-bundles-3.0.0-20220911.110440-287.pom
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/tycho-bundles-3.0.0-20220911.110440-287.pom (3.4 kB at 670 kB/s)
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 366 kB/s)
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:22 [2022-09-12T05:51:22.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.0-20220911.110440-287.pom
01:51:22 [2022-09-12T05:51:22.996Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.0-20220911.110440-287.pom (1.1 kB at 360 kB/s)
01:51:22 [2022-09-12T05:51:22.996Z] [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
01:51:22 [2022-09-12T05:51:22.996Z] [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
01:51:22 [2022-09-12T05:51:22.996Z] [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
01:51:22 [2022-09-12T05:51:22.996Z] [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
01:51:22 [2022-09-12T05:51:22.996Z] [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
01:51:22 [2022-09-12T05:51:22.996Z] [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
01:51:22 [2022-09-12T05:51:22.996Z] [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 447 kB/s)
01:51:22 [2022-09-12T05:51:22.996Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom
01:51:22 [2022-09-12T05:51:22.996Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/10/plexus-10.pom
01:51:22 [2022-09-12T05:51:22.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom
01:51:22 [2022-09-12T05:51:22.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/10/plexus-10.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/10/plexus-10.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
01:51:23 [2022-09-12T05:51:23.254Z] [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)
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
01:51:23 [2022-09-12T05:51:23.254Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
01:51:23 [2022-09-12T05:51:23.254Z] [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 16 kB/s)
01:51:23 [2022-09-12T05:51:23.254Z] [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
01:51:23 [2022-09-12T05:51:23.254Z] [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
01:51:23 [2022-09-12T05:51:23.254Z] [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
01:51:23 [2022-09-12T05:51:23.254Z] [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
01:51:23 [2022-09-12T05:51:23.254Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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 1.2 MB/s)
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
01:51:23 [2022-09-12T05:51:23.513Z] [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 2.5 MB/s)
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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 2.0 MB/s)
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
01:51:23 [2022-09-12T05:51:23.513Z] [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
01:51:23 [2022-09-12T05:51:23.513Z] [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 2.2 MB/s)
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
01:51:23 [2022-09-12T05:51:23.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/52/commons-parent-52.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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 6.1 MB/s)
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
01:51:23 [2022-09-12T05:51:23.772Z] [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 2.3 MB/s)
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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 566 kB/s)
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [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
01:51:23 [2022-09-12T05:51:23.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
01:51:23 [2022-09-12T05:51:23.773Z] [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
01:51:24 [2022-09-12T05:51:24.031Z] [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 1.2 MB/s)
01:51:24 [2022-09-12T05:51:24.031Z] [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.pom
01:51:24 [2022-09-12T05:51:24.031Z] [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.pom
01:51:24 [2022-09-12T05:51:24.031Z] [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.pom
01:51:24 [2022-09-12T05:51:24.032Z] [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.pom
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
01:51:24 [2022-09-12T05:51:24.032Z] [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
01:51:24 [2022-09-12T05:51:24.032Z] [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)
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
01:51:24 [2022-09-12T05:51:24.032Z] [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
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 4.7 MB/s)
01:51:24 [2022-09-12T05:51:24.032Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
01:51:25 [2022-09-12T05:51:25.407Z] [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
01:51:25 [2022-09-12T05:51:25.407Z] [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 2.1 MB/s)
01:51:25 [2022-09-12T05:51:25.407Z] [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
01:51:25 [2022-09-12T05:51:25.407Z] [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
01:51:25 [2022-09-12T05:51:25.407Z] [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
01:51:25 [2022-09-12T05:51:25.407Z] [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
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
01:51:25 [2022-09-12T05:51:25.407Z] [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
01:51:25 [2022-09-12T05:51:25.407Z] [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 885 kB/s)
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
01:51:25 [2022-09-12T05:51:25.407Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
01:51:26 [2022-09-12T05:51:26.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
01:51:26 [2022-09-12T05:51:26.343Z] [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
01:51:26 [2022-09-12T05:51:26.343Z] [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 2.3 MB/s)
01:51:26 [2022-09-12T05:51:26.343Z] [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
01:51:26 [2022-09-12T05:51:26.603Z] [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
01:51:26 [2022-09-12T05:51:26.603Z] [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
01:51:26 [2022-09-12T05:51:26.603Z] [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
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
01:51:26 [2022-09-12T05:51:26.603Z] [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
01:51:26 [2022-09-12T05:51:26.603Z] [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 1.5 MB/s)
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 202 kB/s)
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/sisu-equinox-launching-3.0.0-20220911.110440-280.pom
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/sisu-equinox-launching-3.0.0-20220911.110440-280.pom (3.4 kB at 852 kB/s)
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml (605 B at 302 kB/s)
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.603Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/sisu-osgi-3.0.0-20220911.110440-74.pom
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/sisu-osgi-3.0.0-20220911.110440-74.pom (1.1 kB at 356 kB/s)
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 47 kB/s)
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.0-20220911.110440-287.pom
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.0-20220911.110440-287.pom (1.0 kB at 348 kB/s)
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.604Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:26 [2022-09-12T05:51:26.863Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 97 kB/s)
01:51:26 [2022-09-12T05:51:26.863Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.0-20220911.110440-287.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.0-20220911.110440-287.pom (1.1 kB at 355 kB/s)
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 124 kB/s)
01:51:27 [2022-09-12T05:51:27.815Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml (998 B at 333 kB/s)
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/sisu-osgi-api-3.0.0-20220911.110440-74.pom
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/sisu-osgi-api-3.0.0-20220911.110440-74.pom (1.7 kB at 573 kB/s)
01:51:27 [2022-09-12T05:51:27.816Z] [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
01:51:27 [2022-09-12T05:51:27.816Z] [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
01:51:27 [2022-09-12T05:51:27.816Z] [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
01:51:27 [2022-09-12T05:51:27.816Z] [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
01:51:27 [2022-09-12T05:51:27.816Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
01:51:27 [2022-09-12T05:51:27.816Z] [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
01:51:28 [2022-09-12T05:51:28.082Z] [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 2.7 MB/s)
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
01:51:28 [2022-09-12T05:51:28.083Z] [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
01:51:28 [2022-09-12T05:51:28.083Z] [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 12 MB/s)
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
01:51:28 [2022-09-12T05:51:28.083Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
01:51:28 [2022-09-12T05:51:28.084Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
01:51:28 [2022-09-12T05:51:28.084Z] [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 5.1 MB/s)
01:51:28 [2022-09-12T05:51:28.084Z] [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
01:51:28 [2022-09-12T05:51:28.084Z] [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
01:51:28 [2022-09-12T05:51:28.084Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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 257 kB/s)
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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
01:51:28 [2022-09-12T05:51:28.343Z] [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 2.0 MB/s)
01:51:28 [2022-09-12T05:51:28.343Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
01:51:28 [2022-09-12T05:51:28.601Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
01:51:28 [2022-09-12T05:51:28.601Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
01:51:28 [2022-09-12T05:51:28.601Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
01:51:28 [2022-09-12T05:51:28.602Z] [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
01:51:28 [2022-09-12T05:51:28.602Z] [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 6.4 MB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 202 kB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/sisu-equinox-embedder-3.0.0-20220911.110440-280.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/sisu-equinox-embedder-3.0.0-20220911.110440-280.pom (1.8 kB at 613 kB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 44 kB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/tycho-metadata-model-3.0.0-20220911.110440-280.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/tycho-metadata-model-3.0.0-20220911.110440-280.pom (1.3 kB at 81 kB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
01:51:28 [2022-09-12T05:51:28.602Z] [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 452 kB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 252 kB/s)
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/tycho-embedder-api-3.0.0-20220911.110440-280.pom
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/tycho-embedder-api-3.0.0-20220911.110440-280.pom (2.1 kB at 115 kB/s)
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 167 kB/s)
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.860Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/p2-maven-plugin-3.0.0-20220911.110440-218.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/p2-maven-plugin-3.0.0-20220911.110440-218.pom (7.8 kB at 326 kB/s)
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.pom (2.1 kB at 712 kB/s)
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom
01:51:28 [2022-09-12T05:51:28.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom
01:51:29 [2022-09-12T05:51:29.118Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom
01:51:29 [2022-09-12T05:51:29.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.pom (2.6 kB at 874 kB/s)
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom
01:51:29 [2022-09-12T05:51:29.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.pom (2.3 kB at 568 kB/s)
01:51:29 [2022-09-12T05:51:29.120Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.pom (2.1 kB at 705 kB/s)
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [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.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom
01:51:29 [2022-09-12T05:51:29.378Z] [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.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom (2.0 kB at 659 kB/s)
01:51:29 [2022-09-12T05:51:29.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom (1.9 kB at 645 kB/s)
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.pom (2.3 kB at 772 kB/s)
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.prefs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.637Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.prefs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml (389 B at 24 kB/s)
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.1/org.osgi.service.prefs-1.1.1.pom (1.3 kB at 431 kB/s)
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
01:51:29 [2022-09-12T05:51:29.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
01:51:29 [2022-09-12T05:51:29.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
01:51:29 [2022-09-12T05:51:29.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
01:51:29 [2022-09-12T05:51:29.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
01:51:29 [2022-09-12T05:51:29.897Z] [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
01:51:29 [2022-09-12T05:51:29.897Z] [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)
01:51:29 [2022-09-12T05:51:29.897Z] [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.pom
01:51:29 [2022-09-12T05:51:29.897Z] [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.pom
01:51:29 [2022-09-12T05:51:29.898Z] [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.pom
01:51:29 [2022-09-12T05:51:29.898Z] [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.pom
01:51:29 [2022-09-12T05:51:29.898Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
01:51:29 [2022-09-12T05:51:29.898Z] [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
01:51:29 [2022-09-12T05:51:29.898Z] [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 742 kB/s)
01:51:29 [2022-09-12T05:51:29.898Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
01:51:29 [2022-09-12T05:51:29.898Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.pom (1.8 kB at 601 kB/s)
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom
01:51:30 [2022-09-12T05:51:30.157Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom
01:51:31 [2022-09-12T05:51:31.532Z] [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.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom
01:51:31 [2022-09-12T05:51:31.532Z] [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.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.pom (2.3 kB at 127 kB/s)
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom (2.4 kB at 786 kB/s)
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml (701 B at 350 kB/s)
01:51:31 [2022-09-12T05:51:31.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.2.300/org.eclipse.equinox.p2.metadata.repository-1.2.300.pom (2.3 kB at 134 kB/s)
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.2.400/org.eclipse.equinox.p2.metadata.repository-1.2.400.pom (2.3 kB at 1.1 MB/s)
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.2.401/org.eclipse.equinox.p2.metadata.repository-1.2.401.pom (2.3 kB at 456 kB/s)
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
01:51:31 [2022-09-12T05:51:31.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
01:51:31 [2022-09-12T05:51:31.533Z] [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.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom
01:51:31 [2022-09-12T05:51:31.534Z] [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.3.0/org.eclipse.equinox.p2.metadata.repository-1.3.0.pom (2.3 kB at 759 kB/s)
01:51:31 [2022-09-12T05:51:31.534Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
01:51:31 [2022-09-12T05:51:31.534Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
01:51:31 [2022-09-12T05:51:31.534Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
01:51:31 [2022-09-12T05:51:31.534Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
01:51:31 [2022-09-12T05:51:31.792Z] [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.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom
01:51:31 [2022-09-12T05:51:31.792Z] [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.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom (2.3 kB at 760 kB/s)
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
01:51:31 [2022-09-12T05:51:31.792Z] [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.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom
01:51:31 [2022-09-12T05:51:31.792Z] [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.3.200/org.eclipse.equinox.p2.metadata.repository-1.3.200.pom (2.3 kB at 1.1 MB/s)
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
01:51:31 [2022-09-12T05:51:31.792Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
01:51:31 [2022-09-12T05:51:31.793Z] [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.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom
01:51:31 [2022-09-12T05:51:31.793Z] [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.3.300/org.eclipse.equinox.p2.metadata.repository-1.3.300.pom (2.3 kB at 1.1 MB/s)
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom
01:51:31 [2022-09-12T05:51:31.793Z] [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.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom
01:51:31 [2022-09-12T05:51:31.793Z] [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.3.400/org.eclipse.equinox.p2.metadata.repository-1.3.400.pom (2.3 kB at 765 kB/s)
01:51:31 [2022-09-12T05:51:31.793Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [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.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [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.3.500/org.eclipse.equinox.p2.metadata.repository-1.3.500.pom (2.3 kB at 765 kB/s)
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml (930 B at 44 kB/s)
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
01:51:32 [2022-09-12T05:51:32.051Z] [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.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom
01:51:32 [2022-09-12T05:51:32.052Z] [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.1.500/org.eclipse.equinox.p2.artifact.repository-1.1.500.pom (2.5 kB at 1.2 MB/s)
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
01:51:32 [2022-09-12T05:51:32.052Z] [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.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom
01:51:32 [2022-09-12T05:51:32.052Z] [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.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom (2.5 kB at 824 kB/s)
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
01:51:32 [2022-09-12T05:51:32.052Z] [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.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom
01:51:32 [2022-09-12T05:51:32.052Z] [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.1.650/org.eclipse.equinox.p2.artifact.repository-1.1.650.pom (2.5 kB at 1.2 MB/s)
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
01:51:32 [2022-09-12T05:51:32.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
01:51:32 [2022-09-12T05:51:32.311Z] [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.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom
01:51:32 [2022-09-12T05:51:32.311Z] [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.2.0/org.eclipse.equinox.p2.artifact.repository-1.2.0.pom (2.5 kB at 247 kB/s)
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
01:51:32 [2022-09-12T05:51:32.311Z] [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.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom
01:51:32 [2022-09-12T05:51:32.311Z] [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.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom (2.5 kB at 1.2 MB/s)
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
01:51:32 [2022-09-12T05:51:32.311Z] [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.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom
01:51:32 [2022-09-12T05:51:32.311Z] [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.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom (2.5 kB at 829 kB/s)
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
01:51:32 [2022-09-12T05:51:32.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom (2.5 kB at 829 kB/s)
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom (2.5 kB at 829 kB/s)
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.200/org.eclipse.equinox.p2.artifact.repository-1.3.200.pom (2.5 kB at 191 kB/s)
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom
01:51:32 [2022-09-12T05:51:32.578Z] [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.3.300/org.eclipse.equinox.p2.artifact.repository-1.3.300.pom (2.5 kB at 829 kB/s)
01:51:32 [2022-09-12T05:51:32.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom
01:51:32 [2022-09-12T05:51:32.579Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom
01:51:32 [2022-09-12T05:51:32.838Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom
01:51:32 [2022-09-12T05:51:32.838Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom
01:51:32 [2022-09-12T05:51:32.839Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom
01:51:32 [2022-09-12T05:51:32.839Z] [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.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom
01:51:32 [2022-09-12T05:51:32.839Z] [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.3.400/org.eclipse.equinox.p2.artifact.repository-1.3.400.pom (2.5 kB at 829 kB/s)
01:51:32 [2022-09-12T05:51:32.839Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom
01:51:32 [2022-09-12T05:51:32.839Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom
01:51:33 [2022-09-12T05:51:33.775Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom
01:51:33 [2022-09-12T05:51:33.775Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom
01:51:34 [2022-09-12T05:51:34.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.3.500/org.eclipse.equinox.p2.artifact.repository-1.3.500.pom (2.5 kB at 311 kB/s)
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.4.0/org.eclipse.equinox.p2.artifact.repository-1.4.0.pom (2.5 kB at 355 kB/s)
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.4.100/org.eclipse.equinox.p2.artifact.repository-1.4.100.pom (2.5 kB at 1.2 MB/s)
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom
01:51:34 [2022-09-12T05:51:34.033Z] [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.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom (2.5 kB at 828 kB/s)
01:51:34 [2022-09-12T05:51:34.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom
01:51:34 [2022-09-12T05:51:34.292Z] [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.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom
01:51:34 [2022-09-12T05:51:34.292Z] [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.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom (2.5 kB at 1.2 MB/s)
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom
01:51:34 [2022-09-12T05:51:34.292Z] [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.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom
01:51:34 [2022-09-12T05:51:34.292Z] [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.4.400/org.eclipse.equinox.p2.artifact.repository-1.4.400.pom (2.5 kB at 177 kB/s)
01:51:34 [2022-09-12T05:51:34.292Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom
01:51:34 [2022-09-12T05:51:34.293Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom
01:51:34 [2022-09-12T05:51:34.551Z] [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.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom
01:51:34 [2022-09-12T05:51:34.551Z] [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.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.pom (2.5 kB at 310 kB/s)
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 250 kB/s)
01:51:34 [2022-09-12T05:51:34.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/sisu-osgi-connect-3.0.0-20220911.110440-70.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/sisu-osgi-connect-3.0.0-20220911.110440-70.pom (1.7 kB at 241 kB/s)
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom (2.8 kB at 937 kB/s)
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
01:51:34 [2022-09-12T05:51:34.552Z] [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
01:51:34 [2022-09-12T05:51:34.552Z] [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 93 kB/s)
01:51:34 [2022-09-12T05:51:34.552Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [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
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 431 kB/s)
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
01:51:34 [2022-09-12T05:51:34.811Z] [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
01:51:34 [2022-09-12T05:51:34.811Z] [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 108 kB/s)
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.pom (1.9 kB at 53 kB/s)
01:51:34 [2022-09-12T05:51:34.811Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom
01:51:35 [2022-09-12T05:51:35.069Z] [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.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom
01:51:35 [2022-09-12T05:51:35.069Z] [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.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.pom (2.2 kB at 721 kB/s)
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom
01:51:35 [2022-09-12T05:51:35.069Z] [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.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom
01:51:35 [2022-09-12T05:51:35.069Z] [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.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.pom (2.0 kB at 219 kB/s)
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
01:51:35 [2022-09-12T05:51:35.069Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.pom (2.2 kB at 215 kB/s)
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml (818 B at 273 kB/s)
01:51:35 [2022-09-12T05:51:35.070Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.4.100/org.eclipse.equinox.p2.engine-2.4.100.pom (2.3 kB at 252 kB/s)
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.5.0/org.eclipse.equinox.p2.engine-2.5.0.pom (2.3 kB at 162 kB/s)
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom
01:51:35 [2022-09-12T05:51:35.328Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.0/org.eclipse.equinox.p2.engine-2.6.0.pom (2.3 kB at 1.1 MB/s)
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.100/org.eclipse.equinox.p2.engine-2.6.100.pom (2.3 kB at 284 kB/s)
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
01:51:35 [2022-09-12T05:51:35.329Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.200/org.eclipse.equinox.p2.engine-2.6.200.pom (2.3 kB at 120 kB/s)
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.300/org.eclipse.equinox.p2.engine-2.6.300.pom (2.3 kB at 762 kB/s)
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
01:51:35 [2022-09-12T05:51:35.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom (2.3 kB at 762 kB/s)
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.500/org.eclipse.equinox.p2.engine-2.6.500.pom (2.3 kB at 762 kB/s)
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.600/org.eclipse.equinox.p2.engine-2.6.600.pom (2.3 kB at 163 kB/s)
01:51:35 [2022-09-12T05:51:35.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
01:51:35 [2022-09-12T05:51:35.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
01:51:35 [2022-09-12T05:51:35.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.700/org.eclipse.equinox.p2.engine-2.6.700.pom (2.3 kB at 41 kB/s)
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
01:51:36 [2022-09-12T05:51:36.125Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.0/org.eclipse.equinox.p2.engine-2.7.0.pom (2.3 kB at 761 kB/s)
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.100/org.eclipse.equinox.p2.engine-2.7.100.pom (2.3 kB at 570 kB/s)
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom
01:51:36 [2022-09-12T05:51:36.126Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.pom (2.3 kB at 114 kB/s)
01:51:36 [2022-09-12T05:51:36.126Z] [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
01:51:36 [2022-09-12T05:51:36.397Z] [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
01:51:36 [2022-09-12T05:51:36.397Z] [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
01:51:36 [2022-09-12T05:51:36.397Z] [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
01:51:36 [2022-09-12T05:51:36.397Z] [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
01:51:36 [2022-09-12T05:51:36.397Z] [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
01:51:36 [2022-09-12T05:51:36.397Z] [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 577 kB/s)
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom (1.7 kB at 862 kB/s)
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
01:51:36 [2022-09-12T05:51:36.397Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.pom (2.1 kB at 532 kB/s)
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
01:51:36 [2022-09-12T05:51:36.398Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
01:51:36 [2022-09-12T05:51:36.656Z] [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.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom
01:51:36 [2022-09-12T05:51:36.656Z] [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.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.pom (2.0 kB at 219 kB/s)
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
01:51:36 [2022-09-12T05:51:36.656Z] [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.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom
01:51:36 [2022-09-12T05:51:36.656Z] [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.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.pom (2.0 kB at 131 kB/s)
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
01:51:36 [2022-09-12T05:51:36.656Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom (3.0 kB at 333 kB/s)
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
01:51:36 [2022-09-12T05:51:36.657Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml (625 B at 22 kB/s)
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.8.0/org.eclipse.ecf-3.8.0.pom (617 B at 308 kB/s)
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
01:51:36 [2022-09-12T05:51:36.915Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/ecf-parent/1.0.0/ecf-parent-1.0.0.pom (25 kB at 5.0 MB/s)
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
01:51:36 [2022-09-12T05:51:36.916Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
01:51:37 [2022-09-12T05:51:37.174Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.0/org.eclipse.ecf-3.9.0.pom (617 B at 206 kB/s)
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.2/org.eclipse.ecf-3.9.2.pom (617 B at 206 kB/s)
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.3/org.eclipse.ecf-3.9.3.pom (617 B at 308 kB/s)
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom (617 B at 308 kB/s)
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.5/org.eclipse.ecf-3.9.5.pom (617 B at 88 kB/s)
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
01:51:37 [2022-09-12T05:51:37.175Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
01:51:37 [2022-09-12T05:51:37.176Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
01:51:37 [2022-09-12T05:51:37.176Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom
01:51:37 [2022-09-12T05:51:37.176Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.100/org.eclipse.ecf-3.9.100.pom (619 B at 206 kB/s)
01:51:37 [2022-09-12T05:51:37.176Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.101/org.eclipse.ecf-3.9.101.pom (619 B at 310 kB/s)
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.102/org.eclipse.ecf-3.9.102.pom (619 B at 310 kB/s)
01:51:37 [2022-09-12T05:51:37.433Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.pom (618 B at 206 kB/s)
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml (422 B at 18 kB/s)
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
01:51:37 [2022-09-12T05:51:37.434Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.100/org.eclipse.ecf.filetransfer-5.1.100.pom (595 B at 298 kB/s)
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom (595 B at 198 kB/s)
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.pom (595 B at 298 kB/s)
01:51:37 [2022-09-12T05:51:37.692Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.693Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.693Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.693Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml (464 B at 232 kB/s)
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.600/org.eclipse.ecf.provider.filetransfer-3.2.600.pom (641 B at 320 kB/s)
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.601/org.eclipse.ecf.provider.filetransfer-3.2.601.pom (641 B at 80 kB/s)
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
01:51:37 [2022-09-12T05:51:37.951Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom (641 B at 214 kB/s)
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.pom (641 B at 320 kB/s)
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
01:51:37 [2022-09-12T05:51:37.952Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml (921 B at 460 kB/s)
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom (2.1 kB at 1.1 MB/s)
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom (2.1 kB at 1.1 MB/s)
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
01:51:38 [2022-09-12T05:51:38.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom (2.1 kB at 1.1 MB/s)
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.0/org.eclipse.equinox.p2.repository-2.4.0.pom (2.1 kB at 702 kB/s)
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.100/org.eclipse.equinox.p2.repository-2.4.100.pom (2.1 kB at 132 kB/s)
01:51:38 [2022-09-12T05:51:38.469Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.200/org.eclipse.equinox.p2.repository-2.4.200.pom (2.1 kB at 709 kB/s)
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.300/org.eclipse.equinox.p2.repository-2.4.300.pom (2.1 kB at 266 kB/s)
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
01:51:38 [2022-09-12T05:51:38.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom
01:51:38 [2022-09-12T05:51:38.728Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.400/org.eclipse.equinox.p2.repository-2.4.400.pom (2.1 kB at 152 kB/s)
01:51:38 [2022-09-12T05:51:38.728Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
01:51:38 [2022-09-12T05:51:38.986Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.500/org.eclipse.equinox.p2.repository-2.4.500.pom (2.1 kB at 1.1 MB/s)
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.600/org.eclipse.equinox.p2.repository-2.4.600.pom (2.1 kB at 177 kB/s)
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.700/org.eclipse.equinox.p2.repository-2.4.700.pom (2.1 kB at 1.1 MB/s)
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
01:51:38 [2022-09-12T05:51:38.987Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
01:51:39 [2022-09-12T05:51:39.246Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
01:51:39 [2022-09-12T05:51:39.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
01:51:39 [2022-09-12T05:51:39.246Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom
01:51:39 [2022-09-12T05:51:39.246Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.4.800/org.eclipse.equinox.p2.repository-2.4.800.pom (2.1 kB at 57 kB/s)
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.0/org.eclipse.equinox.p2.repository-2.5.0.pom (2.1 kB at 142 kB/s)
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom (2.1 kB at 1.1 MB/s)
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
01:51:39 [2022-09-12T05:51:39.247Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.200/org.eclipse.equinox.p2.repository-2.5.200.pom (2.1 kB at 707 kB/s)
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom (2.1 kB at 1.1 MB/s)
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
01:51:39 [2022-09-12T05:51:39.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
01:51:39 [2022-09-12T05:51:39.507Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.pom (628 B at 45 kB/s)
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom (15 kB at 646 kB/s)
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/felix-parent/6/felix-parent-6.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
01:51:39 [2022-09-12T05:51:39.765Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/6/felix-parent-6.pom
01:51:39 [2022-09-12T05:51:39.765Z] [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
01:51:39 [2022-09-12T05:51:39.765Z] [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 7.3 MB/s)
01:51:39 [2022-09-12T05:51:39.765Z] [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
01:51:39 [2022-09-12T05:51:39.766Z] [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
01:51:39 [2022-09-12T05:51:39.766Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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 282 kB/s)
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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
01:51:40 [2022-09-12T05:51:40.024Z] [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 540 kB/s)
01:51:40 [2022-09-12T05:51:40.024Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
01:51:40 [2022-09-12T05:51:40.024Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
01:51:40 [2022-09-12T05:51:40.025Z] [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
01:51:40 [2022-09-12T05:51:40.025Z] [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)
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
01:51:40 [2022-09-12T05:51:40.025Z] [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 242 kB/s)
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.283Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.283Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.283Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.283Z] [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
01:51:40 [2022-09-12T05:51:40.283Z] [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 198 kB/s)
01:51:40 [2022-09-12T05:51:40.283Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
01:51:40 [2022-09-12T05:51:40.284Z] [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
01:51:40 [2022-09-12T05:51:40.284Z] [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 127 kB/s)
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 488 kB/s)
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.0-20220911.110440-287.pom
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.0-20220911.110440-287.pom (971 B at 486 kB/s)
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 91 kB/s)
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.0-20220911.110440-287.pom
01:51:40 [2022-09-12T05:51:40.284Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.0-20220911.110440-287.pom (955 B at 318 kB/s)
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 486 kB/s)
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.0-20220911.110440-287.pom
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.0-20220911.110440-287.pom (1.0 kB at 349 kB/s)
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 58 kB/s)
01:51:40 [2022-09-12T05:51:40.542Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.0-20220911.110440-287.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.0-20220911.110440-287.pom (963 B at 482 kB/s)
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom (3.0 kB at 1.5 MB/s)
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (836 B at 418 kB/s)
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (818 B at 273 kB/s)
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.0/org.eclipse.core.contenttype-3.8.0.pom (2.3 kB at 782 kB/s)
01:51:40 [2022-09-12T05:51:40.543Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
01:51:40 [2022-09-12T05:51:40.544Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
01:51:40 [2022-09-12T05:51:40.801Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
01:51:40 [2022-09-12T05:51:40.801Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
01:51:40 [2022-09-12T05:51:40.801Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
01:51:40 [2022-09-12T05:51:40.801Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom (2.2 kB at 144 kB/s)
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 154 kB/s)
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 719 kB/s)
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
01:51:40 [2022-09-12T05:51:40.802Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
01:51:41 [2022-09-12T05:51:41.060Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
01:51:41 [2022-09-12T05:51:41.060Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom
01:51:41 [2022-09-12T05:51:41.060Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 1.1 MB/s)
01:51:41 [2022-09-12T05:51:41.060Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
01:51:41 [2022-09-12T05:51:41.060Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom (2.2 kB at 91 kB/s)
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom (2.2 kB at 725 kB/s)
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
01:51:41 [2022-09-12T05:51:41.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 198 kB/s)
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
01:51:41 [2022-09-12T05:51:41.319Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom (2.2 kB at 167 kB/s)
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 1.1 MB/s)
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
01:51:41 [2022-09-12T05:51:41.577Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
01:51:41 [2022-09-12T05:51:41.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
01:51:41 [2022-09-12T05:51:41.578Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom
01:51:41 [2022-09-12T05:51:41.578Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 217 kB/s)
01:51:41 [2022-09-12T05:51:41.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom (2.2 kB at 136 kB/s)
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
01:51:41 [2022-09-12T05:51:41.836Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 725 kB/s)
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.0/org.eclipse.equinox.preferences-3.9.0.pom (2.2 kB at 1.1 MB/s)
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.pom (2.2 kB at 167 kB/s)
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
01:51:41 [2022-09-12T05:51:41.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.pom (2.3 kB at 1.2 MB/s)
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (746 B at 373 kB/s)
01:51:42 [2022-09-12T05:51:42.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.0/org.eclipse.equinox.app-1.6.0.pom (2.1 kB at 1.1 MB/s)
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.pom (2.7 kB at 332 kB/s)
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml (788 B at 394 kB/s)
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
01:51:42 [2022-09-12T05:51:42.355Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.200/org.eclipse.equinox.security-1.2.200.pom (1.8 kB at 224 kB/s)
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom (1.8 kB at 896 kB/s)
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
01:51:42 [2022-09-12T05:51:42.356Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.400/org.eclipse.equinox.security-1.2.400.pom (1.8 kB at 896 kB/s)
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.500/org.eclipse.equinox.security-1.2.500.pom (1.8 kB at 597 kB/s)
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
01:51:42 [2022-09-12T05:51:42.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.0/org.eclipse.equinox.security-1.3.0.pom (1.8 kB at 602 kB/s)
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.100/org.eclipse.equinox.security-1.3.100.pom (1.8 kB at 904 kB/s)
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.200/org.eclipse.equinox.security-1.3.200.pom (1.8 kB at 603 kB/s)
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.300/org.eclipse.equinox.security-1.3.300.pom (1.8 kB at 181 kB/s)
01:51:42 [2022-09-12T05:51:42.615Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom (1.8 kB at 904 kB/s)
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.500/org.eclipse.equinox.security-1.3.500.pom (1.8 kB at 904 kB/s)
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom
01:51:42 [2022-09-12T05:51:42.873Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.600/org.eclipse.equinox.security-1.3.600.pom (1.8 kB at 904 kB/s)
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.700/org.eclipse.equinox.security-1.3.700.pom (1.8 kB at 910 kB/s)
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom
01:51:42 [2022-09-12T05:51:42.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.800/org.eclipse.equinox.security-1.3.800.pom (1.8 kB at 902 kB/s)
01:51:42 [2022-09-12T05:51:42.874Z] [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
01:51:42 [2022-09-12T05:51:42.874Z] [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
01:51:42 [2022-09-12T05:51:42.874Z] [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
01:51:42 [2022-09-12T05:51:42.874Z] [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
01:51:42 [2022-09-12T05:51:42.874Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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 437 kB/s)
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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 1.3 MB/s)
01:51:43 [2022-09-12T05:51:43.133Z] [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.pom
01:51:43 [2022-09-12T05:51:43.133Z] [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.pom
01:51:43 [2022-09-12T05:51:43.133Z] [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.pom
01:51:43 [2022-09-12T05:51:43.133Z] [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.pom
01:51:43 [2022-09-12T05:51:43.133Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
01:51:43 [2022-09-12T05:51:43.133Z] [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
01:51:43 [2022-09-12T05:51:43.133Z] [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.9 MB/s)
01:51:43 [2022-09-12T05:51:43.133Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
01:51:43 [2022-09-12T05:51:43.133Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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 4.5 MB/s)
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.134Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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)
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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)
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.134Z] [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
01:51:43 [2022-09-12T05:51:43.393Z] [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
01:51:43 [2022-09-12T05:51:43.393Z] [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 942 kB/s)
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [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
01:51:43 [2022-09-12T05:51:43.393Z] [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 102 kB/s)
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 806 kB/s)
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
01:51:43 [2022-09-12T05:51:43.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 4.0 MB/s)
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [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.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [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.2.100/org.eclipse.equinox.p2.director.app-1.2.100.pom (2.0 kB at 247 kB/s)
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [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.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom
01:51:43 [2022-09-12T05:51:43.394Z] [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.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.pom (2.3 kB at 175 kB/s)
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
01:51:43 [2022-09-12T05:51:43.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
01:51:43 [2022-09-12T05:51:43.652Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
01:51:43 [2022-09-12T05:51:43.652Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 5.3 MB/s)
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
01:51:43 [2022-09-12T05:51:43.653Z] [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
01:51:43 [2022-09-12T05:51:43.653Z] [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 3.9 MB/s)
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 201 kB/s)
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/tycho-p2-facade-3.0.0-20220911.110440-280.pom
01:51:43 [2022-09-12T05:51:43.653Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/tycho-p2-facade-3.0.0-20220911.110440-280.pom (2.3 kB at 380 kB/s)
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml (606 B at 202 kB/s)
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/tycho-p2-3.0.0-20220911.110440-280.pom
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/tycho-p2-3.0.0-20220911.110440-280.pom (1.1 kB at 568 kB/s)
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/tycho-maven-plugin-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/tycho-core-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.654Z] [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
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/tycho-maven-plugin-3.0.0-20220911.110440-280.jar (6.0 kB at 2.0 MB/s)
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.shared-3.0.0-20220911.110440-287.jar (22 kB at 4.3 MB/s)
01:51:43 [2022-09-12T05:51:43.654Z] [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
01:51:43 [2022-09-12T05:51:43.654Z] [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
01:51:43 [2022-09-12T05:51:43.654Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.shared-3.0.0-20220911.110440-287.jar (56 kB at 3.3 MB/s)
01:51:43 [2022-09-12T05:51:43.655Z] [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
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/tycho-core-3.0.0-20220911.110440-280.jar (291 kB at 14 MB/s)
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:51:43 [2022-09-12T05:51:43.655Z] [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
01:51:43 [2022-09-12T05:51:43.655Z] [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
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/sisu-equinox-launching-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/sisu-equinox-launching-3.0.0-20220911.110440-280.jar (22 kB at 875 kB/s)
01:51:43 [2022-09-12T05:51:43.655Z] [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
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/sisu-equinox-embedder-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.embedder.shared-3.0.0-20220911.110440-287.jar (23 kB at 895 kB/s)
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/sisu-osgi-api-3.0.0-20220911.110440-74.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/tycho-metadata-model-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/sisu-equinox-embedder-3.0.0-20220911.110440-280.jar (11 kB at 390 kB/s)
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/tycho-metadata-model-3.0.0-20220911.110440-280.jar (40 kB at 1.3 MB/s)
01:51:43 [2022-09-12T05:51:43.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/tycho-embedder-api-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.915Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.915Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/tycho-embedder-api-3.0.0-20220911.110440-280.jar (6.7 kB at 197 kB/s)
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/p2-maven-plugin-3.0.0-20220911.110440-218.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/3.0.0-SNAPSHOT/org.eclipse.tycho.core.shared-3.0.0-20220911.110440-287.jar (39 kB at 1.0 MB/s)
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/p2-maven-plugin-3.0.0-20220911.110440-218.jar (112 kB at 2.7 MB/s)
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/sisu-osgi-api-3.0.0-20220911.110440-74.jar (10 kB at 242 kB/s)
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/sisu-osgi-connect-3.0.0-20220911.110440-70.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/sisu-osgi-connect-3.0.0-20220911.110440-70.jar (37 kB at 623 kB/s)
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar
01:51:43 [2022-09-12T05:51:43.916Z] [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
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
01:51:43 [2022-09-12T05:51:43.916Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:51:43 [2022-09-12T05:51:43.917Z] [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
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.maven.repository-3.0.0-20220911.110440-287.jar (163 kB at 1.4 MB/s)
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.tools.impl-3.0.0-20220911.110440-287.jar (58 kB at 479 kB/s)
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.0-20220911.110440-287.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.noopsecurity/3.0.0-SNAPSHOT/org.eclipse.tycho.noopsecurity-3.0.0-20220911.110440-287.jar (5.0 kB at 41 kB/s)
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/3.0.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.impl-3.0.0-20220911.110440-287.jar (317 kB at 2.5 MB/s)
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar
01:51:43 [2022-09-12T05:51:43.917Z] [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.jar
01:51:43 [2022-09-12T05:51:43.917Z] [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
01:51:43 [2022-09-12T05:51:43.917Z] [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
01:51:43 [2022-09-12T05:51:43.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
01:51:43 [2022-09-12T05:51:43.917Z] [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
01:51:43 [2022-09-12T05:51:43.917Z] [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
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/tycho-p2-facade-3.0.0-20220911.110440-280.jar
01:51:43 [2022-09-12T05:51:43.918Z] [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
01:51:43 [2022-09-12T05:51:43.918Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/tycho-p2-facade-3.0.0-20220911.110440-280.jar (29 kB at 170 kB/s)
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar
01:51:44 [2022-09-12T05:51:44.855Z] [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
01:51:44 [2022-09-12T05:51:44.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
01:51:44 [2022-09-12T05:51:44.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:51:44 [2022-09-12T05:51:44.856Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.858Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:51:44 [2022-09-12T05:51:44.858Z] [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
01:51:44 [2022-09-12T05:51:44.859Z] [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
01:51:44 [2022-09-12T05:51:44.859Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
01:51:44 [2022-09-12T05:51:44.859Z] [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
01:51:44 [2022-09-12T05:51:44.859Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar
01:51:45 [2022-09-12T05:51:45.119Z] [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
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
01:51:45 [2022-09-12T05:51:45.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
01:51:45 [2022-09-12T05:51:45.120Z] [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
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar
01:51:45 [2022-09-12T05:51:45.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar
01:51:45 [2022-09-12T05:51:45.121Z] [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
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:51:45 [2022-09-12T05:51:45.121Z] [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
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
01:51:45 [2022-09-12T05:51:45.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar
01:51:45 [2022-09-12T05:51:45.122Z] [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.jar
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [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
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.natives/1.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar
01:51:45 [2022-09-12T05:51:45.123Z] [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
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.frameworkadmin.equinox/1.2.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
01:51:45 [2022-09-12T05:51:45.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
01:51:45 [2022-09-12T05:51:45.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
01:51:45 [2022-09-12T05:51:45.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
01:51:45 [2022-09-12T05:51:45.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
01:51:45 [2022-09-12T05:51:45.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
01:51:45 [2022-09-12T05:51:45.390Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:51:45 [2022-09-12T05:51:45.390Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.director.app/1.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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 832 kB/s)
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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)
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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 6.1 MB/s)
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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 18 MB/s)
01:51:45 [2022-09-12T05:51:45.391Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar
01:51:45 [2022-09-12T05:51:45.391Z] [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 12 MB/s)
01:51:45 [2022-09-12T05:51:45.391Z] [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
01:51:45 [2022-09-12T05:51:45.391Z] [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 765 kB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar
01:51:45 [2022-09-12T05:51:45.392Z] [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 2.9 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar
01:51:45 [2022-09-12T05:51:45.392Z] [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 1.2 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.100/org.eclipse.equinox.p2.publisher-1.7.100.jar (104 kB at 2.0 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.jar (79 kB at 1.3 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar
01:51:45 [2022-09-12T05:51:45.392Z] [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 753 kB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar (1.5 MB at 20 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.400/org.eclipse.equinox.p2.engine-2.7.400.jar (224 kB at 2.9 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar
01:51:45 [2022-09-12T05:51:45.392Z] [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.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.392Z] [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 12 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.300/org.eclipse.equinox.p2.director-2.5.300.jar (113 kB at 1.4 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.jar (37 kB at 424 kB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [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
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar (139 kB at 1.5 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar (116 kB at 1.2 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [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.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.jar (369 kB at 3.8 MB/s)
01:51:45 [2022-09-12T05:51:45.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.100/org.eclipse.equinox.p2.repository-2.6.100.jar (179 kB at 1.8 MB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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 198 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.jar (248 kB at 2.4 MB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [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.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.jar (174 kB at 1.6 MB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [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.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.jarprocessor/1.2.300/org.eclipse.equinox.p2.jarprocessor-1.2.300.jar (70 kB at 617 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar (136 kB at 1.2 MB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [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
01:51:45 [2022-09-12T05:51:45.393Z] [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.4.400/org.eclipse.equinox.p2.touchpoint.natives-1.4.400.jar (88 kB at 768 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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 233 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar (91 kB at 748 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [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.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar (135 kB at 1.1 MB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [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.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.jar (47 kB at 379 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar
01:51:45 [2022-09-12T05:51:45.393Z] [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.200/org.eclipse.equinox.frameworkadmin.equinox-1.2.200.jar (71 kB at 562 kB/s)
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar
01:51:45 [2022-09-12T05:51:45.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.jar (46 kB at 363 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.garbagecollector/1.2.0/org.eclipse.equinox.p2.garbagecollector-1.2.0.jar (25 kB at 197 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.102/org.eclipse.ecf.filetransfer-5.1.102.jar (41 kB at 307 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.800/org.eclipse.ecf.provider.filetransfer-3.2.800.jar (118 kB at 884 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.identity/3.9.402/org.eclipse.ecf.identity-3.9.402.jar (56 kB at 408 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [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
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.jar (103 kB at 757 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:51:45 [2022-09-12T05:51:45.394Z] [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.0/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.jar (27 kB at 195 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [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
01:51:45 [2022-09-12T05:51:45.394Z] [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 83 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [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
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar (66 kB at 471 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [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
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.10.0/org.eclipse.ecf-3.10.0.jar (114 kB at 786 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar
01:51:45 [2022-09-12T05:51:45.394Z] [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 22 kB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar (403 kB at 2.6 MB/s)
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.jar (74 kB at 484 kB/s)
01:51:45 [2022-09-12T05:51:45.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.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.net/1.3.1200/org.eclipse.core.net-1.3.1200.jar (49 kB at 313 kB/s)
01:51:45 [2022-09-12T05:51:45.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.jar
01:51:45 [2022-09-12T05:51:45.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar (102 kB at 640 kB/s)
01:51:45 [2022-09-12T05:51:45.395Z] [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
01:51:45 [2022-09-12T05:51:45.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 2.4 MB/s)
01:51:45 [2022-09-12T05:51:45.395Z] [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 144 kB/s)
01:51:45 [2022-09-12T05:51:45.395Z] [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
01:51:45 [2022-09-12T05:51:45.395Z] [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
01:51:45 [2022-09-12T05:51:45.395Z] [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 2.1 MB/s)
01:51:45 [2022-09-12T05:51:45.395Z] [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
01:51:45 [2022-09-12T05:51:45.395Z] [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 200 kB/s)
01:51:45 [2022-09-12T05:51:45.395Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
01:51:45 [2022-09-12T05:51:45.656Z] [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 415 kB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar
01:51:45 [2022-09-12T05:51:45.656Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 301 kB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar
01:51:45 [2022-09-12T05:51:45.656Z] [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 115 kB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
01:51:45 [2022-09-12T05:51:45.656Z] [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.2.100/org.eclipse.equinox.p2.director.app-1.2.100.jar (59 kB at 289 kB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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.jar
01:51:45 [2022-09-12T05:51:45.656Z] [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.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar (259 kB at 1.2 MB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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
01:51:45 [2022-09-12T05:51:45.656Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 1.3 MB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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 18 kB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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.jar (354 kB at 1.6 MB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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.jar (3.2 MB at 12 MB/s)
01:51:45 [2022-09-12T05:51:45.656Z] [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 17 MB/s)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access (You can disable this with -Dtycho.p2.transport=ecf) ###
01:51:53 [2022-09-12T05:51:53.773Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho
01:51:53 [2022-09-12T05:51:53.773Z] [INFO]     Transport mode:         online
01:51:53 [2022-09-12T05:51:53.773Z] [INFO]     Update mode:            cache first
01:51:53 [2022-09-12T05:51:53.773Z] [INFO]     Minimum cache duration: 60 minutes
01:51:53 [2022-09-12T05:51:53.773Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.0 kB/s)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/target-platform-configuration-3.0.0-20220911.110440-280.pom
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/target-platform-configuration-3.0.0-20220911.110440-280.pom (1.9 kB at 30 kB/s)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/target-platform-configuration-3.0.0-20220911.110440-280.jar
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/target-platform-configuration-3.0.0-20220911.110440-280.jar (18 kB at 179 kB/s)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 336 kB/s)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/tycho-source-plugin-3.0.0-20220911.110440-280.pom
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/tycho-source-plugin-3.0.0-20220911.110440-280.pom (3.0 kB at 1.5 MB/s)
01:51:53 [2022-09-12T05:51:53.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/tycho-source-plugin-3.0.0-20220911.110440-280.jar
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/tycho-source-plugin-3.0.0-20220911.110440-280.jar (47 kB at 3.1 MB/s)
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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 533 kB/s)
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
01:51:53 [2022-09-12T05:51:53.774Z] [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
01:51:53 [2022-09-12T05:51:53.774Z] [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)
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 934 kB/s)
01:51:53 [2022-09-12T05:51:53.774Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 9.0 MB/s)
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/35/maven-parent-35.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/35/maven-parent-35.pom
01:51:54 [2022-09-12T05:51:54.033Z] [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
01:51:54 [2022-09-12T05:51:54.033Z] [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 9.1 MB/s)
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/25/apache-25.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/25/apache-25.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/25/apache-25.pom
01:51:54 [2022-09-12T05:51:54.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/25/apache-25.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
01:51:54 [2022-09-12T05:51:54.034Z] [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 5.1 MB/s)
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
01:51:54 [2022-09-12T05:51:54.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 276 kB/s)
01:51:54 [2022-09-12T05:51:54.034Z] [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
01:51:54 [2022-09-12T05:51:54.034Z] [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
01:51:54 [2022-09-12T05:51:54.034Z] [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
01:51:54 [2022-09-12T05:51:54.034Z] [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
01:51:54 [2022-09-12T05:51:54.034Z] [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
01:51:54 [2022-09-12T05:51:54.034Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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 2.1 MB/s)
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.7 MB/s)
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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 274 kB/s)
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
01:51:54 [2022-09-12T05:51:54.292Z] [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
01:51:54 [2022-09-12T05:51:54.292Z] [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 790 kB/s)
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:51:54 [2022-09-12T05:51:54.292Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:51:54 [2022-09-12T05:51:54.550Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:51:54 [2022-09-12T05:51:54.550Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:51:54 [2022-09-12T05:51:54.550Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:51:54 [2022-09-12T05:51:54.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:51:54 [2022-09-12T05:51:54.550Z] [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 1.6 MB/s)
01:51:54 [2022-09-12T05:51:54.550Z] [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
01:51:54 [2022-09-12T05:51:54.550Z] [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
01:51:54 [2022-09-12T05:51:54.550Z] [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
01:51:54 [2022-09-12T05:51:54.550Z] [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
01:51:54 [2022-09-12T05:51:54.550Z] [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
01:51:54 [2022-09-12T05:51:54.550Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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 875 kB/s)
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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 4.8 MB/s)
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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 2.4 MB/s)
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.551Z] [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
01:51:54 [2022-09-12T05:51:54.809Z] [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
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
01:51:54 [2022-09-12T05:51:54.809Z] [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
01:51:54 [2022-09-12T05:51:54.809Z] [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 2.3 MB/s)
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
01:51:54 [2022-09-12T05:51:54.809Z] [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
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s)
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:51:54 [2022-09-12T05:51:54.809Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:51:54 [2022-09-12T05:51:54.810Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:51:54 [2022-09-12T05:51:54.810Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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 3.4 MB/s)
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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
01:51:54 [2022-09-12T05:51:54.810Z] [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 791 kB/s)
01:51:54 [2022-09-12T05:51:54.810Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.068Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 842 kB/s)
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 946 kB/s)
01:51:55 [2022-09-12T05:51:55.069Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 1.3 MB/s)
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.327Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.328Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 468 kB/s)
01:51:55 [2022-09-12T05:51:55.328Z] [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
01:51:55 [2022-09-12T05:51:55.328Z] [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
01:51:55 [2022-09-12T05:51:55.328Z] [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
01:51:55 [2022-09-12T05:51:55.328Z] [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
01:51:55 [2022-09-12T05:51:55.328Z] [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
01:51:55 [2022-09-12T05:51:55.328Z] [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
01:51:55 [2022-09-12T05:51:55.328Z] [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 1.6 MB/s)
01:51:55 [2022-09-12T05:51:55.328Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 1.1 MB/s)
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 1.7 MB/s)
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.587Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (4.2 kB at 2.1 MB/s)
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 175 kB/s)
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 6.3 MB/s)
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/34/maven-parent-34.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom
01:51:55 [2022-09-12T05:51:55.847Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom
01:51:55 [2022-09-12T05:51:55.847Z] [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
01:51:56 [2022-09-12T05:51:56.320Z] [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 1.1 MB/s)
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 95 kB/s)
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.320Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.321Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 1.4 MB/s)
01:51:56 [2022-09-12T05:51:56.321Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.321Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.321Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.321Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
01:51:56 [2022-09-12T05:51:56.321Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
01:51:57 [2022-09-12T05:51:57.255Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
01:51:57 [2022-09-12T05:51:57.255Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 1.1 MB/s)
01:51:57 [2022-09-12T05:51:57.255Z] [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
01:51:57 [2022-09-12T05:51:57.255Z] [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
01:51:57 [2022-09-12T05:51:57.255Z] [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
01:51:57 [2022-09-12T05:51:57.255Z] [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
01:51:57 [2022-09-12T05:51:57.255Z] [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
01:51:57 [2022-09-12T05:51:57.255Z] [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
01:51:57 [2022-09-12T05:51:57.255Z] [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 9.3 MB/s)
01:51:57 [2022-09-12T05:51:57.255Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom
01:51:57 [2022-09-12T05:51:57.513Z] [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
01:51:57 [2022-09-12T05:51:57.513Z] [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 8.6 MB/s)
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
01:51:57 [2022-09-12T05:51:57.513Z] [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 5.2 MB/s)
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 1.9 MB/s)
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
01:51:57 [2022-09-12T05:51:57.513Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 4.6 MB/s)
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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 343 kB/s)
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
01:51:57 [2022-09-12T05:51:57.772Z] [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
01:51:57 [2022-09-12T05:51:57.772Z] [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 1.7 MB/s)
01:51:57 [2022-09-12T05:51:57.772Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
01:51:57 [2022-09-12T05:51:57.773Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom
01:51:57 [2022-09-12T05:51:57.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
01:51:57 [2022-09-12T05:51:57.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
01:51:58 [2022-09-12T05:51:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom
01:51:58 [2022-09-12T05:51:58.030Z] [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
01:51:58 [2022-09-12T05:51:58.030Z] [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 1.4 MB/s)
01:51:58 [2022-09-12T05:51:58.030Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:51:58 [2022-09-12T05:51:58.030Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:51:58 [2022-09-12T05:51:58.030Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:51:58 [2022-09-12T05:51:58.030Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:51:58 [2022-09-12T05:51:58.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
01:51:58 [2022-09-12T05:51:58.030Z] [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
01:51:58 [2022-09-12T05:51:58.031Z] [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 5.2 MB/s)
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
01:51:58 [2022-09-12T05:51:58.031Z] [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 1.4 MB/s)
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice/4.2.2/guice-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice/4.2.2/guice-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.2/guice-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.031Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.2/guice-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 3.7 MB/s)
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.0 MB/s)
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
01:51:58 [2022-09-12T05:51:58.290Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
01:51:58 [2022-09-12T05:51:58.548Z] [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 205 kB/s)
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
01:51:58 [2022-09-12T05:51:58.548Z] [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 28 kB/s)
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/25.1-android/guava-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/25.1-android/guava-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 556 kB/s)
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.548Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.549Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 1.0 MB/s)
01:51:58 [2022-09-12T05:51:58.807Z] [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
01:51:58 [2022-09-12T05:51:58.807Z] [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
01:51:58 [2022-09-12T05:51:58.807Z] [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
01:51:58 [2022-09-12T05:51:58.807Z] [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
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
01:51:58 [2022-09-12T05:51:58.807Z] [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
01:51:58 [2022-09-12T05:51:58.807Z] [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 1.4 MB/s)
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
01:51:58 [2022-09-12T05:51:58.807Z] [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
01:51:58 [2022-09-12T05:51:58.807Z] [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 371 kB/s)
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
01:51:58 [2022-09-12T05:51:58.807Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 1.4 MB/s)
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 597 kB/s)
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 212 kB/s)
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
01:51:59 [2022-09-12T05:51:59.066Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 921 kB/s)
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 1.3 MB/s)
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 2.2 MB/s)
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
01:51:59 [2022-09-12T05:51:59.324Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 785 kB/s)
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
01:51:59 [2022-09-12T05:51:59.583Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
01:51:59 [2022-09-12T05:51:59.584Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 438 kB/s)
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.584Z] [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 187 kB/s)
01:51:59 [2022-09-12T05:51:59.584Z] [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
01:51:59 [2022-09-12T05:51:59.843Z] [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
01:51:59 [2022-09-12T05:51:59.843Z] [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
01:51:59 [2022-09-12T05:51:59.843Z] [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
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
01:51:59 [2022-09-12T05:51:59.843Z] [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
01:51:59 [2022-09-12T05:51:59.843Z] [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 544 kB/s)
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/36/maven-parent-36.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom
01:51:59 [2022-09-12T05:51:59.843Z] [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
01:51:59 [2022-09-12T05:51:59.843Z] [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 2.3 MB/s)
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/26/apache-26.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/26/apache-26.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/26/apache-26.pom
01:51:59 [2022-09-12T05:51:59.843Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/26/apache-26.pom
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
01:52:00 [2022-09-12T05:52:00.101Z] [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)
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 35 kB/s)
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/tycho-packaging-plugin-3.0.0-20220911.110440-280.pom
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/tycho-packaging-plugin-3.0.0-20220911.110440-280.pom (2.5 kB at 169 kB/s)
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/tycho-packaging-plugin-3.0.0-20220911.110440-280.jar
01:52:00 [2022-09-12T05:52:00.101Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/tycho-packaging-plugin-3.0.0-20220911.110440-280.jar (121 kB at 8.1 MB/s)
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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
01:52:00 [2022-09-12T05:52:00.101Z] [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 8.7 MB/s)
01:52:00 [2022-09-12T05:52:00.102Z] [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 8.0 MB/s)
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 2.8 MB/s)
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
01:52:00 [2022-09-12T05:52:00.401Z] [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
01:52:00 [2022-09-12T05:52:00.401Z] [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 3.3 MB/s)
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
01:52:00 [2022-09-12T05:52:00.401Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 7.9 MB/s)
01:52:00 [2022-09-12T05:52:00.402Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom (7.2 kB at 1.8 MB/s)
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom (8.3 kB at 2.8 MB/s)
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
01:52:00 [2022-09-12T05:52:00.699Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar (26 kB at 13 MB/s)
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 339 kB/s)
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/tycho-p2-extras-plugin-3.0.0-20220911.110440-278.pom
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/tycho-p2-extras-plugin-3.0.0-20220911.110440-278.pom (5.5 kB at 394 kB/s)
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml (617 B at 308 kB/s)
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/tycho-extras-3.0.0-20220911.110440-278.pom
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/tycho-extras-3.0.0-20220911.110440-278.pom (5.9 kB at 986 kB/s)
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/tycho-p2-extras-plugin-3.0.0-20220911.110440-278.jar
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/3.0.0-SNAPSHOT/tycho-p2-extras-plugin-3.0.0-20220911.110440-278.jar (30 kB at 10.0 MB/s)
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.700Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 338 kB/s)
01:52:00 [2022-09-12T05:52:00.701Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:00 [2022-09-12T05:52:00.701Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/tycho-artifactcomparator-3.0.0-20220911.110440-279.pom
01:52:00 [2022-09-12T05:52:00.701Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/tycho-artifactcomparator-3.0.0-20220911.110440-279.pom (2.2 kB at 722 kB/s)
01:52:00 [2022-09-12T05:52:00.701Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
01:52:00 [2022-09-12T05:52:00.701Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom (2.6 kB at 1.3 MB/s)
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.3/asm-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.3/asm-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.3/asm-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.3/asm-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 103 kB/s)
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom (2.9 kB at 128 kB/s)
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
01:52:00 [2022-09-12T05:52:00.990Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom (2.6 kB at 187 kB/s)
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/tycho-artifactcomparator-3.0.0-20220911.110440-279.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.3/asm-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/tycho-artifactcomparator-3.0.0-20220911.110440-279.jar (20 kB at 6.7 MB/s)
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.3/asm-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.3/asm-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.3/asm-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
01:52:01 [2022-09-12T05:52:01.311Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar (53 kB at 11 MB/s)
01:52:01 [2022-09-12T05:52:01.312Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar (34 kB at 8.6 MB/s)
01:52:01 [2022-09-12T05:52:01.312Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar (86 kB at 11 MB/s)
01:52:01 [2022-09-12T05:52:01.312Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 14 MB/s)
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom (2.5 kB at 110 kB/s)
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom (7.0 kB at 162 kB/s)
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 96 kB/s)
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom (11 kB at 147 kB/s)
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 2.1 MB/s)
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 18 kB/s)
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/tycho-p2-plugin-3.0.0-20220911.110440-279.pom
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/tycho-p2-plugin-3.0.0-20220911.110440-279.pom (2.4 kB at 113 kB/s)
01:52:01 [2022-09-12T05:52:01.864Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/tycho-p2-plugin-3.0.0-20220911.110440-279.jar
01:52:02 [2022-09-12T05:52:02.122Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/tycho-p2-plugin-3.0.0-20220911.110440-279.jar (36 kB at 537 kB/s)
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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 2.2 MB/s)
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.122Z] [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
01:52:02 [2022-09-12T05:52:02.123Z] [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
01:52:02 [2022-09-12T05:52:02.123Z] [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
01:52:02 [2022-09-12T05:52:02.123Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 2.5 MB/s)
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:02 [2022-09-12T05:52:02.381Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
01:52:03 [2022-09-12T05:52:03.319Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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
01:52:03 [2022-09-12T05:52:03.319Z] [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 18 MB/s)
01:52:03 [2022-09-12T05:52:03.319Z] [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 28 MB/s)
01:52:03 [2022-09-12T05:52:03.319Z] [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 1.1 MB/s)
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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 3.0 MB/s)
01:52:03 [2022-09-12T05:52:03.577Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
01:52:03 [2022-09-12T05:52:03.577Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
01:52:03 [2022-09-12T05:52:03.577Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
01:52:03 [2022-09-12T05:52:03.577Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
01:52:03 [2022-09-12T05:52:03.577Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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 3.6 MB/s)
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.577Z] [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
01:52:03 [2022-09-12T05:52:03.835Z] [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
01:52:03 [2022-09-12T05:52:03.835Z] [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
01:52:03 [2022-09-12T05:52:03.835Z] [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
01:52:03 [2022-09-12T05:52:03.835Z] [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
01:52:03 [2022-09-12T05:52:03.835Z] [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 14 MB/s)
01:52:03 [2022-09-12T05:52:03.835Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:03 [2022-09-12T05:52:03.835Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 57 kB/s)
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/tycho-eclipserun-plugin-3.0.0-20220911.110440-278.pom
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/tycho-eclipserun-plugin-3.0.0-20220911.110440-278.pom (2.4 kB at 148 kB/s)
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/tycho-eclipserun-plugin-3.0.0-20220911.110440-278.jar
01:52:03 [2022-09-12T05:52:03.836Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/3.0.0-SNAPSHOT/tycho-eclipserun-plugin-3.0.0-20220911.110440-278.jar (15 kB at 86 kB/s)
01:52:04 [2022-09-12T05:52:04.095Z] [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
01:52:04 [2022-09-12T05:52:04.095Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
01:52:04 [2022-09-12T05:52:04.095Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
01:52:04 [2022-09-12T05:52:04.095Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
01:52:04 [2022-09-12T05:52:04.095Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
01:52:04 [2022-09-12T05:52:04.353Z] [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
01:52:04 [2022-09-12T05:52:04.353Z] [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 1.8 MB/s)
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
01:52:04 [2022-09-12T05:52:04.353Z] [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
01:52:04 [2022-09-12T05:52:04.353Z] [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 3.3 MB/s)
01:52:04 [2022-09-12T05:52:04.353Z] [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
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
01:52:04 [2022-09-12T05:52:04.353Z] [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
01:52:04 [2022-09-12T05:52:04.353Z] [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 12 MB/s)
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 23 kB/s)
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/tycho-surefire-plugin-3.0.0-20220911.110440-279.pom
01:52:04 [2022-09-12T05:52:04.353Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/tycho-surefire-plugin-3.0.0-20220911.110440-279.pom (7.4 kB at 94 kB/s)
01:52:04 [2022-09-12T05:52:04.354Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/tycho-surefire-plugin-3.0.0-20220911.110440-279.jar
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/tycho-surefire-plugin-3.0.0-20220911.110440-279.jar (93 kB at 1.0 MB/s)
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 16 kB/s)
01:52:04 [2022-09-12T05:52:04.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.0-20220911.110440-280.pom
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.0-20220911.110440-280.pom (4.1 kB at 33 kB/s)
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 12 kB/s)
01:52:04 [2022-09-12T05:52:04.871Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.0-20220911.110440-279.pom
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.0-20220911.110440-279.pom (1.7 kB at 9.1 kB/s)
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml (612 B at 12 kB/s)
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/tycho-surefire-3.0.0-20220911.110440-280.pom
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/tycho-surefire-3.0.0-20220911.110440-280.pom (3.4 kB at 85 kB/s)
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.130Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 4.9 kB/s)
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.0-20220911.110440-279.pom
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.0-20220911.110440-279.pom (1.9 kB at 54 kB/s)
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:05 [2022-09-12T05:52:05.645Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 8.0 kB/s)
01:52:06 [2022-09-12T05:52:06.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.0-20220911.110440-279.pom
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.0-20220911.110440-279.pom (2.2 kB at 53 kB/s)
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 21 kB/s)
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.0-20220911.110440-279.pom
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.0-20220911.110440-279.pom (3.3 kB at 91 kB/s)
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 35 kB/s)
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.0-20220911.110440-279.pom
01:52:06 [2022-09-12T05:52:06.579Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.0-20220911.110440-279.pom (3.3 kB at 221 kB/s)
01:52:06 [2022-09-12T05:52:06.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.836Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 57 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.0-20220911.110440-279.pom
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.0-20220911.110440-279.pom (3.3 kB at 207 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 44 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.0-20220911.110440-279.pom
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.0-20220911.110440-279.pom (3.3 kB at 207 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.0-20220911.110440-279.pom
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.0-20220911.110440-279.pom (3.0 kB at 114 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s)
01:52:06 [2022-09-12T05:52:06.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.0-20220911.110440-279.pom
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.0-20220911.110440-279.pom (3.4 kB at 187 kB/s)
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 38 kB/s)
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.0-20220911.110440-279.pom
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.0-20220911.110440-279.pom (3.0 kB at 82 kB/s)
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s)
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.0-20220911.110440-279.pom
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.0-20220911.110440-279.pom (3.4 kB at 67 kB/s)
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 16 kB/s)
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.0-20220911.110440-279.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.0-20220911.110440-279.pom (2.1 kB at 63 kB/s)
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 73 kB/s)
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 1.2 MB/s)
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.354Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 119 kB/s)
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 150 kB/s)
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 480 kB/s)
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 201 kB/s)
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 84 kB/s)
01:52:07 [2022-09-12T05:52:07.870Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom (4.8 kB at 372 kB/s)
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
01:52:07 [2022-09-12T05:52:07.871Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 60 kB/s)
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 52 kB/s)
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 375 kB/s)
01:52:08 [2022-09-12T05:52:08.129Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom
01:52:08 [2022-09-12T05:52:08.387Z] [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
01:52:08 [2022-09-12T05:52:08.387Z] [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 16 MB/s)
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
01:52:08 [2022-09-12T05:52:08.387Z] [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 300 kB/s)
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 5.7 MB/s)
01:52:08 [2022-09-12T05:52:08.387Z] [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
01:52:08 [2022-09-12T05:52:08.387Z] [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
01:52:08 [2022-09-12T05:52:08.387Z] [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
01:52:08 [2022-09-12T05:52:08.387Z] [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
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
01:52:08 [2022-09-12T05:52:08.387Z] [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
01:52:08 [2022-09-12T05:52:08.387Z] [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 2.5 MB/s)
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
01:52:08 [2022-09-12T05:52:08.387Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
01:52:08 [2022-09-12T05:52:08.388Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
01:52:08 [2022-09-12T05:52:08.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
01:52:08 [2022-09-12T05:52:08.388Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
01:52:08 [2022-09-12T05:52:08.388Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 2.4 MB/s)
01:52:08 [2022-09-12T05:52:08.388Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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 199 kB/s)
01:52:08 [2022-09-12T05:52:08.645Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:52:08 [2022-09-12T05:52:08.645Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:52:08 [2022-09-12T05:52:08.645Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:52:08 [2022-09-12T05:52:08.645Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:52:08 [2022-09-12T05:52:08.645Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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 8.3 MB/s)
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.645Z] [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
01:52:08 [2022-09-12T05:52:08.646Z] [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
01:52:08 [2022-09-12T05:52:08.646Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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)
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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 136 kB/s)
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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 72 kB/s)
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:08 [2022-09-12T05:52:08.903Z] [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
01:52:09 [2022-09-12T05:52:09.162Z] [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
01:52:09 [2022-09-12T05:52:09.162Z] [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
01:52:09 [2022-09-12T05:52:09.162Z] [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
01:52:09 [2022-09-12T05:52:09.162Z] [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 624 kB/s)
01:52:09 [2022-09-12T05:52:09.162Z] [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
01:52:09 [2022-09-12T05:52:09.162Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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 707 kB/s)
01:52:09 [2022-09-12T05:52:09.420Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:52:09 [2022-09-12T05:52:09.420Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:52:09 [2022-09-12T05:52:09.420Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:52:09 [2022-09-12T05:52:09.420Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:52:09 [2022-09-12T05:52:09.420Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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 3.6 MB/s)
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [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
01:52:09 [2022-09-12T05:52:09.420Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s)
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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 762 kB/s)
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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 420 kB/s)
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.678Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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 481 kB/s)
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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 2.5 MB/s)
01:52:09 [2022-09-12T05:52:09.936Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
01:52:09 [2022-09-12T05:52:09.936Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom
01:52:09 [2022-09-12T05:52:09.936Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
01:52:09 [2022-09-12T05:52:09.936Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
01:52:09 [2022-09-12T05:52:09.936Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom
01:52:09 [2022-09-12T05:52:09.936Z] [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
01:52:09 [2022-09-12T05:52:09.936Z] [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 6.6 MB/s)
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom
01:52:09 [2022-09-12T05:52:09.937Z] [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
01:52:09 [2022-09-12T05:52:09.937Z] [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 15 MB/s)
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom
01:52:09 [2022-09-12T05:52:09.937Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
01:52:10 [2022-09-12T05:52:10.195Z] [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 5.1 MB/s)
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
01:52:10 [2022-09-12T05:52:10.195Z] [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
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 4.7 MB/s)
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 2.3 MB/s)
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 2.0 MB/s)
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
01:52:10 [2022-09-12T05:52:10.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 8.1 MB/s)
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 1.5 MB/s)
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
01:52:10 [2022-09-12T05:52:10.196Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 7.9 MB/s)
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.0-20220911.110440-280.jar
01:52:10 [2022-09-12T05:52:10.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit4-3.0.0-20220911.110440-279.jar (39 kB at 758 kB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit-3.0.0-20220911.110440-279.jar (26 kB at 425 kB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit47-3.0.0-20220911.110440-279.jar (158 kB at 2.0 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit5-3.0.0-20220911.110440-279.jar (395 kB at 4.9 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit54-3.0.0-20220911.110440-279.jar (587 kB at 4.6 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57-3.0.0-20220911.110440-279.jar (642 kB at 3.5 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit56-3.0.0-20220911.110440-279.jar (676 kB at 3.7 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit55-3.0.0-20220911.110440-279.jar (650 kB at 3.4 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.0-20220911.110440-279.jar
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-3.0.0-20220911.110440-279.jar (706 kB at 3.5 MB/s)
01:52:10 [2022-09-12T05:52:10.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.713Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-3.0.0-20220911.110440-280.jar (2.3 MB at 9.6 MB/s)
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-3.0.0-20220911.110440-279.jar (752 kB at 3.1 MB/s)
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.junit58-3.0.0-20220911.110440-279.jar (686 kB at 2.8 MB/s)
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
01:52:10 [2022-09-12T05:52:10.714Z] [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
01:52:10 [2022-09-12T05:52:10.714Z] [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
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/3.0.0-SNAPSHOT/org.eclipse.tycho.surefire.testng-3.0.0-20220911.110440-279.jar (91 kB at 363 kB/s)
01:52:10 [2022-09-12T05:52:10.714Z] [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
01:52:10 [2022-09-12T05:52:10.714Z] [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
01:52:10 [2022-09-12T05:52:10.714Z] [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.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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
01:52:10 [2022-09-12T05:52:10.715Z] [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.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.715Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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
01:52:10 [2022-09-12T05:52:10.716Z] [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.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar
01:52:10 [2022-09-12T05:52:10.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 959 kB/s)
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar (14 kB at 426 kB/s)
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 8.9 MB/s)
01:52:10 [2022-09-12T05:52:10.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 3.4 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 2.7 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 2.2 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [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
01:52:10 [2022-09-12T05:52:10.976Z] [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 1.0 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [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
01:52:10 [2022-09-12T05:52:10.976Z] [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 3.4 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [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
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 573 kB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [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
01:52:10 [2022-09-12T05:52:10.976Z] [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 2.3 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [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.jar
01:52:10 [2022-09-12T05:52:10.976Z] [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.jar (164 kB at 2.2 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 677 kB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
01:52:10 [2022-09-12T05:52:10.976Z] [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 5.9 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 1.4 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 715 kB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 19 MB/s)
01:52:10 [2022-09-12T05:52:10.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 3.0 MB/s)
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 7.5 kB/s)
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom (7.2 kB at 249 kB/s)
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
01:52:12 [2022-09-12T05:52:12.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (22 kB at 903 kB/s)
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
01:52:12 [2022-09-12T05:52:12.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar (44 kB at 2.3 MB/s)
01:52:12 [2022-09-12T05:52:12.611Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:12 [2022-09-12T05:52:12.611Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:12 [2022-09-12T05:52:12.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:12 [2022-09-12T05:52:12.611Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:12 [2022-09-12T05:52:12.611Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:12 [2022-09-12T05:52:12.611Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 29 kB/s)
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/tycho-compiler-plugin-3.0.0-20220911.110440-280.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/tycho-compiler-plugin-3.0.0-20220911.110440-280.pom (2.7 kB at 81 kB/s)
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/tycho-compiler-plugin-3.0.0-20220911.110440-280.jar
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/tycho-compiler-plugin-3.0.0-20220911.110440-280.jar (47 kB at 1.5 MB/s)
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 1.9 MB/s)
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 6.5 MB/s)
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:52:13 [2022-09-12T05:52:13.545Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
01:52:13 [2022-09-12T05:52:13.804Z] [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
01:52:13 [2022-09-12T05:52:13.804Z] [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 8.0 MB/s)
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
01:52:13 [2022-09-12T05:52:13.804Z] [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 4.3 MB/s)
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 7.7 MB/s)
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
01:52:13 [2022-09-12T05:52:13.804Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 2.4 MB/s)
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 6.5 MB/s)
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom
01:52:13 [2022-09-12T05:52:13.805Z] [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
01:52:13 [2022-09-12T05:52:13.805Z] [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 7.8 MB/s)
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
01:52:13 [2022-09-12T05:52:13.805Z] [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 7.2 MB/s)
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
01:52:13 [2022-09-12T05:52:13.805Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 7.6 MB/s)
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 53 kB/s)
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/tycho-ds-plugin-3.0.0-20220911.110440-190.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/tycho-ds-plugin-3.0.0-20220911.110440-190.pom (1.4 kB at 81 kB/s)
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/tycho-ds-plugin-3.0.0-20220911.110440-190.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/tycho-ds-plugin-3.0.0-20220911.110440-190.jar (9.5 kB at 364 kB/s)
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.pom (14 kB at 421 kB/s)
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
01:52:14 [2022-09-12T05:52:14.063Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M5/maven-failsafe-plugin-3.0.0-M5.jar (53 kB at 1.5 MB/s)
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
01:52:14 [2022-09-12T05:52:14.064Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
01:52:14 [2022-09-12T05:52:14.321Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 6.9 MB/s)
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 3.6 MB/s)
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom
01:52:14 [2022-09-12T05:52:14.322Z] [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
01:52:14 [2022-09-12T05:52:14.322Z] [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 8.1 MB/s)
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
01:52:14 [2022-09-12T05:52:14.322Z] [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 932 kB/s)
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
01:52:14 [2022-09-12T05:52:14.322Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 21 MB/s)
01:52:14 [2022-09-12T05:52:14.580Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom (7.3 kB at 3.6 MB/s)
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
01:52:14 [2022-09-12T05:52:14.581Z] [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
01:52:14 [2022-09-12T05:52:14.581Z] [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 1.5 MB/s)
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar (69 kB at 17 MB/s)
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:14 [2022-09-12T05:52:14.581Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 27 kB/s)
01:52:14 [2022-09-12T05:52:14.582Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/tycho-custom-bundle-plugin-3.0.0-20220911.110440-278.pom
01:52:14 [2022-09-12T05:52:14.582Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/tycho-custom-bundle-plugin-3.0.0-20220911.110440-278.pom (2.3 kB at 44 kB/s)
01:52:14 [2022-09-12T05:52:14.582Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/tycho-custom-bundle-plugin-3.0.0-20220911.110440-278.jar
01:52:14 [2022-09-12T05:52:14.842Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/3.0.0-SNAPSHOT/tycho-custom-bundle-plugin-3.0.0-20220911.110440-278.jar (16 kB at 538 kB/s)
01:52:15 [2022-09-12T05:52:15.100Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
01:52:15 [2022-09-12T05:52:15.100Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
01:52:15 [2022-09-12T05:52:15.100Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 209 kB/s)
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
01:52:16 [2022-09-12T05:52:16.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 8.4 MB/s)
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 766 kB/s)
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 25 kB/s)
01:52:16 [2022-09-12T05:52:16.291Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/tycho-p2-publisher-plugin-3.0.0-20220911.110440-279.pom
01:52:16 [2022-09-12T05:52:16.549Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/tycho-p2-publisher-plugin-3.0.0-20220911.110440-279.pom (2.0 kB at 35 kB/s)
01:52:16 [2022-09-12T05:52:16.549Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/tycho-p2-publisher-plugin-3.0.0-20220911.110440-279.jar
01:52:16 [2022-09-12T05:52:16.550Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/3.0.0-SNAPSHOT/tycho-p2-publisher-plugin-3.0.0-20220911.110440-279.jar (23 kB at 659 kB/s)
01:52:16 [2022-09-12T05:52:16.550Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.550Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.550Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.550Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.807Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:16 [2022-09-12T05:52:16.808Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 44 kB/s)
01:52:16 [2022-09-12T05:52:16.808Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/tycho-p2-repository-plugin-3.0.0-20220911.110440-278.pom
01:52:16 [2022-09-12T05:52:16.808Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/tycho-p2-repository-plugin-3.0.0-20220911.110440-278.pom (1.8 kB at 88 kB/s)
01:52:16 [2022-09-12T05:52:16.808Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/tycho-p2-repository-plugin-3.0.0-20220911.110440-278.jar
01:52:16 [2022-09-12T05:52:16.808Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/3.0.0-SNAPSHOT/tycho-p2-repository-plugin-3.0.0-20220911.110440-278.jar (39 kB at 1.2 MB/s)
01:52:17 [2022-09-12T05:52:17.065Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/P-build/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, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@588614f9...
01:52:17 [2022-09-12T05:52:17.999Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 67.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:18 [2022-09-12T05:52:18.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar
01:52:18 [2022-09-12T05:52:18.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1.jar (265 kB at 5.1 MB/s)
01:52:18 [2022-09-12T05:52:18.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1-sources.jar
01:52:18 [2022-09-12T05:52:18.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.9.1/gson-2.9.1-sources.jar (165 kB at 3.1 MB/s)
01:52:18 [2022-09-12T05:52:18.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.jar
01:52:18 [2022-09-12T05:52:18.567Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.jar (13 MB at 28 MB/s)
01:52:18 [2022-09-12T05:52:18.567Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1-sources.jar
01:52:18 [2022-09-12T05:52:18.825Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1-sources.jar (2.4 MB at 9.1 MB/s)
01:52:19 [2022-09-12T05:52:19.083Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar
01:52:19 [2022-09-12T05:52:19.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar (72 kB at 1.4 MB/s)
01:52:19 [2022-09-12T05:52:19.341Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4-sources.jar
01:52:19 [2022-09-12T05:52:19.341Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4-sources.jar (91 kB at 1.1 MB/s)
01:52:19 [2022-09-12T05:52:19.341Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar
01:52:19 [2022-09-12T05:52:19.341Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar (1.3 MB at 15 MB/s)
01:52:19 [2022-09-12T05:52:19.341Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar
01:52:19 [2022-09-12T05:52:19.598Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar (1.1 MB at 6.6 MB/s)
01:52:19 [2022-09-12T05:52:19.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar
01:52:19 [2022-09-12T05:52:19.856Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar (1.7 MB at 14 MB/s)
01:52:19 [2022-09-12T05:52:19.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar
01:52:20 [2022-09-12T05:52:20.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar (161 kB at 1.7 MB/s)
01:52:20 [2022-09-12T05:52:20.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar
01:52:20 [2022-09-12T05:52:20.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar (1.8 MB at 11 MB/s)
01:52:20 [2022-09-12T05:52:20.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar
01:52:20 [2022-09-12T05:52:20.373Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar (1.3 MB at 8.5 MB/s)
01:52:20 [2022-09-12T05:52:20.630Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar
01:52:20 [2022-09-12T05:52:20.630Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar (423 kB at 7.6 MB/s)
01:52:20 [2022-09-12T05:52:20.630Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar
01:52:20 [2022-09-12T05:52:20.630Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar (221 kB at 2.5 MB/s)
01:52:20 [2022-09-12T05:52:20.630Z] [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
01:52:20 [2022-09-12T05:52:20.630Z] [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 7.7 MB/s)
01:52:20 [2022-09-12T05:52:20.887Z] [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
01:52:20 [2022-09-12T05:52:20.888Z] [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 6.4 MB/s)
01:52:20 [2022-09-12T05:52:20.888Z] [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
01:52:20 [2022-09-12T05:52:20.888Z] [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 2.1 MB/s)
01:52:21 [2022-09-12T05:52:21.145Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar
01:52:21 [2022-09-12T05:52:21.145Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar (310 kB at 7.4 MB/s)
01:52:21 [2022-09-12T05:52:21.145Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar
01:52:21 [2022-09-12T05:52:21.145Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar (197 kB at 3.6 MB/s)
01:52:21 [2022-09-12T05:52:21.145Z] [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
01:52:21 [2022-09-12T05:52:21.145Z] [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 16 MB/s)
01:52:21 [2022-09-12T05:52:21.145Z] [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
01:52:21 [2022-09-12T05:52:21.145Z] [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 6.7 MB/s)
01:52:21 [2022-09-12T05:52:21.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.jar
01:52:21 [2022-09-12T05:52:21.402Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.jar (379 kB at 3.8 MB/s)
01:52:21 [2022-09-12T05:52:21.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71-sources.jar
01:52:21 [2022-09-12T05:52:21.402Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71-sources.jar (304 kB at 5.0 MB/s)
01:52:21 [2022-09-12T05:52:21.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar
01:52:21 [2022-09-12T05:52:21.660Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar (6.1 MB at 25 MB/s)
01:52:21 [2022-09-12T05:52:21.660Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71-sources.jar
01:52:21 [2022-09-12T05:52:21.918Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71-sources.jar (3.1 MB at 12 MB/s)
01:52:22 [2022-09-12T05:52:22.481Z] [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-sources.jar
01:52:22 [2022-09-12T05:52:22.739Z] [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-sources.jar (399 kB at 4.2 MB/s)
01:52:22 [2022-09-12T05:52:22.739Z] [INFO] Resolving MavenDependencyRoots = [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, ArtifactId = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:22 [2022-09-12T05:52:22.740Z] [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
01:52:22 [2022-09-12T05:52:22.740Z] [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 4.6 MB/s)
01:52:22 [2022-09-12T05:52:22.740Z] [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
01:52:22 [2022-09-12T05:52:22.740Z] [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 3.6 MB/s)
01:52:22 [2022-09-12T05:52:22.740Z] [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
01:52:22 [2022-09-12T05:52:22.740Z] [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 919 kB/s)
01:52:22 [2022-09-12T05:52:22.740Z] [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
01:52:22 [2022-09-12T05:52:22.997Z] [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 2.0 MB/s)
01:52:22 [2022-09-12T05:52:22.997Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.11/jetty-http-10.0.11.jar
01:52:22 [2022-09-12T05:52:22.997Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.11/jetty-http-10.0.11.jar (249 kB at 2.8 MB/s)
01:52:22 [2022-09-12T05:52:22.997Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.11/jetty-http-10.0.11-sources.jar
01:52:23 [2022-09-12T05:52:23.255Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.11/jetty-http-10.0.11-sources.jar (140 kB at 1.6 MB/s)
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.11/jetty-io-10.0.11.jar
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.11/jetty-io-10.0.11.jar (211 kB at 4.0 MB/s)
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.11/jetty-io-10.0.11-sources.jar
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.11/jetty-io-10.0.11-sources.jar (116 kB at 1.2 MB/s)
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.11/jetty-security-10.0.11.jar
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.11/jetty-security-10.0.11.jar (121 kB at 2.0 MB/s)
01:52:23 [2022-09-12T05:52:23.256Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.11/jetty-security-10.0.11-sources.jar
01:52:23 [2022-09-12T05:52:23.514Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.11/jetty-security-10.0.11-sources.jar (85 kB at 934 kB/s)
01:52:23 [2022-09-12T05:52:23.514Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.11/jetty-server-10.0.11.jar
01:52:23 [2022-09-12T05:52:23.514Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.11/jetty-server-10.0.11.jar (794 kB at 12 MB/s)
01:52:23 [2022-09-12T05:52:23.514Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.11/jetty-server-10.0.11-sources.jar
01:52:23 [2022-09-12T05:52:23.514Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.11/jetty-server-10.0.11-sources.jar (452 kB at 3.9 MB/s)
01:52:23 [2022-09-12T05:52:23.514Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.11/jetty-servlet-10.0.11.jar
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.11/jetty-servlet-10.0.11.jar (166 kB at 2.5 MB/s)
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.11/jetty-servlet-10.0.11-sources.jar
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.11/jetty-servlet-10.0.11-sources.jar (87 kB at 2.6 MB/s)
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.11/jetty-util-ajax-10.0.11.jar
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.11/jetty-util-ajax-10.0.11.jar (64 kB at 1.5 MB/s)
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.11/jetty-util-ajax-10.0.11-sources.jar
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.11/jetty-util-ajax-10.0.11-sources.jar (37 kB at 883 kB/s)
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.11/jetty-util-10.0.11.jar
01:52:23 [2022-09-12T05:52:23.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.11/jetty-util-10.0.11.jar (562 kB at 9.2 MB/s)
01:52:24 [2022-09-12T05:52:24.029Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.11/jetty-util-10.0.11-sources.jar
01:52:24 [2022-09-12T05:52:24.030Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.11/jetty-util-10.0.11-sources.jar (350 kB at 6.1 MB/s)
01:52:24 [2022-09-12T05:52:24.030Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:24 [2022-09-12T05:52:24.030Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
01:52:24 [2022-09-12T05:52:24.030Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 2.2 MB/s)
01:52:24 [2022-09-12T05:52:24.030Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10-sources.jar
01:52:24 [2022-09-12T05:52:24.287Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10-sources.jar (205 kB at 2.2 MB/s)
01:52:24 [2022-09-12T05:52:24.288Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
01:52:24 [2022-09-12T05:52:24.288Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 20 MB/s)
01:52:24 [2022-09-12T05:52:24.288Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10-sources.jar
01:52:24 [2022-09-12T05:52:24.544Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10-sources.jar (1.3 MB at 7.0 MB/s)
01:52:24 [2022-09-12T05:52:24.802Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar
01:52:24 [2022-09-12T05:52:24.802Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1.jar (1.2 MB at 14 MB/s)
01:52:24 [2022-09-12T05:52:24.802Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1-sources.jar
01:52:25 [2022-09-12T05:52:25.061Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1-sources.jar (1.3 MB at 11 MB/s)
01:52:25 [2022-09-12T05:52:25.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
01:52:25 [2022-09-12T05:52:25.324Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 4.8 MB/s)
01:52:25 [2022-09-12T05:52:25.324Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1-sources.jar
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1-sources.jar (519 kB at 3.8 MB/s)
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 1.6 MB/s)
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2-sources.jar
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2-sources.jar (53 kB at 924 kB/s)
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar (73 kB at 2.7 MB/s)
01:52:25 [2022-09-12T05:52:25.582Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3-sources.jar
01:52:25 [2022-09-12T05:52:25.839Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3-sources.jar (83 kB at 2.1 MB/s)
01:52:25 [2022-09-12T05:52:25.839Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3-sources.jar
01:52:25 [2022-09-12T05:52:25.839Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.3/asm-util-9.3-sources.jar (80 kB at 1.8 MB/s)
01:52:25 [2022-09-12T05:52:25.840Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3-sources.jar
01:52:25 [2022-09-12T05:52:25.840Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3-sources.jar (181 kB at 4.5 MB/s)
01:52:25 [2022-09-12T05:52:25.840Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3-sources.jar
01:52:25 [2022-09-12T05:52:25.840Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3-sources.jar (76 kB at 1.8 MB/s)
01:52:25 [2022-09-12T05:52:25.840Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, 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.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, 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.http, Version = 1.2.2, 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, 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.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.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:25 [2022-09-12T05:52:25.840Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.jar
01:52:26 [2022-09-12T05:52:26.099Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1.jar (111 kB at 2.0 MB/s)
01:52:26 [2022-09-12T05:52:26.099Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1-sources.jar
01:52:26 [2022-09-12T05:52:26.099Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.annotation/6.3.1/biz.aQute.bnd.annotation-6.3.1-sources.jar (51 kB at 803 kB/s)
01:52:26 [2022-09-12T05:52:26.099Z] [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
01:52:26 [2022-09-12T05:52:26.099Z] [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 538 kB/s)
01:52:26 [2022-09-12T05:52:26.099Z] [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
01:52:26 [2022-09-12T05:52:26.099Z] [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 112 kB/s)
01:52:26 [2022-09-12T05:52:26.099Z] [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
01:52:26 [2022-09-12T05:52:26.099Z] [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 470 kB/s)
01:52:26 [2022-09-12T05:52:26.099Z] [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
01:52:26 [2022-09-12T05:52:26.359Z] [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 926 kB/s)
01:52:26 [2022-09-12T05:52:26.359Z] [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
01:52:26 [2022-09-12T05:52:26.359Z] [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 975 kB/s)
01:52:26 [2022-09-12T05:52:26.359Z] [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
01:52:26 [2022-09-12T05:52:26.359Z] [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 1000 kB/s)
01:52:26 [2022-09-12T05:52:26.359Z] [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
01:52:26 [2022-09-12T05:52:26.359Z] [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 1.1 MB/s)
01:52:26 [2022-09-12T05:52:26.359Z] [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-sources.jar
01:52:26 [2022-09-12T05:52:26.359Z] [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-sources.jar (22 kB at 1.3 MB/s)
01:52:26 [2022-09-12T05:52:26.359Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0-sources.jar
01:52:26 [2022-09-12T05:52:26.618Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0-sources.jar (30 kB at 133 kB/s)
01:52:26 [2022-09-12T05:52:26.618Z] [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
01:52:26 [2022-09-12T05:52:26.618Z] [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 728 kB/s)
01:52:26 [2022-09-12T05:52:26.618Z] [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
01:52:26 [2022-09-12T05:52:26.618Z] [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 1.7 MB/s)
01:52:26 [2022-09-12T05:52:26.618Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar (20 kB at 473 kB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [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 737 kB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 2.8 MB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [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 1.5 MB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [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 2.7 MB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [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 927 kB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http/1.2.2/org.osgi.service.http-1.2.2.jar
01:52:26 [2022-09-12T05:52:26.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http/1.2.2/org.osgi.service.http-1.2.2.jar (18 kB at 1.2 MB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http/1.2.2/org.osgi.service.http-1.2.2-sources.jar
01:52:26 [2022-09-12T05:52:26.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http/1.2.2/org.osgi.service.http-1.2.2-sources.jar (8.3 kB at 590 kB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:26 [2022-09-12T05:52:26.876Z] [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 863 kB/s)
01:52:26 [2022-09-12T05:52:26.876Z] [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
01:52:27 [2022-09-12T05:52:27.134Z] [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 208 kB/s)
01:52:27 [2022-09-12T05:52:27.134Z] [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
01:52:27 [2022-09-12T05:52:27.134Z] [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 400 kB/s)
01:52:27 [2022-09-12T05:52:27.134Z] [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
01:52:27 [2022-09-12T05:52:27.134Z] [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 725 kB/s)
01:52:27 [2022-09-12T05:52:27.135Z] [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
01:52:27 [2022-09-12T05:52:27.135Z] [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 778 kB/s)
01:52:27 [2022-09-12T05:52:27.135Z] [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
01:52:27 [2022-09-12T05:52:27.135Z] [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 472 kB/s)
01:52:27 [2022-09-12T05:52:27.135Z] [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
01:52:27 [2022-09-12T05:52:27.135Z] [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 700 kB/s)
01:52:27 [2022-09-12T05:52:27.135Z] [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
01:52:27 [2022-09-12T05:52:27.135Z] [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 764 kB/s)
01:52:27 [2022-09-12T05:52:27.135Z] [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
01:52:27 [2022-09-12T05:52:27.135Z] [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 1.4 MB/s)
01:52:27 [2022-09-12T05:52:27.135Z] [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
01:52:27 [2022-09-12T05:52:27.393Z] [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 965 kB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 1.4 MB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 1.2 MB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 1.8 MB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 532 kB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 1.1 MB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 231 kB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 4.7 MB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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
01:52:27 [2022-09-12T05:52:27.394Z] [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 365 kB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [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-sources.jar
01:52:27 [2022-09-12T05:52:27.394Z] [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-sources.jar (29 kB at 1.5 MB/s)
01:52:27 [2022-09-12T05:52:27.394Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar
01:52:27 [2022-09-12T05:52:27.963Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2.jar (133 kB at 460 kB/s)
01:52:27 [2022-09-12T05:52:27.963Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2-sources.jar
01:52:27 [2022-09-12T05:52:27.963Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.2/org.osgi.util.pushstream-1.0.2-sources.jar (44 kB at 1.7 MB/s)
01:52:27 [2022-09-12T05:52:27.963Z] [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
01:52:27 [2022-09-12T05:52:27.963Z] [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 1.6 MB/s)
01:52:27 [2022-09-12T05:52:27.963Z] [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
01:52:27 [2022-09-12T05:52:27.963Z] [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 144 kB/s)
01:52:27 [2022-09-12T05:52:27.963Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:27 [2022-09-12T05:52:27.963Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
01:52:27 [2022-09-12T05:52:27.964Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 1.6 MB/s)
01:52:27 [2022-09-12T05:52:27.964Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar
01:52:27 [2022-09-12T05:52:27.964Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar (80 kB at 1.6 MB/s)
01:52:27 [2022-09-12T05:52:27.964Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
01:52:28 [2022-09-12T05:52:28.226Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 4.0 MB/s)
01:52:28 [2022-09-12T05:52:28.227Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar
01:52:28 [2022-09-12T05:52:28.227Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar (406 kB at 3.6 MB/s)
01:52:28 [2022-09-12T05:52:28.227Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar
01:52:28 [2022-09-12T05:52:28.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 15 MB/s)
01:52:28 [2022-09-12T05:52:28.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2-sources.jar
01:52:28 [2022-09-12T05:52:28.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2-sources.jar (1.1 MB at 7.0 MB/s)
01:52:28 [2022-09-12T05:52:28.745Z] [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.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:28 [2022-09-12T05:52:28.745Z] [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
01:52:28 [2022-09-12T05:52:28.745Z] [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 446 kB/s)
01:52:28 [2022-09-12T05:52:28.745Z] [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
01:52:28 [2022-09-12T05:52:28.745Z] [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 1.1 MB/s)
01:52:28 [2022-09-12T05:52:28.745Z] [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
01:52:29 [2022-09-12T05:52:29.003Z] [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 1.4 MB/s)
01:52:29 [2022-09-12T05:52:29.003Z] [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
01:52:29 [2022-09-12T05:52:29.003Z] [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 1.9 MB/s)
01:52:29 [2022-09-12T05:52:29.003Z] [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
01:52:29 [2022-09-12T05:52:29.003Z] [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 832 kB/s)
01:52:29 [2022-09-12T05:52:29.003Z] [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
01:52:29 [2022-09-12T05:52:29.262Z] [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 598 kB/s)
01:52:29 [2022-09-12T05:52:29.262Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2-sources.jar
01:52:29 [2022-09-12T05:52:29.262Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2-sources.jar (270 kB at 3.3 MB/s)
01:52:29 [2022-09-12T05:52:29.262Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
01:52:29 [2022-09-12T05:52:29.262Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.jar
01:52:29 [2022-09-12T05:52:29.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0.jar (203 kB at 1.5 MB/s)
01:52:29 [2022-09-12T05:52:29.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0-sources.jar
01:52:29 [2022-09-12T05:52:29.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.0/junit-jupiter-api-5.9.0-sources.jar (199 kB at 2.1 MB/s)
01:52:29 [2022-09-12T05:52:29.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.jar
01:52:29 [2022-09-12T05:52:29.521Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0.jar (246 kB at 4.5 MB/s)
01:52:29 [2022-09-12T05:52:29.521Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0-sources.jar
01:52:29 [2022-09-12T05:52:29.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.0/junit-jupiter-engine-5.9.0-sources.jar (131 kB at 2.1 MB/s)
01:52:29 [2022-09-12T05:52:29.780Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.jar
01:52:29 [2022-09-12T05:52:29.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0.jar (28 kB at 486 kB/s)
01:52:29 [2022-09-12T05:52:29.780Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0-sources.jar
01:52:29 [2022-09-12T05:52:29.780Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.0/junit-jupiter-migrationsupport-5.9.0-sources.jar (24 kB at 683 kB/s)
01:52:29 [2022-09-12T05:52:29.780Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.jar
01:52:30 [2022-09-12T05:52:30.039Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0.jar (578 kB at 6.2 MB/s)
01:52:30 [2022-09-12T05:52:30.039Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.039Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.0/junit-jupiter-params-5.9.0-sources.jar (73 kB at 1.1 MB/s)
01:52:30 [2022-09-12T05:52:30.039Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.039Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0.jar (103 kB at 2.4 MB/s)
01:52:30 [2022-09-12T05:52:30.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.0/junit-platform-commons-1.9.0-sources.jar (76 kB at 1.8 MB/s)
01:52:30 [2022-09-12T05:52:30.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0.jar (188 kB at 2.9 MB/s)
01:52:30 [2022-09-12T05:52:30.298Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.0/junit-platform-engine-1.9.0-sources.jar (135 kB at 2.3 MB/s)
01:52:30 [2022-09-12T05:52:30.299Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.299Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0.jar (169 kB at 2.0 MB/s)
01:52:30 [2022-09-12T05:52:30.299Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.299Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.0/junit-platform-launcher-1.9.0-sources.jar (101 kB at 1.9 MB/s)
01:52:30 [2022-09-12T05:52:30.299Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0.jar (17 kB at 317 kB/s)
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.9.0/junit-platform-runner-1.9.0-sources.jar (12 kB at 511 kB/s)
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0.jar (21 kB at 518 kB/s)
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.9.0/junit-platform-suite-api-1.9.0-sources.jar (28 kB at 581 kB/s)
01:52:30 [2022-09-12T05:52:30.557Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0.jar (15 kB at 146 kB/s)
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.9.0/junit-platform-suite-commons-1.9.0-sources.jar (11 kB at 243 kB/s)
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0.jar
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0.jar (24 kB at 362 kB/s)
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.9.0/junit-platform-suite-engine-1.9.0-sources.jar (16 kB at 633 kB/s)
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.jar
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0.jar (67 kB at 1.2 MB/s)
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0-sources.jar
01:52:30 [2022-09-12T05:52:30.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.9.0/junit-vintage-engine-5.9.0-sources.jar (38 kB at 2.6 MB/s)
01:52:31 [2022-09-12T05:52:31.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
01:52:31 [2022-09-12T05:52:31.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 2.6 MB/s)
01:52:31 [2022-09-12T05:52:31.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar
01:52:31 [2022-09-12T05:52:31.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar (8.4 kB at 291 kB/s)
01:52:31 [2022-09-12T05:52:31.073Z] [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
01:52:31 [2022-09-12T05:52:31.073Z] [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 524 kB/s)
01:52:31 [2022-09-12T05:52:31.073Z] [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
01:52:31 [2022-09-12T05:52:31.073Z] [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 316 kB/s)
01:52:31 [2022-09-12T05:52:31.073Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800
01:52:31 [2022-09-12T05:52:31.331Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.dummy:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/pom.xml
01:52:31 [2022-09-12T05:52:31.331Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300.v20220831-1800 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/pom.xml
01:52:31 [2022-09-12T05:52:31.331Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
01:52:33 [2022-09-12T05:52:33.230Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml
01:52:33 [2022-09-12T05:52:33.230Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.700-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml
01:52:33 [2022-09-12T05:52:33.230Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml
01:52:38 [2022-09-12T05:52:38.503Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/pom.xml
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng:eclipse.releng.repository.java19patch:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/pom.xml
01:52:38 [2022-09-12T05:52:38.504Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.25.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] ------------------------------------------------------------------------
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Reactor Build Order:
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] 
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] eclipse-platform-parent                                            [pom]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] eclipse.platform.releng.java19patch                                [pom]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.dummy                                   [eclipse-plugin]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt                                        [eclipse-feature]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.debug                                   [eclipse-plugin]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.core.manipulation                       [eclipse-plugin]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] org.eclipse.jdt.java19patch                            [eclipse-feature]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] eclipse.releng.repository.java19patch               [eclipse-repository]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] 
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >-----------------
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Building eclipse-platform-parent 4.25.0-SNAPSHOT                  [1/12]
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] --------------------------------[ pom ]---------------------------------
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] 
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-platform-parent ---
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar
01:52:38 [2022-09-12T05:52:38.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.504Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
01:52:38 [2022-09-12T05:52:38.505Z] [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 20 MB/s)
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 8.0 MB/s)
01:52:38 [2022-09-12T05:52:38.505Z] [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 6.4 MB/s)
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] 
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-platform-parent ---
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 3.5 MB/s)
01:52:38 [2022-09-12T05:52:38.505Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [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
01:52:38 [2022-09-12T05:52:38.505Z] [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.1 MB/s)
01:52:38 [2022-09-12T05:52:38.505Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:52:38 [2022-09-12T05:52:38.762Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 4.2 MB/s)
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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)
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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 2.6 MB/s)
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:38 [2022-09-12T05:52:38.763Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
01:52:39 [2022-09-12T05:52:39.021Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
01:52:39 [2022-09-12T05:52:39.021Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
01:52:39 [2022-09-12T05:52:39.021Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [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
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 14 MB/s)
01:52:39 [2022-09-12T05:52:39.021Z] [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 24 MB/s)
01:52:39 [2022-09-12T05:52:39.021Z] [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 471 kB/s)
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] Copying 1 resource
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
01:52:39 [2022-09-12T05:52:39.021Z] [INFO] 
01:52:39 [2022-09-12T05:52:39.022Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-platform-parent ---
01:52:39 [2022-09-12T05:52:39.022Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.022Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.022Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.022Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.022Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom (2.9 kB at 211 kB/s)
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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 1.5 MB/s)
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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.5 MB/s)
01:52:39 [2022-09-12T05:52:39.280Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:52:39 [2022-09-12T05:52:39.280Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:52:39 [2022-09-12T05:52:39.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:52:39 [2022-09-12T05:52:39.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:52:39 [2022-09-12T05:52:39.280Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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 12 MB/s)
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.280Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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 2.1 MB/s)
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.538Z] [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 261 kB/s)
01:52:39 [2022-09-12T05:52:39.538Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
01:52:39 [2022-09-12T05:52:39.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
01:52:39 [2022-09-12T05:52:39.538Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
01:52:39 [2022-09-12T05:52:39.538Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
01:52:39 [2022-09-12T05:52:39.538Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
01:52:39 [2022-09-12T05:52:39.538Z] [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
01:52:39 [2022-09-12T05:52:39.539Z] [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 3.1 MB/s)
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/26/weld-parent-26.pom
01:52:39 [2022-09-12T05:52:39.539Z] [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
01:52:39 [2022-09-12T05:52:39.539Z] [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 1.5 MB/s)
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.539Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.797Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.797Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
01:52:39 [2022-09-12T05:52:39.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (4.9 kB at 2.5 MB/s)
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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 4.0 MB/s)
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.797Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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.1 MB/s)
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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 1.3 MB/s)
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:39 [2022-09-12T05:52:39.798Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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 192 kB/s)
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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.0 MB/s)
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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
01:52:40 [2022-09-12T05:52:40.056Z] [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 129 kB/s)
01:52:40 [2022-09-12T05:52:40.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:52:40 [2022-09-12T05:52:40.056Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:52:40 [2022-09-12T05:52:40.056Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:52:40 [2022-09-12T05:52:40.056Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:52:40 [2022-09-12T05:52:40.315Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
01:52:40 [2022-09-12T05:52:40.315Z] [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
01:52:40 [2022-09-12T05:52:40.315Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 3.4 MB/s)
01:52:40 [2022-09-12T05:52:40.315Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:52:40 [2022-09-12T05:52:40.316Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:52:40 [2022-09-12T05:52:40.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:52:40 [2022-09-12T05:52:40.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:52:40 [2022-09-12T05:52:40.316Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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 2.8 MB/s)
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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)
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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 223 kB/s)
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.316Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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 998 kB/s)
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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
01:52:40 [2022-09-12T05:52:40.574Z] [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 2.1 MB/s)
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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 632 kB/s)
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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 3.8 MB/s)
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.575Z] [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
01:52:40 [2022-09-12T05:52:40.832Z] [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
01:52:40 [2022-09-12T05:52:40.832Z] [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
01:52:40 [2022-09-12T05:52:40.832Z] [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
01:52:40 [2022-09-12T05:52:40.832Z] [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 1.0 MB/s)
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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 1.1 MB/s)
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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 289 kB/s)
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:40 [2022-09-12T05:52:40.833Z] [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 2.7 MB/s)
01:52:40 [2022-09-12T05:52:40.833Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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.7 MB/s)
01:52:41 [2022-09-12T05:52:41.091Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
01:52:41 [2022-09-12T05:52:41.091Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
01:52:41 [2022-09-12T05:52:41.091Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
01:52:41 [2022-09-12T05:52:41.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
01:52:41 [2022-09-12T05:52:41.091Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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 6.2 MB/s)
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.pom
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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 3.1 MB/s)
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.091Z] [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
01:52:41 [2022-09-12T05:52:41.349Z] [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
01:52:41 [2022-09-12T05:52:41.349Z] [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
01:52:41 [2022-09-12T05:52:41.349Z] [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
01:52:41 [2022-09-12T05:52:41.349Z] [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 2.4 MB/s)
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 1.1 MB/s)
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.349Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 13 MB/s)
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
01:52:41 [2022-09-12T05:52:41.350Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
01:52:41 [2022-09-12T05:52:41.608Z] [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
01:52:41 [2022-09-12T05:52:41.608Z] [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 2.5 MB/s)
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (6.5 kB at 3.3 MB/s)
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 2.1 MB/s)
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 865 kB/s)
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 6.3 MB/s)
01:52:41 [2022-09-12T05:52:41.608Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 7.4 MB/s)
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/14/apache-14.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 4.9 MB/s)
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
01:52:41 [2022-09-12T05:52:41.867Z] [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.jar
01:52:41 [2022-09-12T05:52:41.867Z] [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
01:52:41 [2022-09-12T05:52:41.867Z] [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
01:52:41 [2022-09-12T05:52:41.867Z] [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
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
01:52:41 [2022-09-12T05:52:41.867Z] [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
01:52:41 [2022-09-12T05:52:41.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
01:52:41 [2022-09-12T05:52:41.867Z] [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.jar
01:52:41 [2022-09-12T05:52:41.867Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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
01:52:41 [2022-09-12T05:52:41.868Z] [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
01:52:41 [2022-09-12T05:52:41.868Z] [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-no_aop.jar
01:52:41 [2022-09-12T05:52:41.868Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
01:52:41 [2022-09-12T05:52:41.868Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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
01:52:41 [2022-09-12T05:52:41.868Z] [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.jar
01:52:41 [2022-09-12T05:52:41.868Z] [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
01:52:41 [2022-09-12T05:52:41.868Z] [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
01:52:41 [2022-09-12T05:52:41.868Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
01:52:41 [2022-09-12T05:52:41.868Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
01:52:41 [2022-09-12T05:52:41.868Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
01:52:42 [2022-09-12T05:52:42.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.126Z] [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.jar
01:52:42 [2022-09-12T05:52:42.126Z] [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
01:52:42 [2022-09-12T05:52:42.126Z] [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
01:52:42 [2022-09-12T05:52:42.126Z] [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
01:52:42 [2022-09-12T05:52:42.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
01:52:42 [2022-09-12T05:52:42.126Z] [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
01:52:42 [2022-09-12T05:52:42.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.126Z] [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.jar
01:52:42 [2022-09-12T05:52:42.126Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [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-no_aop.jar
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/16.0.1/guava-16.0.1.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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
01:52:42 [2022-09-12T05:52:42.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.127Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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-no_aop.jar
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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.jar
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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
01:52:42 [2022-09-12T05:52:42.128Z] [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-no_aop.jar
01:52:42 [2022-09-12T05:52:42.128Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.jar
01:52:42 [2022-09-12T05:52:42.129Z] [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
01:52:42 [2022-09-12T05:52:42.129Z] [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.jar
01:52:42 [2022-09-12T05:52:42.129Z] [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
01:52:42 [2022-09-12T05:52:42.129Z] [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
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.129Z] [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.jar
01:52:42 [2022-09-12T05:52:42.129Z] [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
01:52:42 [2022-09-12T05:52:42.129Z] [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
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
01:52:42 [2022-09-12T05:52:42.129Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
01:52:42 [2022-09-12T05:52:42.387Z] [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
01:52:42 [2022-09-12T05:52:42.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
01:52:42 [2022-09-12T05:52:42.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
01:52:42 [2022-09-12T05:52:42.387Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
01:52:42 [2022-09-12T05:52:42.387Z] [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.jar
01:52:42 [2022-09-12T05:52:42.387Z] [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.jar
01:52:42 [2022-09-12T05:52:42.387Z] [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.jar
01:52:42 [2022-09-12T05:52:42.387Z] [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.jar
01:52:42 [2022-09-12T05:52:42.387Z] [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.jar
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.388Z] [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.jar
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [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.jar (46 kB at 12 MB/s)
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [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 23 MB/s)
01:52:42 [2022-09-12T05:52:42.388Z] [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
01:52:42 [2022-09-12T05:52:42.388Z] [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 8.9 MB/s)
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 1.0 MB/s)
01:52:42 [2022-09-12T05:52:42.388Z] [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.jar
01:52:42 [2022-09-12T05:52:42.388Z] [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 2.6 MB/s)
01:52:42 [2022-09-12T05:52:42.388Z] [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.jar
01:52:42 [2022-09-12T05:52:42.388Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar (118 kB at 8.4 MB/s)
01:52:42 [2022-09-12T05:52:42.388Z] [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.jar
01:52:42 [2022-09-12T05:52:42.388Z] [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.jar (55 kB at 3.4 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (43 kB at 2.4 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (44 kB at 2.2 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (26 kB at 1.3 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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 17 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (66 kB at 2.6 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (31 kB at 1.2 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (170 kB at 6.1 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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-no_aop.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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 4.4 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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.4 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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 135 kB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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
01:52:42 [2022-09-12T05:52:42.389Z] [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 6.2 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (53 kB at 1.4 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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
01:52:42 [2022-09-12T05:52:42.389Z] [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)
01:52:42 [2022-09-12T05:52:42.389Z] [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
01:52:42 [2022-09-12T05:52:42.389Z] [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.jar (608 kB at 15 MB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
01:52:42 [2022-09-12T05:52:42.389Z] [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 329 kB/s)
01:52:42 [2022-09-12T05:52:42.389Z] [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
01:52:42 [2022-09-12T05:52:42.390Z] [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 608 kB/s)
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 3.0 MB/s)
01:52:42 [2022-09-12T05:52:42.390Z] [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-no_aop.jar (398 kB at 7.5 MB/s)
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 1.7 MB/s)
01:52:42 [2022-09-12T05:52:42.390Z] [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 6.4 MB/s)
01:52:42 [2022-09-12T05:52:42.390Z] [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.jar (2.2 MB at 21 MB/s)
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] 
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-platform-parent ---
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse-platform-parent/src/main/resources
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] 
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-platform-parent ---
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] 
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent ---
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Skipped
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] 
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-platform-parent ---
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.390Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.647Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 630 kB/s)
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 1.8 MB/s)
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 255 kB/s)
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 70 kB/s)
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 169 kB/s)
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.648Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 94 kB/s)
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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 1.3 MB/s)
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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
01:52:42 [2022-09-12T05:52:42.906Z] [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 329 kB/s)
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
01:52:42 [2022-09-12T05:52:42.907Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 43 kB/s)
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 44 kB/s)
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 145 kB/s)
01:52:43 [2022-09-12T05:52:43.165Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 521 kB/s)
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 763 kB/s)
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.425Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.425Z] [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
01:52:43 [2022-09-12T05:52:43.425Z] [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 159 kB/s)
01:52:43 [2022-09-12T05:52:43.425Z] [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
01:52:43 [2022-09-12T05:52:43.426Z] [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
01:52:43 [2022-09-12T05:52:43.426Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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 1.2 MB/s)
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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 2.6 MB/s)
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom
01:52:43 [2022-09-12T05:52:43.684Z] [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
01:52:43 [2022-09-12T05:52:43.684Z] [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 10 MB/s)
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.684Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
01:52:43 [2022-09-12T05:52:43.942Z] [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
01:52:43 [2022-09-12T05:52:43.942Z] [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 170 kB/s)
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 292 kB/s)
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
01:52:43 [2022-09-12T05:52:43.942Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 1.8 MB/s)
01:52:43 [2022-09-12T05:52:43.942Z] [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
01:52:43 [2022-09-12T05:52:43.942Z] [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
01:52:43 [2022-09-12T05:52:43.943Z] [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
01:52:43 [2022-09-12T05:52:43.943Z] [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
01:52:43 [2022-09-12T05:52:43.943Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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 94 kB/s)
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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
01:52:44 [2022-09-12T05:52:44.201Z] [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 240 kB/s)
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 141 kB/s)
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.201Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 145 kB/s)
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 57 kB/s)
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.459Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 453 kB/s)
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 53 kB/s)
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.718Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 56 kB/s)
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 151 kB/s)
01:52:44 [2022-09-12T05:52:44.977Z] [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.pom
01:52:44 [2022-09-12T05:52:44.977Z] [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.pom
01:52:44 [2022-09-12T05:52:44.977Z] [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.pom
01:52:44 [2022-09-12T05:52:44.977Z] [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.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
01:52:44 [2022-09-12T05:52:44.977Z] [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
01:52:44 [2022-09-12T05:52:44.977Z] [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 1.9 MB/s)
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
01:52:44 [2022-09-12T05:52:44.977Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
01:52:44 [2022-09-12T05:52:44.977Z] [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
01:52:45 [2022-09-12T05:52:45.236Z] [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 6.9 MB/s)
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice/4.2.1/guice-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 3.7 MB/s)
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 4.0 MB/s)
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 4.1 MB/s)
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.237Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.237Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.237Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
01:52:45 [2022-09-12T05:52:45.237Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 2.4 MB/s)
01:52:45 [2022-09-12T05:52:45.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.pom
01:52:45 [2022-09-12T05:52:45.237Z] [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
01:52:45 [2022-09-12T05:52:45.237Z] [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
01:52:45 [2022-09-12T05:52:45.237Z] [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
01:52:45 [2022-09-12T05:52:45.237Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
01:52:45 [2022-09-12T05:52:45.237Z] [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
01:52:45 [2022-09-12T05:52:45.237Z] [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)
01:52:45 [2022-09-12T05:52:45.237Z] [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
01:52:45 [2022-09-12T05:52:45.237Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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 3.4 MB/s)
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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
01:52:45 [2022-09-12T05:52:45.495Z] [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 253 kB/s)
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 107 kB/s)
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.495Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.496Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.496Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.496Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.496Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 1.1 MB/s)
01:52:45 [2022-09-12T05:52:45.496Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.496Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 3.5 MB/s)
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 75 kB/s)
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom
01:52:45 [2022-09-12T05:52:45.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom (2.0 kB at 31 kB/s)
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom (2.6 kB at 30 kB/s)
01:52:46 [2022-09-12T05:52:46.011Z] [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
01:52:46 [2022-09-12T05:52:46.011Z] [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
01:52:46 [2022-09-12T05:52:46.011Z] [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
01:52:46 [2022-09-12T05:52:46.011Z] [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
01:52:46 [2022-09-12T05:52:46.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
01:52:46 [2022-09-12T05:52:46.011Z] [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
01:52:46 [2022-09-12T05:52:46.011Z] [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 2.2 MB/s)
01:52:46 [2022-09-12T05:52:46.272Z] [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
01:52:46 [2022-09-12T05:52:46.272Z] [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
01:52:46 [2022-09-12T05:52:46.272Z] [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
01:52:46 [2022-09-12T05:52:46.272Z] [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
01:52:46 [2022-09-12T05:52:46.272Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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)
01:52:46 [2022-09-12T05:52:46.273Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
01:52:46 [2022-09-12T05:52:46.273Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
01:52:46 [2022-09-12T05:52:46.273Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
01:52:46 [2022-09-12T05:52:46.273Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
01:52:46 [2022-09-12T05:52:46.273Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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 6.9 MB/s)
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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 1.7 MB/s)
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.273Z] [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
01:52:46 [2022-09-12T05:52:46.531Z] [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
01:52:46 [2022-09-12T05:52:46.532Z] [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
01:52:46 [2022-09-12T05:52:46.532Z] [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 1.6 MB/s)
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
01:52:46 [2022-09-12T05:52:46.532Z] [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
01:52:46 [2022-09-12T05:52:46.532Z] [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 6.4 MB/s)
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:52:46 [2022-09-12T05:52:46.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom
01:52:46 [2022-09-12T05:52:46.532Z] [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
01:52:46 [2022-09-12T05:52:46.532Z] [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 8.0 MB/s)
01:52:46 [2022-09-12T05:52:46.532Z] [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
01:52:46 [2022-09-12T05:52:46.790Z] [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
01:52:46 [2022-09-12T05:52:46.790Z] [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
01:52:46 [2022-09-12T05:52:46.790Z] [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
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
01:52:46 [2022-09-12T05:52:46.790Z] [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
01:52:46 [2022-09-12T05:52:46.790Z] [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 400 kB/s)
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
01:52:46 [2022-09-12T05:52:46.790Z] [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
01:52:46 [2022-09-12T05:52:46.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
01:52:46 [2022-09-12T05:52:46.791Z] [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.jar
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
01:52:46 [2022-09-12T05:52:46.791Z] [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
01:52:46 [2022-09-12T05:52:46.791Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
01:52:46 [2022-09-12T05:52:46.792Z] [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.jar
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
01:52:46 [2022-09-12T05:52:46.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar
01:52:46 [2022-09-12T05:52:46.792Z] [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
01:52:46 [2022-09-12T05:52:46.793Z] [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
01:52:46 [2022-09-12T05:52:46.793Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
01:52:46 [2022-09-12T05:52:46.793Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
01:52:46 [2022-09-12T05:52:46.793Z] [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
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
01:52:47 [2022-09-12T05:52:47.051Z] [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
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.051Z] [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
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
01:52:47 [2022-09-12T05:52:47.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
01:52:47 [2022-09-12T05:52:47.052Z] [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.jar
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
01:52:47 [2022-09-12T05:52:47.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
01:52:47 [2022-09-12T05:52:47.052Z] [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
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
01:52:47 [2022-09-12T05:52:47.986Z] [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
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.986Z] [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
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
01:52:47 [2022-09-12T05:52:47.987Z] [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.jar
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 417 kB/s)
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 555 kB/s)
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
01:52:47 [2022-09-12T05:52:47.987Z] [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
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
01:52:47 [2022-09-12T05:52:47.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
01:52:47 [2022-09-12T05:52:47.988Z] [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.jar
01:52:48 [2022-09-12T05:52:48.246Z] [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
01:52:48 [2022-09-12T05:52:48.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [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
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [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.jar
01:52:48 [2022-09-12T05:52:48.247Z] [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.jar (85 kB at 21 MB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [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
01:52:48 [2022-09-12T05:52:48.247Z] [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 4.0 MB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 3.0 MB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 2.5 MB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 905 kB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 1.3 MB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 4.0 MB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [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
01:52:48 [2022-09-12T05:52:48.247Z] [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 716 kB/s)
01:52:48 [2022-09-12T05:52:48.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 3.7 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 1.1 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 10 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 512 kB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 2.3 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [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
01:52:48 [2022-09-12T05:52:48.248Z] [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 561 kB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [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
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 2.1 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
01:52:48 [2022-09-12T05:52:48.248Z] [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 71 kB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 2.4 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [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.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 1.6 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [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
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 3.9 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 5.2 MB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
01:52:48 [2022-09-12T05:52:48.248Z] [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.jar (4.2 kB at 37 kB/s)
01:52:48 [2022-09-12T05:52:48.248Z] [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
01:52:48 [2022-09-12T05:52:48.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 402 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [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 39 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [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 18 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
01:52:48 [2022-09-12T05:52:48.249Z] [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 159 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
01:52:48 [2022-09-12T05:52:48.249Z] [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 3.9 MB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 106 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 67 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.5 MB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [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 404 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [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 2.1 MB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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
01:52:48 [2022-09-12T05:52:48.249Z] [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 256 kB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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 4.7 MB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [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 2.0 MB/s)
01:52:48 [2022-09-12T05:52:48.249Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 15 MB/s)
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 63 kB/s)
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-platform-parent ---
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] Building eclipse-sdk-prereqs 4.25.0-SNAPSHOT                      [2/12]
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-sdk-prereqs ---
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/saveproperties
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-sdk-prereqs ---
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/src/main/resources
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] 
01:52:48 [2022-09-12T05:52:48.507Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 340 kB/s)
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.0-20220504.135853-107.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.0-20220504.135853-107.pom (2.2 kB at 1.1 MB/s)
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.pom (7.6 kB at 2.5 MB/s)
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.508Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.3.0.202209071007-r/org.eclipse.jgit-parent-6.3.0.202209071007-r.pom (33 kB at 11 MB/s)
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 1.7 MB/s)
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:52:48 [2022-09-12T05:52:48.766Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
01:52:48 [2022-09-12T05:52:48.766Z] [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
01:52:48 [2022-09-12T05:52:48.767Z] [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 2.0 MB/s)
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 42 kB/s)
01:52:48 [2022-09-12T05:52:48.767Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/tycho-sourceref-jgit-3.0.0-20220911.110440-278.pom
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/tycho-sourceref-jgit-3.0.0-20220911.110440-278.pom (1.9 kB at 210 kB/s)
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.0-20220504.135853-107.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/tycho-sourceref-jgit-3.0.0-20220911.110440-278.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/3.0.0-SNAPSHOT/tycho-sourceref-jgit-3.0.0-20220911.110440-278.jar (6.2 kB at 2.1 MB/s)
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/3.0.0-SNAPSHOT/tycho-buildtimestamp-jgit-3.0.0-20220504.135853-107.jar (12 kB at 2.3 MB/s)
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 12 MB/s)
01:52:49 [2022-09-12T05:52:49.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.3.0.202209071007-r/org.eclipse.jgit-6.3.0.202209071007-r.jar (3.0 MB at 31 MB/s)
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] Skipped
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-sdk-prereqs ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] ----< eclipse.platform.releng:eclipse.platform.releng.java19patch >-----
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] Building eclipse.platform.releng.java19patch 4.25.0-SNAPSHOT      [3/12]
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --------------------------------[ pom ]---------------------------------
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/saveproperties
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/src/main/resources
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] Skipped
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.releng.java19patch ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.dummy >----------------
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] Building org.eclipse.jdt.dummy 1.1.300-SNAPSHOT                   [4/12]
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.dummy ---
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] 
01:52:49 [2022-09-12T05:52:49.283Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.dummy ---
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] 
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.dummy ---
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] 
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.dummy ---
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] 
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.dummy ---
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/saveproperties
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] 
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.dummy ---
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] 
01:52:52 [2022-09-12T05:52:52.562Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.dummy ---
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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 4.0 MB/s)
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.562Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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 5.5 MB/s)
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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 3.3 MB/s)
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.563Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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 1.1 MB/s)
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [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
01:52:52 [2022-09-12T05:52:52.821Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 24 MB/s)
01:52:52 [2022-09-12T05:52:52.821Z] [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 891 kB/s)
01:52:52 [2022-09-12T05:52:52.821Z] [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 30 MB/s)
01:52:53 [2022-09-12T05:52:53.079Z] [INFO] Executing tasks
01:52:53 [2022-09-12T05:52:53.079Z] [INFO] Executed tasks
01:52:53 [2022-09-12T05:52:53.079Z] [INFO] 
01:52:53 [2022-09-12T05:52:53.079Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.dummy ---
01:52:53 [2022-09-12T05:52:53.336Z] [INFO] 
01:52:53 [2022-09-12T05:52:53.336Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.dummy ---
01:52:53 [2022-09-12T05:52:53.336Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.31.0.v20220824-0714/ecj-3.31.0.v20220824-0714.pom
01:52:53 [2022-09-12T05:52:53.336Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220824-0714/ecj-3.31.0.v20220824-0714.pom
01:52:53 [2022-09-12T05:52:53.336Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220824-0714/ecj-3.31.0.v20220824-0714.pom (408 B at 4.0 kB/s)
01:52:53 [2022-09-12T05:52:53.337Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.337Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.337Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.pom (1.1 kB at 47 kB/s)
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (8.3 kB at 150 kB/s)
01:52:53 [2022-09-12T05:52:53.594Z] [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
01:52:53 [2022-09-12T05:52:53.594Z] [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
01:52:53 [2022-09-12T05:52:53.595Z] [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
01:52:53 [2022-09-12T05:52:53.595Z] [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
01:52:53 [2022-09-12T05:52:53.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
01:52:53 [2022-09-12T05:52:53.595Z] [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
01:52:53 [2022-09-12T05:52:53.595Z] [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 32 kB/s)
01:52:53 [2022-09-12T05:52:53.595Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
01:52:53 [2022-09-12T05:52:53.595Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 2.8 MB/s)
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (1.1 kB at 48 kB/s)
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:53 [2022-09-12T05:52:53.853Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 14 kB/s)
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/tycho-compiler-jdt-3.0.0-20220911.110440-280.pom
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/tycho-compiler-jdt-3.0.0-20220911.110440-280.pom (2.4 kB at 59 kB/s)
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 13 kB/s)
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/tycho-lib-detector-3.0.0-20220911.110440-280.pom
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/tycho-lib-detector-3.0.0-20220911.110440-280.pom (1.6 kB at 112 kB/s)
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
01:52:54 [2022-09-12T05:52:54.111Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
01:52:54 [2022-09-12T05:52:54.112Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
01:52:54 [2022-09-12T05:52:54.112Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom (1.7 kB at 42 kB/s)
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.31.0.v20220824-0714/ecj-3.31.0.v20220824-0714.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/tycho-compiler-jdt-3.0.0-20220911.110440-280.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/tycho-lib-detector-3.0.0-20220911.110440-280.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/tycho-compiler-jdt-3.0.0-20220911.110440-280.jar (18 kB at 359 kB/s)
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/tycho-lib-detector-3.0.0-20220911.110440-280.jar (3.5 kB at 39 kB/s)
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220824-0714/ecj-3.31.0.v20220824-0714.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.370Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.628Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220824-0714/ecj-3.31.0.v20220824-0714.jar (3.2 MB at 15 MB/s)
01:52:54 [2022-09-12T05:52:54.628Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.628Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.628Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.12.1/plexus-compiler-manager-2.12.1.jar (4.7 kB at 99 kB/s)
01:52:54 [2022-09-12T05:52:54.629Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (27 kB at 342 kB/s)
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] Resolving class path of org.eclipse.jdt.dummy...
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] 
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.dummy ---
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/src/main/resources
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] 
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.dummy ---
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/src/main/resources
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] 
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.dummy ---
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] No sources to compile
01:52:54 [2022-09-12T05:52:54.887Z] [WARNING] Source directory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/src does not exist
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] 
01:52:54 [2022-09-12T05:52:54.887Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.dummy ---
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] 
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.dummy ---
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] 
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.dummy ---
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/src/test/resources
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] 
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.dummy ---
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] 
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.dummy ---
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.145Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom (6.5 kB at 209 kB/s)
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom (3.4 kB at 81 kB/s)
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.403Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom (3.6 kB at 242 kB/s)
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom (3.9 kB at 243 kB/s)
01:52:55 [2022-09-12T05:52:55.662Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom (3.6 kB at 152 kB/s)
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.663Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom (4.4 kB at 230 kB/s)
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
01:52:55 [2022-09-12T05:52:55.920Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom (1.8 kB at 37 kB/s)
01:52:55 [2022-09-12T05:52:55.920Z] [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
01:52:55 [2022-09-12T05:52:55.920Z] [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
01:52:55 [2022-09-12T05:52:55.920Z] [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
01:52:55 [2022-09-12T05:52:55.920Z] [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
01:52:55 [2022-09-12T05:52:55.921Z] [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
01:52:55 [2022-09-12T05:52:55.921Z] [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
01:52:55 [2022-09-12T05:52:55.921Z] [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)
01:52:55 [2022-09-12T05:52:55.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
01:52:55 [2022-09-12T05:52:55.921Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
01:52:55 [2022-09-12T05:52:55.921Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 2.5 MB/s)
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 1.5 MB/s)
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 1.2 MB/s)
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
01:52:56 [2022-09-12T05:52:56.178Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 5.3 MB/s)
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [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
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [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
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.438Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [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
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [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
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
01:52:56 [2022-09-12T05:52:56.439Z] [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
01:52:56 [2022-09-12T05:52:56.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar (14 kB at 904 kB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (305 kB at 9.5 MB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [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
01:52:56 [2022-09-12T05:52:56.440Z] [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 1.7 MB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.4 MB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar (169 kB at 4.0 MB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.5 MB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar (8.1 kB at 161 kB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar (25 kB at 480 kB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 5.5 MB/s)
01:52:56 [2022-09-12T05:52:56.440Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (117 kB at 1.6 MB/s)
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar (2.1 MB at 16 MB/s)
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] Tests are skipped.
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] 
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.dummy ---
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] 
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.dummy ---
01:52:56 [2022-09-12T05:52:56.698Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT-sources.jar
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] 
01:52:56 [2022-09-12T05:52:56.698Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.dummy ---
01:52:56 [2022-09-12T05:52:56.956Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] 
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.dummy ---
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] 
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.dummy ---
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Skipping tests
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] 
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.dummy ---
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 2.6 MB/s)
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s)
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
01:52:56 [2022-09-12T05:52:56.957Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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 7.3 MB/s)
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:56 [2022-09-12T05:52:56.957Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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
01:52:57 [2022-09-12T05:52:57.215Z] [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 9.8 MB/s)
01:52:57 [2022-09-12T05:52:57.216Z] [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 3.8 MB/s)
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] Tests are skipped.
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] 
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.dummy ---
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] Skipped
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] 
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.dummy ---
01:52:57 [2022-09-12T05:52:57.216Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar
01:52:58 [2022-09-12T05:52:58.592Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT-sources.jar
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.dummy ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.dummy:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/pom.xml
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >---------------
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] Building org.eclipse.jdt 3.18.1300.v20220831-1800                 [5/12]
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] The project's OSGi version is 3.18.1300.v20220831-1800
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/saveproperties
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/src/main/resources
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.968Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
01:52:59 [2022-09-12T05:52:59.968Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1300.v20220831-1800.jar
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] Skipped
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] 
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt ---
01:52:59 [2022-09-12T05:52:59.969Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1300.v20220831-1800.jar
01:53:00 [2022-09-12T05:53:00.901Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.901Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt ---
01:53:00 [2022-09-12T05:53:00.901Z] [INFO] Artifact comparison detailed log directory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/target/artifactcomparison
01:53:00 [2022-09-12T05:53:00.902Z] [WARNING] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300.v20220831-1800 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/pom.xml: baseline and build artifacts have same version but different contents
01:53:00 [2022-09-12T05:53:00.902Z]    no-classifier: different
01:53:00 [2022-09-12T05:53:00.902Z]       feature.properties: properties files differ
01:53:00 [2022-09-12T05:53:00.902Z]          copyright: baseline='Copyright (c) 2000, 2020 IBM Corporation and others.
01:53:00 [2022-09-12T05:53:00.902Z] All rights reserved. This program and the accompanying materials
01:53:00 [2022-09-12T05:53:00.902Z] are made available under the terms of the Eclipse Public License v1.0
01:53:00 [2022-09-12T05:53:00.902Z] which accompanies this distribution, and is available at
01:53:00 [2022-09-12T05:53:00.902Z] http://www.eclipse.org/legal/epl-v10.html
01:53:00 [2022-09-12T05:53:00.902Z] 
01:53:00 [2022-09-12T05:53:00.902Z] Contributors:
01:53:00 [2022-09-12T05:53:00.902Z] IBM Corporation - initial API and implementation
01:53:00 [2022-09-12T05:53:00.902Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others.
01:53:00 [2022-09-12T05:53:00.902Z] 
01:53:00 [2022-09-12T05:53:00.902Z] This program and the accompanying materials
01:53:00 [2022-09-12T05:53:00.902Z] are made available under the terms of the Eclipse Public License 2.0
01:53:00 [2022-09-12T05:53:00.902Z] which accompanies this distribution, and is available at
01:53:00 [2022-09-12T05:53:00.902Z] https://www.eclipse.org/legal/epl-2.0/
01:53:00 [2022-09-12T05:53:00.902Z] 
01:53:00 [2022-09-12T05:53:00.902Z] SPDX-License-Identifier: EPL-2.0
01:53:00 [2022-09-12T05:53:00.902Z] 
01:53:00 [2022-09-12T05:53:00.902Z] Contributors:
01:53:00 [2022-09-12T05:53:00.902Z] IBM Corporation - initial API and implementation
01:53:00 [2022-09-12T05:53:00.902Z] '
01:53:00 [2022-09-12T05:53:00.902Z]          description: baseline='Eclipse Java development tools (binary runtime and user documentation).' != reactor='Dummy feature for build-time constraint.'
01:53:00 [2022-09-12T05:53:00.902Z]          featureName: baseline='Eclipse Java Development Tools' != reactor='Eclipse Java Development Tools - Dummy, for build only. '
01:53:00 [2022-09-12T05:53:00.902Z]       feature.xml: different
01:53:00 [2022-09-12T05:53:00.902Z] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300.v20220831-1800 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/pom.xml
01:53:00 [2022-09-12T05:53:00.902Z]     The main artifact has been replaced with the baseline version.
01:53:00 [2022-09-12T05:53:00.902Z] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] Building org.eclipse.jdt.core 3.31.0-SNAPSHOT                     [6/12]
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core ---
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] The project's OSGi version is 3.31.0.v20220910-2058_BETA_JAVA19
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/saveproperties
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] 
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core ---
01:53:00 [2022-09-12T05:53:00.902Z] [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
01:53:00 [2022-09-12T05:53:00.902Z] [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
01:53:00 [2022-09-12T05:53:00.902Z] [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
01:53:00 [2022-09-12T05:53:00.902Z] [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
01:53:00 [2022-09-12T05:53:00.902Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
01:53:00 [2022-09-12T05:53:00.902Z] [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
01:53:00 [2022-09-12T05:53:00.902Z] [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 737 kB/s)
01:53:00 [2022-09-12T05:53:00.902Z] [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
01:53:00 [2022-09-12T05:53:00.903Z] [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
01:53:00 [2022-09-12T05:53:00.903Z] [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
01:53:00 [2022-09-12T05:53:00.903Z] [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
01:53:00 [2022-09-12T05:53:00.903Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
01:53:00 [2022-09-12T05:53:00.903Z] [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
01:53:00 [2022-09-12T05:53:00.903Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.9 MB/s)
01:53:00 [2022-09-12T05:53:00.903Z] [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
01:53:01 [2022-09-12T05:53:01.159Z] [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
01:53:01 [2022-09-12T05:53:01.159Z] [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
01:53:01 [2022-09-12T05:53:01.159Z] [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
01:53:01 [2022-09-12T05:53:01.159Z] [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
01:53:01 [2022-09-12T05:53:01.159Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [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 128 kB/s)
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [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 940 kB/s)
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.160Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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 159 kB/s)
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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 455 kB/s)
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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 2.7 MB/s)
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.418Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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 5.8 MB/s)
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 408 kB/s)
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.676Z] [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
01:53:01 [2022-09-12T05:53:01.677Z] [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
01:53:01 [2022-09-12T05:53:01.677Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s)
01:53:01 [2022-09-12T05:53:01.677Z] [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
01:53:01 [2022-09-12T05:53:01.677Z] [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
01:53:01 [2022-09-12T05:53:01.677Z] [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
01:53:01 [2022-09-12T05:53:01.677Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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 1.3 MB/s)
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s)
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.934Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s)
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
01:53:01 [2022-09-12T05:53:01.935Z] [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
01:53:01 [2022-09-12T05:53:01.935Z] [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 964 kB/s)
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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 408 kB/s)
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 2.1 MB/s)
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
01:53:02 [2022-09-12T05:53:02.193Z] [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
01:53:02 [2022-09-12T05:53:02.193Z] [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 5.8 MB/s)
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s)
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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 1.1 MB/s)
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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 85 kB/s)
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.194Z] [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
01:53:02 [2022-09-12T05:53:02.451Z] [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
01:53:02 [2022-09-12T05:53:02.451Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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 1.7 MB/s)
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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 515 kB/s)
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.452Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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 687 kB/s)
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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 231 kB/s)
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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 97 kB/s)
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.710Z] [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
01:53:02 [2022-09-12T05:53:02.968Z] [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
01:53:02 [2022-09-12T05:53:02.968Z] [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
01:53:02 [2022-09-12T05:53:02.968Z] [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
01:53:02 [2022-09-12T05:53:02.968Z] [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
01:53:02 [2022-09-12T05:53:02.968Z] [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 317 kB/s)
01:53:02 [2022-09-12T05:53:02.968Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:53:02 [2022-09-12T05:53:02.968Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [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
01:53:02 [2022-09-12T05:53:02.969Z] [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 935 kB/s)
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
01:53:02 [2022-09-12T05:53:02.969Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 2.3 MB/s)
01:53:02 [2022-09-12T05:53:02.969Z] [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
01:53:03 [2022-09-12T05:53:03.226Z] [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
01:53:03 [2022-09-12T05:53:03.226Z] [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
01:53:03 [2022-09-12T05:53:03.226Z] [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
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
01:53:03 [2022-09-12T05:53:03.226Z] [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
01:53:03 [2022-09-12T05:53:03.226Z] [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 1.7 MB/s)
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom
01:53:03 [2022-09-12T05:53:03.226Z] [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
01:53:03 [2022-09-12T05:53:03.226Z] [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 2.7 MB/s)
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/17/apache-17.pom
01:53:03 [2022-09-12T05:53:03.226Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom
01:53:03 [2022-09-12T05:53:03.227Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom
01:53:03 [2022-09-12T05:53:03.227Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom
01:53:03 [2022-09-12T05:53:03.484Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
01:53:03 [2022-09-12T05:53:03.484Z] [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 5.4 MB/s)
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 2.1 MB/s)
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 2.0 MB/s)
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.742Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 1.8 MB/s)
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 4.1 MB/s)
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom
01:53:03 [2022-09-12T05:53:03.743Z] [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
01:53:03 [2022-09-12T05:53:03.743Z] [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 3.6 MB/s)
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom
01:53:03 [2022-09-12T05:53:03.743Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
01:53:04 [2022-09-12T05:53:04.000Z] [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 1.4 MB/s)
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 980 kB/s)
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
01:53:04 [2022-09-12T05:53:04.000Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 577 kB/s)
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
01:53:04 [2022-09-12T05:53:04.001Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 10 MB/s)
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:53:04 [2022-09-12T05:53:04.258Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 9.9 MB/s)
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 1.6 MB/s)
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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 1.4 MB/s)
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
01:53:04 [2022-09-12T05:53:04.259Z] [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
01:53:04 [2022-09-12T05:53:04.259Z] [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 393 kB/s)
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom
01:53:04 [2022-09-12T05:53:04.259Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom
01:53:04 [2022-09-12T05:53:04.565Z] [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
01:53:04 [2022-09-12T05:53:04.565Z] [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 3.4 MB/s)
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom
01:53:04 [2022-09-12T05:53:04.565Z] [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
01:53:04 [2022-09-12T05:53:04.565Z] [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 9.7 MB/s)
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom
01:53:04 [2022-09-12T05:53:04.565Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
01:53:04 [2022-09-12T05:53:04.565Z] [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 7.6 MB/s)
01:53:04 [2022-09-12T05:53:04.565Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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 138 kB/s)
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.566Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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 1.9 MB/s)
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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.jar
01:53:04 [2022-09-12T05:53:04.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:53:04 [2022-09-12T05:53:04.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
01:53:04 [2022-09-12T05:53:04.889Z] [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.jar
01:53:04 [2022-09-12T05:53:04.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
01:53:04 [2022-09-12T05:53:04.889Z] [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.jar
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.889Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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.jar
01:53:04 [2022-09-12T05:53:04.890Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.890Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.890Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:53:04 [2022-09-12T05:53:04.890Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
01:53:04 [2022-09-12T05:53:04.890Z] [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.jar
01:53:04 [2022-09-12T05:53:04.890Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.jar
01:53:04 [2022-09-12T05:53:04.890Z] [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.jar
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.890Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
01:53:04 [2022-09-12T05:53:04.891Z] [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.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
01:53:04 [2022-09-12T05:53:04.891Z] [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.jar
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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
01:53:04 [2022-09-12T05:53:04.891Z] [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.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
01:53:04 [2022-09-12T05:53:04.891Z] [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.jar
01:53:04 [2022-09-12T05:53:04.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar
01:53:04 [2022-09-12T05:53:04.891Z] [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.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [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
01:53:04 [2022-09-12T05:53:04.892Z] [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
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [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
01:53:04 [2022-09-12T05:53:04.892Z] [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
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
01:53:04 [2022-09-12T05:53:04.892Z] [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
01:53:04 [2022-09-12T05:53:04.892Z] [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
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
01:53:04 [2022-09-12T05:53:04.892Z] [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.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar
01:53:04 [2022-09-12T05:53:04.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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 1.8 MB/s)
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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 2.1 MB/s)
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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 1.7 MB/s)
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:04 [2022-09-12T05:53:04.893Z] [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 1.7 MB/s)
01:53:04 [2022-09-12T05:53:04.893Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 2.1 MB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 205 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 7.8 MB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 753 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 1.2 MB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 456 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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
01:53:05 [2022-09-12T05:53:05.184Z] [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 599 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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.jar
01:53:05 [2022-09-12T05:53:05.184Z] [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 700 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 324 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 370 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
01:53:05 [2022-09-12T05:53:05.184Z] [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 36 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 446 kB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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.jar
01:53:05 [2022-09-12T05:53:05.184Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 2.3 MB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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.jar
01:53:05 [2022-09-12T05:53:05.184Z] [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.jar (155 kB at 1.2 MB/s)
01:53:05 [2022-09-12T05:53:05.184Z] [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.jar
01:53:05 [2022-09-12T05:53:05.184Z] [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.jar (32 kB at 245 kB/s)
01:53:05 [2022-09-12T05:53:05.185Z] [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.jar (185 kB at 1.4 MB/s)
01:53:05 [2022-09-12T05:53:05.185Z] [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.jar (247 kB at 1.5 MB/s)
01:53:05 [2022-09-12T05:53:05.185Z] [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 648 kB/s)
01:53:06 [2022-09-12T05:53:06.211Z] [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 143 kB/s)
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] No match to regex '\\' found in '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties'. The initial value '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties' is left as-is...
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] Executing tasks
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] Executed tasks
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.211Z] [INFO] Resolving class path of org.eclipse.jdt.core...
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] 
01:53:06 [2022-09-12T05:53:06.470Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core ---
01:53:06 [2022-09-12T05:53:06.727Z] [INFO] Compiling 1518 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
01:53:06 [2022-09-12T05:53:06.985Z] Failed to init Classpath for jar file /home/jenkins/agent/workspace/P-build/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
01:53:06 [2022-09-12T05:53:06.985Z] java.nio.file.NoSuchFileException: /home/jenkins/agent/workspace/P-build/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
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.nio.file.Files.readAttributes(Files.java:1763)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:726)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:246)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:176)
01:53:06 [2022-09-12T05:53:06.985Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:190)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:204)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.jdt.internal.compiler.batch.FileSystem.<init>(FileSystem.java:235)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802)
01:53:06 [2022-09-12T05:53:06.985Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123)
01:53:06 [2022-09-12T05:53:06.986Z] 	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
01:53:06 [2022-09-12T05:53:06.986Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:53:06 [2022-09-12T05:53:06.986Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:53:06 [2022-09-12T05:53:06.986Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:53:06 [2022-09-12T05:53:06.986Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
01:53:06 [2022-09-12T05:53:06.986Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
01:53:16 [2022-09-12T05:53:16.980Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/P-build/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
01:53:16 [2022-09-12T05:53:16.980Z] [INFO] 
01:53:16 [2022-09-12T05:53:16.980Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core ---
01:53:16 [2022-09-12T05:53:16.980Z] [INFO] 
01:53:16 [2022-09-12T05:53:16.980Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.core ---
01:53:16 [2022-09-12T05:53:16.980Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25-I-builds
01:53:21 [2022-09-12T05:53:21.162Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
01:53:21 [2022-09-12T05:53:21.162Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/data/.metadata/.log
01:53:21 [2022-09-12T05:53:21.162Z] [INFO] Command line:
01:53:21 [2022-09-12T05:53:21.162Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core_3.31.0.v20220910-2058_BETA_JAVA19, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes:/home/jenkins/agent/workspace/P-build/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, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target]
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Tests are skipped.
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-sources.jar
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Executing tasks
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Executed tasks
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/jdtCompilerAdapter.jar
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT.jar
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Copying 1 resource
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (antadapter) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-antadapter.jar
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-batch-compiler-src.jar
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (batch-compiler) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-batch-compiler.jar
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] Skipping tests
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] Tests are skipped.
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] Skipped
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] 
01:53:31 [2022-09-12T05:53:31.127Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core ---
01:53:31 [2022-09-12T05:53:31.385Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT.jar' is disabled.
01:53:31 [2022-09-12T05:53:31.644Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT.jar
01:53:35 [2022-09-12T05:53:35.826Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-sources.jar' is disabled.
01:53:35 [2022-09-12T05:53:35.827Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-sources.jar
01:53:38 [2022-09-12T05:53:38.356Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-antadapter.jar' is disabled.
01:53:38 [2022-09-12T05:53:38.356Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-antadapter.jar
01:53:39 [2022-09-12T05:53:39.292Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-batch-compiler-src.jar' is disabled.
01:53:39 [2022-09-12T05:53:39.292Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-batch-compiler-src.jar
01:53:40 [2022-09-12T05:53:40.665Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-batch-compiler.jar' is disabled.
01:53:40 [2022-09-12T05:53:40.924Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT-batch-compiler.jar
01:53:42 [2022-09-12T05:53:42.301Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.301Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.31.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
01:53:42 [2022-09-12T05:53:42.565Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.31.0-SNAPSHOT already attached, replace previous instance
01:53:42 [2022-09-12T05:53:42.565Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.31.0-SNAPSHOT already attached, replace previous instance
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >----------------
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] Building org.eclipse.jdt.debug 3.20.0-SNAPSHOT                    [7/12]
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] The project's OSGi version is 3.20.0.v20220909-1009_BETA_JAVA19
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/saveproperties
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] Executing tasks
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] Executed tasks
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.565Z] [INFO] Resolving class path of org.eclipse.jdt.debug...
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] 
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug ---
01:53:42 [2022-09-12T05:53:42.827Z] [INFO] Compiling 361 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/classes
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] 
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug ---
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] 
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.debug ---
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace/data/.metadata/.log
01:53:44 [2022-09-12T05:53:44.203Z] [INFO] Command line:
01:53:44 [2022-09-12T05:53:44.203Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.debug_3.20.0.v20220909-1009_BETA_JAVA19, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/target]
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] Tests are skipped.
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT-sources.jar
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/jdimodel.jar
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT.jar
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] Skipping tests
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] Tests are skipped.
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.691Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.692Z] [INFO] Skipped
01:53:47 [2022-09-12T05:53:47.692Z] [INFO] 
01:53:47 [2022-09-12T05:53:47.692Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.debug ---
01:53:47 [2022-09-12T05:53:47.692Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT.jar_unpacked_6962712765097526070/jdimodel.jar' is disabled.
01:53:47 [2022-09-12T05:53:47.692Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT.jar_unpacked_6962712765097526070/jdimodel.jar
01:53:49 [2022-09-12T05:53:49.067Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT.jar
01:53:50 [2022-09-12T05:53:50.441Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT-sources.jar
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug ---
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.debug/pom.xml
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >--------------
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] Building org.eclipse.jdt.launching 3.19.700-SNAPSHOT              [8/12]
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.340Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] The project's OSGi version is 3.19.700.v20220809-0554_BETA_JAVA19
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/saveproperties
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] Executing tasks
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] Executed tasks
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.341Z] [INFO] Resolving class path of org.eclipse.jdt.launching...
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching ---
01:53:52 [2022-09-12T05:53:52.599Z] [INFO] Compiling 128 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes
01:53:52 [2022-09-12T05:53:52.856Z] [INFO] 
01:53:52 [2022-09-12T05:53:52.856Z] [INFO] --- maven-antrun-plugin:3.1.0:run (compile-internal-jar) @ org.eclipse.jdt.launching ---
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] Executing tasks
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] Executed tasks
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] 
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching ---
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] 
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching ---
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/data/.metadata/.log
01:53:53 [2022-09-12T05:53:53.115Z] [INFO] Command line:
01:53:53 [2022-09-12T05:53:53.115Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.launching_3.19.700.v20220809-0554_BETA_JAVA19, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target]
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] Tests are skipped.
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT-sources.jar
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] Skipping tests
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] Tests are skipped.
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] Skipped
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] 
01:53:56 [2022-09-12T05:53:56.397Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.launching ---
01:53:56 [2022-09-12T05:53:56.656Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar_unpacked_7674583646435247981/lib/javaagent-shaded.jar' is disabled.
01:53:56 [2022-09-12T05:53:56.656Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar_unpacked_7674583646435247981/lib/javaagent-shaded.jar
01:53:57 [2022-09-12T05:53:57.590Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar_unpacked_7674583646435247981/lib/launchingsupport.jar' is disabled.
01:53:57 [2022-09-12T05:53:57.590Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar_unpacked_7674583646435247981/lib/launchingsupport.jar
01:53:58 [2022-09-12T05:53:58.524Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar
01:54:00 [2022-09-12T05:54:00.425Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT-sources.jar
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.700-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >----------
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] Building org.eclipse.jdt.core.manipulation 1.16.200-SNAPSHOT      [9/12]
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] The project's OSGi version is 1.16.200.v20220823-1303_BETA_JAVA19
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/saveproperties
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] Executing tasks
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] Executed tasks
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] Resolving class path of org.eclipse.jdt.core.manipulation...
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.826Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:54:01 [2022-09-12T05:54:01.827Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.827Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.827Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:54:01 [2022-09-12T05:54:01.827Z] [INFO] 
01:54:01 [2022-09-12T05:54:01.827Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.manipulation ---
01:54:01 [2022-09-12T05:54:01.827Z] [INFO] Compiling 479 source files to /home/jenkins/agent/workspace/P-build/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
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] 
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.manipulation ---
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] 
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.manipulation ---
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data/.metadata/.log
01:54:04 [2022-09-12T05:54:04.354Z] [INFO] Command line:
01:54:04 [2022-09-12T05:54:04.354Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core.manipulation_1.16.200.v20220823-1303_BETA_JAVA19, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation, -binary, /home/jenkins/agent/workspace/P-build/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, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target]
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] Tests are skipped.
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.631Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.16.200-SNAPSHOT-sources.jar
01:54:07 [2022-09-12T05:54:07.632Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.632Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.632Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.16.200-SNAPSHOT.jar
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] Skipping tests
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] Tests are skipped.
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation ---
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] Skipped
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] 
01:54:07 [2022-09-12T05:54:07.889Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core.manipulation ---
01:54:08 [2022-09-12T05:54:08.454Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.16.200-SNAPSHOT.jar
01:54:10 [2022-09-12T05:54:10.353Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.16.200-SNAPSHOT-sources.jar
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.manipulation ---
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.200-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >-----------------
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Building org.eclipse.jdt.ui 3.27.0-SNAPSHOT                      [10/12]
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.pom
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.pom (1.6 kB at 12 kB/s)
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom (1.1 kB at 24 kB/s)
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.pom
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/67.1/icu4j-67.1.pom (4.9 kB at 120 kB/s)
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom (1.6 kB at 29 kB/s)
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom
01:54:12 [2022-09-12T05:54:12.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom (1.8 kB at 31 kB/s)
01:54:12 [2022-09-12T05:54:12.252Z] [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
01:54:12 [2022-09-12T05:54:12.510Z] [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 33 kB/s)
01:54:12 [2022-09-12T05:54:12.510Z] [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
01:54:12 [2022-09-12T05:54:12.510Z] [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 8.6 kB/s)
01:54:12 [2022-09-12T05:54:12.510Z] [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
01:54:12 [2022-09-12T05:54:12.510Z] [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 441 kB/s)
01:54:12 [2022-09-12T05:54:12.510Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.510Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.510Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.510Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] The project's OSGi version is 3.27.0.v20220823-1303_BETA_JAVA19
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/saveproperties
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] Executing tasks
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] Executed tasks
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] 
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui ---
01:54:12 [2022-09-12T05:54:12.768Z] [INFO] Resolving class path of org.eclipse.jdt.ui...
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] 
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.ui ---
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] 
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.ui ---
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] 
01:54:13 [2022-09-12T05:54:13.709Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui ---
01:54:13 [2022-09-12T05:54:13.710Z] [INFO] Compiling 2028 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] 
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui ---
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] 
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui ---
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/data/.metadata/.log
01:54:20 [2022-09-12T05:54:20.266Z] [INFO] Command line:
01:54:20 [2022-09-12T05:54:20.266Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.ui_3.27.0.v20220823-1303_BETA_JAVA19, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target]
01:54:28 [2022-09-12T05:54:28.368Z] [INFO] 
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.ui ---
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/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
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] 
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui ---
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] 
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.ui ---
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] Tests are skipped.
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] 
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui ---
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] 
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui ---
01:54:28 [2022-09-12T05:54:28.369Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.27.0-SNAPSHOT-sources.jar
01:54:28 [2022-09-12T05:54:28.626Z] [INFO] 
01:54:28 [2022-09-12T05:54:28.626Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui ---
01:54:28 [2022-09-12T05:54:28.626Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/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.27.0-SNAPSHOT.jar
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] 
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui ---
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] 
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.ui ---
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] Skipping tests
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] 
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.ui ---
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] Tests are skipped.
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] 
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui ---
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] Skipped
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] 
01:54:29 [2022-09-12T05:54:29.557Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.ui ---
01:54:32 [2022-09-12T05:54:32.084Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.27.0-SNAPSHOT.jar
01:54:38 [2022-09-12T05:54:38.642Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/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.27.0-SNAPSHOT-sources.jar
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --------< org.eclipse.jdt.feature:org.eclipse.jdt.java19patch >---------
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] Building org.eclipse.jdt.java19patch 1.2.300-SNAPSHOT            [11/12]
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] Deleting /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/target
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] The project's OSGi version is 1.2.300.v20220910-2058_BETA_JAVA19
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/saveproperties
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/src/main/resources
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/target/org.eclipse.jdt.java19patch-1.2.300-SNAPSHOT.jar
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.541Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (source-feature) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/target/org.eclipse.jdt.java19patch-1.2.300-SNAPSHOT-sources-feature.jar
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/pom.xml
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] Skipped
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] 
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.java19patch ---
01:54:40 [2022-09-12T05:54:40.542Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/target/org.eclipse.jdt.java19patch-1.2.300-SNAPSHOT.jar
01:54:42 [2022-09-12T05:54:42.442Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/target/org.eclipse.jdt.java19patch-1.2.300-SNAPSHOT-sources-feature.jar
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/pom.xml
01:54:43 [2022-09-12T05:54:43.375Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance
01:54:43 [2022-09-12T05:54:43.375Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] ---< eclipse.platform.releng:eclipse.releng.repository.java19patch >----
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] Building eclipse.releng.repository.java19patch 1.2.300-SNAPSHOT  [12/12]
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] The project's OSGi version is 1.2.300.v20220910-2058_BETA_JAVA19
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/saveproperties
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/src/main/resources
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/src/main/resources
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.375Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-products (default-publish-products) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse.releng.repository.java19patch ---
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] 
01:54:43 [2022-09-12T05:54:43.633Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse.releng.repository.java19patch ---
Created Pod: kubernetes releng/aggrbuild-pod-qsk7s-kz1fj
01:54:45 [2022-09-12T05:54:45.533Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:45 [2022-09-12T05:54:45.534Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.ui,3.27.0.v20220823-1303_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.534Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-api,5.9.0.
01:54:45 [2022-09-12T05:54:45.534Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-commons,1.9.0.
01:54:45 [2022-09-12T05:54:45.534Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apiguardian.api,1.1.2.
01:54:45 [2022-09-12T05:54:45.534Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.launching,3.19.700.v20220809-0554_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.534Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.core.source,3.31.0.v20220910-2058_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.535Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.jdt.java19patch.source,1.2.300.v20220910-2058_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.535Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-engine,1.9.0.
01:54:45 [2022-09-12T05:54:45.535Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-api,1.9.0.
01:54:45 [2022-09-12T05:54:45.535Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.core.manipulation.source,1.16.200.v20220823-1303_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.debug,3.20.0.v20220909-1009_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.opentest4j,1.2.0.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-params,5.9.0.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-vintage-engine,5.9.0.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.ui.source,3.27.0.v20220823-1303_BETA_JAVA19.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-engine,5.9.0.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-commons,1.9.0.
01:54:45 [2022-09-12T05:54:45.792Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.core,3.31.0.v20220910-2058_BETA_JAVA19.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-launcher,1.9.0.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.jdt.java19patch,1.2.300.v20220910-2058_BETA_JAVA19.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-migrationsupport,5.9.0.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-engine,1.9.0.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.launching.source,3.19.700.v20220809-0554_BETA_JAVA19.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.jdt,3.18.1300.v20220831-1800.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.core.manipulation,1.16.200.v20220823-1303_BETA_JAVA19.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-runner,1.9.0.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jdt.debug.source,3.20.0.v20220909-1009_BETA_JAVA19.
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:46 [2022-09-12T05:54:46.050Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:46 [2022-09-12T05:54:46.308Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:47 [2022-09-12T05:54:47.681Z] [INFO] 
01:54:47 [2022-09-12T05:54:47.681Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.releng.repository.java19patch ---
01:54:47 [2022-09-12T05:54:47.681Z] [INFO] 
01:54:47 [2022-09-12T05:54:47.681Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse.releng.repository.java19patch ---
01:54:47 [2022-09-12T05:54:47.681Z] [INFO] Building zip: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/eclipse.releng.repository.java19patch-1.2.300-SNAPSHOT.zip
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] 
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] --- maven-antrun-plugin:3.1.0:run (unpack-content-jar) @ eclipse.releng.repository.java19patch ---
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] Executing tasks
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] #Ant properties
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] #Mon Sep 12 05:54:48 UTC 2022
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] aggregatorBuild=true
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] java.specification.version=11
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.commands\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] sun.cpu.isalist=
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.jface.databinding\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.emf.xpath\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] project.build.testOutputDirectory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/test-classes
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.batik.constants\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] org.codehaus.mojo\:animal-sniffer-annotations\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] sun.arch.data.model=64
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.win32.win32.x86_64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] java.vendor.url=http\://java.oracle.com/
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] p2.eclipse.plugin\:javax.inject\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] code.ignoredWarnings=-warn\:-deprecation,unavoidableGenericProblems,warningToken
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] org.osgi\:org.osgi.service.prefs\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] tycho.localArtifacts=ignore
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] eclipse-repo.url=https\://repo.eclipse.org/content/repositories/cbi/
01:54:48 [2022-09-12T05:54:48.249Z] [INFO] [echoproperties] sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -f eclipse.platform.releng.tychoeclipsebuilder/java19patch/pom.xml clean verify -Pjava19patch -DskipTests\=true -Pbree-libs -Peclipse-sign -Dtycho.debug.artifactcomparator -Dtycho.localArtifacts\=ignore -Dcbi.jarsigner.continueOnFail\=true -Djgit.dirtyWorkingTree\=error -Dmaven.repo.local\=localMavenRepo -Djava.io.tmpdir\=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp -DaggregatorBuild\=true -DbuildTimestamp\=20220912-0140 -DbuildType\=P -DbuildId\=P20220912-0140 -Declipse-p2-repo.url\=NOT_FOR_PRODUCTION_USE -Declipse.javadoc\=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.gtk.linux.aarch64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] jdk.debug=release
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.feature\:org.eclipse.license\:eclipse-feature=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.team.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.w3c.dom.events\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.specification.vendor=Oracle Corporation
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.version.date=2019-01-15
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-11/11.0.2+9
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] basedir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] surefire.platformSystemProperties=
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] project.packaging=eclipse-repository
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.di\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.vm.specification.vendor=Oracle Corporation
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.specification.name=Java Platform API Specification
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] cbi-releases-repo.url=https\://repo.eclipse.org/content/repositories/cbi-releases/
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] tycho-snapshot-repo.url=https\://repo.eclipse.org/content/repositories/tycho-snapshots/
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] jgit.dirtyWorkingTree-platformDefault=ignore
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] eclipse.p2.atomic.composite.loading.default=true
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] macSigner.forceContinue=false
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.runtime.version=11.0.2+9
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] surefire.version=3.0.0-M7
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.filesystem\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.filebuffers\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] file.encoding=UTF-8
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] guice.disable.misplaced.annotation.check=true
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.ecore\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] maven.build.timestamp.format=yyyyMMdd-HHmm
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.css.swt.theme\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.team.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.search\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.vendor.version=18.9
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ltk.ui.refactoring\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] tycho.version=3.0.0-SNAPSHOT
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.app\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] surefire.systemProperties=
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] jgit.dirtyWorkingTree=error
01:54:48 [2022-09-12T05:54:48.250Z] [INFO] [echoproperties] java.version=11
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] org.osgi\:org.osgi.util.promise\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ltk.core.refactoring\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.views\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.osgi\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.core.manipulation\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/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.16.200-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.editors\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.w3c.dom.svg\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.common\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] java.vendor=Oracle Corporation
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.registry\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] sun.io.unicode.encoding=UnicodeLittle
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.variables\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] releaseNumberSDK=4.25
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] org.osgi\:org.osgi.service.component\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] ant.file.maven-antrun-=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/antrun/build-main.xml
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] project.build.directory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] cbi.jarsigner.continueOnFail=true
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.commons.jxpath\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] org.tukaani\:xz\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/tukaani/xz/1.9/xz-1.9.jar
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.workbench.texteditor\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.bindings\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] org.osgi\:org.osgi.util.function\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] tycho.mode=extension
01:54:48 [2022-09-12T05:54:48.251Z] [INFO] [echoproperties] org.osgi\:org.osgi.service.event\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.console\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] versionRangeForPatch=[3.18.1300.v20220831-1800,3.18.1349.v20221226-2027)
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] project.groupId=eclipse.platform.releng
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] org.osgi\:org.osgi.namespace.implementation\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] surefire.moduleProperties=--add-modules\=ALL-SYSTEM
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] user.timezone=UTC
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.jface\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.resources\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] java.vm.specification.version=11
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] os.name=Linux
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.databinding\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.runtime\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] eclipse-p2-repo.url=NOT_FOR_PRODUCTION_USE
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.expressions\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.forms\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.gtk.linux.ppc64le\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] user.home=/home/jenkins
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] project.build.testSourceDirectory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/src/test/java
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.contexts\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.views.properties.tabbed\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] eclipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.w3c.dom.smil\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.model.workbench\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.ide\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] org.apache.felix\:org.apache.felix.scr\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.jar
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] tycho.scmUrl=scm\:git\:https\://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.ide\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] buildType=P
01:54:48 [2022-09-12T05:54:48.252Z] [INFO] [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.navigator\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] defaultSigning-excludeInnerJars=false
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] buildTimestamp=20220912-0140
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.artifact.repository\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.text\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] ant.file=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/antrunbuild.xml
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] tycho.env.osgi.ws=gtk
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.event\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] path.separator=\:
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] cbi-snapshots-repo.url=https\://repo.eclipse.org/content/repositories/cbi-snapshots/
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] os.version=5.14.14-200.fc34.x86_64
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] org.bouncycastle\:bcpg-jdk18on\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.jar
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.services\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] cbi-plugins.version=1.3.2
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] tycho.debug.artifactcomparator=true
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] previous-release.baseline=https\://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.jobs\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.debug.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.dummy\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] featureToPatchVersion=3.18.1300.v20220831-1800
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] os.arch=amd64
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.di.extensions.supplier\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] com.ibm.icu\:icu4j\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/com/ibm/icu/icu4j/67.1/icu4j-67.1.jar
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.userAgent=tycho/3.0.0-SNAPSHOT
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] compare-version-with-baselines.skip=true
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] surefire.testArgLine=
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.w3c.css.sac\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.cocoa.macosx.aarch64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] cbi-jdt-repo.url=https\://repo.eclipse.org/content/repositories/eclipse-staging/
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] org.osgi\:org.osgi.namespace.extender\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench.renderers.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.253Z] [INFO] [echoproperties] contentjarexists=true
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.contenttype\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] java.vm.info=mixed mode
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] java.class.version=55.0
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] ant.project.default-target=default
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] awt.toolkit=sun.awt.X11.XToolkit
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] ant.project.name=maven-antrun-
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] sun.jnu.encoding=UTF-8
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.batik.css\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] project.name=eclipse.releng.repository.java19patch
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] settings.localRepository=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] cbi-ecj-version=3.31.0.v20220824-0714
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.common\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.databinding.observable\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.batik.util\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] maven.home=/opt/tools/apache-maven/latest
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.help\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] project.artifactId=eclipse.releng.repository.java19patch
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] org.bouncycastle\:bcprov-jdk18on\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] project.version=1.2.300-SNAPSHOT
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.metadata\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] file.separator=/
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] java.vm.compressedOopsMode=Zero based
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] line.separator=\n
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.batik.i18n\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] buildQualifier=v20220910-2058_BETA_JAVA19
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] org.eclipse.jdt.feature\:org.eclipse.jdt\:eclipse-feature=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1300.v20220831-1800.jar
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.gtk.linux.x86_64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] releaseNumberPlatform=4.25
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.jface.text\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.dialogs\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] user.name=jenkins
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] org.eclipse.jdt.feature\:org.eclipse.jdt.java19patch\:eclipse-feature=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt.java19patch/target/org.eclipse.jdt.java19patch-1.2.300-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.254Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] localRepository=\      id\: local\n      url\: file\:///home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/\n   layout\: default\nsnapshots\: [enabled \=> true, update \=> always]\n releases\: [enabled \=> true, update \=> always]\n   blocked\: false\n
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.di.extensions\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] sun.os.patch.level=unknown
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] ant.version=Apache Ant(TM) version 1.10.12 compiled on October 13 2021
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.databinding.property\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:javax.annotation\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] comparator.repo=https\://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] maven.repo.local=localMavenRepo
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.ecore.xmi\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] releaseName=2022-09
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] tycho.env.osgi.arch=x86_64
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] net.java.dev.jna\:jna\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.css.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] commons-io\:commons-io\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] tests.ignoredWarnings=-warn\:-deprecation,raw,unchecked,discouraged,warningToken
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] java.vm.vendor=Oracle Corporation
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench3\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench.addons.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] org.osgi\:osgi.annotation\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] maven.conf=/opt/tools/apache-maven/latest/conf
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] project.build.outputDirectory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/classes
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.urischeme\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] ant.file.type.maven-antrun-=file
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] sun.java.launcher=SUN_STANDARD
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] user.country=US
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.compare\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.jarprocessor\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] sun.cpu.endian=little
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.compare.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] qualifiedVersion=1.2.300.v20220910-2058_BETA_JAVA19
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.metadata.repository\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.255Z] [INFO] [echoproperties] user.language=en
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.ecore.change\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.di\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] ant.java.version=11
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] tycho.buildqualifier.format='v'yyyyMMdd-HHmm'_BETA_JAVA19'
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.security\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.repository\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.launching\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/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.19.700-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.bidi\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] java.runtime.name=OpenJDK Runtime Environment
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.css.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] eclipserun-repo=https\://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] ant.project.invoked-targets=preTransform
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] unqualifiedVersion=1.2.300
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] project.build.sourceEncoding=UTF-8
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] net.java.dev.jna\:jna-platform\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.services\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] skipTests=true
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] featureToPatch=org.eclipse.jdt
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.workbench\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] ant.core.lib=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] java.vendor.url.bug=http\://bugreport.java.com/bugreport/
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.preferences\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.commands\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] user.dir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/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.31.0-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.widgets\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] buildId=P20220912-0140
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.di.annotations\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.engine\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.256Z] [INFO] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.debug\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/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.20.0-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.debug.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] project.build.sourceDirectory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/src/main/java
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.commons.logging\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.navigator.resources\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] tycho.env.osgi.os=linux
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.cocoa.macosx.x86_64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] java.vm.version=11.0.2+9
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/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.27.0-SNAPSHOT.jar
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] maven.project.dependencies.versions=1.71\:1.71\:67.1\:5.8.0\:5.8.0\:1.2.300-SNAPSHOT\:1.3.5.v20200909-1856\:3.18.100.v20220817-1601\:1.0.0.v20220405-0441\:1.10.12.v20211102-1452\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:2.6.0.v20210409-0748\:1.1.0.v201011041433\:3.0.0.draft20060413_v201105210656\:1.3.1.v200903091627\:2.11.0\:1.2.0.v20180409-1502\:2.2.2\:1.9\:1.5.0\:8.0.1\:1.0.1\:1.2.0\:3.8.500.v20220812-1406\:3.201.100.v20220826-1037\:3.18.0.v20220828-0546\:3.21.0.v20220817-1340\:3.19.100.v20220820-0412\:3.11.200.v20220817-1444\:3.16.600.v20220809-1658\:3.26.0.v20220813-0916\:3.8.200.v20220613-1047\:3.14.400.v20220730-1844\:3.11.400.v20220817-1444\:3.7.100.v20220812-1406\:3.10.200.v20220512-0851\:3.16.200.v20220817-1601\:3.8.200.v20220817-1539\:3.10.100.v20220710-1223\:3.11.200.v20220817-1601\:1.11.100.v20220817-1444\:1.12.0.v20211231-1006\:1.9.0.v20210619-1129\:3.7.200.v20220202-1008\:3.12.200.v20220817-1340\:1.9.500.v20220817-1539\:3.13.100.v20220817-1539\:1.6.200.v20220720-2012\:3.5.100.v20210721-1355\:3.20.0.v20220811-0741\:3.17.0.v20220817-1312\:3.11.300.v20220811-1921\:3.9.100.v20210721-0601\:1.5.0.v20210115-1333\:1.0.200.v20220629-1225\:1.8.300.v20220817-1539\:1.11.0.v20220716-0839\:2.3.300.v20220613-1047\:1.4.1\:1.0.0\:1.7.200.v20220613-1008\:0.17.200.v20220613-1008\:0.16.400.v20220613-1047\:1.1.2\:0.3.0.v20210722-1426\:1.3.0.v200911051830\:2.28.0.v20220817-1401\:0.13.100.v20210722-1426\:3.121.0.v20220829-1402\:3.27.0.v20220817-1444\:0.13.300.v20220809-1237\:0.14.600.v20220621-1327\:0.13.100.v20220310-1056\:1.4.0.v20210621-1133\:1.3.300.v20220815-1831\:3.16.100.v20220310-1350\:2.2.200.v20220817-1444\:1.6.100.v20211021-1418\:1.3.0.v20210621-1136\:1.13.200.v20220808-2019\:2.14.0.v20190528-0725\:2.17.0.v20220817-1334\:1.4.400.v20211102-0453\:0.15.600.v20220715-1400\:0.16.600.v20220607-1204\:1.13.0.v20210619-1146\:0.16.0.v20210619-0956\:1.2.100.v20211001-1648\:2.26.0.v20220817-1401\:1.4.200.v20220710-1223\:1.4.500.v20220420-1427\:2.6.300.v20220817-1208\:1.9\:2.9.200.v20220817-1208\:1.2.300.v20220420-1427\:2.6.200.v20220819-1949\:2.7.500.v20220817-1208\:1.4.100.v20220329-1456\:1.3.1000.v20220801-1135\:3.31.0-SNAPSHOT\:1.16.200-SNAPSHOT\:3.13.0.v20220822-0502\:3.19.700-SNAPSHOT\:3.20.0-SNAPSHOT\:1.1.300-SNAPSHOT\:3.18.1300.v20220831-1800\:3.27.0-SNAPSHOT\:3.14.200.v20220817-1340\:3.9.400.v20220817-1539\:3.9.500.v20220817-1539\:3.12.200.v20220808-2221\:3.10.300.v20220817-1444\:3.8.400.v20220203-1803\:2.0.2.v20181016-2210\:3.121.0.v20220829-1402\:3.126.0.v20220823-0718\:3.9.200.v20220717-1456\:1.2.0\:1.0.1.v200903091627\:3.121.0.v20220829-1402\:3.121.0.v20220829-1402\:3.121.0.v20220829-1402\:3.121.0.v20220829-1402\:3.121.0.v20220829-1402\:
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.apache.xmlgraphics\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available17270922625213340712.tmp
01:54:48 [2022-09-12T05:54:48.257Z] [WARNING]      [echo] unzip content.jar, for xslt transform
01:54:48 [2022-09-12T05:54:48.258Z] [INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository/content.jar into /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository
01:54:48 [2022-09-12T05:54:48.258Z] [WARNING]      [echo] backup, of originals, just to help debugging
01:54:48 [2022-09-12T05:54:48.258Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/backup
01:54:48 [2022-09-12T05:54:48.258Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/backup
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Executed tasks
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] 
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] --- xml-maven-plugin:1.0.2:transform (transformForExactVersionRange) @ eclipse.releng.repository.java19patch ---
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
01:54:48 [2022-09-12T05:54:48.258Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 21 kB/s)
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 75 kB/s)
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
01:54:48 [2022-09-12T05:54:48.517Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 721 kB/s)
01:54:48 [2022-09-12T05:54:48.517Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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 395 kB/s)
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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 70 kB/s)
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
01:54:48 [2022-09-12T05:54:48.775Z] [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
01:54:48 [2022-09-12T05:54:48.775Z] [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 1.9 MB/s)
01:54:48 [2022-09-12T05:54:48.775Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
01:54:49 [2022-09-12T05:54:49.035Z] [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 7.9 MB/s)
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [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
01:54:49 [2022-09-12T05:54:49.035Z] [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 35 kB/s)
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:54:49 [2022-09-12T05:54:49.035Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:54:49 [2022-09-12T05:54:49.293Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:54:49 [2022-09-12T05:54:49.293Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
01:54:49 [2022-09-12T05:54:49.293Z] [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
01:54:49 [2022-09-12T05:54:49.293Z] [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 986 kB/s)
01:54:49 [2022-09-12T05:54:49.293Z] [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
01:54:49 [2022-09-12T05:54:49.293Z] [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
01:54:49 [2022-09-12T05:54:49.293Z] [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
01:54:49 [2022-09-12T05:54:49.293Z] [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
01:54:49 [2022-09-12T05:54:49.293Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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 3.4 MB/s)
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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 1.6 MB/s)
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
01:54:49 [2022-09-12T05:54:49.551Z] [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
01:54:49 [2022-09-12T05:54:49.551Z] [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 58 kB/s)
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
01:54:49 [2022-09-12T05:54:49.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom
01:54:49 [2022-09-12T05:54:49.552Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
01:54:49 [2022-09-12T05:54:49.552Z] [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)
01:54:49 [2022-09-12T05:54:49.552Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
01:54:49 [2022-09-12T05:54:49.809Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
01:54:49 [2022-09-12T05:54:49.809Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
01:54:49 [2022-09-12T05:54:49.809Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
01:54:49 [2022-09-12T05:54:49.809Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
01:54:49 [2022-09-12T05:54:49.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
01:54:49 [2022-09-12T05:54:49.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom (4.0 kB at 21 kB/s)
01:54:49 [2022-09-12T05:54:49.809Z] [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
01:54:49 [2022-09-12T05:54:49.809Z] [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
01:54:49 [2022-09-12T05:54:49.809Z] [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
01:54:49 [2022-09-12T05:54:49.809Z] [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
01:54:50 [2022-09-12T05:54:50.067Z] [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
01:54:50 [2022-09-12T05:54:50.067Z] [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
01:54:50 [2022-09-12T05:54:50.067Z] [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 224 kB/s)
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 3.7 MB/s)
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 9.5 MB/s)
01:54:50 [2022-09-12T05:54:50.067Z] [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.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
01:54:50 [2022-09-12T05:54:50.067Z] [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.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar
01:54:50 [2022-09-12T05:54:50.067Z] [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.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
01:54:50 [2022-09-12T05:54:50.067Z] [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.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
01:54:50 [2022-09-12T05:54:50.067Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [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.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [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.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [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.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [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.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [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.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
01:54:50 [2022-09-12T05:54:50.068Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.jar
01:54:50 [2022-09-12T05:54:50.324Z] [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.jar
01:54:50 [2022-09-12T05:54:50.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
01:54:50 [2022-09-12T05:54:50.325Z] [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.jar
01:54:50 [2022-09-12T05:54:50.325Z] [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.jar
01:54:50 [2022-09-12T05:54:50.325Z] [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
01:54:50 [2022-09-12T05:54:50.325Z] [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.jar (194 kB at 11 MB/s)
01:54:50 [2022-09-12T05:54:50.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
01:54:50 [2022-09-12T05:54:50.325Z] [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.jar (245 kB at 12 MB/s)
01:54:50 [2022-09-12T05:54:50.325Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
01:54:50 [2022-09-12T05:54:50.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 6.4 MB/s)
01:54:50 [2022-09-12T05:54:50.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 534 kB/s)
01:54:50 [2022-09-12T05:54:50.325Z] [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.jar (38 kB at 915 kB/s)
01:54:50 [2022-09-12T05:54:50.325Z] [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 2.0 MB/s)
01:54:50 [2022-09-12T05:54:50.325Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 1.0 MB/s)
01:54:50 [2022-09-12T05:54:50.583Z] [INFO] Transforming file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository/content.xml
01:54:50 [2022-09-12T05:54:50.840Z] [INFO] Transformed 1 file(s).
01:54:50 [2022-09-12T05:54:50.840Z] [INFO] 
01:54:50 [2022-09-12T05:54:50.840Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-categories (categories-java19patch) @ eclipse.releng.repository.java19patch ---
01:54:50 [2022-09-12T05:54:50.840Z] [INFO] 
01:54:50 [2022-09-12T05:54:50.840Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:assemble-repository (assemble-java19patch) @ eclipse.releng.repository.java19patch ---
01:54:51 [2022-09-12T05:54:51.158Z] [ERROR] [4b93cf76-0e1d-4503-b0e7-e94ce423bbf8][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] Unexpected error loading extension: org.eclipse.equinox.p2.artifact.repository.XZedRepository
01:54:51 [2022-09-12T05:54:51.158Z] java.lang.NullPointerException
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isLocal (SimpleArtifactRepository.java:1150)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isModifiable (SimpleArtifactRepository.java:1155)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:96)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:42)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.factoryLoad (ArtifactRepositoryManager.java:92)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:787)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:685)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository (ArtifactRepositoryManager.java:131)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.addRepository (AbstractApplication.java:156)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeDestination (AbstractApplication.java:228)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.tycho.p2.tools.mirroring.MirrorApplication.initializeDestination (MirrorApplication.java:72)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.processDestinationRepos (AbstractApplication.java:174)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeRepos (AbstractApplication.java:138)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication.run (MirrorApplication.java:200)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceImpl.mirrorReactor (MirrorApplicationServiceImpl.java:175)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.eclipse.tycho.plugins.p2.repository.AssembleRepositoryMojo.execute (AssembleRepositoryMojo.java:217)
01:54:51 [2022-09-12T05:54:51.158Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
01:54:51 [2022-09-12T05:54:51.159Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
01:54:51 [2022-09-12T05:54:51.159Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
01:54:51 [2022-09-12T05:54:51.159Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
01:54:51 [2022-09-12T05:54:51.159Z]     at java.lang.reflect.Method.invoke (Method.java:566)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
01:54:51 [2022-09-12T05:54:51.159Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:51 [2022-09-12T05:54:51.466Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:51 [2022-09-12T05:54:51.467Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:51 [2022-09-12T05:54:51.467Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:51 [2022-09-12T05:54:51.467Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220831-1439,3.31.0.v20220831-1439].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.200.v20220824-0551,1.16.200.v20220824-0551].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.debug [3.19.300.v20220812-1529,3.19.300.v20220812-1529].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.700.v20220730-1850,3.19.700.v20220730-1850].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.27.0.v20220824-0714,3.27.0.v20220824-0714].]
01:54:51 [2022-09-12T05:54:51.467Z] [WARNING] More information on the preceding warning(s) can be found here:
01:54:51 [2022-09-12T05:54:51.467Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] 
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] --- maven-antrun-plugin:3.1.0:run (jar-content-xml) @ eclipse.releng.repository.java19patch ---
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] Executing tasks
01:54:52 [2022-09-12T05:54:52.488Z] [INFO]    [delete] Deleting: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository/content.jar
01:54:52 [2022-09-12T05:54:52.488Z] [INFO]       [zip] Building zip: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository/content.jar
01:54:52 [2022-09-12T05:54:52.488Z] [INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/backup
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] Executed tasks
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] 
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:archive-repository (archive-java19patch) @ eclipse.releng.repository.java19patch ---
01:54:52 [2022-09-12T05:54:52.488Z] [INFO] Building zip: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/Java18EarlyAccessPatchRepo.zip
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] 
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.releng.repository.java19patch ---
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] Skipped
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] 
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.releng.repository.java19patch ---
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] 
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.releng.repository.java19patch ---
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] ------------------------------------------------------------------------
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] Reactor Summary:
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] 
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] eclipse-platform-parent 4.25.0-SNAPSHOT ............ SUCCESS [ 10.217 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] eclipse-sdk-prereqs 4.25.0-SNAPSHOT ................ SUCCESS [  0.837 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] eclipse.platform.releng.java19patch 4.25.0-SNAPSHOT  SUCCESS [  0.008 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 10.533 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt 3.18.1300.v20220831-1800 ........... SUCCESS [  0.987 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.core 3.31.0-SNAPSHOT ............... SUCCESS [ 41.721 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.debug 3.20.0-SNAPSHOT .............. SUCCESS [  9.684 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.launching 3.19.700-SNAPSHOT ........ SUCCESS [  9.430 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.core.manipulation 1.16.200-SNAPSHOT  SUCCESS [ 10.366 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.ui 3.27.0-SNAPSHOT ................. SUCCESS [ 28.251 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] org.eclipse.jdt.java19patch 1.2.300-SNAPSHOT ....... SUCCESS [  3.161 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] eclipse.releng.repository.java19patch 1.2.300-SNAPSHOT SUCCESS [  9.785 s]
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] ------------------------------------------------------------------------
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] BUILD SUCCESS
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] ------------------------------------------------------------------------
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] Total time:  03:30 min
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] Finished at: 2022-09-12T05:54:53Z
01:54:53 [2022-09-12T05:54:53.420Z] [INFO] ------------------------------------------------------------------------
01:54:53 [2022-09-12T05:54:53.990Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gather Eclipse Parts)
[Pipeline] container
[Pipeline] {
[Pipeline] tool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withAnt
01:55:05 [2022-09-12T05:55:05.649Z] 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-qsk7s-mr6cx
[Pipeline] {
[Pipeline] sh
01:55:08 [2022-09-12T05:55:08.970Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:55:08 [2022-09-12T05:55:08.971Z] + bash -x ./mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:08 [2022-09-12T05:55:08.971Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log
01:55:08 [2022-09-12T05:55:08.971Z] + set -e
01:55:08 [2022-09-12T05:55:08.971Z] + '[' 1 -ne 1 ']'
01:55:08 [2022-09-12T05:55:08.971Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
01:55:08 [2022-09-12T05:55:08.971Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:08 [2022-09-12T05:55:08.971Z] ++ export TIMESTAMP=20220912-0140
01:55:08 [2022-09-12T05:55:08.971Z] ++ TIMESTAMP=20220912-0140
01:55:08 [2022-09-12T05:55:08.971Z] ++ export 'BUILD_PRETTY_DATE=Mon Sep 12 01:40:00 EDT 2022'
01:55:08 [2022-09-12T05:55:08.971Z] ++ BUILD_PRETTY_DATE='Mon Sep 12 01:40:00 EDT 2022'
01:55:08 [2022-09-12T05:55:08.971Z] ++ export BRANCH=R4_25_maintenance
01:55:08 [2022-09-12T05:55:08.971Z] ++ BRANCH=R4_25_maintenance
01:55:08 [2022-09-12T05:55:08.971Z] ++ export PATCH_OR_BRANCH_LABEL=java19patch
01:55:08 [2022-09-12T05:55:08.971Z] ++ PATCH_OR_BRANCH_LABEL=java19patch
01:55:08 [2022-09-12T05:55:08.971Z] ++ export PATCH_BUILD=java19patch
01:55:08 [2022-09-12T05:55:08.971Z] ++ PATCH_BUILD=java19patch
01:55:08 [2022-09-12T05:55:08.972Z] ++ export 'BUILD_TYPE_NAME=Beta Java 19'
01:55:08 [2022-09-12T05:55:08.972Z] ++ BUILD_TYPE_NAME='Beta Java 19'
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BUILD_TYPE=P
01:55:08 [2022-09-12T05:55:08.972Z] ++ BUILD_TYPE=P
01:55:08 [2022-09-12T05:55:08.972Z] ++ export TESTED_BUILD_TYPE=P
01:55:08 [2022-09-12T05:55:08.972Z] ++ TESTED_BUILD_TYPE=P
01:55:08 [2022-09-12T05:55:08.972Z] ++ export RELEASE_VER=4.25
01:55:08 [2022-09-12T05:55:08.972Z] ++ RELEASE_VER=4.25
01:55:08 [2022-09-12T05:55:08.972Z] ++ export STREAM=4.25.0
01:55:08 [2022-09-12T05:55:08.972Z] ++ STREAM=4.25.0
01:55:08 [2022-09-12T05:55:08.972Z] ++ export STREAMMajor=4
01:55:08 [2022-09-12T05:55:08.972Z] ++ STREAMMajor=4
01:55:08 [2022-09-12T05:55:08.972Z] ++ export STREAMMinor=25
01:55:08 [2022-09-12T05:55:08.972Z] ++ STREAMMinor=25
01:55:08 [2022-09-12T05:55:08.972Z] ++ export STREAMService=0
01:55:08 [2022-09-12T05:55:08.972Z] ++ STREAMService=0
01:55:08 [2022-09-12T05:55:08.972Z] ++ export GIT_ROOT=git@github.com:
01:55:08 [2022-09-12T05:55:08.972Z] ++ GIT_ROOT=git@github.com:
01:55:08 [2022-09-12T05:55:08.972Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:55:08 [2022-09-12T05:55:08.972Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:55:08 [2022-09-12T05:55:08.972Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:55:08 [2022-09-12T05:55:08.972Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:55:08 [2022-09-12T05:55:08.972Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
01:55:08 [2022-09-12T05:55:08.972Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
01:55:08 [2022-09-12T05:55:08.972Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
01:55:08 [2022-09-12T05:55:08.972Z] ++ UPDATES_DIR=siteDir/eclipse/updates
01:55:08 [2022-09-12T05:55:08.972Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
01:55:08 [2022-09-12T05:55:08.972Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
01:55:08 [2022-09-12T05:55:08.972Z] ++ export TMP_DIR=tmp
01:55:08 [2022-09-12T05:55:08.972Z] ++ TMP_DIR=tmp
01:55:08 [2022-09-12T05:55:08.972Z] ++ export DOWNLOAD_HOST=download.eclipse.org
01:55:08 [2022-09-12T05:55:08.972Z] ++ DOWNLOAD_HOST=download.eclipse.org
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:55:08 [2022-09-12T05:55:08.972Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:55:08 [2022-09-12T05:55:08.972Z] ++ export LOCAL_REPO=localMavenRepo
01:55:08 [2022-09-12T05:55:08.972Z] ++ LOCAL_REPO=localMavenRepo
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BASEBUILDER_TAG=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ BASEBUILDER_TAG=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ export API_PREV_REF_LABEL=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ API_PREV_REF_LABEL=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ export API_FREEZE_REF_LABEL=
01:55:08 [2022-09-12T05:55:08.972Z] ++ API_FREEZE_REF_LABEL=
01:55:08 [2022-09-12T05:55:08.972Z] ++ export 'FREEZE_PARAMS= '
01:55:08 [2022-09-12T05:55:08.972Z] ++ FREEZE_PARAMS=' '
01:55:08 [2022-09-12T05:55:08.972Z] ++ export PREVIOUS_RELEASE_VER=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ PREVIOUS_RELEASE_VER=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BASEBUILD_ID=R-4.24-202206070700
01:55:08 [2022-09-12T05:55:08.972Z] ++ BASEBUILD_ID=R-4.24-202206070700
01:55:08 [2022-09-12T05:55:08.972Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:55:08 [2022-09-12T05:55:08.972Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:55:08 [2022-09-12T05:55:08.972Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:55:08 [2022-09-12T05:55:08.972Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:55:08 [2022-09-12T05:55:08.972Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:55:08 [2022-09-12T05:55:08.972Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:55:08 [2022-09-12T05:55:08.972Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:55:08 [2022-09-12T05:55:08.972Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:55:08 [2022-09-12T05:55:08.972Z] ++ export MAVEN_OPTS=-Xmx6G
01:55:08 [2022-09-12T05:55:08.972Z] ++ MAVEN_OPTS=-Xmx6G
01:55:08 [2022-09-12T05:55:08.972Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:55:08 [2022-09-12T05:55:08.972Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:08 [2022-09-12T05:55:08.972Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:08 [2022-09-12T05:55:08.972Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:55:08 [2022-09-12T05:55:08.973Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:55:08 [2022-09-12T05:55:08.973Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:55:08 [2022-09-12T05:55:08.973Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:55:08 [2022-09-12T05:55:08.973Z] ++ export BUILD_ID=P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] ++ BUILD_ID=P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] ++ export BUILD_DIR_SEG=P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] ++ BUILD_DIR_SEG=P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] ++ export EQ_BUILD_DIR_SEG=P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] ++ EQ_BUILD_DIR_SEG=P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] ++ export EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:55:08 [2022-09-12T05:55:08.973Z] ++ EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:55:08 [2022-09-12T05:55:08.973Z] ++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:55:08 [2022-09-12T05:55:08.973Z] ++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:55:08 [2022-09-12T05:55:08.973Z] ++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:55:08 [2022-09-12T05:55:08.973Z] ++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:55:08 [2022-09-12T05:55:08.973Z] ++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:55:08 [2022-09-12T05:55:08.973Z] ++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:55:08 [2022-09-12T05:55:08.973Z] ++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:55:08 [2022-09-12T05:55:08.973Z] ++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:55:08 [2022-09-12T05:55:08.973Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220912-0140
01:55:08 [2022-09-12T05:55:08.973Z] + JavaCMD=/opt/tools/java/openjdk/jdk-11/latest/bin/java
01:55:08 [2022-09-12T05:55:08.973Z] + cp /home/jenkins/agent/workspace/P-build/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/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220912-0140/mavenproperties.properties
01:55:08 [2022-09-12T05:55:08.973Z] + echo java19patch
01:55:08 [2022-09-12T05:55:08.973Z] java19patch
01:55:08 [2022-09-12T05:55:08.973Z] + PATCH_BUILD_GENERIC=java19patch
01:55:08 [2022-09-12T05:55:08.973Z] + REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository
01:55:08 [2022-09-12T05:55:08.973Z] + '[' -d /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository ']'
01:55:08 [2022-09-12T05:55:08.973Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository
01:55:08 [2022-09-12T05:55:08.974Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/eclipse.releng.repository.java19patch/target/repository ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:55:08 [2022-09-12T05:55:08.974Z] + cp -r artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220912-0140
01:55:08 [2022-09-12T05:55:08.974Z] + popd
01:55:08 [2022-09-12T05:55:08.974Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:55:08 [2022-09-12T05:55:08.974Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // withAnt
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Export environment variables stage 2)
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
01:55:20 [2022-09-12T05:55:20.736Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:20 [2022-09-12T05:55:20.737Z] +++ export TIMESTAMP=20220912-0140
01:55:20 [2022-09-12T05:55:20.737Z] +++ TIMESTAMP=20220912-0140
01:55:20 [2022-09-12T05:55:20.737Z] +++ export 'BUILD_PRETTY_DATE=Mon Sep 12 01:40:00 EDT 2022'
01:55:20 [2022-09-12T05:55:20.737Z] +++ BUILD_PRETTY_DATE='Mon Sep 12 01:40:00 EDT 2022'
01:55:20 [2022-09-12T05:55:20.737Z] +++ export BRANCH=R4_25_maintenance
01:55:20 [2022-09-12T05:55:20.737Z] +++ BRANCH=R4_25_maintenance
01:55:20 [2022-09-12T05:55:20.737Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
01:55:20 [2022-09-12T05:55:20.737Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
01:55:20 [2022-09-12T05:55:20.737Z] +++ export PATCH_BUILD=java19patch
01:55:20 [2022-09-12T05:55:20.737Z] +++ PATCH_BUILD=java19patch
01:55:20 [2022-09-12T05:55:20.737Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
01:55:20 [2022-09-12T05:55:20.737Z] +++ BUILD_TYPE_NAME='Beta Java 19'
01:55:20 [2022-09-12T05:55:20.737Z] +++ export BUILD_TYPE=P
01:55:20 [2022-09-12T05:55:20.737Z] +++ BUILD_TYPE=P
01:55:20 [2022-09-12T05:55:20.737Z] +++ export TESTED_BUILD_TYPE=P
01:55:20 [2022-09-12T05:55:20.737Z] +++ TESTED_BUILD_TYPE=P
01:55:20 [2022-09-12T05:55:20.737Z] +++ export RELEASE_VER=4.25
01:55:20 [2022-09-12T05:55:20.737Z] +++ RELEASE_VER=4.25
01:55:20 [2022-09-12T05:55:20.737Z] +++ export STREAM=4.25.0
01:55:20 [2022-09-12T05:55:20.737Z] +++ STREAM=4.25.0
01:55:20 [2022-09-12T05:55:20.737Z] +++ export STREAMMajor=4
01:55:20 [2022-09-12T05:55:20.737Z] +++ STREAMMajor=4
01:55:20 [2022-09-12T05:55:20.737Z] +++ export STREAMMinor=25
01:55:20 [2022-09-12T05:55:20.737Z] +++ STREAMMinor=25
01:55:20 [2022-09-12T05:55:20.738Z] +++ export STREAMService=0
01:55:20 [2022-09-12T05:55:20.738Z] +++ STREAMService=0
01:55:20 [2022-09-12T05:55:20.738Z] +++ export GIT_ROOT=git@github.com:
01:55:20 [2022-09-12T05:55:20.738Z] +++ GIT_ROOT=git@github.com:
01:55:20 [2022-09-12T05:55:20.738Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:55:20 [2022-09-12T05:55:20.738Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:55:20 [2022-09-12T05:55:20.738Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:55:20 [2022-09-12T05:55:20.738Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:55:20 [2022-09-12T05:55:20.738Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
01:55:20 [2022-09-12T05:55:20.738Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
01:55:20 [2022-09-12T05:55:20.738Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
01:55:20 [2022-09-12T05:55:20.738Z] +++ UPDATES_DIR=siteDir/eclipse/updates
01:55:20 [2022-09-12T05:55:20.738Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
01:55:20 [2022-09-12T05:55:20.738Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
01:55:20 [2022-09-12T05:55:20.738Z] +++ export TMP_DIR=tmp
01:55:20 [2022-09-12T05:55:20.738Z] +++ TMP_DIR=tmp
01:55:20 [2022-09-12T05:55:20.738Z] +++ export DOWNLOAD_HOST=download.eclipse.org
01:55:20 [2022-09-12T05:55:20.738Z] +++ DOWNLOAD_HOST=download.eclipse.org
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:55:20 [2022-09-12T05:55:20.738Z] +++ export LOCAL_REPO=localMavenRepo
01:55:20 [2022-09-12T05:55:20.738Z] +++ LOCAL_REPO=localMavenRepo
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BASEBUILDER_TAG=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ BASEBUILDER_TAG=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ export API_PREV_REF_LABEL=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ API_PREV_REF_LABEL=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ export API_FREEZE_REF_LABEL=
01:55:20 [2022-09-12T05:55:20.738Z] +++ API_FREEZE_REF_LABEL=
01:55:20 [2022-09-12T05:55:20.738Z] +++ export 'FREEZE_PARAMS= '
01:55:20 [2022-09-12T05:55:20.738Z] +++ FREEZE_PARAMS=' '
01:55:20 [2022-09-12T05:55:20.738Z] +++ export PREVIOUS_RELEASE_VER=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ PREVIOUS_RELEASE_VER=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BASEBUILD_ID=R-4.24-202206070700
01:55:20 [2022-09-12T05:55:20.738Z] +++ BASEBUILD_ID=R-4.24-202206070700
01:55:20 [2022-09-12T05:55:20.738Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:55:20 [2022-09-12T05:55:20.738Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:55:20 [2022-09-12T05:55:20.738Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:55:20 [2022-09-12T05:55:20.738Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:55:20 [2022-09-12T05:55:20.738Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:55:20 [2022-09-12T05:55:20.738Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:55:20 [2022-09-12T05:55:20.738Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:55:20 [2022-09-12T05:55:20.738Z] +++ export MAVEN_OPTS=-Xmx6G
01:55:20 [2022-09-12T05:55:20.738Z] +++ MAVEN_OPTS=-Xmx6G
01:55:20 [2022-09-12T05:55:20.738Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:55:20 [2022-09-12T05:55:20.738Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILD_ID=P20220912-0140
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILD_ID=P20220912-0140
01:55:20 [2022-09-12T05:55:20.738Z] +++ export BUILD_DIR_SEG=P20220912-0140
01:55:20 [2022-09-12T05:55:20.738Z] +++ BUILD_DIR_SEG=P20220912-0140
01:55:20 [2022-09-12T05:55:20.738Z] +++ export EQ_BUILD_DIR_SEG=P20220912-0140
01:55:20 [2022-09-12T05:55:20.738Z] +++ EQ_BUILD_DIR_SEG=P20220912-0140
01:55:20 [2022-09-12T05:55:20.738Z] +++ export EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:55:20 [2022-09-12T05:55:20.738Z] +++ EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:55:20 [2022-09-12T05:55:20.738Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:55:20 [2022-09-12T05:55:20.738Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:55:20 [2022-09-12T05:55:20.738Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:55:20 [2022-09-12T05:55:20.739Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:55:20 [2022-09-12T05:55:20.739Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:55:20 [2022-09-12T05:55:20.739Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:55:20 [2022-09-12T05:55:20.739Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:55:20 [2022-09-12T05:55:20.739Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:55:20 [2022-09-12T05:55:20.739Z] ++ echo P20220912-0140
01:55:20 [2022-09-12T05:55:20.739Z] + echo P20220912-0140
[Pipeline] sh
01:55:21 [2022-09-12T05:55:21.604Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:21 [2022-09-12T05:55:21.605Z] +++ export TIMESTAMP=20220912-0140
01:55:21 [2022-09-12T05:55:21.605Z] +++ TIMESTAMP=20220912-0140
01:55:21 [2022-09-12T05:55:21.605Z] +++ export 'BUILD_PRETTY_DATE=Mon Sep 12 01:40:00 EDT 2022'
01:55:21 [2022-09-12T05:55:21.605Z] +++ BUILD_PRETTY_DATE='Mon Sep 12 01:40:00 EDT 2022'
01:55:21 [2022-09-12T05:55:21.605Z] +++ export BRANCH=R4_25_maintenance
01:55:21 [2022-09-12T05:55:21.605Z] +++ BRANCH=R4_25_maintenance
01:55:21 [2022-09-12T05:55:21.605Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
01:55:21 [2022-09-12T05:55:21.605Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
01:55:21 [2022-09-12T05:55:21.606Z] +++ export PATCH_BUILD=java19patch
01:55:21 [2022-09-12T05:55:21.606Z] +++ PATCH_BUILD=java19patch
01:55:21 [2022-09-12T05:55:21.606Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILD_TYPE_NAME='Beta Java 19'
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILD_TYPE=P
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILD_TYPE=P
01:55:21 [2022-09-12T05:55:21.606Z] +++ export TESTED_BUILD_TYPE=P
01:55:21 [2022-09-12T05:55:21.606Z] +++ TESTED_BUILD_TYPE=P
01:55:21 [2022-09-12T05:55:21.606Z] +++ export RELEASE_VER=4.25
01:55:21 [2022-09-12T05:55:21.606Z] +++ RELEASE_VER=4.25
01:55:21 [2022-09-12T05:55:21.606Z] +++ export STREAM=4.25.0
01:55:21 [2022-09-12T05:55:21.606Z] +++ STREAM=4.25.0
01:55:21 [2022-09-12T05:55:21.606Z] +++ export STREAMMajor=4
01:55:21 [2022-09-12T05:55:21.606Z] +++ STREAMMajor=4
01:55:21 [2022-09-12T05:55:21.606Z] +++ export STREAMMinor=25
01:55:21 [2022-09-12T05:55:21.606Z] +++ STREAMMinor=25
01:55:21 [2022-09-12T05:55:21.606Z] +++ export STREAMService=0
01:55:21 [2022-09-12T05:55:21.606Z] +++ STREAMService=0
01:55:21 [2022-09-12T05:55:21.606Z] +++ export GIT_ROOT=git@github.com:
01:55:21 [2022-09-12T05:55:21.606Z] +++ GIT_ROOT=git@github.com:
01:55:21 [2022-09-12T05:55:21.606Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:55:21 [2022-09-12T05:55:21.606Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
01:55:21 [2022-09-12T05:55:21.606Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:55:21 [2022-09-12T05:55:21.606Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
01:55:21 [2022-09-12T05:55:21.606Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
01:55:21 [2022-09-12T05:55:21.606Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
01:55:21 [2022-09-12T05:55:21.606Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
01:55:21 [2022-09-12T05:55:21.606Z] +++ UPDATES_DIR=siteDir/eclipse/updates
01:55:21 [2022-09-12T05:55:21.606Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
01:55:21 [2022-09-12T05:55:21.606Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
01:55:21 [2022-09-12T05:55:21.606Z] +++ export TMP_DIR=tmp
01:55:21 [2022-09-12T05:55:21.606Z] +++ TMP_DIR=tmp
01:55:21 [2022-09-12T05:55:21.606Z] +++ export DOWNLOAD_HOST=download.eclipse.org
01:55:21 [2022-09-12T05:55:21.606Z] +++ DOWNLOAD_HOST=download.eclipse.org
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
01:55:21 [2022-09-12T05:55:21.606Z] +++ export LOCAL_REPO=localMavenRepo
01:55:21 [2022-09-12T05:55:21.606Z] +++ LOCAL_REPO=localMavenRepo
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BASEBUILDER_TAG=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ BASEBUILDER_TAG=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ export API_PREV_REF_LABEL=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ API_PREV_REF_LABEL=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ export API_FREEZE_REF_LABEL=
01:55:21 [2022-09-12T05:55:21.606Z] +++ API_FREEZE_REF_LABEL=
01:55:21 [2022-09-12T05:55:21.606Z] +++ export 'FREEZE_PARAMS= '
01:55:21 [2022-09-12T05:55:21.606Z] +++ FREEZE_PARAMS=' '
01:55:21 [2022-09-12T05:55:21.606Z] +++ export PREVIOUS_RELEASE_VER=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ PREVIOUS_RELEASE_VER=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BASEBUILD_ID=R-4.24-202206070700
01:55:21 [2022-09-12T05:55:21.606Z] +++ BASEBUILD_ID=R-4.24-202206070700
01:55:21 [2022-09-12T05:55:21.606Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:55:21 [2022-09-12T05:55:21.606Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
01:55:21 [2022-09-12T05:55:21.606Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:55:21 [2022-09-12T05:55:21.606Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:55:21 [2022-09-12T05:55:21.606Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
01:55:21 [2022-09-12T05:55:21.606Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:55:21 [2022-09-12T05:55:21.606Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
01:55:21 [2022-09-12T05:55:21.606Z] +++ export MAVEN_OPTS=-Xmx6G
01:55:21 [2022-09-12T05:55:21.606Z] +++ MAVEN_OPTS=-Xmx6G
01:55:21 [2022-09-12T05:55:21.606Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:55:21 [2022-09-12T05:55:21.606Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:55:21 [2022-09-12T05:55:21.606Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
01:55:21 [2022-09-12T05:55:21.606Z] +++ export BUILD_ID=P20220912-0140
01:55:21 [2022-09-12T05:55:21.607Z] +++ BUILD_ID=P20220912-0140
01:55:21 [2022-09-12T05:55:21.607Z] +++ export BUILD_DIR_SEG=P20220912-0140
01:55:21 [2022-09-12T05:55:21.607Z] +++ BUILD_DIR_SEG=P20220912-0140
01:55:21 [2022-09-12T05:55:21.607Z] +++ export EQ_BUILD_DIR_SEG=P20220912-0140
01:55:21 [2022-09-12T05:55:21.607Z] +++ EQ_BUILD_DIR_SEG=P20220912-0140
01:55:21 [2022-09-12T05:55:21.607Z] +++ export EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:55:21 [2022-09-12T05:55:21.607Z] +++ EBUILDER_HASH=ef82c9cd4e26ce50d928369b0a4d4d9a4867c81a
01:55:21 [2022-09-12T05:55:21.607Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:55:21 [2022-09-12T05:55:21.607Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
01:55:21 [2022-09-12T05:55:21.607Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:55:21 [2022-09-12T05:55:21.607Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
01:55:21 [2022-09-12T05:55:21.607Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:55:21 [2022-09-12T05:55:21.607Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
01:55:21 [2022-09-12T05:55:21.607Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:55:21 [2022-09-12T05:55:21.607Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
01:55:21 [2022-09-12T05:55:21.607Z] ++ echo 4.25
01:55:21 [2022-09-12T05:55:21.607Z] + echo 4.25
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
[Pipeline] archiveArtifacts
01:55:31 [2022-09-12T05:55:31.226Z] Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Update Site)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
01:55:43 [2022-09-12T05:55:43.935Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
01:55:43 [2022-09-12T05:55:43.936Z] [ssh-agent] Looking for ssh-agent implementation...
01:55:44 [2022-09-12T05:55:44.187Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
01:55:44 [2022-09-12T05:55:44.187Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:55:44 [2022-09-12T05:55:44.451Z] Executing command: "ssh-agent" 
01:55:44 [2022-09-12T05:55:44.451Z] exit
01:55:44 [2022-09-12T05:55:44.457Z] SSH_AUTH_SOCK=/tmp/ssh-4rOIiTXbXSZx/agent.4606; export SSH_AUTH_SOCK;
01:55:44 [2022-09-12T05:55:44.457Z] SSH_AGENT_PID=4607; export SSH_AGENT_PID;
01:55:44 [2022-09-12T05:55:44.457Z] echo Agent pid 4607;
01:55:44 [2022-09-12T05:55:44.505Z] SSH_AUTH_SOCK=/tmp/ssh-4rOIiTXbXSZx/agent.4606
01:55:44 [2022-09-12T05:55:44.505Z] SSH_AGENT_PID=4607
01:55:44 [2022-09-12T05:55:44.514Z] Running ssh-add (command line suppressed)
01:55:44 [2022-09-12T05:55:44.816Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_1143176265653122954.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_1143176265653122954.key)
01:55:44 [2022-09-12T05:55:44.823Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
01:55:46 [2022-09-12T05:55:46.071Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:55:46 [2022-09-12T05:55:46.073Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
01:55:46 [2022-09-12T05:55:46.073Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
01:55:48 [2022-09-12T05:55:48.603Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
[Pipeline] }
01:55:48 [2022-09-12T05:55:48.919Z] Executing sh script inside container jnlp of pod aggrbuild-pod-qsk7s-mr6cx
01:55:49 [2022-09-12T05:55:49.172Z] Executing command: "ssh-agent" "-k" 
01:55:49 [2022-09-12T05:55:49.172Z] exit
01:55:49 [2022-09-12T05:55:49.227Z] unset SSH_AUTH_SOCK;
01:55:49 [2022-09-12T05:55:49.227Z] unset SSH_AGENT_PID;
01:55:49 [2022-09-12T05:55:49.227Z] echo Agent pid 4607 killed;
01:55:49 [2022-09-12T05:55:49.229Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
01:55:54 [2022-09-12T05:55:54.117Z] Sending email to: jarthana@in.ibm.com sravankumarl@in.ibm.com kalyan_prasad@in.ibm.com lshanmug@in.ibm.com manoj.palat@in.ibm.com niraj.modi@in.ibm.com noopur_gupta@in.ibm.com sarika.sinha@in.ibm.com vikas.chandra@in.ibm.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS