Skip to content
Success

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
Agent aggrbuild-pod-j03cm-6q85b is provisioned from template aggrbuild-pod-j03cm
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/I-build-4.25/130/"
    runUrl: "job/I-build-4.25/130/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e"
    jenkins/label: "aggrbuild-pod"
  name: "aggrbuild-pod-j03cm-6q85b"
  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-j03cm-6q85b"
    - name: "JENKINS_NAME"
      value: "aggrbuild-pod-j03cm-6q85b"
    - 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-j03cm-6q85b 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
09:31:54 [2022-08-08T13:31:54.075Z] + cd /home/jenkins/agent/workspace/P-build
09:31:54 [2022-08-08T13:31:54.076Z] + rm -rf '*'
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup intial configuration)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
09:32:03 [2022-08-08T13:32:03.047Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
09:32:03 [2022-08-08T13:32:03.048Z] [ssh-agent] Looking for ssh-agent implementation...
09:32:03 [2022-08-08T13:32:03.366Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:32:03 [2022-08-08T13:32:03.366Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:32:03 [2022-08-08T13:32:03.615Z] Executing command: "ssh-agent" 
09:32:03 [2022-08-08T13:32:03.615Z] exit
09:32:03 [2022-08-08T13:32:03.671Z] SSH_AUTH_SOCK=/tmp/ssh-6gE1EadqZ1V2/agent.103; export SSH_AUTH_SOCK;
09:32:03 [2022-08-08T13:32:03.671Z] SSH_AGENT_PID=104; export SSH_AGENT_PID;
09:32:03 [2022-08-08T13:32:03.671Z] echo Agent pid 104;
09:32:03 [2022-08-08T13:32:03.672Z] SSH_AUTH_SOCK=/tmp/ssh-6gE1EadqZ1V2/agent.103
09:32:03 [2022-08-08T13:32:03.672Z] SSH_AGENT_PID=104
09:32:03 [2022-08-08T13:32:03.692Z] Running ssh-add (command line suppressed)
09:32:04 [2022-08-08T13:32:04.000Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_382105752050836882.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_382105752050836882.key)
09:32:04 [2022-08-08T13:32:04.011Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
09:32:06 [2022-08-08T13:32:06.988Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator
[Pipeline] {
[Pipeline] sh
09:32:08 [2022-08-08T13:32:08.212Z] + git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
09:32:08 [2022-08-08T13:32:08.213Z] Cloning into 'eclipse.platform.releng.aggregator'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
09:32:11 [2022-08-08T13:32:11.738Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:32:11 [2022-08-08T13:32:11.989Z] Executing command: "ssh-agent" "-k" 
09:32:11 [2022-08-08T13:32:11.989Z] exit
09:32:11 [2022-08-08T13:32:11.994Z] unset SSH_AUTH_SOCK;
09:32:11 [2022-08-08T13:32:11.994Z] unset SSH_AGENT_PID;
09:32:11 [2022-08-08T13:32:11.994Z] echo Agent pid 104 killed;
09:32:11 [2022-08-08T13:32:11.996Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sh
09:32:13 [2022-08-08T13:32:13.231Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
09:32:13 [2022-08-08T13:32:13.232Z] + 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
09:32:13 [2022-08-08T13:32:13.232Z] + 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
09:32:23 [2022-08-08T13:32:23.085Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:32:23 [2022-08-08T13:32:23.086Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt
09:32:23 [2022-08-08T13:32:23.086Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:23 [2022-08-08T13:32:23.086Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log
09:32:23 [2022-08-08T13:32:23.348Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Load PGP keys)
[Pipeline] withCredentials
09:32:30 [2022-08-08T13:32:30.703Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
09:32:34 [2022-08-08T13:32:34.536Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:32:34 [2022-08-08T13:32:34.537Z] + ./mb011_loadPGPKeys.sh
09:32:34 [2022-08-08T13:32:34.537Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb011_loadPGPKeys.sh.log
09:32:34 [2022-08-08T13:32:34.537Z] gpg: directory '/home/jenkins/.gnupg' created
09:32:34 [2022-08-08T13:32:34.537Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
09:32:34 [2022-08-08T13:32:34.537Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
09:32:34 [2022-08-08T13:32:34.537Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
09:32:34 [2022-08-08T13:32:34.537Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
09:32:34 [2022-08-08T13:32:34.537Z] gpg: key B6D3AB9BCC641282: secret key imported
09:32:34 [2022-08-08T13:32:34.537Z] gpg: Total number processed: 1
09:32:34 [2022-08-08T13:32:34.537Z] gpg:               imported: 1
09:32:34 [2022-08-08T13:32:34.537Z] gpg:       secret keys read: 1
09:32:34 [2022-08-08T13:32:34.538Z] gpg:   secret keys imported: 1
09:32:34 [2022-08-08T13:32:34.538Z] Secret subkeys are available.
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] pub  rsa4096/B6D3AB9BCC641282
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
09:32:34 [2022-08-08T13:32:34.538Z]      trust: unknown       validity: unknown
09:32:34 [2022-08-08T13:32:34.538Z] ssb  rsa4096/700E4F39BC05364B
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
09:32:34 [2022-08-08T13:32:34.538Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] pub  rsa4096/B6D3AB9BCC641282
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
09:32:34 [2022-08-08T13:32:34.538Z]      trust: unknown       validity: unknown
09:32:34 [2022-08-08T13:32:34.538Z] ssb  rsa4096/700E4F39BC05364B
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
09:32:34 [2022-08-08T13:32:34.538Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] Please decide how far you trust this user to correctly verify other users' keys
09:32:34 [2022-08-08T13:32:34.538Z] (by looking at passports, checking fingerprints from different sources, etc.)
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z]   1 = I don't know or won't say
09:32:34 [2022-08-08T13:32:34.538Z]   2 = I do NOT trust
09:32:34 [2022-08-08T13:32:34.538Z]   3 = I trust marginally
09:32:34 [2022-08-08T13:32:34.538Z]   4 = I trust fully
09:32:34 [2022-08-08T13:32:34.538Z]   5 = I trust ultimately
09:32:34 [2022-08-08T13:32:34.538Z]   m = back to the main menu
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] pub  rsa4096/B6D3AB9BCC641282
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
09:32:34 [2022-08-08T13:32:34.538Z]      trust: ultimate      validity: unknown
09:32:34 [2022-08-08T13:32:34.538Z] ssb  rsa4096/700E4F39BC05364B
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
09:32:34 [2022-08-08T13:32:34.538Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
09:32:34 [2022-08-08T13:32:34.538Z] Please note that the shown key validity is not necessarily correct
09:32:34 [2022-08-08T13:32:34.538Z] unless you restart the program.
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] Secret subkeys are available.
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] gpg: checking the trustdb
09:32:34 [2022-08-08T13:32:34.538Z] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
09:32:34 [2022-08-08T13:32:34.538Z] gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
09:32:34 [2022-08-08T13:32:34.538Z] gpg: next trustdb check due at 2026-12-15
09:32:34 [2022-08-08T13:32:34.538Z] pub  rsa4096/B6D3AB9BCC641282
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
09:32:34 [2022-08-08T13:32:34.538Z]      trust: ultimate      validity: ultimate
09:32:34 [2022-08-08T13:32:34.538Z] ssb  rsa4096/700E4F39BC05364B
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
09:32:34 [2022-08-08T13:32:34.538Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] pub  rsa4096/B6D3AB9BCC641282
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
09:32:34 [2022-08-08T13:32:34.538Z]      trust: ultimate      validity: ultimate
09:32:34 [2022-08-08T13:32:34.538Z] ssb  rsa4096/700E4F39BC05364B
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
09:32:34 [2022-08-08T13:32:34.538Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] Please decide how far you trust this user to correctly verify other users' keys
09:32:34 [2022-08-08T13:32:34.538Z] (by looking at passports, checking fingerprints from different sources, etc.)
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z]   1 = I don't know or won't say
09:32:34 [2022-08-08T13:32:34.538Z]   2 = I do NOT trust
09:32:34 [2022-08-08T13:32:34.538Z]   3 = I trust marginally
09:32:34 [2022-08-08T13:32:34.538Z]   4 = I trust fully
09:32:34 [2022-08-08T13:32:34.538Z]   5 = I trust ultimately
09:32:34 [2022-08-08T13:32:34.538Z]   m = back to the main menu
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] pub  rsa4096/B6D3AB9BCC641282
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
09:32:34 [2022-08-08T13:32:34.538Z]      trust: ultimate      validity: ultimate
09:32:34 [2022-08-08T13:32:34.538Z] ssb  rsa4096/700E4F39BC05364B
09:32:34 [2022-08-08T13:32:34.538Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
09:32:34 [2022-08-08T13:32:34.538Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
09:32:34 [2022-08-08T13:32:34.538Z] 
09:32:34 [2022-08-08T13:32:34.538Z] + [[ 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
09:32:45 [2022-08-08T13:32:45.569Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:45 [2022-08-08T13:32:45.571Z] +++ export TIMESTAMP=20220808-0930
09:32:45 [2022-08-08T13:32:45.571Z] +++ TIMESTAMP=20220808-0930
09:32:45 [2022-08-08T13:32:45.571Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug  8 09:30:00 EDT 2022'
09:32:45 [2022-08-08T13:32:45.571Z] +++ BUILD_PRETTY_DATE='Mon Aug  8 09:30:00 EDT 2022'
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BRANCH=master
09:32:45 [2022-08-08T13:32:45.571Z] +++ BRANCH=master
09:32:45 [2022-08-08T13:32:45.571Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
09:32:45 [2022-08-08T13:32:45.571Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
09:32:45 [2022-08-08T13:32:45.571Z] +++ export PATCH_BUILD=java19atch
09:32:45 [2022-08-08T13:32:45.571Z] +++ PATCH_BUILD=java19atch
09:32:45 [2022-08-08T13:32:45.571Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
09:32:45 [2022-08-08T13:32:45.571Z] +++ BUILD_TYPE_NAME='Beta Java 19'
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BUILD_TYPE=P
09:32:45 [2022-08-08T13:32:45.571Z] +++ BUILD_TYPE=P
09:32:45 [2022-08-08T13:32:45.571Z] +++ export TESTED_BUILD_TYPE=P
09:32:45 [2022-08-08T13:32:45.571Z] +++ TESTED_BUILD_TYPE=P
09:32:45 [2022-08-08T13:32:45.571Z] +++ export RELEASE_VER=4.25
09:32:45 [2022-08-08T13:32:45.571Z] +++ RELEASE_VER=4.25
09:32:45 [2022-08-08T13:32:45.571Z] +++ export STREAM=4.25.0
09:32:45 [2022-08-08T13:32:45.571Z] +++ STREAM=4.25.0
09:32:45 [2022-08-08T13:32:45.571Z] +++ export STREAMMajor=4
09:32:45 [2022-08-08T13:32:45.571Z] +++ STREAMMajor=4
09:32:45 [2022-08-08T13:32:45.571Z] +++ export STREAMMinor=25
09:32:45 [2022-08-08T13:32:45.571Z] +++ STREAMMinor=25
09:32:45 [2022-08-08T13:32:45.571Z] +++ export STREAMService=0
09:32:45 [2022-08-08T13:32:45.571Z] +++ STREAMService=0
09:32:45 [2022-08-08T13:32:45.571Z] +++ export GIT_ROOT=git@github.com:
09:32:45 [2022-08-08T13:32:45.571Z] +++ GIT_ROOT=git@github.com:
09:32:45 [2022-08-08T13:32:45.571Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:32:45 [2022-08-08T13:32:45.571Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:32:45 [2022-08-08T13:32:45.571Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:32:45 [2022-08-08T13:32:45.571Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:32:45 [2022-08-08T13:32:45.571Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
09:32:45 [2022-08-08T13:32:45.571Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
09:32:45 [2022-08-08T13:32:45.571Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
09:32:45 [2022-08-08T13:32:45.571Z] +++ UPDATES_DIR=siteDir/eclipse/updates
09:32:45 [2022-08-08T13:32:45.571Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
09:32:45 [2022-08-08T13:32:45.571Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
09:32:45 [2022-08-08T13:32:45.571Z] +++ export TMP_DIR=tmp
09:32:45 [2022-08-08T13:32:45.571Z] +++ TMP_DIR=tmp
09:32:45 [2022-08-08T13:32:45.571Z] +++ export DOWNLOAD_HOST=download.eclipse.org
09:32:45 [2022-08-08T13:32:45.571Z] +++ DOWNLOAD_HOST=download.eclipse.org
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:32:45 [2022-08-08T13:32:45.571Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:32:45 [2022-08-08T13:32:45.571Z] +++ export LOCAL_REPO=localMavenRepo
09:32:45 [2022-08-08T13:32:45.571Z] +++ LOCAL_REPO=localMavenRepo
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BASEBUILDER_TAG=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ BASEBUILDER_TAG=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ export API_PREV_REF_LABEL=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ API_PREV_REF_LABEL=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ export API_FREEZE_REF_LABEL=
09:32:45 [2022-08-08T13:32:45.571Z] +++ API_FREEZE_REF_LABEL=
09:32:45 [2022-08-08T13:32:45.571Z] +++ export 'FREEZE_PARAMS= '
09:32:45 [2022-08-08T13:32:45.571Z] +++ FREEZE_PARAMS=' '
09:32:45 [2022-08-08T13:32:45.571Z] +++ export PREVIOUS_RELEASE_VER=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ PREVIOUS_RELEASE_VER=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BASEBUILD_ID=R-4.24-202206070700
09:32:45 [2022-08-08T13:32:45.571Z] +++ BASEBUILD_ID=R-4.24-202206070700
09:32:45 [2022-08-08T13:32:45.571Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:32:45 [2022-08-08T13:32:45.571Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:32:45 [2022-08-08T13:32:45.571Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:32:45 [2022-08-08T13:32:45.571Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:32:45 [2022-08-08T13:32:45.571Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:32:45 [2022-08-08T13:32:45.571Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:32:45 [2022-08-08T13:32:45.571Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:32:45 [2022-08-08T13:32:45.571Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:32:45 [2022-08-08T13:32:45.571Z] +++ export MAVEN_OPTS=-Xmx6G
09:32:45 [2022-08-08T13:32:45.571Z] +++ MAVEN_OPTS=-Xmx6G
09:32:45 [2022-08-08T13:32:45.571Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:32:45 [2022-08-08T13:32:45.571Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:32:45 [2022-08-08T13:32:45.571Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:45 [2022-08-08T13:32:45.572Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:45 [2022-08-08T13:32:45.572Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:32:45 [2022-08-08T13:32:45.572Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:32:45 [2022-08-08T13:32:45.572Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:32:45 [2022-08-08T13:32:45.572Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:32:45 [2022-08-08T13:32:45.572Z] +++ export BUILD_ID=P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] +++ BUILD_ID=P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] +++ export BUILD_DIR_SEG=P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] +++ BUILD_DIR_SEG=P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] +++ EQ_BUILD_DIR_SEG=P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] +++ export EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:32:45 [2022-08-08T13:32:45.572Z] +++ EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] +++ 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
09:32:45 [2022-08-08T13:32:45.572Z] ++ echo P20220808-0930
09:32:45 [2022-08-08T13:32:45.572Z] + echo P20220808-0930
[Pipeline] sh
09:32:46 [2022-08-08T13:32:46.407Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:46 [2022-08-08T13:32:46.408Z] +++ export TIMESTAMP=20220808-0930
09:32:46 [2022-08-08T13:32:46.408Z] +++ TIMESTAMP=20220808-0930
09:32:46 [2022-08-08T13:32:46.408Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug  8 09:30:00 EDT 2022'
09:32:46 [2022-08-08T13:32:46.408Z] +++ BUILD_PRETTY_DATE='Mon Aug  8 09:30:00 EDT 2022'
09:32:46 [2022-08-08T13:32:46.408Z] +++ export BRANCH=master
09:32:46 [2022-08-08T13:32:46.408Z] +++ BRANCH=master
09:32:46 [2022-08-08T13:32:46.408Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
09:32:46 [2022-08-08T13:32:46.408Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
09:32:46 [2022-08-08T13:32:46.408Z] +++ export PATCH_BUILD=java19atch
09:32:46 [2022-08-08T13:32:46.408Z] +++ PATCH_BUILD=java19atch
09:32:46 [2022-08-08T13:32:46.408Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
09:32:46 [2022-08-08T13:32:46.408Z] +++ BUILD_TYPE_NAME='Beta Java 19'
09:32:46 [2022-08-08T13:32:46.408Z] +++ export BUILD_TYPE=P
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_TYPE=P
09:32:46 [2022-08-08T13:32:46.409Z] +++ export TESTED_BUILD_TYPE=P
09:32:46 [2022-08-08T13:32:46.409Z] +++ TESTED_BUILD_TYPE=P
09:32:46 [2022-08-08T13:32:46.409Z] +++ export RELEASE_VER=4.25
09:32:46 [2022-08-08T13:32:46.409Z] +++ RELEASE_VER=4.25
09:32:46 [2022-08-08T13:32:46.409Z] +++ export STREAM=4.25.0
09:32:46 [2022-08-08T13:32:46.409Z] +++ STREAM=4.25.0
09:32:46 [2022-08-08T13:32:46.409Z] +++ export STREAMMajor=4
09:32:46 [2022-08-08T13:32:46.409Z] +++ STREAMMajor=4
09:32:46 [2022-08-08T13:32:46.409Z] +++ export STREAMMinor=25
09:32:46 [2022-08-08T13:32:46.409Z] +++ STREAMMinor=25
09:32:46 [2022-08-08T13:32:46.409Z] +++ export STREAMService=0
09:32:46 [2022-08-08T13:32:46.409Z] +++ STREAMService=0
09:32:46 [2022-08-08T13:32:46.409Z] +++ export GIT_ROOT=git@github.com:
09:32:46 [2022-08-08T13:32:46.409Z] +++ GIT_ROOT=git@github.com:
09:32:46 [2022-08-08T13:32:46.409Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:32:46 [2022-08-08T13:32:46.409Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:32:46 [2022-08-08T13:32:46.409Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:32:46 [2022-08-08T13:32:46.409Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:32:46 [2022-08-08T13:32:46.409Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
09:32:46 [2022-08-08T13:32:46.409Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
09:32:46 [2022-08-08T13:32:46.409Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
09:32:46 [2022-08-08T13:32:46.409Z] +++ UPDATES_DIR=siteDir/eclipse/updates
09:32:46 [2022-08-08T13:32:46.409Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
09:32:46 [2022-08-08T13:32:46.409Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
09:32:46 [2022-08-08T13:32:46.409Z] +++ export TMP_DIR=tmp
09:32:46 [2022-08-08T13:32:46.409Z] +++ TMP_DIR=tmp
09:32:46 [2022-08-08T13:32:46.409Z] +++ export DOWNLOAD_HOST=download.eclipse.org
09:32:46 [2022-08-08T13:32:46.409Z] +++ DOWNLOAD_HOST=download.eclipse.org
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:32:46 [2022-08-08T13:32:46.409Z] +++ export LOCAL_REPO=localMavenRepo
09:32:46 [2022-08-08T13:32:46.409Z] +++ LOCAL_REPO=localMavenRepo
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BASEBUILDER_TAG=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ BASEBUILDER_TAG=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ export API_PREV_REF_LABEL=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ API_PREV_REF_LABEL=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ export API_FREEZE_REF_LABEL=
09:32:46 [2022-08-08T13:32:46.409Z] +++ API_FREEZE_REF_LABEL=
09:32:46 [2022-08-08T13:32:46.409Z] +++ export 'FREEZE_PARAMS= '
09:32:46 [2022-08-08T13:32:46.409Z] +++ FREEZE_PARAMS=' '
09:32:46 [2022-08-08T13:32:46.409Z] +++ export PREVIOUS_RELEASE_VER=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ PREVIOUS_RELEASE_VER=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BASEBUILD_ID=R-4.24-202206070700
09:32:46 [2022-08-08T13:32:46.409Z] +++ BASEBUILD_ID=R-4.24-202206070700
09:32:46 [2022-08-08T13:32:46.409Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:32:46 [2022-08-08T13:32:46.409Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:32:46 [2022-08-08T13:32:46.409Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:32:46 [2022-08-08T13:32:46.409Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:32:46 [2022-08-08T13:32:46.409Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:32:46 [2022-08-08T13:32:46.409Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:32:46 [2022-08-08T13:32:46.409Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:32:46 [2022-08-08T13:32:46.409Z] +++ export MAVEN_OPTS=-Xmx6G
09:32:46 [2022-08-08T13:32:46.409Z] +++ MAVEN_OPTS=-Xmx6G
09:32:46 [2022-08-08T13:32:46.409Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:32:46 [2022-08-08T13:32:46.409Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILD_ID=P20220808-0930
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_ID=P20220808-0930
09:32:46 [2022-08-08T13:32:46.409Z] +++ export BUILD_DIR_SEG=P20220808-0930
09:32:46 [2022-08-08T13:32:46.409Z] +++ BUILD_DIR_SEG=P20220808-0930
09:32:46 [2022-08-08T13:32:46.409Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0930
09:32:46 [2022-08-08T13:32:46.409Z] +++ EQ_BUILD_DIR_SEG=P20220808-0930
09:32:46 [2022-08-08T13:32:46.409Z] +++ export EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:32:46 [2022-08-08T13:32:46.409Z] +++ EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:32:46 [2022-08-08T13:32:46.409Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] +++ 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
09:32:46 [2022-08-08T13:32:46.410Z] ++ echo 4.25
09:32:46 [2022-08-08T13:32:46.410Z] + echo 4.25
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Repositories)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
09:32:56 [2022-08-08T13:32:56.028Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
09:32:56 [2022-08-08T13:32:56.029Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
09:32:56 [2022-08-08T13:32:56.029Z] [ssh-agent] Looking for ssh-agent implementation...
09:32:56 [2022-08-08T13:32:56.285Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:32:56 [2022-08-08T13:32:56.285Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:32:57 [2022-08-08T13:32:57.562Z] Executing command: "ssh-agent" 
09:32:57 [2022-08-08T13:32:57.562Z] exit
09:32:57 [2022-08-08T13:32:57.618Z] SSH_AUTH_SOCK=/tmp/ssh-b5PuqefQ33yE/agent.502; export SSH_AUTH_SOCK;
09:32:57 [2022-08-08T13:32:57.618Z] SSH_AGENT_PID=503; export SSH_AGENT_PID;
09:32:57 [2022-08-08T13:32:57.618Z] echo Agent pid 503;
09:32:57 [2022-08-08T13:32:57.619Z] SSH_AUTH_SOCK=/tmp/ssh-b5PuqefQ33yE/agent.502
09:32:57 [2022-08-08T13:32:57.619Z] SSH_AGENT_PID=503
09:32:57 [2022-08-08T13:32:57.630Z] Running ssh-add (command line suppressed)
09:32:57 [2022-08-08T13:32:57.948Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_3533716572179225252.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_3533716572179225252.key)
09:32:57 [2022-08-08T13:32:57.964Z] Running ssh-add (command line suppressed)
09:32:58 [2022-08-08T13:32:58.274Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_7297260470226178747.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_7297260470226178747.key)
09:32:58 [2022-08-08T13:32:58.282Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
09:32:59 [2022-08-08T13:32:59.503Z] + git config --global user.email releng-bot@eclipse.org
09:32:59 [2022-08-08T13:32:59.504Z] + git config --global user.name 'Eclipse Releng Bot'
09:32:59 [2022-08-08T13:32:59.504Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:32:59 [2022-08-08T13:32:59.504Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:32:59 [2022-08-08T13:32:59.504Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log
09:32:59 [2022-08-08T13:32:59.504Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'...
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.debug' (https://github.com/eclipse-platform/eclipse.platform.debug.git) registered for path 'eclipse.platform.debug'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.resources' (https://github.com/eclipse-platform/eclipse.platform.resources.git) registered for path 'eclipse.platform.resources'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.swt.binaries' (https://github.com/eclipse-platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.text' (https://github.com/eclipse-platform/eclipse.platform.text.git) registered for path 'eclipse.platform.text'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.ua' (https://github.com/eclipse-platform/eclipse.platform.ua.git) registered for path 'eclipse.platform.ua'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries'
09:33:02 [2022-08-08T13:33:02.801Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2'
09:33:02 [2022-08-08T13:33:02.801Z] 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'...
09:33:02 [2022-08-08T13:33:02.801Z] 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'...
09:33:17 [2022-08-08T13:33:17.698Z] 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'...
09:33:18 [2022-08-08T13:33:18.266Z] 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'...
09:33:20 [2022-08-08T13:33:20.809Z] 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'...
09:33:28 [2022-08-08T13:33:28.934Z] 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'...
09:33:34 [2022-08-08T13:33:34.202Z] 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'...
09:33:39 [2022-08-08T13:33:39.696Z] 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'...
09:33:45 [2022-08-08T13:33:45.261Z] 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'...
09:33:47 [2022-08-08T13:33:47.793Z] 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'...
09:33:49 [2022-08-08T13:33:49.168Z] 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.resources'...
09:33:50 [2022-08-08T13:33:50.747Z] 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'...
09:34:02 [2022-08-08T13:34:02.957Z] 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'...
09:34:42 [2022-08-08T13:34:42.008Z] 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'...
09:34:42 [2022-08-08T13:34:42.008Z] 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'...
09:34:42 [2022-08-08T13:34:42.942Z] 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'...
09:34:55 [2022-08-08T13:34:55.176Z] 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'...
09:34:55 [2022-08-08T13:34:55.176Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox'...
09:34:57 [2022-08-08T13:34:57.150Z] 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'...
09:34:59 [2022-08-08T13:34:59.718Z] 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'...
09:35:04 [2022-08-08T13:35:04.164Z] Submodule path 'eclipse.jdt': checked out 'f86a2ffe32d4d224ced24091967f093558a7a1a4'
09:35:04 [2022-08-08T13:35:04.422Z] Submodule path 'eclipse.jdt.core': checked out '4d27bb5f2e9019e498d30f1ff6913e64811386ba'
09:35:04 [2022-08-08T13:35:04.687Z] Submodule path 'eclipse.jdt.core.binaries': checked out '0b1c57afd0e683163355739902599d6c3b019f18'
09:35:04 [2022-08-08T13:35:04.947Z] Submodule path 'eclipse.jdt.debug': checked out 'ba600382885c00d3aa7f11813a3a64ae45d9ac27'
09:35:06 [2022-08-08T13:35:06.100Z] Submodule path 'eclipse.jdt.ui': checked out 'b2b4766b9fea40ccd8dd81648f529433e7dda207'
09:35:07 [2022-08-08T13:35:07.036Z] Submodule path 'eclipse.pde': checked out '8def49b0f3c4dd37f564255a5ec3ef1dd56fb7af'
09:35:07 [2022-08-08T13:35:07.036Z] Submodule path 'eclipse.platform': checked out '4d2af8c7770d66a025f349513b5fe9f379a2630b'
09:35:07 [2022-08-08T13:35:07.604Z] Submodule path 'eclipse.platform.common': checked out '36a6b43b4e2cd39ffd568afb1271d55f6ca4b1fc'
09:35:07 [2022-08-08T13:35:07.863Z] Submodule path 'eclipse.platform.debug': checked out 'eee2da61666046af9a9d035c5e1d56d20b04f9a6'
09:35:07 [2022-08-08T13:35:07.863Z] Submodule path 'eclipse.platform.releng': checked out '988138c7dd01379d03113972712f16bd64bc6b07'
09:35:08 [2022-08-08T13:35:08.121Z] Submodule path 'eclipse.platform.resources': checked out '7f8f96dd4122ea324e8b9ea650979258f634d268'
09:35:08 [2022-08-08T13:35:08.692Z] Submodule path 'eclipse.platform.swt': checked out '9b819c73d05e4038957ad34c654df6989364867a'
09:35:08 [2022-08-08T13:35:08.692Z] Submodule path 'eclipse.platform.swt.binaries': checked out '1422425bcfcd14c5325899ee2f41dbec2e2e78b8'
09:35:08 [2022-08-08T13:35:08.692Z] Submodule path 'eclipse.platform.text': checked out '9c3fc4a6d3ff18aa241812b6d34bf0c1570649b6'
09:35:09 [2022-08-08T13:35:09.264Z] Submodule path 'eclipse.platform.ua': checked out 'dcd0c28ae3e7a27054ef8eb2e314c6b36d07e68e'
09:35:09 [2022-08-08T13:35:09.834Z] Submodule path 'eclipse.platform.ui': checked out '6dbd0150aae3728fbd093ae8e2761183dee75bcf'
09:35:10 [2022-08-08T13:35:10.115Z] Submodule path 'eclipse.platform.ui.tools': checked out '1df1172cda52e7bbd6a09dced34c434754fff51e'
09:35:10 [2022-08-08T13:35:10.688Z] Submodule path 'equinox': checked out '1a241ec0a8e176ed9312654dfd862e8802e397a2'
09:35:10 [2022-08-08T13:35:10.688Z] Submodule path 'rt.equinox.binaries': checked out 'cf3f4f51403eac0fc16be0876fff8a3ceceabacc'
09:35:11 [2022-08-08T13:35:11.257Z] Submodule path 'rt.equinox.p2': checked out '6abb97f0f6999141a0e16b83ad6eb646c4c7c674'
09:35:11 [2022-08-08T13:35:11.257Z] Already on 'master'
09:35:11 [2022-08-08T13:35:11.257Z] M	cje-production/buildproperties.txt
09:35:11 [2022-08-08T13:35:11.257Z] M	cje-production/mbscripts/mb011_loadPGPKeys.sh
09:35:11 [2022-08-08T13:35:11.257Z] Your branch is up to date with 'origin/master'.
09:35:11 [2022-08-08T13:35:11.257Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:11 [2022-08-08T13:35:11.257Z] discouraged. You can squelch this message by running one of the following
09:35:11 [2022-08-08T13:35:11.257Z] commands sometime before your next pull:
09:35:11 [2022-08-08T13:35:11.257Z] 
09:35:11 [2022-08-08T13:35:11.257Z]   git config pull.rebase false  # merge (the default strategy)
09:35:11 [2022-08-08T13:35:11.257Z]   git config pull.rebase true   # rebase
09:35:11 [2022-08-08T13:35:11.257Z]   git config pull.ff only       # fast-forward only
09:35:11 [2022-08-08T13:35:11.257Z] 
09:35:11 [2022-08-08T13:35:11.257Z] You can replace "git config" with "git config --global" to set a default
09:35:11 [2022-08-08T13:35:11.257Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:11 [2022-08-08T13:35:11.257Z] or --ff-only on the command line to override the configured default per
09:35:11 [2022-08-08T13:35:11.257Z] invocation.
09:35:11 [2022-08-08T13:35:11.257Z] 
09:35:12 [2022-08-08T13:35:12.214Z] Already up to date.
09:35:12 [2022-08-08T13:35:12.214Z] ~/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
09:35:12 [2022-08-08T13:35:12.214Z] Entering 'eclipse.jdt'
09:35:12 [2022-08-08T13:35:12.792Z] Checking out master
09:35:12 [2022-08-08T13:35:12.792Z] Switched to branch 'master'
09:35:12 [2022-08-08T13:35:12.792Z] Your branch is up to date with 'origin/master'.
09:35:12 [2022-08-08T13:35:12.792Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:12 [2022-08-08T13:35:12.792Z] discouraged. You can squelch this message by running one of the following
09:35:12 [2022-08-08T13:35:12.792Z] commands sometime before your next pull:
09:35:12 [2022-08-08T13:35:12.792Z] 
09:35:12 [2022-08-08T13:35:12.792Z]   git config pull.rebase false  # merge (the default strategy)
09:35:12 [2022-08-08T13:35:12.792Z]   git config pull.rebase true   # rebase
09:35:12 [2022-08-08T13:35:12.792Z]   git config pull.ff only       # fast-forward only
09:35:12 [2022-08-08T13:35:12.792Z] 
09:35:12 [2022-08-08T13:35:12.792Z] You can replace "git config" with "git config --global" to set a default
09:35:12 [2022-08-08T13:35:12.792Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:12 [2022-08-08T13:35:12.792Z] or --ff-only on the command line to override the configured default per
09:35:12 [2022-08-08T13:35:12.792Z] invocation.
09:35:12 [2022-08-08T13:35:12.792Z] 
09:35:13 [2022-08-08T13:35:13.060Z] Already up to date.
09:35:13 [2022-08-08T13:35:13.060Z] Entering 'eclipse.jdt.core'
09:35:13 [2022-08-08T13:35:13.321Z] Checking out BETA_JAVA19
09:35:13 [2022-08-08T13:35:13.580Z] Previous HEAD position was 4d27bb5f2e Bug 380786 - [compiler][null] missed "Potential Nullpointer Access" on mutable method argument (#297)
09:35:13 [2022-08-08T13:35:13.580Z] Switched to a new branch 'BETA_JAVA19'
09:35:13 [2022-08-08T13:35:13.580Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
09:35:13 [2022-08-08T13:35:13.580Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:13 [2022-08-08T13:35:13.580Z] discouraged. You can squelch this message by running one of the following
09:35:13 [2022-08-08T13:35:13.580Z] commands sometime before your next pull:
09:35:13 [2022-08-08T13:35:13.580Z] 
09:35:13 [2022-08-08T13:35:13.580Z]   git config pull.rebase false  # merge (the default strategy)
09:35:13 [2022-08-08T13:35:13.580Z]   git config pull.rebase true   # rebase
09:35:13 [2022-08-08T13:35:13.580Z]   git config pull.ff only       # fast-forward only
09:35:13 [2022-08-08T13:35:13.580Z] 
09:35:13 [2022-08-08T13:35:13.580Z] You can replace "git config" with "git config --global" to set a default
09:35:13 [2022-08-08T13:35:13.580Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:13 [2022-08-08T13:35:13.580Z] or --ff-only on the command line to override the configured default per
09:35:13 [2022-08-08T13:35:13.580Z] invocation.
09:35:13 [2022-08-08T13:35:13.580Z] 
09:35:14 [2022-08-08T13:35:14.157Z] Already up to date.
09:35:14 [2022-08-08T13:35:14.157Z] Entering 'eclipse.jdt.core.binaries'
09:35:14 [2022-08-08T13:35:14.739Z] Checking out master
09:35:14 [2022-08-08T13:35:14.739Z] Switched to branch 'master'
09:35:14 [2022-08-08T13:35:14.739Z] Your branch is up to date with 'origin/master'.
09:35:14 [2022-08-08T13:35:14.739Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:14 [2022-08-08T13:35:14.739Z] discouraged. You can squelch this message by running one of the following
09:35:14 [2022-08-08T13:35:14.739Z] commands sometime before your next pull:
09:35:14 [2022-08-08T13:35:14.739Z] 
09:35:14 [2022-08-08T13:35:14.739Z]   git config pull.rebase false  # merge (the default strategy)
09:35:14 [2022-08-08T13:35:14.739Z]   git config pull.rebase true   # rebase
09:35:14 [2022-08-08T13:35:14.739Z]   git config pull.ff only       # fast-forward only
09:35:14 [2022-08-08T13:35:14.739Z] 
09:35:14 [2022-08-08T13:35:14.739Z] You can replace "git config" with "git config --global" to set a default
09:35:14 [2022-08-08T13:35:14.739Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:14 [2022-08-08T13:35:14.739Z] or --ff-only on the command line to override the configured default per
09:35:14 [2022-08-08T13:35:14.739Z] invocation.
09:35:14 [2022-08-08T13:35:14.739Z] 
09:35:15 [2022-08-08T13:35:15.000Z] Already up to date.
09:35:15 [2022-08-08T13:35:15.000Z] Entering 'eclipse.jdt.debug'
09:35:15 [2022-08-08T13:35:15.572Z] Checking out BETA_JAVA19
09:35:15 [2022-08-08T13:35:15.572Z] Previous HEAD position was ba6003828 Don't use nested argfiles to launch Java processes (#84)
09:35:15 [2022-08-08T13:35:15.572Z] Switched to a new branch 'BETA_JAVA19'
09:35:15 [2022-08-08T13:35:15.572Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
09:35:15 [2022-08-08T13:35:15.572Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:15 [2022-08-08T13:35:15.572Z] discouraged. You can squelch this message by running one of the following
09:35:15 [2022-08-08T13:35:15.572Z] commands sometime before your next pull:
09:35:15 [2022-08-08T13:35:15.572Z] 
09:35:15 [2022-08-08T13:35:15.572Z]   git config pull.rebase false  # merge (the default strategy)
09:35:15 [2022-08-08T13:35:15.572Z]   git config pull.rebase true   # rebase
09:35:15 [2022-08-08T13:35:15.572Z]   git config pull.ff only       # fast-forward only
09:35:15 [2022-08-08T13:35:15.572Z] 
09:35:15 [2022-08-08T13:35:15.572Z] You can replace "git config" with "git config --global" to set a default
09:35:15 [2022-08-08T13:35:15.572Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:15 [2022-08-08T13:35:15.572Z] or --ff-only on the command line to override the configured default per
09:35:15 [2022-08-08T13:35:15.572Z] invocation.
09:35:15 [2022-08-08T13:35:15.572Z] 
09:35:15 [2022-08-08T13:35:15.842Z] Already up to date.
09:35:15 [2022-08-08T13:35:15.842Z] Entering 'eclipse.jdt.ui'
09:35:16 [2022-08-08T13:35:16.415Z] Checking out BETA_JAVA19
09:35:16 [2022-08-08T13:35:16.685Z] Previous HEAD position was b2b4766b9f Use ToolFactory.createScanner() with source compliance set if possible
09:35:16 [2022-08-08T13:35:16.685Z] Switched to a new branch 'BETA_JAVA19'
09:35:16 [2022-08-08T13:35:16.686Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
09:35:16 [2022-08-08T13:35:16.686Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:16 [2022-08-08T13:35:16.686Z] discouraged. You can squelch this message by running one of the following
09:35:16 [2022-08-08T13:35:16.686Z] commands sometime before your next pull:
09:35:16 [2022-08-08T13:35:16.686Z] 
09:35:16 [2022-08-08T13:35:16.686Z]   git config pull.rebase false  # merge (the default strategy)
09:35:16 [2022-08-08T13:35:16.686Z]   git config pull.rebase true   # rebase
09:35:16 [2022-08-08T13:35:16.686Z]   git config pull.ff only       # fast-forward only
09:35:16 [2022-08-08T13:35:16.686Z] 
09:35:16 [2022-08-08T13:35:16.686Z] You can replace "git config" with "git config --global" to set a default
09:35:16 [2022-08-08T13:35:16.686Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:16 [2022-08-08T13:35:16.686Z] or --ff-only on the command line to override the configured default per
09:35:16 [2022-08-08T13:35:16.686Z] invocation.
09:35:16 [2022-08-08T13:35:16.686Z] 
09:35:17 [2022-08-08T13:35:17.263Z] Already up to date.
09:35:17 [2022-08-08T13:35:17.263Z] Entering 'eclipse.pde'
09:35:17 [2022-08-08T13:35:17.522Z] Checking out BETA_JAVA19
09:35:18 [2022-08-08T13:35:18.089Z] Previous HEAD position was 8def49b0f3 Update the matcher for new ApiTools output
09:35:18 [2022-08-08T13:35:18.089Z] Switched to a new branch 'BETA_JAVA19'
09:35:18 [2022-08-08T13:35:18.089Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'.
09:35:18 [2022-08-08T13:35:18.089Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:18 [2022-08-08T13:35:18.089Z] discouraged. You can squelch this message by running one of the following
09:35:18 [2022-08-08T13:35:18.089Z] commands sometime before your next pull:
09:35:18 [2022-08-08T13:35:18.089Z] 
09:35:18 [2022-08-08T13:35:18.089Z]   git config pull.rebase false  # merge (the default strategy)
09:35:18 [2022-08-08T13:35:18.089Z]   git config pull.rebase true   # rebase
09:35:18 [2022-08-08T13:35:18.089Z]   git config pull.ff only       # fast-forward only
09:35:18 [2022-08-08T13:35:18.089Z] 
09:35:18 [2022-08-08T13:35:18.089Z] You can replace "git config" with "git config --global" to set a default
09:35:18 [2022-08-08T13:35:18.089Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:18 [2022-08-08T13:35:18.089Z] or --ff-only on the command line to override the configured default per
09:35:18 [2022-08-08T13:35:18.089Z] invocation.
09:35:18 [2022-08-08T13:35:18.089Z] 
09:35:18 [2022-08-08T13:35:18.349Z] Already up to date.
09:35:18 [2022-08-08T13:35:18.349Z] Entering 'eclipse.platform'
09:35:18 [2022-08-08T13:35:18.924Z] Checking out master
09:35:18 [2022-08-08T13:35:18.924Z] Switched to branch 'master'
09:35:18 [2022-08-08T13:35:18.924Z] Your branch is up to date with 'origin/master'.
09:35:18 [2022-08-08T13:35:18.924Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:18 [2022-08-08T13:35:18.924Z] discouraged. You can squelch this message by running one of the following
09:35:18 [2022-08-08T13:35:18.924Z] commands sometime before your next pull:
09:35:18 [2022-08-08T13:35:18.924Z] 
09:35:18 [2022-08-08T13:35:18.924Z]   git config pull.rebase false  # merge (the default strategy)
09:35:18 [2022-08-08T13:35:18.924Z]   git config pull.rebase true   # rebase
09:35:18 [2022-08-08T13:35:18.924Z]   git config pull.ff only       # fast-forward only
09:35:18 [2022-08-08T13:35:18.924Z] 
09:35:18 [2022-08-08T13:35:18.924Z] You can replace "git config" with "git config --global" to set a default
09:35:18 [2022-08-08T13:35:18.924Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:18 [2022-08-08T13:35:18.924Z] or --ff-only on the command line to override the configured default per
09:35:18 [2022-08-08T13:35:18.924Z] invocation.
09:35:18 [2022-08-08T13:35:18.924Z] 
09:35:19 [2022-08-08T13:35:19.183Z] Already up to date.
09:35:19 [2022-08-08T13:35:19.183Z] Entering 'eclipse.platform.common'
09:35:19 [2022-08-08T13:35:19.749Z] Checking out master
09:35:19 [2022-08-08T13:35:19.750Z] Switched to branch 'master'
09:35:19 [2022-08-08T13:35:19.750Z] Your branch is up to date with 'origin/master'.
09:35:19 [2022-08-08T13:35:19.750Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:19 [2022-08-08T13:35:19.750Z] discouraged. You can squelch this message by running one of the following
09:35:19 [2022-08-08T13:35:19.750Z] commands sometime before your next pull:
09:35:19 [2022-08-08T13:35:19.750Z] 
09:35:19 [2022-08-08T13:35:19.750Z]   git config pull.rebase false  # merge (the default strategy)
09:35:19 [2022-08-08T13:35:19.750Z]   git config pull.rebase true   # rebase
09:35:19 [2022-08-08T13:35:19.750Z]   git config pull.ff only       # fast-forward only
09:35:19 [2022-08-08T13:35:19.750Z] 
09:35:19 [2022-08-08T13:35:19.750Z] You can replace "git config" with "git config --global" to set a default
09:35:19 [2022-08-08T13:35:19.750Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:19 [2022-08-08T13:35:19.750Z] or --ff-only on the command line to override the configured default per
09:35:19 [2022-08-08T13:35:19.750Z] invocation.
09:35:19 [2022-08-08T13:35:19.750Z] 
09:35:20 [2022-08-08T13:35:20.316Z] Already up to date.
09:35:20 [2022-08-08T13:35:20.316Z] Entering 'eclipse.platform.debug'
09:35:20 [2022-08-08T13:35:20.574Z] Checking out master
09:35:20 [2022-08-08T13:35:20.832Z] Switched to branch 'master'
09:35:20 [2022-08-08T13:35:20.833Z] Your branch is up to date with 'origin/master'.
09:35:20 [2022-08-08T13:35:20.833Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:20 [2022-08-08T13:35:20.833Z] discouraged. You can squelch this message by running one of the following
09:35:20 [2022-08-08T13:35:20.833Z] commands sometime before your next pull:
09:35:20 [2022-08-08T13:35:20.833Z] 
09:35:20 [2022-08-08T13:35:20.833Z]   git config pull.rebase false  # merge (the default strategy)
09:35:20 [2022-08-08T13:35:20.833Z]   git config pull.rebase true   # rebase
09:35:20 [2022-08-08T13:35:20.833Z]   git config pull.ff only       # fast-forward only
09:35:20 [2022-08-08T13:35:20.833Z] 
09:35:20 [2022-08-08T13:35:20.833Z] You can replace "git config" with "git config --global" to set a default
09:35:20 [2022-08-08T13:35:20.833Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:20 [2022-08-08T13:35:20.833Z] or --ff-only on the command line to override the configured default per
09:35:20 [2022-08-08T13:35:20.833Z] invocation.
09:35:20 [2022-08-08T13:35:20.833Z] 
09:35:21 [2022-08-08T13:35:21.091Z] Already up to date.
09:35:21 [2022-08-08T13:35:21.091Z] Entering 'eclipse.platform.releng'
09:35:21 [2022-08-08T13:35:21.657Z] Checking out master
09:35:21 [2022-08-08T13:35:21.657Z] Switched to branch 'master'
09:35:21 [2022-08-08T13:35:21.657Z] Your branch is up to date with 'origin/master'.
09:35:21 [2022-08-08T13:35:21.657Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:21 [2022-08-08T13:35:21.657Z] discouraged. You can squelch this message by running one of the following
09:35:21 [2022-08-08T13:35:21.657Z] commands sometime before your next pull:
09:35:21 [2022-08-08T13:35:21.657Z] 
09:35:21 [2022-08-08T13:35:21.657Z]   git config pull.rebase false  # merge (the default strategy)
09:35:21 [2022-08-08T13:35:21.657Z]   git config pull.rebase true   # rebase
09:35:21 [2022-08-08T13:35:21.657Z]   git config pull.ff only       # fast-forward only
09:35:21 [2022-08-08T13:35:21.657Z] 
09:35:21 [2022-08-08T13:35:21.657Z] You can replace "git config" with "git config --global" to set a default
09:35:21 [2022-08-08T13:35:21.657Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:21 [2022-08-08T13:35:21.657Z] or --ff-only on the command line to override the configured default per
09:35:21 [2022-08-08T13:35:21.657Z] invocation.
09:35:21 [2022-08-08T13:35:21.657Z] 
09:35:21 [2022-08-08T13:35:21.915Z] Already up to date.
09:35:21 [2022-08-08T13:35:21.915Z] Entering 'eclipse.platform.resources'
09:35:22 [2022-08-08T13:35:22.482Z] Checking out master
09:35:22 [2022-08-08T13:35:22.482Z] Switched to branch 'master'
09:35:22 [2022-08-08T13:35:22.482Z] Your branch is up to date with 'origin/master'.
09:35:22 [2022-08-08T13:35:22.482Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:22 [2022-08-08T13:35:22.482Z] discouraged. You can squelch this message by running one of the following
09:35:22 [2022-08-08T13:35:22.482Z] commands sometime before your next pull:
09:35:22 [2022-08-08T13:35:22.482Z] 
09:35:22 [2022-08-08T13:35:22.482Z]   git config pull.rebase false  # merge (the default strategy)
09:35:22 [2022-08-08T13:35:22.482Z]   git config pull.rebase true   # rebase
09:35:22 [2022-08-08T13:35:22.482Z]   git config pull.ff only       # fast-forward only
09:35:22 [2022-08-08T13:35:22.482Z] 
09:35:22 [2022-08-08T13:35:22.482Z] You can replace "git config" with "git config --global" to set a default
09:35:22 [2022-08-08T13:35:22.482Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:22 [2022-08-08T13:35:22.482Z] or --ff-only on the command line to override the configured default per
09:35:22 [2022-08-08T13:35:22.482Z] invocation.
09:35:22 [2022-08-08T13:35:22.482Z] 
09:35:22 [2022-08-08T13:35:22.741Z] Already up to date.
09:35:22 [2022-08-08T13:35:22.741Z] Entering 'eclipse.platform.swt'
09:35:23 [2022-08-08T13:35:23.309Z] Checking out master
09:35:23 [2022-08-08T13:35:23.309Z] Switched to branch 'master'
09:35:23 [2022-08-08T13:35:23.309Z] Your branch is up to date with 'origin/master'.
09:35:23 [2022-08-08T13:35:23.309Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:23 [2022-08-08T13:35:23.309Z] discouraged. You can squelch this message by running one of the following
09:35:23 [2022-08-08T13:35:23.309Z] commands sometime before your next pull:
09:35:23 [2022-08-08T13:35:23.309Z] 
09:35:23 [2022-08-08T13:35:23.309Z]   git config pull.rebase false  # merge (the default strategy)
09:35:23 [2022-08-08T13:35:23.309Z]   git config pull.rebase true   # rebase
09:35:23 [2022-08-08T13:35:23.309Z]   git config pull.ff only       # fast-forward only
09:35:23 [2022-08-08T13:35:23.309Z] 
09:35:23 [2022-08-08T13:35:23.309Z] You can replace "git config" with "git config --global" to set a default
09:35:23 [2022-08-08T13:35:23.310Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:23 [2022-08-08T13:35:23.310Z] or --ff-only on the command line to override the configured default per
09:35:23 [2022-08-08T13:35:23.310Z] invocation.
09:35:23 [2022-08-08T13:35:23.310Z] 
09:35:23 [2022-08-08T13:35:23.876Z] Already up to date.
09:35:23 [2022-08-08T13:35:23.876Z] Entering 'eclipse.platform.swt.binaries'
09:35:24 [2022-08-08T13:35:24.134Z] Checking out master
09:35:24 [2022-08-08T13:35:24.134Z] Switched to branch 'master'
09:35:24 [2022-08-08T13:35:24.134Z] Your branch is up to date with 'origin/master'.
09:35:24 [2022-08-08T13:35:24.135Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:24 [2022-08-08T13:35:24.135Z] discouraged. You can squelch this message by running one of the following
09:35:24 [2022-08-08T13:35:24.135Z] commands sometime before your next pull:
09:35:24 [2022-08-08T13:35:24.135Z] 
09:35:24 [2022-08-08T13:35:24.135Z]   git config pull.rebase false  # merge (the default strategy)
09:35:24 [2022-08-08T13:35:24.135Z]   git config pull.rebase true   # rebase
09:35:24 [2022-08-08T13:35:24.135Z]   git config pull.ff only       # fast-forward only
09:35:24 [2022-08-08T13:35:24.135Z] 
09:35:24 [2022-08-08T13:35:24.135Z] You can replace "git config" with "git config --global" to set a default
09:35:24 [2022-08-08T13:35:24.135Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:24 [2022-08-08T13:35:24.135Z] or --ff-only on the command line to override the configured default per
09:35:24 [2022-08-08T13:35:24.135Z] invocation.
09:35:24 [2022-08-08T13:35:24.135Z] 
09:35:24 [2022-08-08T13:35:24.393Z] Already up to date.
09:35:24 [2022-08-08T13:35:24.393Z] Entering 'eclipse.platform.text'
09:35:24 [2022-08-08T13:35:24.962Z] Checking out master
09:35:24 [2022-08-08T13:35:24.962Z] Switched to branch 'master'
09:35:24 [2022-08-08T13:35:24.962Z] Your branch is up to date with 'origin/master'.
09:35:24 [2022-08-08T13:35:24.962Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:24 [2022-08-08T13:35:24.962Z] discouraged. You can squelch this message by running one of the following
09:35:24 [2022-08-08T13:35:24.962Z] commands sometime before your next pull:
09:35:24 [2022-08-08T13:35:24.962Z] 
09:35:24 [2022-08-08T13:35:24.962Z]   git config pull.rebase false  # merge (the default strategy)
09:35:24 [2022-08-08T13:35:24.962Z]   git config pull.rebase true   # rebase
09:35:24 [2022-08-08T13:35:24.962Z]   git config pull.ff only       # fast-forward only
09:35:24 [2022-08-08T13:35:24.962Z] 
09:35:24 [2022-08-08T13:35:24.962Z] You can replace "git config" with "git config --global" to set a default
09:35:24 [2022-08-08T13:35:24.962Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:24 [2022-08-08T13:35:24.962Z] or --ff-only on the command line to override the configured default per
09:35:24 [2022-08-08T13:35:24.962Z] invocation.
09:35:24 [2022-08-08T13:35:24.962Z] 
09:35:25 [2022-08-08T13:35:25.428Z] Already up to date.
09:35:25 [2022-08-08T13:35:25.428Z] Entering 'eclipse.platform.ua'
09:35:25 [2022-08-08T13:35:25.688Z] Checking out master
09:35:25 [2022-08-08T13:35:25.688Z] Switched to branch 'master'
09:35:25 [2022-08-08T13:35:25.688Z] Your branch is up to date with 'origin/master'.
09:35:25 [2022-08-08T13:35:25.688Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:25 [2022-08-08T13:35:25.688Z] discouraged. You can squelch this message by running one of the following
09:35:25 [2022-08-08T13:35:25.688Z] commands sometime before your next pull:
09:35:25 [2022-08-08T13:35:25.688Z] 
09:35:25 [2022-08-08T13:35:25.688Z]   git config pull.rebase false  # merge (the default strategy)
09:35:25 [2022-08-08T13:35:25.688Z]   git config pull.rebase true   # rebase
09:35:25 [2022-08-08T13:35:25.688Z]   git config pull.ff only       # fast-forward only
09:35:25 [2022-08-08T13:35:25.688Z] 
09:35:25 [2022-08-08T13:35:25.688Z] You can replace "git config" with "git config --global" to set a default
09:35:25 [2022-08-08T13:35:25.688Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:25 [2022-08-08T13:35:25.688Z] or --ff-only on the command line to override the configured default per
09:35:25 [2022-08-08T13:35:25.688Z] invocation.
09:35:25 [2022-08-08T13:35:25.688Z] 
09:35:26 [2022-08-08T13:35:26.256Z] Already up to date.
09:35:26 [2022-08-08T13:35:26.256Z] Entering 'eclipse.platform.ui'
09:35:26 [2022-08-08T13:35:26.515Z] Checking out master
09:35:26 [2022-08-08T13:35:26.775Z] Switched to branch 'master'
09:35:26 [2022-08-08T13:35:26.775Z] Your branch is up to date with 'origin/master'.
09:35:26 [2022-08-08T13:35:26.775Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:26 [2022-08-08T13:35:26.775Z] discouraged. You can squelch this message by running one of the following
09:35:26 [2022-08-08T13:35:26.775Z] commands sometime before your next pull:
09:35:26 [2022-08-08T13:35:26.775Z] 
09:35:26 [2022-08-08T13:35:26.775Z]   git config pull.rebase false  # merge (the default strategy)
09:35:26 [2022-08-08T13:35:26.775Z]   git config pull.rebase true   # rebase
09:35:26 [2022-08-08T13:35:26.775Z]   git config pull.ff only       # fast-forward only
09:35:26 [2022-08-08T13:35:26.775Z] 
09:35:26 [2022-08-08T13:35:26.775Z] You can replace "git config" with "git config --global" to set a default
09:35:26 [2022-08-08T13:35:26.775Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:26 [2022-08-08T13:35:26.775Z] or --ff-only on the command line to override the configured default per
09:35:26 [2022-08-08T13:35:26.775Z] invocation.
09:35:26 [2022-08-08T13:35:26.775Z] 
09:35:27 [2022-08-08T13:35:27.343Z] Already up to date.
09:35:27 [2022-08-08T13:35:27.343Z] Entering 'eclipse.platform.ui.tools'
09:35:27 [2022-08-08T13:35:27.920Z] Checking out master
09:35:27 [2022-08-08T13:35:27.920Z] Switched to branch 'master'
09:35:27 [2022-08-08T13:35:27.920Z] Your branch is up to date with 'origin/master'.
09:35:27 [2022-08-08T13:35:27.920Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:27 [2022-08-08T13:35:27.920Z] discouraged. You can squelch this message by running one of the following
09:35:27 [2022-08-08T13:35:27.920Z] commands sometime before your next pull:
09:35:27 [2022-08-08T13:35:27.920Z] 
09:35:27 [2022-08-08T13:35:27.920Z]   git config pull.rebase false  # merge (the default strategy)
09:35:27 [2022-08-08T13:35:27.921Z]   git config pull.rebase true   # rebase
09:35:27 [2022-08-08T13:35:27.921Z]   git config pull.ff only       # fast-forward only
09:35:27 [2022-08-08T13:35:27.921Z] 
09:35:27 [2022-08-08T13:35:27.921Z] You can replace "git config" with "git config --global" to set a default
09:35:27 [2022-08-08T13:35:27.921Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:27 [2022-08-08T13:35:27.921Z] or --ff-only on the command line to override the configured default per
09:35:27 [2022-08-08T13:35:27.921Z] invocation.
09:35:27 [2022-08-08T13:35:27.921Z] 
09:35:28 [2022-08-08T13:35:28.187Z] Already up to date.
09:35:28 [2022-08-08T13:35:28.187Z] Entering 'equinox'
09:35:28 [2022-08-08T13:35:28.452Z] Checking out master
09:35:28 [2022-08-08T13:35:28.452Z] Switched to branch 'master'
09:35:28 [2022-08-08T13:35:28.452Z] Your branch is up to date with 'origin/master'.
09:35:28 [2022-08-08T13:35:28.452Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:28 [2022-08-08T13:35:28.452Z] discouraged. You can squelch this message by running one of the following
09:35:28 [2022-08-08T13:35:28.453Z] commands sometime before your next pull:
09:35:28 [2022-08-08T13:35:28.453Z] 
09:35:28 [2022-08-08T13:35:28.453Z]   git config pull.rebase false  # merge (the default strategy)
09:35:28 [2022-08-08T13:35:28.453Z]   git config pull.rebase true   # rebase
09:35:28 [2022-08-08T13:35:28.453Z]   git config pull.ff only       # fast-forward only
09:35:28 [2022-08-08T13:35:28.453Z] 
09:35:28 [2022-08-08T13:35:28.453Z] You can replace "git config" with "git config --global" to set a default
09:35:28 [2022-08-08T13:35:28.453Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:28 [2022-08-08T13:35:28.453Z] or --ff-only on the command line to override the configured default per
09:35:28 [2022-08-08T13:35:28.453Z] invocation.
09:35:28 [2022-08-08T13:35:28.453Z] 
09:35:28 [2022-08-08T13:35:28.717Z] Already up to date.
09:35:28 [2022-08-08T13:35:28.717Z] Entering 'rt.equinox.binaries'
09:35:28 [2022-08-08T13:35:28.979Z] Checking out master
09:35:28 [2022-08-08T13:35:28.979Z] Switched to branch 'master'
09:35:28 [2022-08-08T13:35:28.979Z] Your branch is up to date with 'origin/master'.
09:35:28 [2022-08-08T13:35:28.979Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:28 [2022-08-08T13:35:28.979Z] discouraged. You can squelch this message by running one of the following
09:35:28 [2022-08-08T13:35:28.979Z] commands sometime before your next pull:
09:35:28 [2022-08-08T13:35:28.979Z] 
09:35:28 [2022-08-08T13:35:28.979Z]   git config pull.rebase false  # merge (the default strategy)
09:35:28 [2022-08-08T13:35:28.979Z]   git config pull.rebase true   # rebase
09:35:28 [2022-08-08T13:35:28.979Z]   git config pull.ff only       # fast-forward only
09:35:28 [2022-08-08T13:35:28.979Z] 
09:35:28 [2022-08-08T13:35:28.979Z] You can replace "git config" with "git config --global" to set a default
09:35:28 [2022-08-08T13:35:28.979Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:28 [2022-08-08T13:35:28.979Z] or --ff-only on the command line to override the configured default per
09:35:28 [2022-08-08T13:35:28.979Z] invocation.
09:35:28 [2022-08-08T13:35:28.979Z] 
09:35:29 [2022-08-08T13:35:29.545Z] Already up to date.
09:35:29 [2022-08-08T13:35:29.545Z] Entering 'rt.equinox.p2'
09:35:30 [2022-08-08T13:35:30.112Z] Checking out master
09:35:30 [2022-08-08T13:35:30.112Z] Switched to branch 'master'
09:35:30 [2022-08-08T13:35:30.112Z] Your branch is up to date with 'origin/master'.
09:35:30 [2022-08-08T13:35:30.112Z] warning: Pulling without specifying how to reconcile divergent branches is
09:35:30 [2022-08-08T13:35:30.112Z] discouraged. You can squelch this message by running one of the following
09:35:30 [2022-08-08T13:35:30.112Z] commands sometime before your next pull:
09:35:30 [2022-08-08T13:35:30.112Z] 
09:35:30 [2022-08-08T13:35:30.112Z]   git config pull.rebase false  # merge (the default strategy)
09:35:30 [2022-08-08T13:35:30.112Z]   git config pull.rebase true   # rebase
09:35:30 [2022-08-08T13:35:30.112Z]   git config pull.ff only       # fast-forward only
09:35:30 [2022-08-08T13:35:30.112Z] 
09:35:30 [2022-08-08T13:35:30.112Z] You can replace "git config" with "git config --global" to set a default
09:35:30 [2022-08-08T13:35:30.112Z] preference for all repositories. You can also pass --rebase, --no-rebase,
09:35:30 [2022-08-08T13:35:30.112Z] or --ff-only on the command line to override the configured default per
09:35:30 [2022-08-08T13:35:30.112Z] invocation.
09:35:30 [2022-08-08T13:35:30.112Z] 
09:35:30 [2022-08-08T13:35:30.370Z] Already up to date.
09:35:30 [2022-08-08T13:35:30.370Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:35:30 [2022-08-08T13:35:30.370Z] ~/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
09:35:31 [2022-08-08T13:35:31.750Z] git add eclipse.jdt.core eclipse.jdt.debug eclipse.jdt.ui eclipse.pde
09:35:31 [2022-08-08T13:35:31.750Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:35:31 [2022-08-08T13:35:31.750Z] + [[ 0 -ne 0 ]]
[Pipeline] }
09:35:32 [2022-08-08T13:35:32.035Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:35:32 [2022-08-08T13:35:32.294Z] Executing command: "ssh-agent" "-k" 
09:35:32 [2022-08-08T13:35:32.294Z] exit
09:35:32 [2022-08-08T13:35:32.349Z] unset SSH_AUTH_SOCK;
09:35:32 [2022-08-08T13:35:32.349Z] unset SSH_AGENT_PID;
09:35:32 [2022-08-08T13:35:32.349Z] echo Agent pid 503 killed;
09:35:32 [2022-08-08T13:35:32.350Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tag Build Inputs)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
09:35:42 [2022-08-08T13:35:42.685Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
09:35:42 [2022-08-08T13:35:42.685Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
09:35:42 [2022-08-08T13:35:42.685Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
09:35:42 [2022-08-08T13:35:42.685Z] [ssh-agent] Looking for ssh-agent implementation...
09:35:43 [2022-08-08T13:35:43.005Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:35:43 [2022-08-08T13:35:43.005Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:35:43 [2022-08-08T13:35:43.281Z] Executing command: "ssh-agent" 
09:35:43 [2022-08-08T13:35:43.281Z] exit
09:35:43 [2022-08-08T13:35:43.338Z] SSH_AUTH_SOCK=/tmp/ssh-uWrdNBIIkLn6/agent.2338; export SSH_AUTH_SOCK;
09:35:43 [2022-08-08T13:35:43.338Z] SSH_AGENT_PID=2339; export SSH_AGENT_PID;
09:35:43 [2022-08-08T13:35:43.338Z] echo Agent pid 2339;
09:35:43 [2022-08-08T13:35:43.338Z] SSH_AUTH_SOCK=/tmp/ssh-uWrdNBIIkLn6/agent.2338
09:35:43 [2022-08-08T13:35:43.338Z] SSH_AGENT_PID=2339
09:35:43 [2022-08-08T13:35:43.350Z] Running ssh-add (command line suppressed)
09:35:43 [2022-08-08T13:35:43.671Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_15111808597055018128.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_15111808597055018128.key)
09:35:43 [2022-08-08T13:35:43.702Z] Running ssh-add (command line suppressed)
09:35:44 [2022-08-08T13:35:44.021Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_13186440195960869236.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_13186440195960869236.key)
09:35:44 [2022-08-08T13:35:44.037Z] Running ssh-add (command line suppressed)
09:35:44 [2022-08-08T13:35:44.381Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_14369780453577654310.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_14369780453577654310.key)
09:35:44 [2022-08-08T13:35:44.387Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
09:35:45 [2022-08-08T13:35:45.622Z] + git config --global user.email releng-bot@eclipse.org
09:35:45 [2022-08-08T13:35:45.623Z] + git config --global user.name 'Eclipse Releng Bot'
09:35:45 [2022-08-08T13:35:45.623Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:35:45 [2022-08-08T13:35:45.623Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:35:45 [2022-08-08T13:35:45.623Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log
09:35:45 [2022-08-08T13:35:45.623Z] + '[' 1 -ne 1 ']'
09:35:45 [2022-08-08T13:35:45.623Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
09:35:45 [2022-08-08T13:35:45.623Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:35:45 [2022-08-08T13:35:45.623Z] ++ export TIMESTAMP=20220808-0930
09:35:45 [2022-08-08T13:35:45.623Z] ++ TIMESTAMP=20220808-0930
09:35:45 [2022-08-08T13:35:45.623Z] ++ export 'BUILD_PRETTY_DATE=Mon Aug  8 09:30:00 EDT 2022'
09:35:45 [2022-08-08T13:35:45.623Z] ++ BUILD_PRETTY_DATE='Mon Aug  8 09:30:00 EDT 2022'
09:35:45 [2022-08-08T13:35:45.623Z] ++ export BRANCH=master
09:35:45 [2022-08-08T13:35:45.623Z] ++ BRANCH=master
09:35:45 [2022-08-08T13:35:45.623Z] ++ export PATCH_OR_BRANCH_LABEL=java19patch
09:35:45 [2022-08-08T13:35:45.623Z] ++ PATCH_OR_BRANCH_LABEL=java19patch
09:35:45 [2022-08-08T13:35:45.623Z] ++ export PATCH_BUILD=java19atch
09:35:45 [2022-08-08T13:35:45.623Z] ++ PATCH_BUILD=java19atch
09:35:45 [2022-08-08T13:35:45.623Z] ++ export 'BUILD_TYPE_NAME=Beta Java 19'
09:35:45 [2022-08-08T13:35:45.623Z] ++ BUILD_TYPE_NAME='Beta Java 19'
09:35:45 [2022-08-08T13:35:45.623Z] ++ export BUILD_TYPE=P
09:35:45 [2022-08-08T13:35:45.623Z] ++ BUILD_TYPE=P
09:35:45 [2022-08-08T13:35:45.623Z] ++ export TESTED_BUILD_TYPE=P
09:35:45 [2022-08-08T13:35:45.623Z] ++ TESTED_BUILD_TYPE=P
09:35:45 [2022-08-08T13:35:45.623Z] ++ export RELEASE_VER=4.25
09:35:45 [2022-08-08T13:35:45.623Z] ++ RELEASE_VER=4.25
09:35:45 [2022-08-08T13:35:45.623Z] ++ export STREAM=4.25.0
09:35:45 [2022-08-08T13:35:45.623Z] ++ STREAM=4.25.0
09:35:45 [2022-08-08T13:35:45.623Z] ++ export STREAMMajor=4
09:35:45 [2022-08-08T13:35:45.623Z] ++ STREAMMajor=4
09:35:45 [2022-08-08T13:35:45.623Z] ++ export STREAMMinor=25
09:35:45 [2022-08-08T13:35:45.623Z] ++ STREAMMinor=25
09:35:45 [2022-08-08T13:35:45.623Z] ++ export STREAMService=0
09:35:45 [2022-08-08T13:35:45.623Z] ++ STREAMService=0
09:35:45 [2022-08-08T13:35:45.623Z] ++ export GIT_ROOT=git@github.com:
09:35:45 [2022-08-08T13:35:45.623Z] ++ GIT_ROOT=git@github.com:
09:35:45 [2022-08-08T13:35:45.623Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:35:45 [2022-08-08T13:35:45.623Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:35:45 [2022-08-08T13:35:45.623Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:35:45 [2022-08-08T13:35:45.623Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:35:45 [2022-08-08T13:35:45.623Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
09:35:45 [2022-08-08T13:35:45.623Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
09:35:45 [2022-08-08T13:35:45.623Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
09:35:45 [2022-08-08T13:35:45.624Z] ++ UPDATES_DIR=siteDir/eclipse/updates
09:35:45 [2022-08-08T13:35:45.624Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
09:35:45 [2022-08-08T13:35:45.624Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
09:35:45 [2022-08-08T13:35:45.624Z] ++ export TMP_DIR=tmp
09:35:45 [2022-08-08T13:35:45.624Z] ++ TMP_DIR=tmp
09:35:45 [2022-08-08T13:35:45.624Z] ++ export DOWNLOAD_HOST=download.eclipse.org
09:35:45 [2022-08-08T13:35:45.624Z] ++ DOWNLOAD_HOST=download.eclipse.org
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:35:45 [2022-08-08T13:35:45.624Z] ++ export LOCAL_REPO=localMavenRepo
09:35:45 [2022-08-08T13:35:45.624Z] ++ LOCAL_REPO=localMavenRepo
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BASEBUILDER_TAG=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ BASEBUILDER_TAG=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ export API_PREV_REF_LABEL=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ API_PREV_REF_LABEL=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ export API_FREEZE_REF_LABEL=
09:35:45 [2022-08-08T13:35:45.624Z] ++ API_FREEZE_REF_LABEL=
09:35:45 [2022-08-08T13:35:45.624Z] ++ export 'FREEZE_PARAMS= '
09:35:45 [2022-08-08T13:35:45.624Z] ++ FREEZE_PARAMS=' '
09:35:45 [2022-08-08T13:35:45.624Z] ++ export PREVIOUS_RELEASE_VER=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ PREVIOUS_RELEASE_VER=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BASEBUILD_ID=R-4.24-202206070700
09:35:45 [2022-08-08T13:35:45.624Z] ++ BASEBUILD_ID=R-4.24-202206070700
09:35:45 [2022-08-08T13:35:45.624Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:35:45 [2022-08-08T13:35:45.624Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:35:45 [2022-08-08T13:35:45.624Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:35:45 [2022-08-08T13:35:45.624Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:35:45 [2022-08-08T13:35:45.624Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:35:45 [2022-08-08T13:35:45.624Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:35:45 [2022-08-08T13:35:45.624Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:35:45 [2022-08-08T13:35:45.624Z] ++ export MAVEN_OPTS=-Xmx6G
09:35:45 [2022-08-08T13:35:45.624Z] ++ MAVEN_OPTS=-Xmx6G
09:35:45 [2022-08-08T13:35:45.624Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:35:45 [2022-08-08T13:35:45.624Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILD_ID=P20220808-0930
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILD_ID=P20220808-0930
09:35:45 [2022-08-08T13:35:45.624Z] ++ export BUILD_DIR_SEG=P20220808-0930
09:35:45 [2022-08-08T13:35:45.624Z] ++ BUILD_DIR_SEG=P20220808-0930
09:35:45 [2022-08-08T13:35:45.624Z] ++ export EQ_BUILD_DIR_SEG=P20220808-0930
09:35:45 [2022-08-08T13:35:45.624Z] ++ EQ_BUILD_DIR_SEG=P20220808-0930
09:35:45 [2022-08-08T13:35:45.624Z] ++ export EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:35:45 [2022-08-08T13:35:45.624Z] ++ EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:35:45 [2022-08-08T13:35:45.624Z] ++ 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
09:35:45 [2022-08-08T13:35:45.624Z] ++ 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
09:35:45 [2022-08-08T13:35:45.624Z] ++ 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
09:35:45 [2022-08-08T13:35:45.624Z] ++ 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
09:35:45 [2022-08-08T13:35:45.624Z] ++ 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
09:35:45 [2022-08-08T13:35:45.624Z] ++ 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
09:35:45 [2022-08-08T13:35:45.625Z] ++ 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
09:35:45 [2022-08-08T13:35:45.625Z] ++ 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
09:35:45 [2022-08-08T13:35:45.625Z] ++ TZ=America/New_York
09:35:45 [2022-08-08T13:35:45.625Z] ++ date +%s
09:35:45 [2022-08-08T13:35:45.625Z] + reportDate=1659965745
09:35:45 [2022-08-08T13:35:45.625Z] ++ TZ=America/New_York
09:35:45 [2022-08-08T13:35:45.625Z] ++ date +%Y%m%d-%H%M --date=@1659965745
09:35:45 [2022-08-08T13:35:45.625Z] + reportTimestamp=20220808-0935
09:35:45 [2022-08-08T13:35:45.625Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220808-0930/gitLog.html
09:35:45 [2022-08-08T13:35:45.625Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220808-0930
09:35:45 [2022-08-08T13:35:45.625Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates
09:35:45 [2022-08-08T13:35:45.625Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds
09:35:45 [2022-08-08T13:35:45.625Z] ++ git tag --list 'P*'
09:35:45 [2022-08-08T13:35:45.625Z] ++ tail -n5
09:35:45 [2022-08-08T13:35:45.625Z] + lastTagList='P20220321-0500
09:35:45 [2022-08-08T13:35:45.625Z] P20220322-0720
09:35:45 [2022-08-08T13:35:45.625Z] P20220323-0540
09:35:45 [2022-08-08T13:35:45.625Z] P20220808-0620
09:35:45 [2022-08-08T13:35:45.625Z] P20220808-0640'
09:35:45 [2022-08-08T13:35:45.625Z] + lastTag=
09:35:45 [2022-08-08T13:35:45.625Z] + for lt in $lastTagList
09:35:45 [2022-08-08T13:35:45.625Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220321-0500
09:35:47 [2022-08-08T13:35:47.022Z] + for lt in $lastTagList
09:35:47 [2022-08-08T13:35:47.022Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220322-0720
09:35:47 [2022-08-08T13:35:47.603Z] + for lt in $lastTagList
09:35:47 [2022-08-08T13:35:47.604Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220323-0540
09:35:48 [2022-08-08T13:35:48.554Z] + for lt in $lastTagList
09:35:48 [2022-08-08T13:35:48.554Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220808-0620
09:35:49 [2022-08-08T13:35:49.495Z] + for lt in $lastTagList
09:35:49 [2022-08-08T13:35:49.495Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220808-0640
09:35:50 [2022-08-08T13:35:50.450Z] + lastTag=P20220808-0640
09:35:50 [2022-08-08T13:35:50.450Z] + [[ -z P20220808-0640 ]]
09:35:50 [2022-08-08T13:35:50.450Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
09:35:50 [2022-08-08T13:35:50.450Z] ~/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
09:35:50 [2022-08-08T13:35:50.450Z] + '[' P == I ']'
09:35:50 [2022-08-08T13:35:50.450Z] + export -f toPushRepo
09:35:50 [2022-08-08T13:35:50.450Z] + 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 || :'
09:35:50 [2022-08-08T13:35:50.450Z] Entering 'eclipse.jdt'
09:35:50 [2022-08-08T13:35:50.450Z] Skipping eclipse.jdt
09:35:50 [2022-08-08T13:35:50.450Z] Entering 'eclipse.jdt.core'
09:35:50 [2022-08-08T13:35:50.450Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.git
09:35:51 [2022-08-08T13:35:51.951Z] To github.com:eclipse-jdt/eclipse.jdt.core.git
09:35:51 [2022-08-08T13:35:51.951Z]  * [new tag]               P20220808-0930 -> P20220808-0930
09:35:51 [2022-08-08T13:35:51.951Z] Entering 'eclipse.jdt.core.binaries'
09:35:51 [2022-08-08T13:35:51.951Z] Skipping eclipse.jdt.core.binaries
09:35:51 [2022-08-08T13:35:51.951Z] Entering 'eclipse.jdt.debug'
09:35:51 [2022-08-08T13:35:51.951Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.debug.git
09:35:53 [2022-08-08T13:35:53.410Z] To github.com:eclipse-jdt/eclipse.jdt.debug.git
09:35:53 [2022-08-08T13:35:53.410Z]  * [new tag]             P20220808-0930 -> P20220808-0930
09:35:53 [2022-08-08T13:35:53.410Z] Entering 'eclipse.jdt.ui'
09:35:53 [2022-08-08T13:35:53.410Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.ui.git
09:35:55 [2022-08-08T13:35:55.321Z] To github.com:eclipse-jdt/eclipse.jdt.ui.git
09:35:55 [2022-08-08T13:35:55.321Z]  * [new tag]               P20220808-0930 -> P20220808-0930
09:35:55 [2022-08-08T13:35:55.321Z] Entering 'eclipse.pde'
09:35:55 [2022-08-08T13:35:55.321Z] Pushing to github.com:eclipse-pde/eclipse.pde.git
09:35:56 [2022-08-08T13:35:56.699Z] To github.com:eclipse-pde/eclipse.pde.git
09:35:56 [2022-08-08T13:35:56.699Z]  * [new tag]               P20220808-0930 -> P20220808-0930
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.common'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.common
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.debug'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.debug
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.releng'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.releng
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.resources'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.resources
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.swt'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.swt
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.swt.binaries'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.swt.binaries
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.text'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.text
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.ua'
09:35:56 [2022-08-08T13:35:56.699Z] Skipping eclipse.platform.ua
09:35:56 [2022-08-08T13:35:56.699Z] Entering 'eclipse.platform.ui'
09:35:56 [2022-08-08T13:35:56.700Z] Skipping eclipse.platform.ui
09:35:56 [2022-08-08T13:35:56.700Z] Entering 'eclipse.platform.ui.tools'
09:35:56 [2022-08-08T13:35:56.700Z] Skipping eclipse.platform.ui.tools
09:35:56 [2022-08-08T13:35:56.700Z] Entering 'equinox'
09:35:56 [2022-08-08T13:35:56.700Z] Skipping equinox
09:35:56 [2022-08-08T13:35:56.700Z] Entering 'rt.equinox.binaries'
09:35:56 [2022-08-08T13:35:56.700Z] Skipping rt.equinox.binaries
09:35:56 [2022-08-08T13:35:56.700Z] Entering 'rt.equinox.p2'
09:35:56 [2022-08-08T13:35:56.700Z] Skipping rt.equinox.p2
09:35:56 [2022-08-08T13:35:56.700Z] + git tag P20220808-0930
09:35:56 [2022-08-08T13:35:56.700Z] + git push --verbose origin P20220808-0930
09:35:56 [2022-08-08T13:35:56.700Z] Pushing to github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
09:35:58 [2022-08-08T13:35:58.078Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
09:35:58 [2022-08-08T13:35:58.078Z]  * [new tag]           P20220808-0930 -> P20220808-0930
09:35:58 [2022-08-08T13:35:58.078Z] + [[ -n P20220808-0640 ]]
09:35:58 [2022-08-08T13:35:58.078Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
09:35:58 [2022-08-08T13:35:58.078Z] + echo -e '<h2>Git log from P20220808-0640 (previous) to P20220808-0930 (current)</h2>'
09:35:58 [2022-08-08T13:35:58.078Z] + echo -e '<h2>The tagging, and this report, were done at about 20220808-0935</h2>'
09:35:58 [2022-08-08T13:35:58.078Z] + git log P20220808-0640..P20220808-0930 --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>'
09:35:58 [2022-08-08T13:35:58.078Z] ./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
09:35:58 [2022-08-08T13:35:58.078Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
09:35:58 [2022-08-08T13:35:58.078Z] 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
09:35:58 [2022-08-08T13:35:58.078Z] + tmpFileSize=
09:35:58 [2022-08-08T13:35:58.078Z] + '[' -ne 0 ']'
09:35:58 [2022-08-08T13:35:58.078Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected
09:35:58 [2022-08-08T13:35:58.078Z] + git submodule --quiet foreach 'gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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'
09:35:58 [2022-08-08T13:35:58.078Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.078Z] 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
09:35:58 [2022-08-08T13:35:58.078Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.079Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.079Z] 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
09:35:58 [2022-08-08T13:35:58.079Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.079Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.079Z] 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
09:35:58 [2022-08-08T13:35:58.079Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.079Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.080Z] 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
09:35:58 [2022-08-08T13:35:58.080Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.080Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.080Z] 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
09:35:58 [2022-08-08T13:35:58.080Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.080Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.080Z] 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
09:35:58 [2022-08-08T13:35:58.080Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.081Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.081Z] 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
09:35:58 [2022-08-08T13:35:58.081Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.081Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.081Z] 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
09:35:58 [2022-08-08T13:35:58.081Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.081Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.081Z] 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
09:35:58 [2022-08-08T13:35:58.082Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.082Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.082Z] 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
09:35:58 [2022-08-08T13:35:58.082Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.082Z] path='eclipse.platform.resources'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.082Z] 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
09:35:58 [2022-08-08T13:35:58.082Z] path='eclipse.platform.resources'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.082Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.083Z] 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
09:35:58 [2022-08-08T13:35:58.083Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.083Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.083Z] 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
09:35:58 [2022-08-08T13:35:58.083Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.083Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.083Z] 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
09:35:58 [2022-08-08T13:35:58.083Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.084Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.084Z] 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
09:35:58 [2022-08-08T13:35:58.084Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.084Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.084Z] 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
09:35:58 [2022-08-08T13:35:58.084Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.084Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.084Z] 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
09:35:58 [2022-08-08T13:35:58.084Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.085Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.085Z] 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
09:35:58 [2022-08-08T13:35:58.085Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.085Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.085Z] 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
09:35:58 [2022-08-08T13:35:58.085Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.085Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.085Z] 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
09:35:58 [2022-08-08T13:35:58.086Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0640..P20220808-0930 --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
09:35:58 [2022-08-08T13:35:58.086Z] + popd
09:35:58 [2022-08-08T13:35:58.086Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:35:58 [2022-08-08T13:35:58.086Z] + [[ 0 -ne 0 ]]
[Pipeline] }
09:35:58 [2022-08-08T13:35:58.373Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:35:58 [2022-08-08T13:35:58.623Z] Executing command: "ssh-agent" "-k" 
09:35:58 [2022-08-08T13:35:58.623Z] exit
09:35:58 [2022-08-08T13:35:58.629Z] unset SSH_AUTH_SOCK;
09:35:58 [2022-08-08T13:35:58.629Z] unset SSH_AGENT_PID;
09:35:58 [2022-08-08T13:35:58.629Z] echo Agent pid 2339 killed;
09:35:58 [2022-08-08T13:35:58.631Z] [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
09:36:10 [2022-08-08T13:36:10.676Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build
09:36:10 [2022-08-08T13:36:10.677Z] + 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/.
09:36:10 [2022-08-08T13:36:10.677Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
09:36:10 [2022-08-08T13:36:10.677Z] + 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/.
09:36:10 [2022-08-08T13:36:10.677Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
09:36:10 [2022-08-08T13:36:10.677Z] + 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/.
09:36:10 [2022-08-08T13:36:10.677Z] + 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
09:36:21 [2022-08-08T13:36:21.229Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:36:21 [2022-08-08T13:36:21.230Z] + unset JAVA_TOOL_OPTIONS
09:36:21 [2022-08-08T13:36:21.230Z] + unset _JAVA_OPTIONS
09:36:21 [2022-08-08T13:36:21.230Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:36:21 [2022-08-08T13:36:21.230Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log
09:36:23 [2022-08-08T13:36:23.166Z] [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
09:36:23 [2022-08-08T13:36:23.425Z] [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 10 kB/s)
09:36:23 [2022-08-08T13:36:23.426Z] [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
09:36:23 [2022-08-08T13:36:23.426Z] [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 232 kB/s)
09:36:23 [2022-08-08T13:36:23.426Z] [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
09:36:23 [2022-08-08T13:36:23.426Z] [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 49 kB/s)
09:36:23 [2022-08-08T13:36:23.426Z] [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
09:36:24 [2022-08-08T13:36:24.821Z] [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 6.0 kB/s)
09:36:24 [2022-08-08T13:36:24.821Z] [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
09:36:24 [2022-08-08T13:36:24.821Z] [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 17 kB/s)
09:36:24 [2022-08-08T13:36:24.821Z] [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
09:36:24 [2022-08-08T13:36:24.821Z] [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 169 kB/s)
09:36:24 [2022-08-08T13:36:24.821Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom
09:36:24 [2022-08-08T13:36:24.821Z] [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 412 kB/s)
09:36:24 [2022-08-08T13:36:24.821Z] [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
09:36:24 [2022-08-08T13:36:24.821Z] [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 280 kB/s)
09:36:24 [2022-08-08T13:36:24.821Z] [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
09:36:24 [2022-08-08T13:36:24.821Z] [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 1.1 MB/s)
09:36:24 [2022-08-08T13:36:24.821Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
09:36:25 [2022-08-08T13:36:25.082Z] [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 450 kB/s)
09:36:25 [2022-08-08T13:36:25.082Z] [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
09:36:25 [2022-08-08T13:36:25.082Z] [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 29 kB/s)
09:36:25 [2022-08-08T13:36:25.082Z] [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
09:36:25 [2022-08-08T13:36:25.082Z] [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 80 kB/s)
09:36:25 [2022-08-08T13:36:25.082Z] [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
09:36:26 [2022-08-08T13:36:26.037Z] [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 1.9 kB/s)
09:36:26 [2022-08-08T13:36:26.037Z] [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
09:36:26 [2022-08-08T13:36:26.305Z] [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 11 kB/s)
09:36:26 [2022-08-08T13:36:26.305Z] [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
09:36:26 [2022-08-08T13:36:26.305Z] [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 32 kB/s)
09:36:26 [2022-08-08T13:36:26.305Z] [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
09:36:26 [2022-08-08T13:36:26.305Z] [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 32 kB/s)
09:36:26 [2022-08-08T13:36:26.305Z] [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
09:36:26 [2022-08-08T13:36:26.305Z] [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 35 kB/s)
09:36:26 [2022-08-08T13:36:26.305Z] [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
09:36:26 [2022-08-08T13:36:26.305Z] [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 40 kB/s)
09:36:26 [2022-08-08T13:36:26.305Z] [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
09:36:26 [2022-08-08T13:36:26.577Z] [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 29 kB/s)
09:36:26 [2022-08-08T13:36:26.578Z] [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
09:36:27 [2022-08-08T13:36:27.511Z] [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 1.5 kB/s)
09:36:27 [2022-08-08T13:36:27.511Z] [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
09:36:27 [2022-08-08T13:36:27.780Z] [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 38 kB/s)
09:36:27 [2022-08-08T13:36:27.780Z] [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
09:36:27 [2022-08-08T13:36:27.780Z] [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 44 kB/s)
09:36:27 [2022-08-08T13:36:27.781Z] [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
09:36:27 [2022-08-08T13:36:27.781Z] [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 29 kB/s)
09:36:27 [2022-08-08T13:36:27.781Z] [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
09:36:27 [2022-08-08T13:36:27.781Z] [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 35 kB/s)
09:36:27 [2022-08-08T13:36:27.781Z] [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
09:36:28 [2022-08-08T13:36:28.053Z] [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 6.5 kB/s)
09:36:28 [2022-08-08T13:36:28.053Z] [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
09:36:28 [2022-08-08T13:36:28.053Z] [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 346 kB/s)
09:36:28 [2022-08-08T13:36:28.053Z] [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
09:36:28 [2022-08-08T13:36:28.053Z] [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 51 kB/s)
09:36:28 [2022-08-08T13:36:28.053Z] [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
09:36:28 [2022-08-08T13:36:28.053Z] [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 60 kB/s)
09:36:28 [2022-08-08T13:36:28.054Z] [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
09:36:28 [2022-08-08T13:36:28.313Z] [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 28 kB/s)
09:36:28 [2022-08-08T13:36:28.313Z] [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
09:36:28 [2022-08-08T13:36:28.313Z] [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 29 kB/s)
09:36:28 [2022-08-08T13:36:28.313Z] [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
09:36:29 [2022-08-08T13:36:29.248Z] [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 1.8 kB/s)
09:36:29 [2022-08-08T13:36:29.508Z] [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
09:36:29 [2022-08-08T13:36:29.508Z] [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 192 kB/s)
09:36:29 [2022-08-08T13:36:29.508Z] [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
09:36:29 [2022-08-08T13:36:29.508Z] [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 46 kB/s)
09:36:29 [2022-08-08T13:36:29.508Z] [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
09:36:29 [2022-08-08T13:36:29.508Z] [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 47 kB/s)
09:36:29 [2022-08-08T13:36:29.508Z] [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
09:36:29 [2022-08-08T13:36:29.508Z] [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 51 kB/s)
09:36:29 [2022-08-08T13:36:29.508Z] [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
09:36:29 [2022-08-08T13:36:29.508Z] [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 18 kB/s)
09:36:29 [2022-08-08T13:36:29.508Z] [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
09:36:29 [2022-08-08T13:36:29.766Z] [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 43 kB/s)
09:36:29 [2022-08-08T13:36:29.766Z] [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
09:36:30 [2022-08-08T13:36:30.699Z] [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 1.9 kB/s)
09:36:30 [2022-08-08T13:36:30.699Z] [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
09:36:30 [2022-08-08T13:36:30.700Z] [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 61 kB/s)
09:36:30 [2022-08-08T13:36:30.700Z] [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
09:36:30 [2022-08-08T13:36:30.700Z] [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 31 kB/s)
09:36:30 [2022-08-08T13:36:30.700Z] [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
09:36:30 [2022-08-08T13:36:30.700Z] [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 81 kB/s)
09:36:30 [2022-08-08T13:36:30.700Z] [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
09:36:30 [2022-08-08T13:36:30.958Z] [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 40 kB/s)
09:36:30 [2022-08-08T13:36:30.958Z] [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
09:36:30 [2022-08-08T13:36:30.958Z] [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 32 kB/s)
09:36:30 [2022-08-08T13:36:30.958Z] [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
09:36:30 [2022-08-08T13:36:30.958Z] [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 32 kB/s)
09:36:30 [2022-08-08T13:36:30.958Z] [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
09:36:30 [2022-08-08T13:36:30.958Z] [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 54 kB/s)
09:36:30 [2022-08-08T13:36:30.958Z] [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
09:36:30 [2022-08-08T13:36:30.958Z] [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 40 kB/s)
09:36:30 [2022-08-08T13:36:30.958Z] [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
09:36:31 [2022-08-08T13:36:31.216Z] [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 82 kB/s)
09:36:31 [2022-08-08T13:36:31.217Z] [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
09:36:31 [2022-08-08T13:36:31.217Z] [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 63 kB/s)
09:36:31 [2022-08-08T13:36:31.217Z] [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
09:36:31 [2022-08-08T13:36:31.217Z] [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 33 kB/s)
09:36:31 [2022-08-08T13:36:31.217Z] [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
09:36:31 [2022-08-08T13:36:31.217Z] [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 89 kB/s)
09:36:31 [2022-08-08T13:36:31.217Z] [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
09:36:31 [2022-08-08T13:36:31.217Z] [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 26 kB/s)
09:36:31 [2022-08-08T13:36:31.217Z] [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
09:36:31 [2022-08-08T13:36:31.475Z] [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 58 kB/s)
09:36:31 [2022-08-08T13:36:31.475Z] [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
09:36:31 [2022-08-08T13:36:31.475Z] [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 27 kB/s)
09:36:31 [2022-08-08T13:36:31.475Z] [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
09:36:31 [2022-08-08T13:36:31.475Z] [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 79 kB/s)
09:36:31 [2022-08-08T13:36:31.475Z] [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
09:36:31 [2022-08-08T13:36:31.475Z] [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 50 kB/s)
09:36:31 [2022-08-08T13:36:31.475Z] [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
09:36:31 [2022-08-08T13:36:31.475Z] [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 85 kB/s)
09:36:31 [2022-08-08T13:36:31.475Z] [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
09:36:31 [2022-08-08T13:36:31.475Z] [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 22 kB/s)
09:36:31 [2022-08-08T13:36:31.475Z] [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
09:36:31 [2022-08-08T13:36:31.735Z] [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 8.3 kB/s)
09:36:31 [2022-08-08T13:36:31.735Z] [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
09:36:31 [2022-08-08T13:36:31.735Z] [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 36 kB/s)
09:36:31 [2022-08-08T13:36:31.735Z] [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
09:36:31 [2022-08-08T13:36:31.997Z] [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 55 kB/s)
09:36:31 [2022-08-08T13:36:31.997Z] [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
09:36:31 [2022-08-08T13:36:31.997Z] [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 38 kB/s)
09:36:31 [2022-08-08T13:36:31.997Z] [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
09:36:31 [2022-08-08T13:36:31.997Z] [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 51 kB/s)
09:36:31 [2022-08-08T13:36:31.997Z] [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
09:36:31 [2022-08-08T13:36:31.997Z] [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 77 kB/s)
09:36:31 [2022-08-08T13:36:31.997Z] [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
09:36:32 [2022-08-08T13:36:32.933Z] [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 1.9 kB/s)
09:36:32 [2022-08-08T13:36:32.933Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 47 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 48 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 55 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 61 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 78 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 59 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.192Z] [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 74 kB/s)
09:36:33 [2022-08-08T13:36:33.192Z] [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
09:36:33 [2022-08-08T13:36:33.452Z] [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 78 kB/s)
09:36:33 [2022-08-08T13:36:33.452Z] [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
09:36:33 [2022-08-08T13:36:33.452Z] [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 88 kB/s)
09:36:33 [2022-08-08T13:36:33.452Z] [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
09:36:33 [2022-08-08T13:36:33.452Z] [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 84 kB/s)
09:36:33 [2022-08-08T13:36:33.452Z] [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
09:36:33 [2022-08-08T13:36:33.452Z] [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 97 kB/s)
09:36:33 [2022-08-08T13:36:33.452Z] [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
09:36:33 [2022-08-08T13:36:33.452Z] [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)
09:36:33 [2022-08-08T13:36:33.452Z] [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
09:36:33 [2022-08-08T13:36:33.452Z] [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 59 kB/s)
09:36:33 [2022-08-08T13:36:33.452Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 2.0 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 85 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 101 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 66 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 92 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 85 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.827Z] [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 82 kB/s)
09:36:34 [2022-08-08T13:36:34.827Z] [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
09:36:34 [2022-08-08T13:36:34.828Z] [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 54 kB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [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
09:36:34 [2022-08-08T13:36:34.828Z] [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 12 kB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [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
09:36:34 [2022-08-08T13:36:34.828Z] [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 84 kB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [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
09:36:34 [2022-08-08T13:36:34.828Z] [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 773 kB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
09:36:34 [2022-08-08T13:36:34.828Z] [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 416 kB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [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
09:36:34 [2022-08-08T13:36:34.828Z] [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 438 kB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [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
09:36:34 [2022-08-08T13:36:34.828Z] [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 2.3 MB/s)
09:36:34 [2022-08-08T13:36:34.828Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 13 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 65 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 378 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 88 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 22 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 74 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 97 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.086Z] [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 45 kB/s)
09:36:35 [2022-08-08T13:36:35.086Z] [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
09:36:35 [2022-08-08T13:36:35.345Z] [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 48 kB/s)
09:36:35 [2022-08-08T13:36:35.345Z] [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
09:36:35 [2022-08-08T13:36:35.345Z] [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 36 kB/s)
09:36:35 [2022-08-08T13:36:35.345Z] [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
09:36:35 [2022-08-08T13:36:35.345Z] [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 42 kB/s)
09:36:35 [2022-08-08T13:36:35.345Z] [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
09:36:35 [2022-08-08T13:36:35.345Z] [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 50 kB/s)
09:36:35 [2022-08-08T13:36:35.345Z] [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
09:36:35 [2022-08-08T13:36:35.345Z] [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 53 kB/s)
09:36:35 [2022-08-08T13:36:35.345Z] [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
09:36:35 [2022-08-08T13:36:35.345Z] [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 57 kB/s)
09:36:35 [2022-08-08T13:36:35.345Z] [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
09:36:35 [2022-08-08T13:36:35.603Z] [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 89 kB/s)
09:36:35 [2022-08-08T13:36:35.603Z] [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
09:36:35 [2022-08-08T13:36:35.603Z] [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 59 kB/s)
09:36:35 [2022-08-08T13:36:35.603Z] [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
09:36:35 [2022-08-08T13:36:35.603Z] [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 139 kB/s)
09:36:35 [2022-08-08T13:36:35.603Z] [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
09:36:35 [2022-08-08T13:36:35.603Z] [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 78 kB/s)
09:36:35 [2022-08-08T13:36:35.603Z] [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
09:36:35 [2022-08-08T13:36:35.603Z] [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 48 kB/s)
09:36:35 [2022-08-08T13:36:35.603Z] [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
09:36:35 [2022-08-08T13:36:35.604Z] [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 47 kB/s)
09:36:35 [2022-08-08T13:36:35.604Z] [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
09:36:35 [2022-08-08T13:36:35.604Z] [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 89 kB/s)
09:36:35 [2022-08-08T13:36:35.604Z] [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
09:36:35 [2022-08-08T13:36:35.868Z] [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 33 kB/s)
09:36:35 [2022-08-08T13:36:35.869Z] [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
09:36:35 [2022-08-08T13:36:35.869Z] [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 68 kB/s)
09:36:35 [2022-08-08T13:36:35.869Z] [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
09:36:35 [2022-08-08T13:36:35.869Z] [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 50 kB/s)
09:36:35 [2022-08-08T13:36:35.869Z] [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
09:36:35 [2022-08-08T13:36:35.869Z] [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 36 kB/s)
09:36:35 [2022-08-08T13:36:35.869Z] [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
09:36:36 [2022-08-08T13:36:36.131Z] [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 8.6 kB/s)
09:36:36 [2022-08-08T13:36:36.131Z] [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
09:36:36 [2022-08-08T13:36:36.131Z] [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 27 kB/s)
09:36:36 [2022-08-08T13:36:36.131Z] [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
09:36:36 [2022-08-08T13:36:36.131Z] [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 36 kB/s)
09:36:36 [2022-08-08T13:36:36.131Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml
09:36:36 [2022-08-08T13:36:36.131Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 13 kB/s)
09:36:36 [2022-08-08T13:36:36.131Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom
09:36:36 [2022-08-08T13:36:36.390Z] [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 49 kB/s)
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
09:36:36 [2022-08-08T13:36:36.390Z] [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 53 kB/s)
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
09:36:36 [2022-08-08T13:36:36.390Z] [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 58 kB/s)
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom
09:36:36 [2022-08-08T13:36:36.390Z] [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 50 kB/s)
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom
09:36:36 [2022-08-08T13:36:36.390Z] [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 45 kB/s)
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
09:36:36 [2022-08-08T13:36:36.390Z] [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 66 kB/s)
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
09:36:36 [2022-08-08T13:36:36.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 512 kB/s)
09:36:36 [2022-08-08T13:36:36.649Z] [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
09:36:36 [2022-08-08T13:36:36.649Z] [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
09:36:36 [2022-08-08T13:36:36.650Z] [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
09:36:36 [2022-08-08T13:36:36.650Z] [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
09:36:36 [2022-08-08T13:36:36.650Z] [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
09:36:36 [2022-08-08T13:36:36.650Z] [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 421 kB/s)
09:36:36 [2022-08-08T13:36:36.650Z] [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
09:36:36 [2022-08-08T13:36:36.908Z] [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 124 kB/s)
09:36:36 [2022-08-08T13:36:36.908Z] [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
09:36:36 [2022-08-08T13:36:36.908Z] [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 163 kB/s)
09:36:36 [2022-08-08T13:36:36.908Z] [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
09:36:36 [2022-08-08T13:36:36.908Z] [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 110 kB/s)
09:36:36 [2022-08-08T13:36:36.908Z] [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
09:36:36 [2022-08-08T13:36:36.908Z] [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 266 kB/s)
09:36:36 [2022-08-08T13:36:36.908Z] [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 507 kB/s)
09:36:36 [2022-08-08T13:36:36.908Z] [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
09:36:36 [2022-08-08T13:36:36.908Z] [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
09:36:36 [2022-08-08T13:36:36.908Z] [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 340 kB/s)
09:36:36 [2022-08-08T13:36:36.908Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 367 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 349 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 1.3 MB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 1.3 MB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 559 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 482 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 991 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 3.8 MB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 635 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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
09:36:36 [2022-08-08T13:36:36.909Z] [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 608 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
09:36:36 [2022-08-08T13:36:36.909Z] [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 278 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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 692 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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 306 kB/s)
09:36:36 [2022-08-08T13:36:36.909Z] [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 369 kB/s)
09:36:37 [2022-08-08T13:36:37.168Z] [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 407 kB/s)
09:36:37 [2022-08-08T13:36:37.426Z] [INFO] Scanning for projects...
09:36:37 [2022-08-08T13:36:37.426Z] [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
09:36:37 [2022-08-08T13:36:37.426Z] [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
09:36:37 [2022-08-08T13:36:37.426Z] [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
09:36:37 [2022-08-08T13:36:37.426Z] [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
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [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 35 kB/s)
09:36:37 [2022-08-08T13:36:37.698Z] [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-20220808.110421-245.pom
09:36:37 [2022-08-08T13:36:37.698Z] [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-20220808.110421-245.pom (2.1 kB at 49 kB/s)
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [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 9.6 kB/s)
09:36:37 [2022-08-08T13:36:37.698Z] [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-20220808.110421-252.pom
09:36:37 [2022-08-08T13:36:37.698Z] [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-20220808.110421-252.pom (18 kB at 514 kB/s)
09:36:37 [2022-08-08T13:36:37.698Z] [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
09:36:37 [2022-08-08T13:36:37.698Z] [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
09:36:37 [2022-08-08T13:36:37.698Z] [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
09:36:37 [2022-08-08T13:36:37.698Z] [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
09:36:37 [2022-08-08T13:36:37.698Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.698Z] [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 31 kB/s)
09:36:37 [2022-08-08T13:36:37.698Z] [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-20220808.110421-245.pom
09:36:37 [2022-08-08T13:36:37.962Z] [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-20220808.110421-245.pom (10 kB at 160 kB/s)
09:36:37 [2022-08-08T13:36:37.962Z] [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
09:36:37 [2022-08-08T13:36:37.962Z] [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
09:36:37 [2022-08-08T13:36:37.962Z] [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
09:36:37 [2022-08-08T13:36:37.962Z] [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
09:36:37 [2022-08-08T13:36:37.962Z] [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
09:36:37 [2022-08-08T13:36:37.962Z] [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 46 kB/s)
09:36:37 [2022-08-08T13:36:37.962Z] [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-20220808.110421-252.pom
09:36:37 [2022-08-08T13:36:37.963Z] [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-20220808.110421-252.pom (1.1 kB at 47 kB/s)
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:37 [2022-08-08T13:36:37.963Z] [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 16 kB/s)
09:36:37 [2022-08-08T13:36:37.963Z] [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-20220808.110421-252.pom
09:36:37 [2022-08-08T13:36:37.963Z] [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-20220808.110421-252.pom (3.5 kB at 84 kB/s)
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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
09:36:37 [2022-08-08T13:36:37.963Z] [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 26 kB/s)
09:36:37 [2022-08-08T13:36:37.963Z] [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-20220808.110421-252.pom
09:36:38 [2022-08-08T13:36:38.227Z] [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-20220808.110421-252.pom (1.1 kB at 19 kB/s)
09:36:38 [2022-08-08T13:36:38.227Z] [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
09:36:38 [2022-08-08T13:36:38.227Z] [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
09:36:38 [2022-08-08T13:36:38.227Z] [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
09:36:38 [2022-08-08T13:36:38.227Z] [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
09:36:38 [2022-08-08T13:36:38.227Z] [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
09:36:38 [2022-08-08T13:36:38.227Z] [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
09:36:38 [2022-08-08T13:36:38.227Z] [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 146 kB/s)
09:36:38 [2022-08-08T13:36:38.227Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom
09:36:38 [2022-08-08T13:36:38.227Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/10/plexus-10.pom
09:36:38 [2022-08-08T13:36:38.227Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom
09:36:38 [2022-08-08T13:36:38.227Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/10/plexus-10.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/10/plexus-10.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
09:36:38 [2022-08-08T13:36:38.485Z] [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 289 kB/s)
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
09:36:38 [2022-08-08T13:36:38.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
09:36:38 [2022-08-08T13:36:38.485Z] [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 122 kB/s)
09:36:38 [2022-08-08T13:36:38.485Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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 411 kB/s)
09:36:38 [2022-08-08T13:36:38.747Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
09:36:38 [2022-08-08T13:36:38.747Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom
09:36:38 [2022-08-08T13:36:38.747Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
09:36:38 [2022-08-08T13:36:38.747Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom
09:36:38 [2022-08-08T13:36:38.747Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom
09:36:38 [2022-08-08T13:36:38.747Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
09:36:38 [2022-08-08T13:36:38.747Z] [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 4.2 MB/s)
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:38 [2022-08-08T13:36:38.747Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [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 150 kB/s)
09:36:39 [2022-08-08T13:36:39.014Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [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
09:36:39 [2022-08-08T13:36:39.014Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
09:36:39 [2022-08-08T13:36:39.278Z] [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
09:36:39 [2022-08-08T13:36:39.278Z] [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 759 kB/s)
09:36:39 [2022-08-08T13:36:39.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
09:36:39 [2022-08-08T13:36:39.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/52/commons-parent-52.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom
09:36:39 [2022-08-08T13:36:39.279Z] [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
09:36:39 [2022-08-08T13:36:39.279Z] [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 4.0 MB/s)
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom
09:36:39 [2022-08-08T13:36:39.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom
09:36:39 [2022-08-08T13:36:39.542Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
09:36:39 [2022-08-08T13:36:39.542Z] [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 921 kB/s)
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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 134 kB/s)
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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 3.9 MB/s)
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:39 [2022-08-08T13:36:39.542Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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 106 kB/s)
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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 503 kB/s)
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:36:40 [2022-08-08T13:36:40.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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 3.6 MB/s)
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.931Z] [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
09:36:40 [2022-08-08T13:36:40.932Z] [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
09:36:40 [2022-08-08T13:36:40.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
09:36:41 [2022-08-08T13:36:41.870Z] [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
09:36:41 [2022-08-08T13:36:41.870Z] [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 531 kB/s)
09:36:41 [2022-08-08T13:36:41.870Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
09:36:42 [2022-08-08T13:36:42.131Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
09:36:42 [2022-08-08T13:36:42.131Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
09:36:42 [2022-08-08T13:36:42.131Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
09:36:42 [2022-08-08T13:36:42.131Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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 5.6 MB/s)
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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 276 kB/s)
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:42 [2022-08-08T13:36:42.131Z] [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 30 kB/s)
09:36:42 [2022-08-08T13:36:42.131Z] [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-20220808.110421-245.pom
09:36:42 [2022-08-08T13:36:42.131Z] [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-20220808.110421-245.pom (3.3 kB at 131 kB/s)
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.131Z] [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
09:36:42 [2022-08-08T13:36:42.392Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:42 [2022-08-08T13:36:42.392Z] [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 16 kB/s)
09:36:42 [2022-08-08T13:36:42.392Z] [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-20220808.110421-39.pom
09:36:42 [2022-08-08T13:36:42.392Z] [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-20220808.110421-39.pom (1.1 kB at 19 kB/s)
09:36:42 [2022-08-08T13:36:42.393Z] [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
09:36:42 [2022-08-08T13:36:42.393Z] [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
09:36:42 [2022-08-08T13:36:42.393Z] [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
09:36:42 [2022-08-08T13:36:42.393Z] [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
09:36:42 [2022-08-08T13:36:42.393Z] [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
09:36:42 [2022-08-08T13:36:42.393Z] [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 54 kB/s)
09:36:42 [2022-08-08T13:36:42.393Z] [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-20220808.110421-252.pom
09:36:42 [2022-08-08T13:36:42.657Z] [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-20220808.110421-252.pom (1.0 kB at 4.5 kB/s)
09:36:42 [2022-08-08T13:36:42.657Z] [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
09:36:42 [2022-08-08T13:36:42.657Z] [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
09:36:42 [2022-08-08T13:36:42.657Z] [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
09:36:42 [2022-08-08T13:36:42.657Z] [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
09:36:42 [2022-08-08T13:36:42.657Z] [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
09:36:42 [2022-08-08T13:36:42.657Z] [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 30 kB/s)
09:36:42 [2022-08-08T13:36:42.658Z] [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-20220808.110421-252.pom
09:36:42 [2022-08-08T13:36:42.658Z] [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-20220808.110421-252.pom (1.1 kB at 15 kB/s)
09:36:42 [2022-08-08T13:36:42.658Z] [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
09:36:42 [2022-08-08T13:36:42.916Z] [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
09:36:42 [2022-08-08T13:36:42.916Z] [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
09:36:42 [2022-08-08T13:36:42.916Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [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 46 kB/s)
09:36:43 [2022-08-08T13:36:43.180Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [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
09:36:43 [2022-08-08T13:36:43.180Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:43 [2022-08-08T13:36:43.180Z] [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 13 kB/s)
09:36:43 [2022-08-08T13:36:43.180Z] [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-20220808.110421-39.pom
09:36:43 [2022-08-08T13:36:43.442Z] [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-20220808.110421-39.pom (1.7 kB at 6.6 kB/s)
09:36:43 [2022-08-08T13:36:43.442Z] [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
09:36:43 [2022-08-08T13:36:43.442Z] [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
09:36:43 [2022-08-08T13:36:43.442Z] [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
09:36:43 [2022-08-08T13:36:43.442Z] [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
09:36:43 [2022-08-08T13:36:43.442Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
09:36:43 [2022-08-08T13:36:43.709Z] [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
09:36:43 [2022-08-08T13:36:43.709Z] [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)
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
09:36:43 [2022-08-08T13:36:43.709Z] [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
09:36:43 [2022-08-08T13:36:43.709Z] [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 7.2 MB/s)
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
09:36:43 [2022-08-08T13:36:43.709Z] [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 2.5 MB/s)
09:36:43 [2022-08-08T13:36:43.709Z] [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
09:36:43 [2022-08-08T13:36:43.709Z] [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
09:36:43 [2022-08-08T13:36:43.709Z] [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
09:36:43 [2022-08-08T13:36:43.709Z] [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
09:36:43 [2022-08-08T13:36:43.709Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:43 [2022-08-08T13:36:43.709Z] [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 33 kB/s)
09:36:43 [2022-08-08T13:36:43.969Z] [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-20220808.110421-245.pom
09:36:43 [2022-08-08T13:36:43.969Z] [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-20220808.110421-245.pom (1.8 kB at 84 kB/s)
09:36:43 [2022-08-08T13:36:43.969Z] [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
09:36:43 [2022-08-08T13:36:43.969Z] [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
09:36:43 [2022-08-08T13:36:43.969Z] [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
09:36:43 [2022-08-08T13:36:43.969Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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)
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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
09:36:44 [2022-08-08T13:36:44.230Z] [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)
09:36:44 [2022-08-08T13:36:44.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
09:36:44 [2022-08-08T13:36:44.230Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
09:36:44 [2022-08-08T13:36:44.230Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
09:36:45 [2022-08-08T13:36:45.384Z] [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
09:36:45 [2022-08-08T13:36:45.384Z] [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 2.9 MB/s)
09:36:45 [2022-08-08T13:36:45.384Z] [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
09:36:45 [2022-08-08T13:36:45.384Z] [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
09:36:45 [2022-08-08T13:36:45.384Z] [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
09:36:45 [2022-08-08T13:36:45.384Z] [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
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.384Z] [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 53 kB/s)
09:36:45 [2022-08-08T13:36:45.384Z] [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-20220808.110421-245.pom
09:36:45 [2022-08-08T13:36:45.384Z] [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-20220808.110421-245.pom (1.3 kB at 20 kB/s)
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
09:36:45 [2022-08-08T13:36:45.384Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 2.4 MB/s)
09:36:45 [2022-08-08T13:36:45.385Z] [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
09:36:45 [2022-08-08T13:36:45.385Z] [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
09:36:45 [2022-08-08T13:36:45.385Z] [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
09:36:45 [2022-08-08T13:36:45.385Z] [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
09:36:45 [2022-08-08T13:36:45.643Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.643Z] [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 25 kB/s)
09:36:45 [2022-08-08T13:36:45.643Z] [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-20220808.110421-245.pom
09:36:45 [2022-08-08T13:36:45.906Z] [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-20220808.110421-245.pom (2.1 kB at 7.5 kB/s)
09:36:45 [2022-08-08T13:36:45.906Z] [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
09:36:45 [2022-08-08T13:36:45.906Z] [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
09:36:45 [2022-08-08T13:36:45.906Z] [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
09:36:45 [2022-08-08T13:36:45.906Z] [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
09:36:45 [2022-08-08T13:36:45.906Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.906Z] [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 36 kB/s)
09:36:45 [2022-08-08T13:36:45.906Z] [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-20220808.110421-183.pom
09:36:45 [2022-08-08T13:36:45.906Z] [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-20220808.110421-183.pom (7.8 kB at 163 kB/s)
09:36:45 [2022-08-08T13:36:45.907Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.907Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.907Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.907Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
09:36:45 [2022-08-08T13:36:45.907Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
09:36:46 [2022-08-08T13:36:46.865Z] [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
09:36:46 [2022-08-08T13:36:46.865Z] [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
09:36:46 [2022-08-08T13:36:46.865Z] [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
09:36:46 [2022-08-08T13:36:46.865Z] [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
09:36:46 [2022-08-08T13:36:46.865Z] [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
09:36:46 [2022-08-08T13:36:46.865Z] [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
09:36:47 [2022-08-08T13:36:47.124Z] [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 71 kB/s)
09:36:47 [2022-08-08T13:36:47.124Z] [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
09:36:47 [2022-08-08T13:36:47.125Z] [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
09:36:47 [2022-08-08T13:36:47.125Z] [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
09:36:47 [2022-08-08T13:36:47.125Z] [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
09:36:47 [2022-08-08T13:36:47.125Z] [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
09:36:47 [2022-08-08T13:36:47.125Z] [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
09:36:48 [2022-08-08T13:36:48.062Z] [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 2.4 kB/s)
09:36:48 [2022-08-08T13:36:48.062Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
09:36:48 [2022-08-08T13:36:48.062Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
09:36:48 [2022-08-08T13:36:48.062Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
09:36:48 [2022-08-08T13:36:48.062Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
09:36:48 [2022-08-08T13:36:48.062Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.455Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.456Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
09:36:49 [2022-08-08T13:36:49.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.296Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.296Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.296Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.296Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.296Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.573Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.573Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.573Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.573Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.573Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
09:36:50 [2022-08-08T13:36:50.573Z] [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
09:36:50 [2022-08-08T13:36:50.573Z] [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
09:36:50 [2022-08-08T13:36:50.573Z] [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
09:36:50 [2022-08-08T13:36:50.573Z] [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
09:36:50 [2022-08-08T13:36:50.573Z] [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
09:36:50 [2022-08-08T13:36:50.840Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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 7.3 kB/s)
09:36:51 [2022-08-08T13:36:51.309Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.309Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.309Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.309Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.309Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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 56 kB/s)
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.309Z] [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
09:36:51 [2022-08-08T13:36:51.568Z] [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
09:36:51 [2022-08-08T13:36:51.568Z] [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 44 kB/s)
09:36:51 [2022-08-08T13:36:51.568Z] [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
09:36:51 [2022-08-08T13:36:51.568Z] [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
09:36:51 [2022-08-08T13:36:51.568Z] [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
09:36:51 [2022-08-08T13:36:51.568Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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 54 kB/s)
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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
09:36:51 [2022-08-08T13:36:51.569Z] [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 122 kB/s)
09:36:51 [2022-08-08T13:36:51.569Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.569Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.prefs/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.569Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.569Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.828Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.prefs/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.828Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml
09:36:51 [2022-08-08T13:36:51.828Z] [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 16 kB/s)
09:36:51 [2022-08-08T13:36:51.828Z] [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
09:36:51 [2022-08-08T13:36:51.828Z] [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
09:36:51 [2022-08-08T13:36:51.829Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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 76 kB/s)
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.204Z] [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 568 kB/s)
09:36:53 [2022-08-08T13:36:53.204Z] [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
09:36:53 [2022-08-08T13:36:53.205Z] [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
09:36:53 [2022-08-08T13:36:53.205Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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)
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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 120 kB/s)
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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 120 kB/s)
09:36:54 [2022-08-08T13:36:54.144Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/maven-metadata.xml
09:36:54 [2022-08-08T13:36:54.144Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/maven-metadata.xml
09:36:54 [2022-08-08T13:36:54.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/maven-metadata.xml
09:36:54 [2022-08-08T13:36:54.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/maven-metadata.xml
09:36:54 [2022-08-08T13:36:54.144Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/maven-metadata.xml
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.144Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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 20 kB/s)
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.402Z] [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
09:36:54 [2022-08-08T13:36:54.403Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml
09:36:54 [2022-08-08T13:36:54.403Z] [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
09:36:54 [2022-08-08T13:36:54.403Z] [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 39 kB/s)
09:36:54 [2022-08-08T13:36:54.403Z] [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
09:36:54 [2022-08-08T13:36:54.403Z] [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
09:36:54 [2022-08-08T13:36:54.403Z] [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
09:36:54 [2022-08-08T13:36:54.661Z] [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
09:36:54 [2022-08-08T13:36:54.661Z] [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
09:36:54 [2022-08-08T13:36:54.661Z] [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
09:36:54 [2022-08-08T13:36:54.661Z] [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 127 kB/s)
09:36:54 [2022-08-08T13:36:54.661Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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 127 kB/s)
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.662Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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 34 kB/s)
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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 108 kB/s)
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:54 [2022-08-08T13:36:54.920Z] [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
09:36:55 [2022-08-08T13:36:55.179Z] [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
09:36:55 [2022-08-08T13:36:55.179Z] [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 45 kB/s)
09:36:55 [2022-08-08T13:36:55.179Z] [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
09:36:55 [2022-08-08T13:36:55.179Z] [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
09:36:55 [2022-08-08T13:36:55.179Z] [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
09:36:55 [2022-08-08T13:36:55.179Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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 96 kB/s)
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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 115 kB/s)
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.437Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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 77 kB/s)
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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 121 kB/s)
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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 28 kB/s)
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.695Z] [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
09:36:55 [2022-08-08T13:36:55.955Z] [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 59 kB/s)
09:36:55 [2022-08-08T13:36:55.955Z] [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
09:36:55 [2022-08-08T13:36:55.955Z] [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
09:36:55 [2022-08-08T13:36:55.955Z] [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
09:36:55 [2022-08-08T13:36:55.955Z] [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
09:36:55 [2022-08-08T13:36:55.955Z] [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
09:36:55 [2022-08-08T13:36:55.955Z] [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
09:36:57 [2022-08-08T13:36:57.332Z] [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 2.3 kB/s)
09:36:57 [2022-08-08T13:36:57.332Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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 80 kB/s)
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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 60 kB/s)
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.333Z] [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
09:36:57 [2022-08-08T13:36:57.595Z] [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
09:36:57 [2022-08-08T13:36:57.595Z] [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
09:36:57 [2022-08-08T13:36:57.595Z] [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 154 kB/s)
09:36:57 [2022-08-08T13:36:57.595Z] [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
09:36:57 [2022-08-08T13:36:57.858Z] [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
09:36:57 [2022-08-08T13:36:57.858Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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 47 kB/s)
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:57 [2022-08-08T13:36:57.859Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.0/org.eclipse.equinox.p2.artifact.repository-1.3.0.pom (2.5 kB at 58 kB/s)
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.3.100/org.eclipse.equinox.p2.artifact.repository-1.3.100.pom (2.5 kB at 69 kB/s)
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.118Z] [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
09:36:58 [2022-08-08T13:36:58.119Z] [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
09:36:58 [2022-08-08T13:36:58.377Z] [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
09:36:58 [2022-08-08T13:36:58.377Z] [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
09:36:58 [2022-08-08T13:36:58.378Z] [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 47 kB/s)
09:36:58 [2022-08-08T13:36:58.378Z] [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
09:36:58 [2022-08-08T13:36:58.378Z] [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
09:36:58 [2022-08-08T13:36:58.378Z] [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
09:36:58 [2022-08-08T13:36:58.378Z] [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
09:36:58 [2022-08-08T13:36:58.378Z] [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
09:36:58 [2022-08-08T13:36:58.636Z] [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
09:36:58 [2022-08-08T13:36:58.636Z] [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 58 kB/s)
09:36:58 [2022-08-08T13:36:58.636Z] [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
09:36:58 [2022-08-08T13:36:58.636Z] [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
09:36:58 [2022-08-08T13:36:58.636Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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 92 kB/s)
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.895Z] [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
09:36:58 [2022-08-08T13:36:58.896Z] [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
09:36:58 [2022-08-08T13:36:58.896Z] [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
09:36:58 [2022-08-08T13:36:58.896Z] [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 73 kB/s)
09:36:58 [2022-08-08T13:36:58.896Z] [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
09:36:58 [2022-08-08T13:36:58.896Z] [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
09:36:58 [2022-08-08T13:36:58.896Z] [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
09:36:58 [2022-08-08T13:36:58.896Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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 56 kB/s)
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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 67 kB/s)
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.157Z] [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
09:36:59 [2022-08-08T13:36:59.158Z] [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 131 kB/s)
09:36:59 [2022-08-08T13:36:59.158Z] [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
09:36:59 [2022-08-08T13:36:59.158Z] [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
09:36:59 [2022-08-08T13:36:59.423Z] [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
09:36:59 [2022-08-08T13:36:59.423Z] [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
09:36:59 [2022-08-08T13:36:59.423Z] [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
09:36:59 [2022-08-08T13:36:59.423Z] [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
09:36:59 [2022-08-08T13:36:59.682Z] [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 11 kB/s)
09:36:59 [2022-08-08T13:36:59.682Z] [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
09:36:59 [2022-08-08T13:36:59.682Z] [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
09:36:59 [2022-08-08T13:36:59.682Z] [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
09:36:59 [2022-08-08T13:36:59.682Z] [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
09:36:59 [2022-08-08T13:36:59.682Z] [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
09:36:59 [2022-08-08T13:36:59.682Z] [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
09:36:59 [2022-08-08T13:36:59.683Z] [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 50 kB/s)
09:36:59 [2022-08-08T13:36:59.683Z] [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
09:36:59 [2022-08-08T13:36:59.683Z] [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
09:36:59 [2022-08-08T13:36:59.683Z] [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
09:36:59 [2022-08-08T13:36:59.683Z] [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
09:36:59 [2022-08-08T13:36:59.683Z] [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
09:36:59 [2022-08-08T13:36:59.683Z] [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
09:37:00 [2022-08-08T13:37:00.850Z] [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 2.4 kB/s)
09:37:00 [2022-08-08T13:37:00.850Z] [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
09:37:00 [2022-08-08T13:37:00.850Z] [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
09:37:00 [2022-08-08T13:37:00.850Z] [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
09:37:00 [2022-08-08T13:37:00.850Z] [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
09:37:00 [2022-08-08T13:37:00.850Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml
09:37:00 [2022-08-08T13:37:00.850Z] [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 20 kB/s)
09:37:00 [2022-08-08T13:37:00.851Z] [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-20220808.110421-35.pom
09:37:01 [2022-08-08T13:37:01.110Z] [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-20220808.110421-35.pom (1.7 kB at 7.2 kB/s)
09:37:01 [2022-08-08T13:37:01.110Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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 78 kB/s)
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.371Z] [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
09:37:01 [2022-08-08T13:37:01.630Z] [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 18 kB/s)
09:37:01 [2022-08-08T13:37:01.630Z] [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
09:37:01 [2022-08-08T13:37:01.630Z] [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
09:37:01 [2022-08-08T13:37:01.630Z] [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
09:37:01 [2022-08-08T13:37:01.888Z] [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
09:37:01 [2022-08-08T13:37:01.888Z] [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
09:37:01 [2022-08-08T13:37:01.888Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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 1.2 kB/s)
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.058Z] [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 25 kB/s)
09:37:03 [2022-08-08T13:37:03.058Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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 39 kB/s)
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.321Z] [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
09:37:03 [2022-08-08T13:37:03.581Z] [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
09:37:03 [2022-08-08T13:37:03.581Z] [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
09:37:03 [2022-08-08T13:37:03.581Z] [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
09:37:03 [2022-08-08T13:37:03.581Z] [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
09:37:03 [2022-08-08T13:37:03.581Z] [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 37 kB/s)
09:37:03 [2022-08-08T13:37:03.581Z] [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
09:37:03 [2022-08-08T13:37:03.581Z] [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
09:37:03 [2022-08-08T13:37:03.852Z] [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
09:37:03 [2022-08-08T13:37:03.852Z] [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
09:37:03 [2022-08-08T13:37:03.853Z] [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
09:37:03 [2022-08-08T13:37:03.853Z] [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
09:37:03 [2022-08-08T13:37:03.853Z] [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 33 kB/s)
09:37:03 [2022-08-08T13:37:03.853Z] [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
09:37:04 [2022-08-08T13:37:04.117Z] [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
09:37:04 [2022-08-08T13:37:04.117Z] [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
09:37:05 [2022-08-08T13:37:05.503Z] [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
09:37:05 [2022-08-08T13:37:05.503Z] [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
09:37:05 [2022-08-08T13:37:05.503Z] [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
09:37:05 [2022-08-08T13:37:05.503Z] [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 51 kB/s)
09:37:05 [2022-08-08T13:37:05.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
09:37:05 [2022-08-08T13:37:05.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
09:37:05 [2022-08-08T13:37:05.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
09:37:05 [2022-08-08T13:37:05.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
09:37:05 [2022-08-08T13:37:05.504Z] [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
09:37:05 [2022-08-08T13:37:05.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml
09:37:05 [2022-08-08T13:37:05.504Z] [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 3.6 kB/s)
09:37:06 [2022-08-08T13:37:06.614Z] [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
09:37:06 [2022-08-08T13:37:06.614Z] [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
09:37:06 [2022-08-08T13:37:06.614Z] [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
09:37:06 [2022-08-08T13:37:06.614Z] [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
09:37:06 [2022-08-08T13:37:06.614Z] [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
09:37:06 [2022-08-08T13:37:06.614Z] [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
09:37:06 [2022-08-08T13:37:06.614Z] [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 76 kB/s)
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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 126 kB/s)
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.615Z] [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
09:37:06 [2022-08-08T13:37:06.874Z] [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
09:37:06 [2022-08-08T13:37:06.874Z] [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
09:37:06 [2022-08-08T13:37:06.874Z] [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
09:37:06 [2022-08-08T13:37:06.874Z] [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
09:37:06 [2022-08-08T13:37:06.874Z] [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 91 kB/s)
09:37:06 [2022-08-08T13:37:06.874Z] [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
09:37:06 [2022-08-08T13:37:06.874Z] [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
09:37:07 [2022-08-08T13:37:07.809Z] [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
09:37:07 [2022-08-08T13:37:07.809Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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 61 kB/s)
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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 53 kB/s)
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.286Z] [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
09:37:08 [2022-08-08T13:37:08.547Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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 2.3 kB/s)
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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 62 kB/s)
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.485Z] [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
09:37:09 [2022-08-08T13:37:09.486Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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 56 kB/s)
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:09 [2022-08-08T13:37:09.769Z] [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 27 kB/s)
09:37:09 [2022-08-08T13:37:09.769Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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 127 kB/s)
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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 88 kB/s)
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.039Z] [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
09:37:10 [2022-08-08T13:37:10.300Z] [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 104 kB/s)
09:37:10 [2022-08-08T13:37:10.300Z] [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
09:37:10 [2022-08-08T13:37:10.300Z] [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
09:37:10 [2022-08-08T13:37:10.300Z] [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
09:37:10 [2022-08-08T13:37:10.300Z] [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
09:37:10 [2022-08-08T13:37:10.565Z] [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
09:37:10 [2022-08-08T13:37:10.565Z] [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
09:37:10 [2022-08-08T13:37:10.565Z] [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 67 kB/s)
09:37:10 [2022-08-08T13:37:10.565Z] [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
09:37:10 [2022-08-08T13:37:10.566Z] [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
09:37:10 [2022-08-08T13:37:10.566Z] [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
09:37:10 [2022-08-08T13:37:10.566Z] [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
09:37:10 [2022-08-08T13:37:10.566Z] [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
09:37:10 [2022-08-08T13:37:10.566Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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 7.6 kB/s)
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:10 [2022-08-08T13:37:10.825Z] [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 42 kB/s)
09:37:10 [2022-08-08T13:37:10.825Z] [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
09:37:11 [2022-08-08T13:37:11.288Z] [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
09:37:11 [2022-08-08T13:37:11.288Z] [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
09:37:11 [2022-08-08T13:37:11.288Z] [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
09:37:11 [2022-08-08T13:37:11.288Z] [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
09:37:11 [2022-08-08T13:37:11.288Z] [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
09:37:11 [2022-08-08T13:37:11.288Z] [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 125 kB/s)
09:37:11 [2022-08-08T13:37:11.288Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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 44 kB/s)
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:11 [2022-08-08T13:37:11.548Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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 58 kB/s)
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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 12 kB/s)
09:37:12 [2022-08-08T13:37:12.012Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
09:37:12 [2022-08-08T13:37:12.012Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
09:37:12 [2022-08-08T13:37:12.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
09:37:12 [2022-08-08T13:37:12.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
09:37:12 [2022-08-08T13:37:12.012Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
09:37:12 [2022-08-08T13:37:12.012Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml
09:37:12 [2022-08-08T13:37:12.012Z] [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)
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.012Z] [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
09:37:12 [2022-08-08T13:37:12.272Z] [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
09:37:12 [2022-08-08T13:37:12.272Z] [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
09:37:12 [2022-08-08T13:37:12.272Z] [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
09:37:12 [2022-08-08T13:37:12.272Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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 15 kB/s)
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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 1.2 MB/s)
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.532Z] [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 36 kB/s)
09:37:12 [2022-08-08T13:37:12.532Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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 17 kB/s)
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:12 [2022-08-08T13:37:12.792Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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 21 kB/s)
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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 12 kB/s)
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.061Z] [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
09:37:13 [2022-08-08T13:37:13.062Z] [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
09:37:13 [2022-08-08T13:37:13.333Z] [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 15 kB/s)
09:37:13 [2022-08-08T13:37:13.333Z] [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
09:37:13 [2022-08-08T13:37:13.333Z] [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
09:37:13 [2022-08-08T13:37:13.334Z] [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
09:37:13 [2022-08-08T13:37:13.591Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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 25 kB/s)
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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 16 kB/s)
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.592Z] [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
09:37:13 [2022-08-08T13:37:13.856Z] [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
09:37:13 [2022-08-08T13:37:13.856Z] [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
09:37:13 [2022-08-08T13:37:13.856Z] [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
09:37:14 [2022-08-08T13:37:14.114Z] [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 24 kB/s)
09:37:14 [2022-08-08T13:37:14.114Z] [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
09:37:14 [2022-08-08T13:37:14.114Z] [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
09:37:14 [2022-08-08T13:37:14.114Z] [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
09:37:14 [2022-08-08T13:37:14.373Z] [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
09:37:14 [2022-08-08T13:37:14.373Z] [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
09:37:14 [2022-08-08T13:37:14.373Z] [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
09:37:14 [2022-08-08T13:37:14.373Z] [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 23 kB/s)
09:37:14 [2022-08-08T13:37:14.373Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
09:37:14 [2022-08-08T13:37:14.373Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
09:37:14 [2022-08-08T13:37:14.373Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
09:37:14 [2022-08-08T13:37:14.373Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
09:37:14 [2022-08-08T13:37:14.373Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml
09:37:14 [2022-08-08T13:37:14.374Z] [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
09:37:14 [2022-08-08T13:37:14.374Z] [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 21 kB/s)
09:37:15 [2022-08-08T13:37:15.324Z] [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
09:37:15 [2022-08-08T13:37:15.324Z] [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
09:37:15 [2022-08-08T13:37:15.583Z] [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
09:37:15 [2022-08-08T13:37:15.583Z] [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
09:37:15 [2022-08-08T13:37:15.583Z] [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
09:37:15 [2022-08-08T13:37:15.583Z] [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
09:37:15 [2022-08-08T13:37:15.583Z] [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 23 kB/s)
09:37:15 [2022-08-08T13:37:15.583Z] [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
09:37:15 [2022-08-08T13:37:15.583Z] [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
09:37:15 [2022-08-08T13:37:15.584Z] [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
09:37:15 [2022-08-08T13:37:15.584Z] [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
09:37:15 [2022-08-08T13:37:15.584Z] [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
09:37:15 [2022-08-08T13:37:15.584Z] [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
09:37:15 [2022-08-08T13:37:15.584Z] [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 7.3 kB/s)
09:37:15 [2022-08-08T13:37:15.584Z] [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
09:37:15 [2022-08-08T13:37:15.584Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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 25 kB/s)
09:37:15 [2022-08-08T13:37:15.844Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
09:37:15 [2022-08-08T13:37:15.844Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
09:37:15 [2022-08-08T13:37:15.844Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
09:37:15 [2022-08-08T13:37:15.844Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml
09:37:15 [2022-08-08T13:37:15.844Z] [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 27 kB/s)
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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 18 kB/s)
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:15 [2022-08-08T13:37:15.844Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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 18 kB/s)
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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 8.7 kB/s)
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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 25 kB/s)
09:37:16 [2022-08-08T13:37:16.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
09:37:16 [2022-08-08T13:37:16.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
09:37:16 [2022-08-08T13:37:16.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
09:37:16 [2022-08-08T13:37:16.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
09:37:16 [2022-08-08T13:37:16.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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 51 kB/s)
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.311Z] [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
09:37:16 [2022-08-08T13:37:16.312Z] [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
09:37:16 [2022-08-08T13:37:16.312Z] [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
09:37:16 [2022-08-08T13:37:16.570Z] [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 59 kB/s)
09:37:16 [2022-08-08T13:37:16.570Z] [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
09:37:16 [2022-08-08T13:37:16.570Z] [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
09:37:16 [2022-08-08T13:37:16.571Z] [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
09:37:16 [2022-08-08T13:37:16.571Z] [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
09:37:17 [2022-08-08T13:37:17.506Z] [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
09:37:17 [2022-08-08T13:37:17.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.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom
09:37:17 [2022-08-08T13:37:17.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.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom (2.1 kB at 62 kB/s)
09:37:17 [2022-08-08T13:37:17.506Z] [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
09:37:17 [2022-08-08T13:37:17.506Z] [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
09:37:17 [2022-08-08T13:37:17.506Z] [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
09:37:17 [2022-08-08T13:37:17.506Z] [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
09:37:17 [2022-08-08T13:37:17.506Z] [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
09:37:17 [2022-08-08T13:37:17.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.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom
09:37:17 [2022-08-08T13:37:17.766Z] [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 105 kB/s)
09:37:17 [2022-08-08T13:37:17.766Z] [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
09:37:17 [2022-08-08T13:37:17.766Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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 111 kB/s)
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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 41 kB/s)
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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 101 kB/s)
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:17 [2022-08-08T13:37:17.767Z] [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
09:37:18 [2022-08-08T13:37:18.025Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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 46 kB/s)
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.026Z] [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
09:37:18 [2022-08-08T13:37:18.284Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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 106 kB/s)
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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 92 kB/s)
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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 63 kB/s)
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.285Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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 66 kB/s)
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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 112 kB/s)
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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 125 kB/s)
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.544Z] [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
09:37:18 [2022-08-08T13:37:18.804Z] [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
09:37:18 [2022-08-08T13:37:18.804Z] [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
09:37:18 [2022-08-08T13:37:18.804Z] [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
09:37:19 [2022-08-08T13:37:19.062Z] [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
09:37:19 [2022-08-08T13:37:19.321Z] [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 8.1 kB/s)
09:37:19 [2022-08-08T13:37:19.321Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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 73 kB/s)
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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 76 kB/s)
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.322Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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 11 kB/s)
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:19 [2022-08-08T13:37:19.581Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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 7.9 kB/s)
09:37:21 [2022-08-08T13:37:21.696Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
09:37:21 [2022-08-08T13:37:21.696Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/felix-parent/6/felix-parent-6.pom
09:37:21 [2022-08-08T13:37:21.696Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
09:37:21 [2022-08-08T13:37:21.696Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
09:37:21 [2022-08-08T13:37:21.696Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/6/felix-parent-6.pom
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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 192 kB/s)
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.696Z] [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
09:37:21 [2022-08-08T13:37:21.955Z] [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 45 kB/s)
09:37:21 [2022-08-08T13:37:21.955Z] [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
09:37:21 [2022-08-08T13:37:21.955Z] [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
09:37:21 [2022-08-08T13:37:21.955Z] [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
09:37:21 [2022-08-08T13:37:21.955Z] [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
09:37:22 [2022-08-08T13:37:22.889Z] [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
09:37:22 [2022-08-08T13:37:22.889Z] [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
09:37:22 [2022-08-08T13:37:22.889Z] [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 180 kB/s)
09:37:22 [2022-08-08T13:37:22.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
09:37:22 [2022-08-08T13:37:22.889Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
09:37:22 [2022-08-08T13:37:22.889Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
09:37:22 [2022-08-08T13:37:22.889Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
09:37:22 [2022-08-08T13:37:22.889Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
09:37:23 [2022-08-08T13:37:23.148Z] [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
09:37:23 [2022-08-08T13:37:23.148Z] [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 528 kB/s)
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
09:37:23 [2022-08-08T13:37:23.148Z] [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 60 kB/s)
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.148Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.407Z] [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 55 kB/s)
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.407Z] [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 380 kB/s)
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.407Z] [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
09:37:23 [2022-08-08T13:37:23.408Z] [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 40 kB/s)
09:37:23 [2022-08-08T13:37:23.408Z] [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-20220808.110421-252.pom
09:37:23 [2022-08-08T13:37:23.408Z] [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-20220808.110421-252.pom (971 B at 23 kB/s)
09:37:23 [2022-08-08T13:37:23.408Z] [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
09:37:23 [2022-08-08T13:37:23.408Z] [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
09:37:23 [2022-08-08T13:37:23.408Z] [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
09:37:23 [2022-08-08T13:37:23.408Z] [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
09:37:23 [2022-08-08T13:37:23.408Z] [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
09:37:23 [2022-08-08T13:37:23.408Z] [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 40 kB/s)
09:37:23 [2022-08-08T13:37:23.408Z] [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-20220808.110421-252.pom
09:37:23 [2022-08-08T13:37:23.665Z] [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-20220808.110421-252.pom (955 B at 29 kB/s)
09:37:23 [2022-08-08T13:37:23.665Z] [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
09:37:23 [2022-08-08T13:37:23.665Z] [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
09:37:23 [2022-08-08T13:37:23.665Z] [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
09:37:23 [2022-08-08T13:37:23.665Z] [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
09:37:23 [2022-08-08T13:37:23.665Z] [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
09:37:23 [2022-08-08T13:37:23.665Z] [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 35 kB/s)
09:37:23 [2022-08-08T13:37:23.666Z] [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-20220808.110421-252.pom
09:37:23 [2022-08-08T13:37:23.666Z] [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-20220808.110421-252.pom (1.0 kB at 36 kB/s)
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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 42 kB/s)
09:37:23 [2022-08-08T13:37:23.666Z] [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-20220808.110421-252.pom
09:37:23 [2022-08-08T13:37:23.666Z] [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-20220808.110421-252.pom (963 B at 28 kB/s)
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.666Z] [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 120 kB/s)
09:37:23 [2022-08-08T13:37:23.666Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.666Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.666Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.666Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.666Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.666Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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 29 kB/s)
09:37:23 [2022-08-08T13:37:23.924Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.924Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.924Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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 48 kB/s)
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.924Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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 60 kB/s)
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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 67 kB/s)
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:23 [2022-08-08T13:37:23.925Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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 49 kB/s)
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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 67 kB/s)
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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 127 kB/s)
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.183Z] [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
09:37:24 [2022-08-08T13:37:24.184Z] [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
09:37:24 [2022-08-08T13:37:24.184Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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 136 kB/s)
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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 136 kB/s)
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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
09:37:24 [2022-08-08T13:37:24.442Z] [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 64 kB/s)
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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 121 kB/s)
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.443Z] [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
09:37:24 [2022-08-08T13:37:24.726Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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 51 kB/s)
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:24 [2022-08-08T13:37:24.727Z] [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
09:37:25 [2022-08-08T13:37:25.016Z] [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
09:37:25 [2022-08-08T13:37:25.016Z] [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 724 kB/s)
09:37:25 [2022-08-08T13:37:25.016Z] [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
09:37:25 [2022-08-08T13:37:25.016Z] [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
09:37:25 [2022-08-08T13:37:25.016Z] [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
09:37:25 [2022-08-08T13:37:25.017Z] [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
09:37:25 [2022-08-08T13:37:25.314Z] [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
09:37:25 [2022-08-08T13:37:25.315Z] [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
09:37:25 [2022-08-08T13:37:25.315Z] [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 15 kB/s)
09:37:25 [2022-08-08T13:37:25.315Z] [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
09:37:25 [2022-08-08T13:37:25.315Z] [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
09:37:25 [2022-08-08T13:37:25.592Z] [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
09:37:25 [2022-08-08T13:37:25.592Z] [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
09:37:25 [2022-08-08T13:37:25.592Z] [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
09:37:25 [2022-08-08T13:37:25.592Z] [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
09:37:25 [2022-08-08T13:37:25.869Z] [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 17 kB/s)
09:37:25 [2022-08-08T13:37:25.869Z] [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
09:37:25 [2022-08-08T13:37:25.869Z] [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
09:37:25 [2022-08-08T13:37:25.869Z] [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
09:37:25 [2022-08-08T13:37:25.869Z] [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
09:37:25 [2022-08-08T13:37:25.869Z] [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
09:37:25 [2022-08-08T13:37:25.869Z] [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
09:37:26 [2022-08-08T13:37:26.147Z] [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 19 kB/s)
09:37:26 [2022-08-08T13:37:26.147Z] [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
09:37:26 [2022-08-08T13:37:26.147Z] [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
09:37:26 [2022-08-08T13:37:26.147Z] [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
09:37:26 [2022-08-08T13:37:26.147Z] [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
09:37:26 [2022-08-08T13:37:26.147Z] [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
09:37:26 [2022-08-08T13:37:26.147Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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 25 kB/s)
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.410Z] [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 38 kB/s)
09:37:26 [2022-08-08T13:37:26.410Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
09:37:26 [2022-08-08T13:37:26.410Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
09:37:26 [2022-08-08T13:37:26.410Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
09:37:26 [2022-08-08T13:37:26.410Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
09:37:26 [2022-08-08T13:37:26.410Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
09:37:26 [2022-08-08T13:37:26.410Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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 22 kB/s)
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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 97 kB/s)
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:26 [2022-08-08T13:37:26.670Z] [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
09:37:27 [2022-08-08T13:37:27.626Z] [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
09:37:27 [2022-08-08T13:37:27.626Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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 74 kB/s)
09:37:29 [2022-08-08T13:37:29.026Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
09:37:29 [2022-08-08T13:37:29.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
09:37:29 [2022-08-08T13:37:29.026Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
09:37:29 [2022-08-08T13:37:29.026Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml
09:37:29 [2022-08-08T13:37:29.026Z] [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 22 kB/s)
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.026Z] [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
09:37:29 [2022-08-08T13:37:29.285Z] [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 6.4 kB/s)
09:37:29 [2022-08-08T13:37:29.285Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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 48 kB/s)
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.553Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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 39 kB/s)
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:29 [2022-08-08T13:37:29.812Z] [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 45 kB/s)
09:37:29 [2022-08-08T13:37:29.812Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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 106 kB/s)
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.079Z] [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
09:37:30 [2022-08-08T13:37:30.344Z] [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
09:37:30 [2022-08-08T13:37:30.344Z] [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
09:37:30 [2022-08-08T13:37:30.344Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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 55 kB/s)
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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 49 kB/s)
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.603Z] [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
09:37:30 [2022-08-08T13:37:30.874Z] [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
09:37:30 [2022-08-08T13:37:30.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.300/org.eclipse.equinox.security-1.3.300.pom
09:37:31 [2022-08-08T13:37:31.853Z] [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 1.7 kB/s)
09:37:31 [2022-08-08T13:37:31.853Z] [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
09:37:32 [2022-08-08T13:37:32.118Z] [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
09:37:32 [2022-08-08T13:37:32.118Z] [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
09:37:32 [2022-08-08T13:37:32.118Z] [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
09:37:32 [2022-08-08T13:37:32.118Z] [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
09:37:32 [2022-08-08T13:37:32.118Z] [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
09:37:32 [2022-08-08T13:37:32.378Z] [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 25 kB/s)
09:37:32 [2022-08-08T13:37:32.378Z] [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
09:37:32 [2022-08-08T13:37:32.641Z] [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
09:37:32 [2022-08-08T13:37:32.641Z] [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
09:37:32 [2022-08-08T13:37:32.641Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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 70 kB/s)
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:32 [2022-08-08T13:37:32.642Z] [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
09:37:34 [2022-08-08T13:37:34.026Z] [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 1.4 kB/s)
09:37:34 [2022-08-08T13:37:34.026Z] [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
09:37:34 [2022-08-08T13:37:34.026Z] [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
09:37:34 [2022-08-08T13:37:34.286Z] [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
09:37:34 [2022-08-08T13:37:34.286Z] [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
09:37:34 [2022-08-08T13:37:34.286Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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 67 kB/s)
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.545Z] [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
09:37:34 [2022-08-08T13:37:34.804Z] [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 60 kB/s)
09:37:34 [2022-08-08T13:37:34.804Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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 109 kB/s)
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:34 [2022-08-08T13:37:34.805Z] [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
09:37:35 [2022-08-08T13:37:35.063Z] [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
09:37:35 [2022-08-08T13:37:35.063Z] [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 76 kB/s)
09:37:35 [2022-08-08T13:37:35.063Z] [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
09:37:35 [2022-08-08T13:37:35.063Z] [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
09:37:35 [2022-08-08T13:37:35.064Z] [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
09:37:35 [2022-08-08T13:37:35.064Z] [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
09:37:35 [2022-08-08T13:37:35.064Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
09:37:35 [2022-08-08T13:37:35.064Z] [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
09:37:35 [2022-08-08T13:37:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.3 MB/s)
09:37:35 [2022-08-08T13:37:35.064Z] [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
09:37:35 [2022-08-08T13:37:35.064Z] [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
09:37:35 [2022-08-08T13:37:35.064Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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 1.1 MB/s)
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.333Z] [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 436 kB/s)
09:37:35 [2022-08-08T13:37:35.333Z] [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
09:37:35 [2022-08-08T13:37:35.594Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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 52 kB/s)
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.595Z] [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
09:37:35 [2022-08-08T13:37:35.916Z] [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
09:37:35 [2022-08-08T13:37:35.916Z] [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
09:37:35 [2022-08-08T13:37:35.916Z] [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
09:37:35 [2022-08-08T13:37:35.916Z] [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)
09:37:35 [2022-08-08T13:37:35.916Z] [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
09:37:36 [2022-08-08T13:37:36.852Z] [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
09:37:36 [2022-08-08T13:37:36.852Z] [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
09:37:36 [2022-08-08T13:37:36.852Z] [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
09:37:36 [2022-08-08T13:37:36.852Z] [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
09:37:37 [2022-08-08T13:37:37.110Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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 478 kB/s)
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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 60 kB/s)
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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 126 kB/s)
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.111Z] [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
09:37:37 [2022-08-08T13:37:37.369Z] [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
09:37:37 [2022-08-08T13:37:37.369Z] [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
09:37:37 [2022-08-08T13:37:37.369Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
09:37:37 [2022-08-08T13:37:37.369Z] [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
09:37:37 [2022-08-08T13:37:37.369Z] [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 410 kB/s)
09:37:37 [2022-08-08T13:37:37.369Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
09:37:37 [2022-08-08T13:37:37.369Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
09:37:37 [2022-08-08T13:37:37.369Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
09:37:37 [2022-08-08T13:37:37.369Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
09:37:37 [2022-08-08T13:37:37.370Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
09:37:37 [2022-08-08T13:37:37.370Z] [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
09:37:37 [2022-08-08T13:37:37.370Z] [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 396 kB/s)
09:37:37 [2022-08-08T13:37:37.370Z] [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
09:37:37 [2022-08-08T13:37:37.370Z] [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
09:37:37 [2022-08-08T13:37:37.370Z] [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
09:37:37 [2022-08-08T13:37:37.370Z] [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
09:37:37 [2022-08-08T13:37:37.370Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml
09:37:37 [2022-08-08T13:37:37.370Z] [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 17 kB/s)
09:37:37 [2022-08-08T13:37:37.370Z] [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-20220808.110421-245.pom
09:37:37 [2022-08-08T13:37:37.628Z] [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-20220808.110421-245.pom (2.3 kB at 60 kB/s)
09:37:37 [2022-08-08T13:37:37.628Z] [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
09:37:37 [2022-08-08T13:37:37.628Z] [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
09:37:37 [2022-08-08T13:37:37.628Z] [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
09:37:37 [2022-08-08T13:37:37.628Z] [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
09:37:37 [2022-08-08T13:37:37.628Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml
09:37:37 [2022-08-08T13:37:37.628Z] [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 16 kB/s)
09:37:37 [2022-08-08T13:37:37.628Z] [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-20220808.110421-245.pom
09:37:37 [2022-08-08T13:37:37.628Z] [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-20220808.110421-245.pom (1.1 kB at 37 kB/s)
09:37:37 [2022-08-08T13:37:37.628Z] [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-20220808.110421-245.jar
09:37:37 [2022-08-08T13:37:37.628Z] [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-20220808.110421-245.jar
09:37:37 [2022-08-08T13:37:37.629Z] [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-20220808.110421-252.jar
09:37:37 [2022-08-08T13:37:37.629Z] [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-20220808.110421-252.jar
09:37:37 [2022-08-08T13:37:37.629Z] [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
09:37:37 [2022-08-08T13:37:37.629Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
09:37:37 [2022-08-08T13:37:37.629Z] [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-20220808.110421-252.jar (56 kB at 942 kB/s)
09:37:37 [2022-08-08T13:37:37.629Z] [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
09:37:37 [2022-08-08T13:37:37.629Z] [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
09:37:37 [2022-08-08T13:37:37.629Z] [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
09:37:37 [2022-08-08T13:37:37.629Z] [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-20220808.110421-245.jar (295 kB at 3.1 MB/s)
09:37:37 [2022-08-08T13:37:37.629Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:37:37 [2022-08-08T13:37:37.629Z] [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
09:37:37 [2022-08-08T13:37:37.629Z] [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
09:37:37 [2022-08-08T13:37:37.629Z] [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-20220808.110421-245.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-252.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-252.jar (20 kB at 111 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar (22 kB at 115 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-39.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-39.jar (10 kB at 48 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-252.jar (22 kB at 87 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar (5.9 kB at 24 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar (39 kB at 151 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-252.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-245.jar (6.7 kB at 25 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-183.jar
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-252.jar (42 kB at 149 kB/s)
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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
09:37:37 [2022-08-08T13:37:37.888Z] [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-20220808.110421-183.jar (96 kB at 317 kB/s)
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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-20220808.110421-35.jar
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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-20220808.110421-35.jar (37 kB at 110 kB/s)
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [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
09:37:37 [2022-08-08T13:37:37.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
09:37:37 [2022-08-08T13:37:37.889Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
09:37:38 [2022-08-08T13:37:38.148Z] [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-20220808.110421-252.jar
09:37:38 [2022-08-08T13:37:38.148Z] [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-20220808.110421-252.jar
09:37:38 [2022-08-08T13:37:38.148Z] [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-20220808.110421-245.jar (11 kB at 26 kB/s)
09:37:38 [2022-08-08T13:37:38.148Z] [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-20220808.110421-252.jar
09:37:38 [2022-08-08T13:37:38.149Z] [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-20220808.110421-252.jar (163 kB at 368 kB/s)
09:37:38 [2022-08-08T13:37:38.149Z] [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-20220808.110421-252.jar
09:37:38 [2022-08-08T13:37:38.149Z] [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-20220808.110421-252.jar (66 kB at 130 kB/s)
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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-20220808.110421-252.jar (317 kB at 618 kB/s)
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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-20220808.110421-252.jar (5.0 kB at 9.7 kB/s)
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.149Z] [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
09:37:38 [2022-08-08T13:37:38.150Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
09:37:38 [2022-08-08T13:37:38.150Z] [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-20220808.110421-245.jar
09:37:38 [2022-08-08T13:37:38.408Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [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-20220808.110421-245.jar (29 kB at 16 kB/s)
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.346Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.605Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
09:37:39 [2022-08-08T13:37:39.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [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
09:37:39 [2022-08-08T13:37:39.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.607Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
09:37:39 [2022-08-08T13:37:39.866Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.866Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.867Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
09:37:39 [2022-08-08T13:37:39.868Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:39 [2022-08-08T13:37:39.868Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
09:37:39 [2022-08-08T13:37:39.868Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
09:37:41 [2022-08-08T13:37:41.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.246Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
09:37:41 [2022-08-08T13:37:41.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [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
09:37:41 [2022-08-08T13:37:41.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
09:37:41 [2022-08-08T13:37:41.248Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [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)
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 9.7 MB/s)
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.248Z] [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 7.1 MB/s)
09:37:41 [2022-08-08T13:37:41.248Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 8.9 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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 2.4 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar
09:37:41 [2022-08-08T13:37:41.508Z] [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.6 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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 27 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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 3.5 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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.5 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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 3.8 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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.7 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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 1.6 MB/s)
09:37:41 [2022-08-08T13:37:41.508Z] [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
09:37:41 [2022-08-08T13:37:41.508Z] [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)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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.2 MB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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.5 MB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 1.8 MB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 160 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 278 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 11 MB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 738 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 651 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 396 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 496 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 964 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 130 kB/s)
09:37:41 [2022-08-08T13:37:41.509Z] [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
09:37:41 [2022-08-08T13:37:41.509Z] [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 186 kB/s)
09:37:41 [2022-08-08T13:37:41.510Z] [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 108 kB/s)
09:37:41 [2022-08-08T13:37:41.510Z] [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
09:37:41 [2022-08-08T13:37:41.510Z] [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
09:37:41 [2022-08-08T13:37:41.510Z] [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 540 kB/s)
09:37:41 [2022-08-08T13:37:41.510Z] [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
09:37:41 [2022-08-08T13:37:41.510Z] [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 99 kB/s)
09:37:41 [2022-08-08T13:37:41.510Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 157 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 230 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 176 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 121 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 353 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 317 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 8.9 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 1.0 MB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 161 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:41 [2022-08-08T13:37:41.770Z] [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 882 kB/s)
09:37:41 [2022-08-08T13:37:41.770Z] [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
09:37:42 [2022-08-08T13:37:42.029Z] [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 19 kB/s)
09:37:42 [2022-08-08T13:37:42.029Z] [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
09:37:42 [2022-08-08T13:37:42.029Z] [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 9.3 MB/s)
09:37:42 [2022-08-08T13:37:42.029Z] [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
09:37:42 [2022-08-08T13:37:42.029Z] [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 157 kB/s)
09:37:42 [2022-08-08T13:37:42.029Z] [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
09:37:42 [2022-08-08T13:37:42.029Z] [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 111 kB/s)
09:37:42 [2022-08-08T13:37:42.029Z] [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
09:37:42 [2022-08-08T13:37:42.029Z] [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 72 kB/s)
09:37:42 [2022-08-08T13:37:42.030Z] [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
09:37:42 [2022-08-08T13:37:42.288Z] [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 4.0 MB/s)
09:37:42 [2022-08-08T13:37:42.288Z] [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
09:37:42 [2022-08-08T13:37:42.288Z] [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 32 kB/s)
09:37:42 [2022-08-08T13:37:42.288Z] [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
09:37:42 [2022-08-08T13:37:42.288Z] [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 29 kB/s)
09:37:42 [2022-08-08T13:37:42.289Z] [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
09:37:42 [2022-08-08T13:37:42.289Z] [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 46 kB/s)
09:37:42 [2022-08-08T13:37:42.289Z] [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
09:37:42 [2022-08-08T13:37:42.289Z] [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 102 kB/s)
09:37:42 [2022-08-08T13:37:42.289Z] [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
09:37:42 [2022-08-08T13:37:42.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar (136 kB at 109 kB/s)
09:37:42 [2022-08-08T13:37:42.548Z] [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
09:37:42 [2022-08-08T13:37:42.548Z] [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 47 kB/s)
09:37:42 [2022-08-08T13:37:42.548Z] [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
09:37:43 [2022-08-08T13:37:43.012Z] [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 195 kB/s)
09:37:43 [2022-08-08T13:37:43.012Z] [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
09:37:43 [2022-08-08T13:37:43.012Z] [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 206 kB/s)
09:37:43 [2022-08-08T13:37:43.012Z] [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
09:37:43 [2022-08-08T13:37:43.012Z] [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 100 kB/s)
09:37:43 [2022-08-08T13:37:43.012Z] [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
09:37:43 [2022-08-08T13:37:43.012Z] [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 2.9 kB/s)
09:37:43 [2022-08-08T13:37:43.012Z] [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 248 kB/s)
09:37:43 [2022-08-08T13:37:43.012Z] [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 57 kB/s)
09:37:43 [2022-08-08T13:37:43.012Z] [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 249 kB/s)
09:37:43 [2022-08-08T13:37:43.271Z] [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 22 kB/s)
09:37:48 [2022-08-08T13:37:48.537Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access (You can disable this with -Dtycho.p2.transport=ecf) ###
09:37:48 [2022-08-08T13:37:48.537Z] [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
09:37:48 [2022-08-08T13:37:48.537Z] [INFO]     Transport mode:         online
09:37:48 [2022-08-08T13:37:48.537Z] [INFO]     Update mode:            cache first
09:37:48 [2022-08-08T13:37:48.537Z] [INFO]     Minimum cache duration: 60 minutes
09:37:48 [2022-08-08T13:37:48.537Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
09:37:48 [2022-08-08T13:37:48.796Z] [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
09:37:48 [2022-08-08T13:37:48.796Z] [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
09:37:48 [2022-08-08T13:37:48.796Z] [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
09:37:48 [2022-08-08T13:37:48.796Z] [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
09:37:48 [2022-08-08T13:37:48.796Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml
09:37:48 [2022-08-08T13:37:48.796Z] [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 35 kB/s)
09:37:49 [2022-08-08T13:37:49.056Z] [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-20220808.110421-245.pom
09:37:49 [2022-08-08T13:37:49.056Z] [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-20220808.110421-245.pom (1.9 kB at 90 kB/s)
09:37:49 [2022-08-08T13:37:49.056Z] [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-20220808.110421-245.jar
09:37:49 [2022-08-08T13:37:49.056Z] [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-20220808.110421-245.jar (18 kB at 922 kB/s)
09:37:49 [2022-08-08T13:37:49.056Z] [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
09:37:49 [2022-08-08T13:37:49.056Z] [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
09:37:49 [2022-08-08T13:37:49.056Z] [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
09:37:49 [2022-08-08T13:37:49.056Z] [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
09:37:49 [2022-08-08T13:37:49.056Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:37:49 [2022-08-08T13:37:49.056Z] [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 35 kB/s)
09:37:49 [2022-08-08T13:37:49.056Z] [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-20220808.110421-245.pom
09:37:49 [2022-08-08T13:37:49.317Z] [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-20220808.110421-245.pom (3.0 kB at 46 kB/s)
09:37:49 [2022-08-08T13:37:49.317Z] [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-20220808.110421-245.jar
09:37:49 [2022-08-08T13:37:49.317Z] [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-20220808.110421-245.jar (47 kB at 1.1 MB/s)
09:37:49 [2022-08-08T13:37:49.317Z] [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
09:37:49 [2022-08-08T13:37:49.317Z] [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
09:37:49 [2022-08-08T13:37:49.577Z] [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
09:37:49 [2022-08-08T13:37:49.577Z] [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
09:37:49 [2022-08-08T13:37:49.577Z] [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
09:37:49 [2022-08-08T13:37:49.577Z] [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
09:37:49 [2022-08-08T13:37:49.835Z] [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 63 kB/s)
09:37:49 [2022-08-08T13:37:49.835Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
09:37:49 [2022-08-08T13:37:49.835Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
09:37:49 [2022-08-08T13:37:49.835Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
09:37:49 [2022-08-08T13:37:49.835Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
09:37:49 [2022-08-08T13:37:49.835Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
09:37:49 [2022-08-08T13:37:49.835Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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 314 kB/s)
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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 117 kB/s)
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:49 [2022-08-08T13:37:49.836Z] [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
09:37:50 [2022-08-08T13:37:50.094Z] [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
09:37:50 [2022-08-08T13:37:50.094Z] [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
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
09:37:50 [2022-08-08T13:37:50.094Z] [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
09:37:50 [2022-08-08T13:37:50.094Z] [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 612 kB/s)
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/35/maven-parent-35.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/35/maven-parent-35.pom
09:37:50 [2022-08-08T13:37:50.094Z] [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
09:37:50 [2022-08-08T13:37:50.094Z] [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 1.1 MB/s)
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/25/apache-25.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/25/apache-25.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/25/apache-25.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom
09:37:50 [2022-08-08T13:37:50.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/25/apache-25.pom
09:37:50 [2022-08-08T13:37:50.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
09:37:50 [2022-08-08T13:37:50.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.0 MB/s)
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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 179 kB/s)
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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 268 kB/s)
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.353Z] [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
09:37:50 [2022-08-08T13:37:50.354Z] [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
09:37:50 [2022-08-08T13:37:50.354Z] [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 4.6 MB/s)
09:37:50 [2022-08-08T13:37:50.354Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:37:50 [2022-08-08T13:37:50.354Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:37:50 [2022-08-08T13:37:50.354Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:37:50 [2022-08-08T13:37:50.354Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 3.3 MB/s)
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 4.5 MB/s)
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
09:37:50 [2022-08-08T13:37:50.613Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 2.4 MB/s)
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.613Z] [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 1.3 MB/s)
09:37:50 [2022-08-08T13:37:50.613Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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 3.6 MB/s)
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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)
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.614Z] [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
09:37:50 [2022-08-08T13:37:50.873Z] [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
09:37:50 [2022-08-08T13:37:50.873Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
09:37:50 [2022-08-08T13:37:50.873Z] [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
09:37:50 [2022-08-08T13:37:50.873Z] [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 4.1 MB/s)
09:37:50 [2022-08-08T13:37:50.873Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:37:50 [2022-08-08T13:37:50.873Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:37:50 [2022-08-08T13:37:50.873Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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 2.3 MB/s)
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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 4.5 MB/s)
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 4.0 MB/s)
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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 176 kB/s)
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:50 [2022-08-08T13:37:50.874Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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 111 kB/s)
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.339Z] [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
09:37:51 [2022-08-08T13:37:51.340Z] [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
09:37:51 [2022-08-08T13:37:51.340Z] [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 141 kB/s)
09:37:51 [2022-08-08T13:37:51.340Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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 35 kB/s)
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.272Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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)
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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 62 kB/s)
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.273Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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 94 kB/s)
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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 114 kB/s)
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.531Z] [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
09:37:52 [2022-08-08T13:37:52.532Z] [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
09:37:52 [2022-08-08T13:37:52.532Z] [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
09:37:52 [2022-08-08T13:37:52.532Z] [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
09:37:52 [2022-08-08T13:37:52.532Z] [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 1.3 MB/s)
09:37:52 [2022-08-08T13:37:52.532Z] [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
09:37:52 [2022-08-08T13:37:52.532Z] [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
09:37:52 [2022-08-08T13:37:52.532Z] [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
09:37:52 [2022-08-08T13:37:52.789Z] [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
09:37:52 [2022-08-08T13:37:52.789Z] [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
09:37:52 [2022-08-08T13:37:52.789Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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 1.5 MB/s)
09:37:52 [2022-08-08T13:37:52.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
09:37:52 [2022-08-08T13:37:52.790Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/34/maven-parent-34.pom
09:37:52 [2022-08-08T13:37:52.790Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
09:37:52 [2022-08-08T13:37:52.790Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom
09:37:52 [2022-08-08T13:37:52.790Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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 5.4 MB/s)
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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 1.3 MB/s)
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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 312 kB/s)
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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.4 MB/s)
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:52 [2022-08-08T13:37:52.790Z] [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
09:37:53 [2022-08-08T13:37:53.048Z] [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
09:37:53 [2022-08-08T13:37:53.048Z] [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
09:37:53 [2022-08-08T13:37:53.048Z] [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
09:37:53 [2022-08-08T13:37:53.048Z] [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
09:37:53 [2022-08-08T13:37:53.048Z] [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 5.6 MB/s)
09:37:53 [2022-08-08T13:37:53.048Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
09:37:53 [2022-08-08T13:37:53.980Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
09:37:53 [2022-08-08T13:37:53.980Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
09:37:53 [2022-08-08T13:37:53.980Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
09:37:53 [2022-08-08T13:37:53.980Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom
09:37:53 [2022-08-08T13:37:53.980Z] [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
09:37:53 [2022-08-08T13:37:53.981Z] [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 13 MB/s)
09:37:53 [2022-08-08T13:37:53.981Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom
09:37:53 [2022-08-08T13:37:53.981Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom
09:37:53 [2022-08-08T13:37:53.981Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
09:37:53 [2022-08-08T13:37:53.981Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
09:37:53 [2022-08-08T13:37:53.981Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom
09:37:53 [2022-08-08T13:37:53.981Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
09:37:53 [2022-08-08T13:37:53.981Z] [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)
09:37:53 [2022-08-08T13:37:53.981Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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.3 MB/s)
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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)
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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
09:37:54 [2022-08-08T13:37:54.238Z] [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 1.9 MB/s)
09:37:54 [2022-08-08T13:37:54.239Z] [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
09:37:54 [2022-08-08T13:37:54.239Z] [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
09:37:54 [2022-08-08T13:37:54.239Z] [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
09:37:54 [2022-08-08T13:37:54.239Z] [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
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
09:37:54 [2022-08-08T13:37:54.239Z] [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
09:37:54 [2022-08-08T13:37:54.239Z] [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 392 kB/s)
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom
09:37:54 [2022-08-08T13:37:54.239Z] [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
09:37:54 [2022-08-08T13:37:54.239Z] [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 4.8 MB/s)
09:37:54 [2022-08-08T13:37:54.239Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [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.7 MB/s)
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
09:37:54 [2022-08-08T13:37:54.497Z] [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 5.2 MB/s)
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [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)
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.497Z] [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
09:37:54 [2022-08-08T13:37:54.756Z] [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
09:37:54 [2022-08-08T13:37:54.756Z] [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
09:37:54 [2022-08-08T13:37:54.756Z] [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
09:37:54 [2022-08-08T13:37:54.756Z] [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
09:37:54 [2022-08-08T13:37:54.756Z] [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 8.1 MB/s)
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
09:37:54 [2022-08-08T13:37:54.756Z] [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 246 kB/s)
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
09:37:54 [2022-08-08T13:37:54.756Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
09:37:55 [2022-08-08T13:37:55.015Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
09:37:55 [2022-08-08T13:37:55.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
09:37:55 [2022-08-08T13:37:55.015Z] [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 182 kB/s)
09:37:55 [2022-08-08T13:37:55.015Z] [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
09:37:55 [2022-08-08T13:37:55.015Z] [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
09:37:55 [2022-08-08T13:37:55.015Z] [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
09:37:55 [2022-08-08T13:37:55.015Z] [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
09:37:55 [2022-08-08T13:37:55.015Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom
09:37:55 [2022-08-08T13:37:55.015Z] [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
09:37:55 [2022-08-08T13:37:55.015Z] [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 599 kB/s)
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.016Z] [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 5.1 MB/s)
09:37:55 [2022-08-08T13:37:55.016Z] [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
09:37:55 [2022-08-08T13:37:55.273Z] [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
09:37:55 [2022-08-08T13:37:55.273Z] [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
09:37:55 [2022-08-08T13:37:55.273Z] [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
09:37:55 [2022-08-08T13:37:55.273Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
09:37:55 [2022-08-08T13:37:55.273Z] [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
09:37:55 [2022-08-08T13:37:55.273Z] [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)
09:37:55 [2022-08-08T13:37:55.273Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:37:55 [2022-08-08T13:37:55.273Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:37:55 [2022-08-08T13:37:55.274Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:37:55 [2022-08-08T13:37:55.274Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:37:55 [2022-08-08T13:37:55.274Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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 1.6 MB/s)
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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 526 kB/s)
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.274Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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)
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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 2.5 MB/s)
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.532Z] [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
09:37:55 [2022-08-08T13:37:55.533Z] [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
09:37:55 [2022-08-08T13:37:55.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
09:37:55 [2022-08-08T13:37:55.533Z] [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
09:37:55 [2022-08-08T13:37:55.533Z] [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 138 kB/s)
09:37:55 [2022-08-08T13:37:55.533Z] [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
09:37:55 [2022-08-08T13:37:55.533Z] [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
09:37:55 [2022-08-08T13:37:55.533Z] [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
09:37:55 [2022-08-08T13:37:55.533Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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 847 kB/s)
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:55 [2022-08-08T13:37:55.792Z] [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 1.5 MB/s)
09:37:55 [2022-08-08T13:37:55.792Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
09:37:55 [2022-08-08T13:37:55.792Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
09:37:55 [2022-08-08T13:37:55.792Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
09:37:55 [2022-08-08T13:37:55.792Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
09:37:55 [2022-08-08T13:37:55.792Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
09:37:55 [2022-08-08T13:37:55.792Z] [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
09:37:56 [2022-08-08T13:37:56.050Z] [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 1.1 MB/s)
09:37:56 [2022-08-08T13:37:56.050Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
09:37:56 [2022-08-08T13:37:56.050Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
09:37:56 [2022-08-08T13:37:56.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
09:37:56 [2022-08-08T13:37:56.051Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
09:37:56 [2022-08-08T13:37:56.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
09:37:56 [2022-08-08T13:37:56.051Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
09:37:56 [2022-08-08T13:37:56.051Z] [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 2.4 MB/s)
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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 151 kB/s)
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
09:37:56 [2022-08-08T13:37:56.051Z] [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
09:37:56 [2022-08-08T13:37:56.051Z] [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 72 kB/s)
09:37:56 [2022-08-08T13:37:56.051Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/36/maven-parent-36.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom
09:37:56 [2022-08-08T13:37:56.309Z] [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
09:37:56 [2022-08-08T13:37:56.309Z] [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 1.1 MB/s)
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/26/apache-26.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/26/apache-26.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/26/apache-26.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/26/apache-26.pom
09:37:56 [2022-08-08T13:37:56.309Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
09:37:56 [2022-08-08T13:37:56.309Z] [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 540 kB/s)
09:37:56 [2022-08-08T13:37:56.309Z] [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
09:37:56 [2022-08-08T13:37:56.309Z] [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
09:37:56 [2022-08-08T13:37:56.309Z] [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
09:37:56 [2022-08-08T13:37:56.309Z] [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
09:37:56 [2022-08-08T13:37:56.310Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:37:56 [2022-08-08T13:37:56.568Z] [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 16 kB/s)
09:37:56 [2022-08-08T13:37:56.568Z] [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-20220808.110421-245.pom
09:37:56 [2022-08-08T13:37:56.568Z] [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-20220808.110421-245.pom (2.5 kB at 75 kB/s)
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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-20220808.110421-245.jar
09:37:56 [2022-08-08T13:37:56.568Z] [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-20220808.110421-245.jar (121 kB at 2.2 MB/s)
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.568Z] [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
09:37:56 [2022-08-08T13:37:56.826Z] [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 410 kB/s)
09:38:05 [2022-08-08T13:38:05.119Z] [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 4.2 kB/s)
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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 258 kB/s)
09:38:05 [2022-08-08T13:38:05.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
09:38:05 [2022-08-08T13:38:05.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
09:38:05 [2022-08-08T13:38:05.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
09:38:05 [2022-08-08T13:38:05.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
09:38:05 [2022-08-08T13:38:05.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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 268 kB/s)
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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
09:38:05 [2022-08-08T13:38:05.119Z] [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 934 kB/s)
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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 225 kB/s)
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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 194 kB/s)
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.120Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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 720 kB/s)
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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 41 kB/s)
09:38:05 [2022-08-08T13:38:05.447Z] [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-20220808.110421-243.pom
09:38:05 [2022-08-08T13:38:05.447Z] [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-20220808.110421-243.pom (5.7 kB at 117 kB/s)
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:05 [2022-08-08T13:38:05.447Z] [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 21 kB/s)
09:38:05 [2022-08-08T13:38:05.447Z] [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-20220808.110421-243.pom
09:38:05 [2022-08-08T13:38:05.447Z] [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-20220808.110421-243.pom (6.1 kB at 127 kB/s)
09:38:05 [2022-08-08T13:38:05.447Z] [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-20220808.110421-243.jar
09:38:05 [2022-08-08T13:38:05.447Z] [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-20220808.110421-243.jar (30 kB at 859 kB/s)
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [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
09:38:05 [2022-08-08T13:38:05.447Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:05 [2022-08-08T13:38:05.447Z] [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 26 kB/s)
09:38:06 [2022-08-08T13:38:06.822Z] [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-20220808.110421-244.pom
09:38:06 [2022-08-08T13:38:06.823Z] [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-20220808.110421-244.pom (2.2 kB at 39 kB/s)
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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 36 kB/s)
09:38:06 [2022-08-08T13:38:06.823Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.3/asm-9.3.pom
09:38:06 [2022-08-08T13:38:06.823Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.3/asm-9.3.pom
09:38:06 [2022-08-08T13:38:06.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.3/asm-9.3.pom
09:38:06 [2022-08-08T13:38:06.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.pom
09:38:06 [2022-08-08T13:38:06.823Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.3/asm-9.3.pom
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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 132 kB/s)
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:06 [2022-08-08T13:38:06.823Z] [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
09:38:07 [2022-08-08T13:38:07.081Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom
09:38:07 [2022-08-08T13:38:07.081Z] [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
09:38:07 [2022-08-08T13:38:07.081Z] [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 56 kB/s)
09:38:07 [2022-08-08T13:38:07.081Z] [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
09:38:07 [2022-08-08T13:38:07.081Z] [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
09:38:07 [2022-08-08T13:38:07.081Z] [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
09:38:07 [2022-08-08T13:38:07.081Z] [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
09:38:07 [2022-08-08T13:38:07.082Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
09:38:07 [2022-08-08T13:38:07.082Z] [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
09:38:07 [2022-08-08T13:38:07.082Z] [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 75 kB/s)
09:38:07 [2022-08-08T13:38:07.082Z] [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-20220808.110421-244.jar
09:38:07 [2022-08-08T13:38:07.082Z] [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
09:38:07 [2022-08-08T13:38:07.082Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.3/asm-9.3.jar
09:38:07 [2022-08-08T13:38:07.082Z] [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
09:38:07 [2022-08-08T13:38:07.082Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [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-20220808.110421-244.jar (20 kB at 326 kB/s)
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.3/asm-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.3/asm-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.3/asm-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar
09:38:07 [2022-08-08T13:38:07.340Z] [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
09:38:07 [2022-08-08T13:38:07.341Z] [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
09:38:07 [2022-08-08T13:38:07.341Z] [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
09:38:07 [2022-08-08T13:38:07.341Z] [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
09:38:07 [2022-08-08T13:38:07.341Z] [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 5.1 MB/s)
09:38:07 [2022-08-08T13:38:07.341Z] [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 1.5 MB/s)
09:38:07 [2022-08-08T13:38:07.598Z] [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 363 kB/s)
09:38:07 [2022-08-08T13:38:07.598Z] [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 200 kB/s)
09:38:07 [2022-08-08T13:38:07.856Z] [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
09:38:07 [2022-08-08T13:38:07.856Z] [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
09:38:07 [2022-08-08T13:38:07.856Z] [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
09:38:07 [2022-08-08T13:38:07.856Z] [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
09:38:07 [2022-08-08T13:38:07.856Z] [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 56 kB/s)
09:38:07 [2022-08-08T13:38:07.856Z] [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
09:38:07 [2022-08-08T13:38:07.856Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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 174 kB/s)
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.115Z] [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 90 kB/s)
09:38:08 [2022-08-08T13:38:08.115Z] [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
09:38:08 [2022-08-08T13:38:08.116Z] [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
09:38:08 [2022-08-08T13:38:08.116Z] [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
09:38:08 [2022-08-08T13:38:08.116Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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 230 kB/s)
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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 1.3 MB/s)
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [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
09:38:08 [2022-08-08T13:38:08.375Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:08 [2022-08-08T13:38:08.375Z] [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 33 kB/s)
09:38:08 [2022-08-08T13:38:08.375Z] [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-20220808.110421-244.pom
09:38:08 [2022-08-08T13:38:08.634Z] [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-20220808.110421-244.pom (2.4 kB at 44 kB/s)
09:38:08 [2022-08-08T13:38:08.634Z] [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-20220808.110421-244.jar
09:38:08 [2022-08-08T13:38:08.634Z] [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-20220808.110421-244.jar (31 kB at 805 kB/s)
09:38:08 [2022-08-08T13:38:08.634Z] [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
09:38:08 [2022-08-08T13:38:08.634Z] [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
09:38:08 [2022-08-08T13:38:08.634Z] [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
09:38:08 [2022-08-08T13:38:08.634Z] [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
09:38:08 [2022-08-08T13:38:08.634Z] [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
09:38:08 [2022-08-08T13:38:08.634Z] [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
09:38:08 [2022-08-08T13:38:08.634Z] [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 7.7 MB/s)
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.635Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.635Z] [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)
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.635Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [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
09:38:08 [2022-08-08T13:38:08.894Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
09:38:08 [2022-08-08T13:38:08.895Z] [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
09:38:08 [2022-08-08T13:38:08.895Z] [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
09:38:08 [2022-08-08T13:38:08.895Z] [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
09:38:08 [2022-08-08T13:38:08.895Z] [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 26 MB/s)
09:38:08 [2022-08-08T13:38:08.895Z] [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 4.6 MB/s)
09:38:09 [2022-08-08T13:38:09.154Z] [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
09:38:09 [2022-08-08T13:38:09.154Z] [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
09:38:09 [2022-08-08T13:38:09.154Z] [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
09:38:09 [2022-08-08T13:38:09.154Z] [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
09:38:09 [2022-08-08T13:38:09.154Z] [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
09:38:09 [2022-08-08T13:38:09.154Z] [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
09:38:09 [2022-08-08T13:38:09.154Z] [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 253 kB/s)
09:38:09 [2022-08-08T13:38:09.154Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
09:38:09 [2022-08-08T13:38:09.155Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
09:38:09 [2022-08-08T13:38:09.155Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
09:38:09 [2022-08-08T13:38:09.155Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
09:38:09 [2022-08-08T13:38:09.155Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
09:38:09 [2022-08-08T13:38:09.155Z] [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
09:38:09 [2022-08-08T13:38:09.155Z] [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 5.3 MB/s)
09:38:09 [2022-08-08T13:38:09.155Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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 1.2 MB/s)
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.414Z] [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
09:38:09 [2022-08-08T13:38:09.415Z] [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
09:38:09 [2022-08-08T13:38:09.415Z] [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 22 kB/s)
09:38:09 [2022-08-08T13:38:09.415Z] [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-20220808.110421-243.pom
09:38:09 [2022-08-08T13:38:09.415Z] [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-20220808.110421-243.pom (2.4 kB at 72 kB/s)
09:38:09 [2022-08-08T13:38:09.415Z] [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-20220808.110421-243.jar
09:38:09 [2022-08-08T13:38:09.415Z] [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-20220808.110421-243.jar (15 kB at 251 kB/s)
09:38:09 [2022-08-08T13:38:09.673Z] [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
09:38:09 [2022-08-08T13:38:09.673Z] [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
09:38:09 [2022-08-08T13:38:09.931Z] [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
09:38:09 [2022-08-08T13:38:09.931Z] [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
09:38:09 [2022-08-08T13:38:09.931Z] [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
09:38:09 [2022-08-08T13:38:09.931Z] [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
09:38:09 [2022-08-08T13:38:09.931Z] [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 190 kB/s)
09:38:09 [2022-08-08T13:38:09.931Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
09:38:09 [2022-08-08T13:38:09.931Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
09:38:09 [2022-08-08T13:38:09.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
09:38:09 [2022-08-08T13:38:09.932Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
09:38:09 [2022-08-08T13:38:09.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
09:38:09 [2022-08-08T13:38:09.932Z] [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
09:38:09 [2022-08-08T13:38:09.932Z] [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 275 kB/s)
09:38:09 [2022-08-08T13:38:09.932Z] [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
09:38:09 [2022-08-08T13:38:09.932Z] [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
09:38:09 [2022-08-08T13:38:09.932Z] [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
09:38:09 [2022-08-08T13:38:09.932Z] [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
09:38:10 [2022-08-08T13:38:10.189Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.1 MB/s)
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:10 [2022-08-08T13:38:10.190Z] [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 21 kB/s)
09:38:10 [2022-08-08T13:38:10.190Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.190Z] [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-20220808.110421-244.pom (7.4 kB at 411 kB/s)
09:38:10 [2022-08-08T13:38:10.190Z] [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-20220808.110421-244.jar
09:38:10 [2022-08-08T13:38:10.190Z] [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-20220808.110421-244.jar (91 kB at 3.9 MB/s)
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.190Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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 19 kB/s)
09:38:10 [2022-08-08T13:38:10.449Z] [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-20220808.110421-245.pom
09:38:10 [2022-08-08T13:38:10.449Z] [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-20220808.110421-245.pom (4.1 kB at 108 kB/s)
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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 39 kB/s)
09:38:10 [2022-08-08T13:38:10.449Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.449Z] [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-20220808.110421-244.pom (1.7 kB at 80 kB/s)
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [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
09:38:10 [2022-08-08T13:38:10.449Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:10 [2022-08-08T13:38:10.450Z] [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 9.6 kB/s)
09:38:10 [2022-08-08T13:38:10.450Z] [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-20220808.110421-245.pom
09:38:10 [2022-08-08T13:38:10.450Z] [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-20220808.110421-245.pom (3.4 kB at 147 kB/s)
09:38:10 [2022-08-08T13:38:10.450Z] [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
09:38:10 [2022-08-08T13:38:10.450Z] [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
09:38:10 [2022-08-08T13:38:10.450Z] [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
09:38:10 [2022-08-08T13:38:10.450Z] [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
09:38:10 [2022-08-08T13:38:10.450Z] [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
09:38:10 [2022-08-08T13:38:10.450Z] [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 46 kB/s)
09:38:10 [2022-08-08T13:38:10.450Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.709Z] [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-20220808.110421-244.pom (1.9 kB at 48 kB/s)
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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 18 kB/s)
09:38:10 [2022-08-08T13:38:10.709Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.709Z] [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-20220808.110421-244.pom (2.2 kB at 74 kB/s)
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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
09:38:10 [2022-08-08T13:38:10.709Z] [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 28 kB/s)
09:38:10 [2022-08-08T13:38:10.709Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.968Z] [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-20220808.110421-244.pom (3.3 kB at 31 kB/s)
09:38:10 [2022-08-08T13:38:10.968Z] [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
09:38:10 [2022-08-08T13:38:10.968Z] [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
09:38:10 [2022-08-08T13:38:10.968Z] [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
09:38:10 [2022-08-08T13:38:10.968Z] [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
09:38:10 [2022-08-08T13:38:10.968Z] [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
09:38:10 [2022-08-08T13:38:10.968Z] [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 43 kB/s)
09:38:10 [2022-08-08T13:38:10.968Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.969Z] [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-20220808.110421-244.pom (3.3 kB at 118 kB/s)
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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 49 kB/s)
09:38:10 [2022-08-08T13:38:10.969Z] [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-20220808.110421-244.pom
09:38:10 [2022-08-08T13:38:10.969Z] [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-20220808.110421-244.pom (3.3 kB at 54 kB/s)
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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
09:38:10 [2022-08-08T13:38:10.969Z] [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 23 kB/s)
09:38:10 [2022-08-08T13:38:10.969Z] [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-20220808.110421-244.pom
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom (3.3 kB at 58 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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 60 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom (3.0 kB at 63 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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 61 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom (3.4 kB at 178 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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 60 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom
09:38:11 [2022-08-08T13:38:11.228Z] [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-20220808.110421-244.pom (3.0 kB at 82 kB/s)
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.228Z] [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
09:38:11 [2022-08-08T13:38:11.229Z] [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
09:38:11 [2022-08-08T13:38:11.229Z] [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
09:38:11 [2022-08-08T13:38:11.229Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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 9.7 kB/s)
09:38:11 [2022-08-08T13:38:11.487Z] [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-20220808.110421-244.pom
09:38:11 [2022-08-08T13:38:11.487Z] [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-20220808.110421-244.pom (3.4 kB at 135 kB/s)
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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 57 kB/s)
09:38:11 [2022-08-08T13:38:11.487Z] [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-20220808.110421-244.pom
09:38:11 [2022-08-08T13:38:11.487Z] [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-20220808.110421-244.pom (2.1 kB at 40 kB/s)
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.487Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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 100 kB/s)
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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)
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.745Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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 100 kB/s)
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:11 [2022-08-08T13:38:11.746Z] [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
09:38:12 [2022-08-08T13:38:12.005Z] [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 112 kB/s)
09:38:12 [2022-08-08T13:38:12.005Z] [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
09:38:12 [2022-08-08T13:38:12.005Z] [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
09:38:12 [2022-08-08T13:38:12.005Z] [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
09:38:12 [2022-08-08T13:38:12.005Z] [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
09:38:12 [2022-08-08T13:38:12.005Z] [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
09:38:12 [2022-08-08T13:38:12.006Z] [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
09:38:12 [2022-08-08T13:38:12.006Z] [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 1.2 MB/s)
09:38:12 [2022-08-08T13:38:12.006Z] [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
09:38:12 [2022-08-08T13:38:12.006Z] [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
09:38:12 [2022-08-08T13:38:12.006Z] [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
09:38:12 [2022-08-08T13:38:12.006Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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 508 kB/s)
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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 238 kB/s)
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.264Z] [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 131 kB/s)
09:38:12 [2022-08-08T13:38:12.264Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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 90 kB/s)
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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 139 kB/s)
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.523Z] [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 1.2 MB/s)
09:38:12 [2022-08-08T13:38:12.523Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:38:12 [2022-08-08T13:38:12.523Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:38:12 [2022-08-08T13:38:12.523Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:38:12 [2022-08-08T13:38:12.523Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:38:12 [2022-08-08T13:38:12.523Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom
09:38:12 [2022-08-08T13:38:12.523Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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 1.1 MB/s)
09:38:12 [2022-08-08T13:38:12.783Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom
09:38:12 [2022-08-08T13:38:12.783Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom
09:38:12 [2022-08-08T13:38:12.783Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
09:38:12 [2022-08-08T13:38:12.783Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
09:38:12 [2022-08-08T13:38:12.783Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom
09:38:12 [2022-08-08T13:38:12.783Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
09:38:12 [2022-08-08T13:38:12.783Z] [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 70 kB/s)
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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 194 kB/s)
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:12 [2022-08-08T13:38:12.783Z] [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
09:38:13 [2022-08-08T13:38:13.041Z] [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
09:38:13 [2022-08-08T13:38:13.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
09:38:13 [2022-08-08T13:38:13.041Z] [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
09:38:13 [2022-08-08T13:38:13.041Z] [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 54 kB/s)
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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 115 kB/s)
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [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
09:38:13 [2022-08-08T13:38:13.042Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
09:38:13 [2022-08-08T13:38:13.300Z] [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
09:38:13 [2022-08-08T13:38:13.300Z] [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 86 kB/s)
09:38:13 [2022-08-08T13:38:13.300Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
09:38:13 [2022-08-08T13:38:13.300Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
09:38:13 [2022-08-08T13:38:13.300Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
09:38:13 [2022-08-08T13:38:13.300Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
09:38:13 [2022-08-08T13:38:13.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.301Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 14 MB/s)
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.301Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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 153 kB/s)
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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 104 kB/s)
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.559Z] [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 97 kB/s)
09:38:13 [2022-08-08T13:38:13.559Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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 39 kB/s)
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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
09:38:13 [2022-08-08T13:38:13.818Z] [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 518 kB/s)
09:38:13 [2022-08-08T13:38:13.818Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:38:13 [2022-08-08T13:38:13.818Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:38:13 [2022-08-08T13:38:13.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:38:14 [2022-08-08T13:38:14.077Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:38:14 [2022-08-08T13:38:14.077Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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 512 kB/s)
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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 83 kB/s)
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.077Z] [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)
09:38:14 [2022-08-08T13:38:14.077Z] [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
09:38:14 [2022-08-08T13:38:14.335Z] [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
09:38:14 [2022-08-08T13:38:14.335Z] [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
09:38:14 [2022-08-08T13:38:14.335Z] [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
09:38:14 [2022-08-08T13:38:14.335Z] [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
09:38:14 [2022-08-08T13:38:14.335Z] [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
09:38:14 [2022-08-08T13:38:14.335Z] [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 176 kB/s)
09:38:14 [2022-08-08T13:38:14.335Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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 651 kB/s)
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:14 [2022-08-08T13:38:14.336Z] [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
09:38:17 [2022-08-08T13:38:17.618Z] [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 1.5 kB/s)
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom
09:38:17 [2022-08-08T13:38:17.618Z] [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
09:38:17 [2022-08-08T13:38:17.618Z] [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 699 kB/s)
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:38:17 [2022-08-08T13:38:17.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:38:17 [2022-08-08T13:38:17.876Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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 2.8 MB/s)
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
09:38:17 [2022-08-08T13:38:17.877Z] [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 3.8 MB/s)
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
09:38:17 [2022-08-08T13:38:17.877Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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 665 kB/s)
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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 112 kB/s)
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:17 [2022-08-08T13:38:17.877Z] [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
09:38:18 [2022-08-08T13:38:18.135Z] [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
09:38:18 [2022-08-08T13:38:18.135Z] [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
09:38:18 [2022-08-08T13:38:18.135Z] [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
09:38:18 [2022-08-08T13:38:18.136Z] [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
09:38:18 [2022-08-08T13:38:18.136Z] [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 150 kB/s)
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [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
09:38:18 [2022-08-08T13:38:18.136Z] [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 419 kB/s)
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom
09:38:18 [2022-08-08T13:38:18.136Z] [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
09:38:18 [2022-08-08T13:38:18.395Z] [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 50 kB/s)
09:38:18 [2022-08-08T13:38:18.395Z] [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
09:38:18 [2022-08-08T13:38:18.395Z] [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
09:38:18 [2022-08-08T13:38:18.395Z] [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
09:38:18 [2022-08-08T13:38:18.395Z] [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
09:38:18 [2022-08-08T13:38:18.395Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
09:38:18 [2022-08-08T13:38:18.395Z] [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
09:38:18 [2022-08-08T13:38:18.395Z] [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 466 kB/s)
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-245.jar
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-244.jar (26 kB at 632 kB/s)
09:38:18 [2022-08-08T13:38:18.395Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.396Z] [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-20220808.110421-244.jar (39 kB at 616 kB/s)
09:38:18 [2022-08-08T13:38:18.396Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.396Z] [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-20220808.110421-244.jar (158 kB at 1.6 MB/s)
09:38:18 [2022-08-08T13:38:18.396Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.654Z] [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-20220808.110421-244.jar (676 kB at 4.5 MB/s)
09:38:18 [2022-08-08T13:38:18.654Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.654Z] [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-20220808.110421-244.jar (642 kB at 3.1 MB/s)
09:38:18 [2022-08-08T13:38:18.654Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.655Z] [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-20220808.110421-244.jar (706 kB at 2.3 MB/s)
09:38:18 [2022-08-08T13:38:18.655Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.655Z] [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-20220808.110421-245.jar (2.3 MB at 6.6 MB/s)
09:38:18 [2022-08-08T13:38:18.655Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.912Z] [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-20220808.110421-244.jar (686 kB at 1.8 MB/s)
09:38:18 [2022-08-08T13:38:18.912Z] [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-20220808.110421-244.jar
09:38:18 [2022-08-08T13:38:18.912Z] [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-20220808.110421-244.jar (752 kB at 1.9 MB/s)
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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-20220808.110421-244.jar (91 kB at 228 kB/s)
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.912Z] [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
09:38:18 [2022-08-08T13:38:18.913Z] [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
09:38:18 [2022-08-08T13:38:18.913Z] [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
09:38:18 [2022-08-08T13:38:18.913Z] [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
09:38:18 [2022-08-08T13:38:18.913Z] [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
09:38:18 [2022-08-08T13:38:18.913Z] [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
09:38:18 [2022-08-08T13:38:18.913Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
09:38:18 [2022-08-08T13:38:18.913Z] [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
09:38:19 [2022-08-08T13:38:19.479Z] [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-20220808.110421-244.jar (395 kB at 352 kB/s)
09:38:19 [2022-08-08T13:38:19.479Z] [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-20220808.110421-244.jar (650 kB at 560 kB/s)
09:38:19 [2022-08-08T13:38:19.479Z] [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-20220808.110421-244.jar (587 kB at 499 kB/s)
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.737Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.738Z] [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
09:38:19 [2022-08-08T13:38:19.739Z] [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
09:38:19 [2022-08-08T13:38:19.739Z] [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
09:38:19 [2022-08-08T13:38:19.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar
09:38:19 [2022-08-08T13:38:19.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
09:38:19 [2022-08-08T13:38:19.996Z] [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
09:38:19 [2022-08-08T13:38:19.996Z] [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
09:38:19 [2022-08-08T13:38:19.996Z] [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
09:38:19 [2022-08-08T13:38:19.996Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 1.0 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 440 kB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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.8 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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.4 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 6.6 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 788 kB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 1.5 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 410 kB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 82 kB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 18 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 452 kB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 1.2 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 375 kB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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
09:38:19 [2022-08-08T13:38:19.997Z] [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 1.3 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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 2.8 MB/s)
09:38:19 [2022-08-08T13:38:19.997Z] [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 857 kB/s)
09:38:19 [2022-08-08T13:38:19.998Z] [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 1.4 MB/s)
09:38:19 [2022-08-08T13:38:19.998Z] [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 504 kB/s)
09:38:20 [2022-08-08T13:38:20.256Z] [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
09:38:20 [2022-08-08T13:38:20.256Z] [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
09:38:20 [2022-08-08T13:38:20.256Z] [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
09:38:20 [2022-08-08T13:38:20.256Z] [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
09:38:20 [2022-08-08T13:38:20.514Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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 141 kB/s)
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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 542 kB/s)
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.515Z] [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
09:38:20 [2022-08-08T13:38:20.772Z] [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
09:38:20 [2022-08-08T13:38:20.772Z] [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 937 kB/s)
09:38:20 [2022-08-08T13:38:20.772Z] [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
09:38:20 [2022-08-08T13:38:20.772Z] [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
09:38:20 [2022-08-08T13:38:20.772Z] [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
09:38:20 [2022-08-08T13:38:20.772Z] [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
09:38:20 [2022-08-08T13:38:20.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:20 [2022-08-08T13:38:20.772Z] [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 14 kB/s)
09:38:20 [2022-08-08T13:38:20.772Z] [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-20220808.110421-245.pom
09:38:20 [2022-08-08T13:38:20.773Z] [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-20220808.110421-245.pom (2.5 kB at 91 kB/s)
09:38:20 [2022-08-08T13:38:20.773Z] [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-20220808.110421-245.jar
09:38:20 [2022-08-08T13:38:20.773Z] [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-20220808.110421-245.jar (47 kB at 2.2 MB/s)
09:38:20 [2022-08-08T13:38:20.773Z] [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
09:38:20 [2022-08-08T13:38:20.773Z] [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
09:38:20 [2022-08-08T13:38:20.773Z] [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
09:38:20 [2022-08-08T13:38:20.773Z] [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
09:38:20 [2022-08-08T13:38:20.773Z] [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
09:38:20 [2022-08-08T13:38:20.773Z] [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
09:38:20 [2022-08-08T13:38:20.773Z] [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 248 kB/s)
09:38:20 [2022-08-08T13:38:20.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
09:38:21 [2022-08-08T13:38:21.030Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
09:38:21 [2022-08-08T13:38:21.030Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
09:38:21 [2022-08-08T13:38:21.030Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
09:38:21 [2022-08-08T13:38:21.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
09:38:21 [2022-08-08T13:38:21.030Z] [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
09:38:21 [2022-08-08T13:38:21.030Z] [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 647 kB/s)
09:38:21 [2022-08-08T13:38:21.030Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
09:38:21 [2022-08-08T13:38:21.031Z] [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
09:38:21 [2022-08-08T13:38:21.031Z] [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)
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
09:38:21 [2022-08-08T13:38:21.031Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
09:38:21 [2022-08-08T13:38:21.031Z] [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 1.1 MB/s)
09:38:21 [2022-08-08T13:38:21.031Z] [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
09:38:21 [2022-08-08T13:38:21.031Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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 391 kB/s)
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.288Z] [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
09:38:21 [2022-08-08T13:38:21.545Z] [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 125 kB/s)
09:38:21 [2022-08-08T13:38:21.545Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
09:38:21 [2022-08-08T13:38:21.545Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
09:38:21 [2022-08-08T13:38:21.545Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
09:38:21 [2022-08-08T13:38:21.545Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
09:38:21 [2022-08-08T13:38:21.546Z] [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
09:38:21 [2022-08-08T13:38:21.546Z] [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 500 kB/s)
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom
09:38:21 [2022-08-08T13:38:21.546Z] [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
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.2 MB/s)
09:38:21 [2022-08-08T13:38:21.546Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
09:38:21 [2022-08-08T13:38:21.804Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom
09:38:21 [2022-08-08T13:38:21.804Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom
09:38:21 [2022-08-08T13:38:21.804Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
09:38:21 [2022-08-08T13:38:21.804Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom
09:38:21 [2022-08-08T13:38:21.804Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
09:38:21 [2022-08-08T13:38:21.804Z] [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 451 kB/s)
09:38:21 [2022-08-08T13:38:21.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.jar
09:38:21 [2022-08-08T13:38:21.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.jar
09:38:21 [2022-08-08T13:38:21.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.jar
09:38:21 [2022-08-08T13:38:21.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.jar
09:38:21 [2022-08-08T13:38:21.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.jar
09:38:21 [2022-08-08T13:38:21.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.jar
09:38:21 [2022-08-08T13:38:21.804Z] [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 1.5 MB/s)
09:38:21 [2022-08-08T13:38:21.804Z] [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
09:38:21 [2022-08-08T13:38:21.804Z] [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
09:38:21 [2022-08-08T13:38:21.804Z] [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
09:38:21 [2022-08-08T13:38:21.804Z] [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
09:38:21 [2022-08-08T13:38:21.804Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml
09:38:21 [2022-08-08T13:38:21.804Z] [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 29 kB/s)
09:38:21 [2022-08-08T13:38:21.804Z] [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-20220808.110421-155.pom
09:38:21 [2022-08-08T13:38:21.805Z] [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-20220808.110421-155.pom (1.4 kB at 42 kB/s)
09:38:21 [2022-08-08T13:38:21.805Z] [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-20220808.110421-155.jar
09:38:22 [2022-08-08T13:38:22.062Z] [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-20220808.110421-155.jar (9.5 kB at 379 kB/s)
09:38:22 [2022-08-08T13:38:22.062Z] [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
09:38:22 [2022-08-08T13:38:22.062Z] [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
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.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 316 kB/s)
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.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.jar
09:38:22 [2022-08-08T13:38:22.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.jar
09:38:22 [2022-08-08T13:38:22.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.jar
09:38:22 [2022-08-08T13:38:22.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.jar
09:38:22 [2022-08-08T13:38:22.320Z] [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 769 kB/s)
09:38:22 [2022-08-08T13:38:22.320Z] [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
09:38:22 [2022-08-08T13:38:22.320Z] [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
09:38:22 [2022-08-08T13:38:22.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
09:38:22 [2022-08-08T13:38:22.321Z] [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
09:38:22 [2022-08-08T13:38:22.321Z] [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
09:38:22 [2022-08-08T13:38:22.321Z] [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
09:38:22 [2022-08-08T13:38:22.321Z] [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 385 kB/s)
09:38:22 [2022-08-08T13:38:22.321Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
09:38:22 [2022-08-08T13:38:22.321Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
09:38:22 [2022-08-08T13:38:22.578Z] [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
09:38:22 [2022-08-08T13:38:22.578Z] [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 5.4 MB/s)
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:38:22 [2022-08-08T13:38:22.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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 11 MB/s)
09:38:22 [2022-08-08T13:38:22.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
09:38:22 [2022-08-08T13:38:22.836Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
09:38:22 [2022-08-08T13:38:22.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
09:38:22 [2022-08-08T13:38:22.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
09:38:22 [2022-08-08T13:38:22.836Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
09:38:22 [2022-08-08T13:38:22.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
09:38:22 [2022-08-08T13:38:22.836Z] [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 4.7 MB/s)
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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)
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:22 [2022-08-08T13:38:22.836Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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 140 kB/s)
09:38:23 [2022-08-08T13:38:23.094Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
09:38:23 [2022-08-08T13:38:23.094Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
09:38:23 [2022-08-08T13:38:23.094Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
09:38:23 [2022-08-08T13:38:23.094Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
09:38:23 [2022-08-08T13:38:23.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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.3 MB/s)
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.094Z] [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
09:38:23 [2022-08-08T13:38:23.095Z] [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
09:38:23 [2022-08-08T13:38:23.353Z] [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 2.7 MB/s)
09:38:23 [2022-08-08T13:38:23.353Z] [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
09:38:23 [2022-08-08T13:38:23.353Z] [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
09:38:23 [2022-08-08T13:38:23.353Z] [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
09:38:23 [2022-08-08T13:38:23.353Z] [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
09:38:23 [2022-08-08T13:38:23.353Z] [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
09:38:23 [2022-08-08T13:38:23.353Z] [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 19 kB/s)
09:38:23 [2022-08-08T13:38:23.353Z] [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-20220808.110421-243.pom
09:38:23 [2022-08-08T13:38:23.353Z] [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-20220808.110421-243.pom (2.3 kB at 81 kB/s)
09:38:23 [2022-08-08T13:38:23.353Z] [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-20220808.110421-243.jar
09:38:23 [2022-08-08T13:38:23.353Z] [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-20220808.110421-243.jar (13 kB at 355 kB/s)
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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 219 kB/s)
09:38:23 [2022-08-08T13:38:23.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
09:38:23 [2022-08-08T13:38:23.926Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
09:38:23 [2022-08-08T13:38:23.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
09:38:23 [2022-08-08T13:38:23.926Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
09:38:23 [2022-08-08T13:38:23.926Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
09:38:23 [2022-08-08T13:38:23.926Z] [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
09:38:23 [2022-08-08T13:38:23.926Z] [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 885 kB/s)
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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 3.8 MB/s)
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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
09:38:24 [2022-08-08T13:38:24.184Z] [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 53 kB/s)
09:38:24 [2022-08-08T13:38:24.184Z] [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-20220808.110421-244.pom
09:38:24 [2022-08-08T13:38:24.184Z] [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-20220808.110421-244.pom (2.0 kB at 38 kB/s)
09:38:24 [2022-08-08T13:38:24.184Z] [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-20220808.110421-244.jar
09:38:24 [2022-08-08T13:38:24.184Z] [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-20220808.110421-244.jar (23 kB at 380 kB/s)
09:38:24 [2022-08-08T13:38:24.442Z] [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
09:38:24 [2022-08-08T13:38:24.442Z] [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
09:38:24 [2022-08-08T13:38:24.442Z] [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
09:38:24 [2022-08-08T13:38:24.442Z] [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
09:38:24 [2022-08-08T13:38:24.442Z] [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
09:38:24 [2022-08-08T13:38:24.442Z] [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 51 kB/s)
09:38:24 [2022-08-08T13:38:24.442Z] [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-20220808.110421-243.pom
09:38:24 [2022-08-08T13:38:24.442Z] [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-20220808.110421-243.pom (1.8 kB at 43 kB/s)
09:38:24 [2022-08-08T13:38:24.442Z] [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-20220808.110421-243.jar
09:38:24 [2022-08-08T13:38:24.443Z] [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-20220808.110421-243.jar (38 kB at 1.1 MB/s)
09:38:25 [2022-08-08T13:38:25.012Z] [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@61e4a072...
09:38:25 [2022-08-08T13:38:25.949Z] [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.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...
09:38:25 [2022-08-08T13:38:25.949Z] [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
09:38:26 [2022-08-08T13:38:26.207Z] [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 3.4 MB/s)
09:38:26 [2022-08-08T13:38:26.207Z] [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.pom
09:38:26 [2022-08-08T13:38:26.207Z] [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.pom (8.2 kB at 182 kB/s)
09:38:26 [2022-08-08T13:38:26.207Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom
09:38:26 [2022-08-08T13:38:26.207Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom (4.5 kB at 280 kB/s)
09:38:26 [2022-08-08T13:38:26.207Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom
09:38:26 [2022-08-08T13:38:26.207Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.6 MB/s)
09:38:26 [2022-08-08T13:38:26.207Z] [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
09:38:26 [2022-08-08T13:38:26.207Z] [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 12 kB/s)
09:38:26 [2022-08-08T13:38:26.207Z] [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
09:38:26 [2022-08-08T13:38:26.208Z] [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 60 kB/s)
09:38:26 [2022-08-08T13:38:26.208Z] [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
09:38:26 [2022-08-08T13:38:26.465Z] [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 2.7 MB/s)
09:38:26 [2022-08-08T13:38:26.465Z] [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
09:38:27 [2022-08-08T13:38:27.030Z] [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 29 MB/s)
09:38:27 [2022-08-08T13:38:27.030Z] [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
09:38:27 [2022-08-08T13:38:27.030Z] [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 137 kB/s)
09:38:27 [2022-08-08T13:38:27.030Z] [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
09:38:27 [2022-08-08T13:38:27.030Z] [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 23 MB/s)
09:38:27 [2022-08-08T13:38:27.288Z] [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
09:38:27 [2022-08-08T13:38:27.546Z] [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)
09:38:27 [2022-08-08T13:38:27.546Z] [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.pom
09:38:27 [2022-08-08T13:38:27.546Z] [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.pom (16 kB at 624 kB/s)
09:38:27 [2022-08-08T13:38:27.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
09:38:27 [2022-08-08T13:38:27.546Z] [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 455 kB/s)
09:38:27 [2022-08-08T13:38:27.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom
09:38:27 [2022-08-08T13:38:27.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom (156 B at 4.7 kB/s)
09:38:27 [2022-08-08T13:38:27.546Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/portlet-api/portlet-api/1.0/portlet-api-1.0.pom
09:38:27 [2022-08-08T13:38:27.546Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/portlet-api/portlet-api/1.0/portlet-api-1.0.pom (154 B at 4.4 kB/s)
09:38:27 [2022-08-08T13:38:27.546Z] [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
09:38:27 [2022-08-08T13:38:27.546Z] [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 306 kB/s)
09:38:27 [2022-08-08T13:38:27.546Z] [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
09:38:27 [2022-08-08T13:38:27.807Z] [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 1.2 MB/s)
09:38:27 [2022-08-08T13:38:27.807Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
09:38:27 [2022-08-08T13:38:27.807Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.2 MB/s)
09:38:27 [2022-08-08T13:38:27.807Z] [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
09:38:27 [2022-08-08T13:38:27.807Z] [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)
09:38:27 [2022-08-08T13:38:27.807Z] [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
09:38:27 [2022-08-08T13:38:27.807Z] [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 3.5 MB/s)
09:38:27 [2022-08-08T13:38:27.807Z] [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-sources.jar
09:38:27 [2022-08-08T13:38:27.807Z] [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-sources.jar (242 kB at 4.8 MB/s)
09:38:27 [2022-08-08T13:38:27.807Z] [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
09:38:28 [2022-08-08T13:38:28.094Z] [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 17 MB/s)
09:38:28 [2022-08-08T13:38:28.094Z] [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
09:38:28 [2022-08-08T13:38:28.094Z] [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 62 kB/s)
09:38:28 [2022-08-08T13:38:28.094Z] [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
09:38:28 [2022-08-08T13:38:28.094Z] [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 25 kB/s)
09:38:28 [2022-08-08T13:38:28.094Z] [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
09:38:28 [2022-08-08T13:38:28.094Z] [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 13 MB/s)
09:38:28 [2022-08-08T13:38:28.094Z] [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
09:38:28 [2022-08-08T13:38:28.354Z] [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 13 MB/s)
09:38:28 [2022-08-08T13:38:28.354Z] [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
09:38:28 [2022-08-08T13:38:28.354Z] [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 2.9 MB/s)
09:38:28 [2022-08-08T13:38:28.611Z] [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
09:38:28 [2022-08-08T13:38:28.612Z] [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 18 MB/s)
09:38:28 [2022-08-08T13:38:28.612Z] [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.pom
09:38:28 [2022-08-08T13:38:28.612Z] [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.pom (7.6 kB at 230 kB/s)
09:38:28 [2022-08-08T13:38:28.612Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom
09:38:28 [2022-08-08T13:38:28.612Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom (77 kB at 1.8 MB/s)
09:38:28 [2022-08-08T13:38:28.612Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom (5.7 kB at 103 kB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom (4.7 kB at 87 kB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [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
09:38:28 [2022-08-08T13:38:28.870Z] [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 426 kB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [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
09:38:28 [2022-08-08T13:38:28.870Z] [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 3.5 MB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 49 kB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.pom
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.pom (12 kB at 323 kB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom (7.2 kB at 361 kB/s)
09:38:28 [2022-08-08T13:38:28.870Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.69/bcpg-jdk15on-1.69.pom
09:38:29 [2022-08-08T13:38:29.128Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.69/bcpg-jdk15on-1.69.pom (1.6 kB at 37 kB/s)
09:38:29 [2022-08-08T13:38:29.128Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.pom
09:38:29 [2022-08-08T13:38:29.128Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.pom (1.1 kB at 33 kB/s)
09:38:29 [2022-08-08T13:38:29.128Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.pom
09:38:29 [2022-08-08T13:38:29.128Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.pom (1.6 kB at 53 kB/s)
09:38:29 [2022-08-08T13:38:29.128Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk15on/1.69/bcutil-jdk15on-1.69.pom
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk15on/1.69/bcutil-jdk15on-1.69.pom (1.3 kB at 46 kB/s)
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 144 kB/s)
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tomcat/tomcat-apr/5.5.23/tomcat-apr-5.5.23.pom
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tomcat/tomcat-apr/5.5.23/tomcat-apr-5.5.23.pom (632 B at 15 kB/s)
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom (898 B at 45 kB/s)
09:38:29 [2022-08-08T13:38:29.129Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.32/jul-to-slf4j-1.7.32.pom
09:38:29 [2022-08-08T13:38:29.386Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.32/jul-to-slf4j-1.7.32.pom (990 B at 9.8 kB/s)
09:38:29 [2022-08-08T13:38:29.387Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.6/logback-core-1.2.6.pom
09:38:29 [2022-08-08T13:38:29.387Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.6/logback-core-1.2.6.pom (4.2 kB at 42 kB/s)
09:38:29 [2022-08-08T13:38:29.387Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.6/logback-parent-1.2.6.pom
09:38:29 [2022-08-08T13:38:29.387Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.6/logback-parent-1.2.6.pom (19 kB at 657 kB/s)
09:38:29 [2022-08-08T13:38:29.387Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.6/logback-classic-1.2.6.pom
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.6/logback-classic-1.2.6.pom (13 kB at 181 kB/s)
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.0.0/mockito-core-4.0.0.pom
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.0.0/mockito-core-4.0.0.pom (2.5 kB at 81 kB/s)
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.21/byte-buddy-1.11.21.pom
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.21/byte-buddy-1.11.21.pom (12 kB at 233 kB/s)
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.21/byte-buddy-parent-1.11.21.pom
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.21/byte-buddy-parent-1.11.21.pom (43 kB at 1.4 MB/s)
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.21/byte-buddy-agent-1.11.21.pom
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.21/byte-buddy-agent-1.11.21.pom (11 kB at 419 kB/s)
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 79 kB/s)
09:38:29 [2022-08-08T13:38:29.645Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
09:38:29 [2022-08-08T13:38:29.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 365 kB/s)
09:38:29 [2022-08-08T13:38:29.904Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
09:38:29 [2022-08-08T13:38:29.904Z] [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
09:38:29 [2022-08-08T13:38:29.904Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 924 kB/s)
09:38:29 [2022-08-08T13:38:29.904Z] [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 2.1 MB/s)
09:38:29 [2022-08-08T13:38:29.904Z] [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
09:38:29 [2022-08-08T13:38:29.904Z] [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 17 MB/s)
09:38:30 [2022-08-08T13:38:30.164Z] [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-sources.jar
09:38:30 [2022-08-08T13:38:30.164Z] [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-sources.jar (59 kB at 1.6 MB/s)
09:38:30 [2022-08-08T13:38:30.164Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32-sources.jar
09:38:30 [2022-08-08T13:38:30.164Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32-sources.jar (25 kB at 517 kB/s)
09:38:30 [2022-08-08T13:38:30.164Z] [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
09:38:30 [2022-08-08T13:38:30.422Z] [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 4.8 MB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [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.pom
09:38:30 [2022-08-08T13:38:30.422Z] [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.pom (12 kB at 300 kB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.1/junit-jupiter-5.8.1.pom
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.1/junit-jupiter-5.8.1.pom (3.2 kB at 139 kB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 2.8 MB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 127 kB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [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.pom
09:38:30 [2022-08-08T13:38:30.422Z] [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.pom (1.7 kB at 54 kB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 39 kB/s)
09:38:30 [2022-08-08T13:38:30.422Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 69 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1.pom (3.0 kB at 41 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom (3.2 kB at 178 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom (3.2 kB at 169 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom (6.0 kB at 133 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom (4.6 kB at 136 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.43.v20210629/jetty-server-9.4.43.v20210629.pom
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.43.v20210629/jetty-server-9.4.43.v20210629.pom (2.5 kB at 69 kB/s)
09:38:30 [2022-08-08T13:38:30.681Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.43.v20210629/jetty-project-9.4.43.v20210629.pom
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.43.v20210629/jetty-project-9.4.43.v20210629.pom (63 kB at 1.8 MB/s)
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 255 kB/s)
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.43.v20210629/jetty-http-9.4.43.v20210629.pom
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.43.v20210629/jetty-http-9.4.43.v20210629.pom (4.0 kB at 175 kB/s)
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.43.v20210629/jetty-util-9.4.43.v20210629.pom
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.43.v20210629/jetty-util-9.4.43.v20210629.pom (3.9 kB at 85 kB/s)
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629.pom
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629.pom (1.2 kB at 44 kB/s)
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.43.v20210629/jetty-servlet-9.4.43.v20210629.pom
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.43.v20210629/jetty-servlet-9.4.43.v20210629.pom (2.3 kB at 67 kB/s)
09:38:30 [2022-08-08T13:38:30.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.43.v20210629/jetty-security-9.4.43.v20210629.pom
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.43.v20210629/jetty-security-9.4.43.v20210629.pom (2.1 kB at 60 kB/s)
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.43.v20210629/jetty-util-ajax-9.4.43.v20210629.pom
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.43.v20210629/jetty-util-ajax-9.4.43.v20210629.pom (1.3 kB at 63 kB/s)
09:38:31 [2022-08-08T13:38:31.199Z] [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
09:38:31 [2022-08-08T13:38:31.199Z] [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 4.0 MB/s)
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.4/junit-4.4.pom
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.4/junit-4.4.pom (1.2 kB at 37 kB/s)
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom
09:38:31 [2022-08-08T13:38:31.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom (1.0 kB at 39 kB/s)
09:38:31 [2022-08-08T13:38:31.199Z] [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
09:38:31 [2022-08-08T13:38:31.457Z] [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 4.5 MB/s)
09:38:31 [2022-08-08T13:38:31.457Z] [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
09:38:31 [2022-08-08T13:38:31.458Z] [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 5.4 MB/s)
09:38:31 [2022-08-08T13:38:31.715Z] [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
09:38:31 [2022-08-08T13:38:31.715Z] [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 3.2 MB/s)
09:38:31 [2022-08-08T13:38:31.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar
09:38:31 [2022-08-08T13:38:31.715Z] [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)
09:38:31 [2022-08-08T13:38:31.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom
09:38:31 [2022-08-08T13:38:31.715Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom (37 kB at 716 kB/s)
09:38:31 [2022-08-08T13:38:31.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 444 kB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.2 MB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 708 kB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 3.1 MB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.2 MB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 7.0 MB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 4.5 kB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.1/joda-time-2.10.1.pom
09:38:31 [2022-08-08T13:38:31.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.1/joda-time-2.10.1.pom (37 kB at 676 kB/s)
09:38:31 [2022-08-08T13:38:31.974Z] [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
09:38:32 [2022-08-08T13:38:32.233Z] [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 2.2 MB/s)
09:38:32 [2022-08-08T13:38:32.233Z] [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
09:38:32 [2022-08-08T13:38:32.233Z] [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 4.7 MB/s)
09:38:32 [2022-08-08T13:38:32.233Z] [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.pom
09:38:32 [2022-08-08T13:38:32.233Z] [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.pom (17 kB at 437 kB/s)
09:38:32 [2022-08-08T13:38:32.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
09:38:32 [2022-08-08T13:38:32.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.0 MB/s)
09:38:32 [2022-08-08T13:38:32.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
09:38:32 [2022-08-08T13:38:32.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 100 kB/s)
09:38:32 [2022-08-08T13:38:32.233Z] [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
09:38:32 [2022-08-08T13:38:32.491Z] [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 7.2 MB/s)
09:38:32 [2022-08-08T13:38:32.491Z] [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
09:38:32 [2022-08-08T13:38:32.491Z] [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 8.2 MB/s)
09:38:32 [2022-08-08T13:38:32.491Z] [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
09:38:32 [2022-08-08T13:38:32.491Z] [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 59 kB/s)
09:38:32 [2022-08-08T13:38:32.491Z] [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
09:38:32 [2022-08-08T13:38:32.491Z] [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 15 kB/s)
09:38:32 [2022-08-08T13:38:32.491Z] [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
09:38:33 [2022-08-08T13:38:33.056Z] [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 22 MB/s)
09:38:33 [2022-08-08T13:38:33.056Z] [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
09:38:33 [2022-08-08T13:38:33.056Z] [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 8.2 MB/s)
09:38:33 [2022-08-08T13:38:33.056Z] [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
09:38:33 [2022-08-08T13:38:33.057Z] [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 18 MB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.2/junit-jupiter-5.7.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.2/junit-jupiter-5.7.2.pom (3.2 kB at 160 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.2/junit-jupiter-api-5.7.2.pom (3.2 kB at 78 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 584 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.2/junit-platform-commons-1.7.2.pom (2.8 kB at 76 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.2/junit-jupiter-params-5.7.2.pom (3.0 kB at 94 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.2/junit-jupiter-engine-5.7.2.pom (3.2 kB at 86 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.2/junit-platform-engine-1.7.2.pom (3.2 kB at 60 kB/s)
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit-pioneer/junit-pioneer/1.4.2/junit-pioneer-1.4.2.pom
09:38:34 [2022-08-08T13:38:34.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit-pioneer/junit-pioneer/1.4.2/junit-pioneer-1.4.2.pom (3.1 kB at 84 kB/s)
09:38:34 [2022-08-08T13:38:34.431Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.pom
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.7.2/junit-platform-launcher-1.7.2.pom (3.0 kB at 49 kB/s)
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-inline/3.11.2/mockito-inline-3.11.2.pom
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-inline/3.11.2/mockito-inline-3.11.2.pom (2.2 kB at 105 kB/s)
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.11.2/mockito-core-3.11.2.pom
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.11.2/mockito-core-3.11.2.pom (2.5 kB at 28 kB/s)
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.3/byte-buddy-1.11.3.pom
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.3/byte-buddy-1.11.3.pom (12 kB at 169 kB/s)
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.3/byte-buddy-parent-1.11.3.pom
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.3/byte-buddy-parent-1.11.3.pom (42 kB at 2.3 MB/s)
09:38:34 [2022-08-08T13:38:34.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.3/byte-buddy-agent-1.11.3.pom
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.3/byte-buddy-agent-1.11.3.pom (9.5 kB at 203 kB/s)
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/jimfs/jimfs/1.2/jimfs-1.2.pom
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/jimfs/jimfs/1.2/jimfs-1.2.pom (3.9 kB at 52 kB/s)
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/jimfs/jimfs-parent/1.2/jimfs-parent-1.2.pom
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/jimfs/jimfs-parent/1.2/jimfs-parent-1.2.pom (13 kB at 376 kB/s)
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-android/guava-30.1-android.pom
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-android/guava-30.1-android.pom (12 kB at 231 kB/s)
09:38:34 [2022-08-08T13:38:34.947Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-android/guava-parent-30.1-android.pom
09:38:35 [2022-08-08T13:38:35.204Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-android/guava-parent-30.1-android.pom (13 kB at 205 kB/s)
09:38:35 [2022-08-08T13:38:35.204Z] [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
09:38:35 [2022-08-08T13:38:35.204Z] [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)
09:38:35 [2022-08-08T13:38:35.204Z] [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
09:38:35 [2022-08-08T13:38:35.204Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 5.1 MB/s)
09:38:35 [2022-08-08T13:38:35.204Z] [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
09:38:35 [2022-08-08T13:38:35.205Z] [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 142 kB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 106 kB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 352 kB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 2.7 MB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [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
09:38:35 [2022-08-08T13:38:35.205Z] [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 1.4 MB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.32/jmh-core-1.32.pom
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.32/jmh-core-1.32.pom (9.6 kB at 185 kB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-parent/1.32/jmh-parent-1.32.pom
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-parent/1.32/jmh-parent-1.32.pom (11 kB at 410 kB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom (11 kB at 240 kB/s)
09:38:35 [2022-08-08T13:38:35.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom
09:38:35 [2022-08-08T13:38:35.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom (17 kB at 513 kB/s)
09:38:35 [2022-08-08T13:38:35.463Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
09:38:35 [2022-08-08T13:38:35.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.1 MB/s)
09:38:35 [2022-08-08T13:38:35.463Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.32/jmh-generator-annprocess-1.32.pom
09:38:35 [2022-08-08T13:38:35.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.32/jmh-generator-annprocess-1.32.pom (3.8 kB at 120 kB/s)
09:38:35 [2022-08-08T13:38:35.463Z] [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
09:38:35 [2022-08-08T13:38:35.463Z] [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 7.0 MB/s)
09:38:35 [2022-08-08T13:38:35.463Z] [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.orbit, ArtifactId = com.sun.el, Version = 2.2.0.v201303151357, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.orbit, ArtifactId = org.apache.jasper.glassfish, Version = 2.2.2.v201112011158, 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...
09:38:35 [2022-08-08T13:38:35.463Z] [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
09:38:35 [2022-08-08T13:38:35.722Z] [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 2.7 MB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 5.7 MB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 4.4 MB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [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
09:38:35 [2022-08-08T13:38:35.722Z] [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.0 MB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [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
09:38:35 [2022-08-08T13:38:35.722Z] [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 2.9 MB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.pom
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/javax.servlet.jsp-api/2.3.3/javax.servlet.jsp-api-2.3.3.pom (13 kB at 391 kB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 3.0 MB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.pom
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.pom (13 kB at 175 kB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 673 kB/s)
09:38:35 [2022-08-08T13:38:35.722Z] [INFO] artifact javax.el:javax.el-api: checking for updates from eclipse.maven.central.mirror
09:38:35 [2022-08-08T13:38:35.980Z] [INFO] artifact javax.el:javax.el-api: checking for updates from jvnet-nexus-releases
09:38:36 [2022-08-08T13:38:36.238Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (11 kB at 281 kB/s)
09:38:36 [2022-08-08T13:38:36.497Z] [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
09:38:36 [2022-08-08T13:38:36.497Z] [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 5.7 MB/s)
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357/com.sun.el-2.2.0.v201303151357.jar
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357/com.sun.el-2.2.0.v201303151357.jar (137 kB at 4.2 MB/s)
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357/com.sun.el-2.2.0.v201303151357.pom
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357/com.sun.el-2.2.0.v201303151357.pom (720 B at 10 kB/s)
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/jetty-orbit/1/jetty-orbit-1.pom (2.2 kB at 34 kB/s)
09:38:36 [2022-08-08T13:38:36.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom (16 kB at 434 kB/s)
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357/com.sun.el-2.2.0.v201303151357-sources.jar
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357/com.sun.el-2.2.0.v201303151357-sources.jar (156 kB at 2.8 MB/s)
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158.jar
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158.jar (593 kB at 7.2 MB/s)
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158.pom
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158.pom (1.1 kB at 34 kB/s)
09:38:36 [2022-08-08T13:38:36.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.pom (732 B at 8.5 kB/s)
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.pom
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.pom (941 B at 35 kB/s)
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158.jar (106 kB at 1.7 MB/s)
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar (200 kB at 2.2 MB/s)
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158-sources.jar
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/org.apache.jasper.glassfish/2.2.2.v201112011158/org.apache.jasper.glassfish-2.2.2.v201112011158-sources.jar (466 kB at 6.4 MB/s)
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016-sources.jar
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016-sources.jar (329 kB at 9.4 MB/s)
09:38:37 [2022-08-08T13:38:37.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158-sources.jar
09:38:37 [2022-08-08T13:38:37.273Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/orbit/javax.servlet.jsp/2.2.0.v201112011158/javax.servlet.jsp-2.2.0.v201112011158-sources.jar (221 kB at 7.4 MB/s)
09:38:37 [2022-08-08T13:38:37.273Z] [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
09:38:37 [2022-08-08T13:38:37.273Z] [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 4.7 MB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [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.pom
09:38:37 [2022-08-08T13:38:37.274Z] [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.pom (3.7 kB at 163 kB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.11/jetty-project-10.0.11.pom
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.11/jetty-project-10.0.11.pom (102 kB at 3.6 MB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom (19 kB at 4.7 MB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom (13 kB at 6.7 MB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 4.7 MB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [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
09:38:37 [2022-08-08T13:38:37.274Z] [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 1.9 MB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.2/testcontainers-bom-1.17.2.pom
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.2/testcontainers-bom-1.17.2.pom (7.5 kB at 198 kB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [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.pom
09:38:37 [2022-08-08T13:38:37.274Z] [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.pom (3.5 kB at 135 kB/s)
09:38:37 [2022-08-08T13:38:37.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha6/slf4j-api-2.0.0-alpha6.pom
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha6/slf4j-api-2.0.0-alpha6.pom (1.7 kB at 73 kB/s)
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha6/slf4j-parent-2.0.0-alpha6.pom
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha6/slf4j-parent-2.0.0-alpha6.pom (17 kB at 2.4 MB/s)
09:38:37 [2022-08-08T13:38:37.532Z] [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.pom
09:38:37 [2022-08-08T13:38:37.532Z] [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.pom (1.4 kB at 36 kB/s)
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.11/jetty-slf4j-impl-10.0.11.pom
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-slf4j-impl/10.0.11/jetty-slf4j-impl-10.0.11.pom (2.1 kB at 45 kB/s)
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.9/jetty-test-helper-5.9.pom
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-test-helper/5.9/jetty-test-helper-5.9.pom (6.3 kB at 242 kB/s)
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom (17 kB at 1.6 MB/s)
09:38:37 [2022-08-08T13:38:37.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.pom
09:38:37 [2022-08-08T13:38:37.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.pom (3.2 kB at 123 kB/s)
09:38:37 [2022-08-08T13:38:37.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom
09:38:37 [2022-08-08T13:38:37.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom (3.2 kB at 122 kB/s)
09:38:37 [2022-08-08T13:38:37.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.pom
09:38:37 [2022-08-08T13:38:37.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.pom (2.8 kB at 69 kB/s)
09:38:37 [2022-08-08T13:38:37.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.pom
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.pom (3.0 kB at 60 kB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.pom
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.pom (3.2 kB at 89 kB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.pom
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.pom (3.2 kB at 103 kB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 564 kB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [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
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha6/slf4j-api-2.0.0-alpha6.jar
09:38:37 [2022-08-08T13:38:37.791Z] [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
09:38:37 [2022-08-08T13:38:37.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha6/slf4j-api-2.0.0-alpha6.jar (61 kB at 1.6 MB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [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 12 MB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [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.2 MB/s)
09:38:37 [2022-08-08T13:38:37.791Z] [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
09:38:38 [2022-08-08T13:38:38.050Z] [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 2.6 MB/s)
09:38:38 [2022-08-08T13:38:38.050Z] [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
09:38:38 [2022-08-08T13:38:38.050Z] [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 7.0 MB/s)
09:38:38 [2022-08-08T13:38:38.050Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha6/slf4j-api-2.0.0-alpha6-sources.jar
09:38:38 [2022-08-08T13:38:38.050Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha6/slf4j-api-2.0.0-alpha6-sources.jar (68 kB at 1.7 MB/s)
09:38:38 [2022-08-08T13:38:38.050Z] [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
09:38:38 [2022-08-08T13:38:38.050Z] [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)
09:38:38 [2022-08-08T13:38:38.050Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.11/jetty-jmx-10.0.11.pom
09:38:38 [2022-08-08T13:38:38.308Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.11/jetty-jmx-10.0.11.pom (1.8 kB at 49 kB/s)
09:38:38 [2022-08-08T13:38:38.308Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.11/jetty-jmx-10.0.11.jar
09:38:38 [2022-08-08T13:38:38.308Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.11/jetty-jmx-10.0.11.jar (42 kB at 755 kB/s)
09:38:38 [2022-08-08T13:38:38.308Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.11/jetty-jmx-10.0.11-sources.jar
09:38:38 [2022-08-08T13:38:38.308Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/10.0.11/jetty-jmx-10.0.11-sources.jar (26 kB at 907 kB/s)
09:38:38 [2022-08-08T13:38:38.308Z] [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
09:38:38 [2022-08-08T13:38:38.308Z] [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.1 MB/s)
09:38:38 [2022-08-08T13:38:38.308Z] [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.pom
09:38:38 [2022-08-08T13:38:38.308Z] [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.pom (2.1 kB at 47 kB/s)
09:38:38 [2022-08-08T13:38:38.308Z] [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.pom
09:38:38 [2022-08-08T13:38:38.566Z] [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.pom (2.5 kB at 33 kB/s)
09:38:38 [2022-08-08T13:38:38.566Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom
09:38:38 [2022-08-08T13:38:38.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom (9.7 kB at 886 kB/s)
09:38:38 [2022-08-08T13:38:38.566Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/tests/jetty-http-tools/10.0.11/jetty-http-tools-10.0.11.pom
09:38:38 [2022-08-08T13:38:38.566Z] [WARNING] Missing POM for org.eclipse.jetty.tests:jetty-http-tools:jar:10.0.11
09:38:38 [2022-08-08T13:38:38.566Z] [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
09:38:38 [2022-08-08T13:38:38.566Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar
09:38:38 [2022-08-08T13:38:38.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.jar (273 kB at 7.6 MB/s)
09:38:38 [2022-08-08T13:38:38.566Z] [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 15 MB/s)
09:38:38 [2022-08-08T13:38:38.566Z] [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
09:38:38 [2022-08-08T13:38:38.567Z] [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 2.0 MB/s)
09:38:38 [2022-08-08T13:38:38.567Z] [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
09:38:38 [2022-08-08T13:38:38.567Z] [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 7.5 MB/s)
09:38:38 [2022-08-08T13:38:38.567Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6-sources.jar
09:38:38 [2022-08-08T13:38:38.824Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6-sources.jar (412 kB at 8.1 MB/s)
09:38:38 [2022-08-08T13:38:38.824Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.11/jetty-xml-10.0.11.pom
09:38:38 [2022-08-08T13:38:38.825Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.11/jetty-xml-10.0.11.pom (1.9 kB at 65 kB/s)
09:38:38 [2022-08-08T13:38:38.825Z] [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.pom
09:38:38 [2022-08-08T13:38:38.825Z] [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.pom (1.5 kB at 38 kB/s)
09:38:39 [2022-08-08T13:38:39.083Z] [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
09:38:39 [2022-08-08T13:38:39.083Z] [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 5.9 MB/s)
09:38:39 [2022-08-08T13:38:39.083Z] [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.pom
09:38:39 [2022-08-08T13:38:39.342Z] [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.pom (2.3 kB at 8.7 kB/s)
09:38:39 [2022-08-08T13:38:39.342Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.11/jetty-client-10.0.11.pom
09:38:39 [2022-08-08T13:38:39.342Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.11/jetty-client-10.0.11.pom (5.5 kB at 230 kB/s)
09:38:39 [2022-08-08T13:38:39.342Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.11/jetty-alpn-client-10.0.11.pom
09:38:39 [2022-08-08T13:38:39.342Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.11/jetty-alpn-client-10.0.11.pom (2.2 kB at 61 kB/s)
09:38:39 [2022-08-08T13:38:39.343Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/10.0.11/jetty-alpn-parent-10.0.11.pom
09:38:39 [2022-08-08T13:38:39.343Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/10.0.11/jetty-alpn-parent-10.0.11.pom (792 B at 34 kB/s)
09:38:39 [2022-08-08T13:38:39.343Z] [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
09:38:39 [2022-08-08T13:38:39.343Z] [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.4 MB/s)
09:38:39 [2022-08-08T13:38:39.343Z] [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
09:38:39 [2022-08-08T13:38:39.605Z] [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 603 kB/s)
09:38:39 [2022-08-08T13:38:39.605Z] [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
09:38:39 [2022-08-08T13:38:39.605Z] [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 2.2 MB/s)
09:38:39 [2022-08-08T13:38:39.605Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.pom
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility/4.2.0/awaitility-4.2.0.pom (3.5 kB at 48 kB/s)
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility-parent/4.2.0/awaitility-parent-4.2.0.pom
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/awaitility/awaitility-parent/4.2.0/awaitility-parent-4.2.0.pom (10 kB at 155 kB/s)
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-perf-helper/1.0.7/jetty-perf-helper-1.0.7.pom
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-perf-helper/1.0.7/jetty-perf-helper-1.0.7.pom (1.2 kB at 29 kB/s)
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom
09:38:39 [2022-08-08T13:38:39.868Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom (11 kB at 277 kB/s)
09:38:39 [2022-08-08T13:38:39.868Z] [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...
09:38:39 [2022-08-08T13:38:39.868Z] [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
09:38:40 [2022-08-08T13:38:40.130Z] [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 1.6 MB/s)
09:38:40 [2022-08-08T13:38:40.130Z] [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.pom
09:38:40 [2022-08-08T13:38:40.130Z] [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.pom (11 kB at 227 kB/s)
09:38:40 [2022-08-08T13:38:40.130Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
09:38:40 [2022-08-08T13:38:40.130Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 1.5 MB/s)
09:38:40 [2022-08-08T13:38:40.130Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.pom
09:38:40 [2022-08-08T13:38:40.130Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.23.0/mockito-core-2.23.0.pom (17 kB at 389 kB/s)
09:38:40 [2022-08-08T13:38:40.130Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
09:38:40 [2022-08-08T13:38:40.389Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 82 kB/s)
09:38:40 [2022-08-08T13:38:40.389Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 459 kB/s)
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.9/byte-buddy-1.12.9.pom
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.9/byte-buddy-1.12.9.pom (12 kB at 183 kB/s)
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.9/byte-buddy-parent-1.12.9.pom
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.9/byte-buddy-parent-1.12.9.pom (45 kB at 1.1 MB/s)
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/findbugs-annotations/3.0.1/findbugs-annotations-3.0.1.pom
09:38:40 [2022-08-08T13:38:40.390Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/findbugs-annotations/3.0.1/findbugs-annotations-3.0.1.pom (6.2 kB at 111 kB/s)
09:38:40 [2022-08-08T13:38:40.390Z] [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
09:38:40 [2022-08-08T13:38:40.390Z] [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 6.8 MB/s)
09:38:40 [2022-08-08T13:38:40.648Z] [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
09:38:40 [2022-08-08T13:38:40.648Z] [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 18 MB/s)
09:38:40 [2022-08-08T13:38:40.648Z] [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.pom
09:38:40 [2022-08-08T13:38:40.906Z] [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.pom (17 kB at 488 kB/s)
09:38:40 [2022-08-08T13:38:40.906Z] [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
09:38:40 [2022-08-08T13:38:40.906Z] [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.2 MB/s)
09:38:41 [2022-08-08T13:38:41.165Z] [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
09:38:41 [2022-08-08T13:38:41.165Z] [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 19 MB/s)
09:38:41 [2022-08-08T13:38:41.165Z] [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.pom
09:38:41 [2022-08-08T13:38:41.165Z] [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.pom (24 kB at 1.5 MB/s)
09:38:41 [2022-08-08T13:38:41.165Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.17/assertj-parent-pom-2.2.17.pom (24 kB at 467 kB/s)
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom (3.0 kB at 50 kB/s)
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom (16 kB at 282 kB/s)
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom (9.9 kB at 319 kB/s)
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom (17 kB at 322 kB/s)
09:38:41 [2022-08-08T13:38:41.423Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 218 kB/s)
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 393 kB/s)
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom (6.1 kB at 320 kB/s)
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom (5.5 kB at 60 kB/s)
09:38:41 [2022-08-08T13:38:41.682Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
09:38:41 [2022-08-08T13:38:41.940Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 174 kB/s)
09:38:41 [2022-08-08T13:38:41.940Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 614 kB/s)
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 33 kB/s)
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 43 kB/s)
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 256 kB/s)
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.10/equalsverifier-3.10.pom
09:38:41 [2022-08-08T13:38:41.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.10/equalsverifier-3.10.pom (2.9 kB at 78 kB/s)
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 820 kB/s)
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.3 MB/s)
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/orm/hibernate-core/6.0.2.Final/hibernate-core-6.0.2.Final.pom
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/orm/hibernate-core/6.0.2.Final/hibernate-core-6.0.2.Final.pom (5.8 kB at 140 kB/s)
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom (15 kB at 134 kB/s)
09:38:42 [2022-08-08T13:38:42.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom
09:38:42 [2022-08-08T13:38:42.457Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom (12 kB at 353 kB/s)
09:38:42 [2022-08-08T13:38:42.457Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom
09:38:42 [2022-08-08T13:38:42.457Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom (18 kB at 675 kB/s)
09:38:42 [2022-08-08T13:38:42.457Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom
09:38:42 [2022-08-08T13:38:42.457Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 1.7 MB/s)
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/common/hibernate-commons-annotations/6.0.1.Final/hibernate-commons-annotations-6.0.1.Final.pom
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/common/hibernate-commons-annotations/6.0.1.Final/hibernate-commons-annotations-6.0.1.Final.pom (2.1 kB at 122 kB/s)
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.pom
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.2.Final/jandex-2.4.2.Final.pom (6.8 kB at 165 kB/s)
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 956 kB/s)
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 330 kB/s)
09:38:42 [2022-08-08T13:38:42.458Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 760 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 389 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 353 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 74 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.1/all-2.0.1.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 878 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/3.0.2/jaxb-runtime-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/3.0.2/jaxb-runtime-3.0.2.pom (6.7 kB at 216 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-runtime-parent/3.0.2/jaxb-runtime-parent-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-runtime-parent/3.0.2/jaxb-runtime-parent-3.0.2.pom (1.2 kB at 59 kB/s)
09:38:42 [2022-08-08T13:38:42.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.717Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 1.4 MB/s)
09:38:42 [2022-08-08T13:38:42.717Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.717Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 145 kB/s)
09:38:42 [2022-08-08T13:38:42.717Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.974Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 412 kB/s)
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 209 kB/s)
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-core/3.0.2/jaxb-core-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (5.8 kB at 167 kB/s)
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/3.0.2/txw2-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/3.0.2/txw2-3.0.2.pom (1.8 kB at 37 kB/s)
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-txw-parent/3.0.2/jaxb-txw-parent-3.0.2.pom
09:38:42 [2022-08-08T13:38:42.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-txw-parent/3.0.2/jaxb-txw-parent-3.0.2.pom (1.2 kB at 13 kB/s)
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/4.0.1/istack-commons-runtime-4.0.1.pom
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/4.0.1/istack-commons-runtime-4.0.1.pom (4.8 kB at 56 kB/s)
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/4.0.1/istack-commons-4.0.1.pom
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/4.0.1/istack-commons-4.0.1.pom (24 kB at 503 kB/s)
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.10/antlr4-runtime-4.10.pom
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.10/antlr4-runtime-4.10.pom (3.5 kB at 101 kB/s)
09:38:43 [2022-08-08T13:38:43.233Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.10/antlr4-master-4.10.pom
09:38:43 [2022-08-08T13:38:43.234Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.10/antlr4-master-4.10.pom (4.4 kB at 80 kB/s)
09:38:43 [2022-08-08T13:38:43.234Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.8.2/junit-platform-testkit-1.8.2.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.8.2/junit-platform-testkit-1.8.2.pom (3.4 kB at 161 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.2/junit-platform-launcher-1.8.2.pom (3.0 kB at 86 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.pom (3.2 kB at 122 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.5.1/mockito-core-4.5.1.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.5.1/mockito-core-4.5.1.pom (2.5 kB at 44 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/4.5.1/mockito-junit-jupiter-4.5.1.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/4.5.1/mockito-junit-jupiter-4.5.1.pom (2.3 kB at 116 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.20/spring-core-5.3.20.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.20/spring-core-5.3.20.pom (2.0 kB at 106 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.20/spring-jcl-5.3.20.pom
09:38:43 [2022-08-08T13:38:43.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.20/spring-jcl-5.3.20.pom (1.8 kB at 66 kB/s)
09:38:43 [2022-08-08T13:38:43.495Z] [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
09:38:43 [2022-08-08T13:38:43.754Z] [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 12 MB/s)
09:38:44 [2022-08-08T13:38:44.013Z] [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
09:38:44 [2022-08-08T13:38:44.271Z] [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 8.2 MB/s)
09:38:44 [2022-08-08T13:38:44.271Z] [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.pom
09:38:44 [2022-08-08T13:38:44.271Z] [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.pom (2.5 kB at 86 kB/s)
09:38:44 [2022-08-08T13:38:44.271Z] [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
09:38:44 [2022-08-08T13:38:44.271Z] [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 8.8 MB/s)
09:38:44 [2022-08-08T13:38:44.528Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar
09:38:44 [2022-08-08T13:38:44.787Z] [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 659 kB/s)
09:38:44 [2022-08-08T13:38:44.787Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-test/3.2/objenesis-test-3.2.pom
09:38:44 [2022-08-08T13:38:44.787Z] [WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2
09:38:44 [2022-08-08T13:38:44.787Z] [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
09:38:44 [2022-08-08T13:38:44.787Z] [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 1.5 MB/s)
09:38:44 [2022-08-08T13:38:44.787Z] [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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
09:38:44 [2022-08-08T13:38:44.787Z] [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
09:38:44 [2022-08-08T13:38:44.787Z] [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 1.8 MB/s)
09:38:44 [2022-08-08T13:38:44.787Z] [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.pom
09:38:44 [2022-08-08T13:38:44.787Z] [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.pom (3.0 kB at 46 kB/s)
09:38:44 [2022-08-08T13:38:44.787Z] [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
09:38:45 [2022-08-08T13:38:45.045Z] [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.6 MB/s)
09:38:45 [2022-08-08T13:38:45.045Z] [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
09:38:45 [2022-08-08T13:38:45.045Z] [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 3.8 MB/s)
09:38:45 [2022-08-08T13:38:45.045Z] [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
09:38:45 [2022-08-08T13:38:45.045Z] [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.9 MB/s)
09:38:45 [2022-08-08T13:38:45.045Z] [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-sources.jar
09:38:45 [2022-08-08T13:38:45.045Z] [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-sources.jar (41 kB at 1.1 MB/s)
09:38:45 [2022-08-08T13:38:45.045Z] [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
09:38:45 [2022-08-08T13:38:45.045Z] [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 4.4 MB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [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...
09:38:45 [2022-08-08T13:38:45.304Z] [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
09:38:45 [2022-08-08T13:38:45.304Z] [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 4.8 MB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [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.pom
09:38:45 [2022-08-08T13:38:45.304Z] [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.pom (3.4 kB at 228 kB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 36 kB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.service/1.0.0/org.osgi.namespace.service-1.0.0.pom (1.3 kB at 28 kB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 426 kB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.pom (1.3 kB at 31 kB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 1.8 MB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0.jar (12 kB at 310 kB/s)
09:38:45 [2022-08-08T13:38:45.304Z] [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
09:38:45 [2022-08-08T13:38:45.563Z] [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 2.3 MB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0-sources.jar
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0-sources.jar (22 kB at 310 kB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0-sources.jar
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.serviceloader/1.0.0/org.osgi.service.serviceloader-1.0.0-sources.jar (8.1 kB at 368 kB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [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
09:38:45 [2022-08-08T13:38:45.563Z] [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 685 kB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.versioning/1.1.2/org.osgi.annotation.versioning-1.1.2.pom (1.5 kB at 40 kB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [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
09:38:45 [2022-08-08T13:38:45.563Z] [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 216 kB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [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
09:38:45 [2022-08-08T13:38:45.563Z] [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 1.3 MB/s)
09:38:45 [2022-08-08T13:38:45.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom
09:38:45 [2022-08-08T13:38:45.822Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.pom (1.7 kB at 37 kB/s)
09:38:45 [2022-08-08T13:38:45.822Z] [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
09:38:45 [2022-08-08T13:38:45.822Z] [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 695 kB/s)
09:38:45 [2022-08-08T13:38:45.822Z] [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
09:38:45 [2022-08-08T13:38:45.822Z] [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 926 kB/s)
09:38:45 [2022-08-08T13:38:45.822Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom
09:38:45 [2022-08-08T13:38:45.822Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.cm/1.6.1/org.osgi.service.cm-1.6.1.pom (2.1 kB at 122 kB/s)
09:38:45 [2022-08-08T13:38:45.822Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
09:38:45 [2022-08-08T13:38:45.822Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 640 kB/s)
09:38:45 [2022-08-08T13:38:45.822Z] [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
09:38:47 [2022-08-08T13:38:47.731Z] [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 854 B/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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
09:38:47 [2022-08-08T13:38:47.731Z] [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 411 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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
09:38:47 [2022-08-08T13:38:47.731Z] [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 571 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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-sources.jar
09:38:47 [2022-08-08T13:38:47.731Z] [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-sources.jar (19 kB at 518 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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-sources.jar
09:38:47 [2022-08-08T13:38:47.731Z] [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-sources.jar (7.9 kB at 271 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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
09:38:47 [2022-08-08T13:38:47.731Z] [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.5 MB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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.pom
09:38:47 [2022-08-08T13:38:47.731Z] [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.pom (2.8 kB at 98 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
09:38:47 [2022-08-08T13:38:47.731Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 421 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.pom
09:38:47 [2022-08-08T13:38:47.731Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.condition/1.0.0/org.osgi.service.condition-1.0.0.pom (1.6 kB at 57 kB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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.jar
09:38:47 [2022-08-08T13:38:47.731Z] [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.jar
09:38:47 [2022-08-08T13:38:47.731Z] [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.jar (43 kB at 2.0 MB/s)
09:38:47 [2022-08-08T13:38:47.731Z] [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.jar (13 kB at 546 kB/s)
09:38:47 [2022-08-08T13:38:47.732Z] [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
09:38:47 [2022-08-08T13:38:47.732Z] [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.0 MB/s)
09:38:47 [2022-08-08T13:38:47.732Z] [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-sources.jar
09:38:47 [2022-08-08T13:38:47.732Z] [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-sources.jar (7.7 kB at 405 kB/s)
09:38:47 [2022-08-08T13:38:47.732Z] [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-sources.jar
09:38:47 [2022-08-08T13:38:47.732Z] [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-sources.jar (8.4 kB at 262 kB/s)
09:38:47 [2022-08-08T13:38:47.732Z] [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-sources.jar
09:38:47 [2022-08-08T13:38:47.732Z] [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-sources.jar (20 kB at 500 kB/s)
09:38:47 [2022-08-08T13:38:47.732Z] [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
09:38:47 [2022-08-08T13:38:47.990Z] [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 837 kB/s)
09:38:47 [2022-08-08T13:38:47.990Z] [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
09:38:47 [2022-08-08T13:38:47.990Z] [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 1.9 MB/s)
09:38:47 [2022-08-08T13:38:47.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom
09:38:47 [2022-08-08T13:38:47.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.coordinator/1.0.2/org.osgi.service.coordinator-1.0.2.pom (1.3 kB at 82 kB/s)
09:38:47 [2022-08-08T13:38:47.990Z] [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
09:38:47 [2022-08-08T13:38:47.990Z] [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.4 MB/s)
09:38:47 [2022-08-08T13:38:47.990Z] [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
09:38:47 [2022-08-08T13:38:47.990Z] [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 636 kB/s)
09:38:47 [2022-08-08T13:38:47.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom
09:38:47 [2022-08-08T13:38:47.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.pom (1.9 kB at 36 kB/s)
09:38:47 [2022-08-08T13:38:47.990Z] [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
09:38:48 [2022-08-08T13:38:48.248Z] [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 150 kB/s)
09:38:48 [2022-08-08T13:38:48.248Z] [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
09:38:48 [2022-08-08T13:38:48.248Z] [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 723 kB/s)
09:38:48 [2022-08-08T13:38:48.248Z] [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
09:38:48 [2022-08-08T13:38:48.249Z] [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 57 kB/s)
09:38:48 [2022-08-08T13:38:48.249Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.pom
09:38:48 [2022-08-08T13:38:48.249Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.pom (1.5 kB at 62 kB/s)
09:38:48 [2022-08-08T13:38:48.249Z] [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
09:38:48 [2022-08-08T13:38:48.249Z] [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 461 kB/s)
09:38:48 [2022-08-08T13:38:48.249Z] [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
09:38:48 [2022-08-08T13:38:48.508Z] [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.5 MB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.http.whiteboard/1.1.1/org.osgi.service.http.whiteboard-1.1.1.pom (2.7 kB at 168 kB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/1.1.2/org.apache.felix.http.servlet-api-1.1.2.pom
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/1.1.2/org.apache.felix.http.servlet-api-1.1.2.pom (3.8 kB at 87 kB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.parent/7/org.apache.felix.http.parent-7.pom
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.parent/7/org.apache.felix.http.parent-7.pom (5.2 kB at 198 kB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/3/felix-parent-3.pom
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/3/felix-parent-3.pom (17 kB at 951 kB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
09:38:48 [2022-08-08T13:38:48.509Z] [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)
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/tomcat-servlet-api/8.0.9/tomcat-servlet-api-8.0.9.pom
09:38:48 [2022-08-08T13:38:48.509Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/tomcat-servlet-api/8.0.9/tomcat-servlet-api-8.0.9.pom (2.2 kB at 78 kB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [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
09:38:48 [2022-08-08T13:38:48.509Z] [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 3.3 MB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [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
09:38:48 [2022-08-08T13:38:48.509Z] [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 732 kB/s)
09:38:48 [2022-08-08T13:38:48.509Z] [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.pom
09:38:48 [2022-08-08T13:38:48.509Z] [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.pom (1.7 kB at 94 kB/s)
09:38:48 [2022-08-08T13:38:48.771Z] [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
09:38:48 [2022-08-08T13:38:48.771Z] [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 275 kB/s)
09:38:48 [2022-08-08T13:38:48.771Z] [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
09:38:48 [2022-08-08T13:38:48.772Z] [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 588 kB/s)
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log.stream/1.0.0/org.osgi.service.log.stream-1.0.0.pom
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log.stream/1.0.0/org.osgi.service.log.stream-1.0.0.pom (2.4 kB at 25 kB/s)
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom (1.4 kB at 84 kB/s)
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.pom
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.pom (1.4 kB at 80 kB/s)
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar
09:38:48 [2022-08-08T13:38:48.772Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.jar (132 kB at 6.0 MB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar (38 kB at 618 kB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [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
09:38:49 [2022-08-08T13:38:49.030Z] [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 111 kB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0-sources.jar
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0-sources.jar (21 kB at 782 kB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1-sources.jar
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1-sources.jar (43 kB at 973 kB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [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
09:38:49 [2022-08-08T13:38:49.030Z] [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 506 kB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom
09:38:49 [2022-08-08T13:38:49.030Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.4.1/org.osgi.service.metatype-1.4.1.pom (2.3 kB at 108 kB/s)
09:38:49 [2022-08-08T13:38:49.030Z] [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
09:38:49 [2022-08-08T13:38:49.030Z] [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 604 kB/s)
09:38:49 [2022-08-08T13:38:49.348Z] [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
09:38:49 [2022-08-08T13:38:49.348Z] [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 562 kB/s)
09:38:49 [2022-08-08T13:38:49.348Z] [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
09:38:49 [2022-08-08T13:38:49.348Z] [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 507 kB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0.pom (1.3 kB at 77 kB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [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
09:38:49 [2022-08-08T13:38:49.349Z] [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 408 kB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [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
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.jar (31 kB at 1.6 MB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.upnp/1.2.1/org.osgi.service.upnp-1.2.1.pom (1.7 kB at 85 kB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [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
09:38:49 [2022-08-08T13:38:49.349Z] [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 952 kB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [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
09:38:49 [2022-08-08T13:38:49.349Z] [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 1.2 MB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.useradmin/1.1.1/org.osgi.service.useradmin-1.1.1.pom (1.9 kB at 111 kB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [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
09:38:49 [2022-08-08T13:38:49.349Z] [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.2 MB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [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
09:38:49 [2022-08-08T13:38:49.349Z] [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.6 MB/s)
09:38:49 [2022-08-08T13:38:49.349Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2.pom (1.9 kB at 53 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.676Z] [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.2 MB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.676Z] [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 370 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.676Z] [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 878 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.pom
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.pom (1.4 kB at 120 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.676Z] [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 652 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.676Z] [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)
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.pom
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.position/1.0.1/org.osgi.util.position-1.0.1.pom (1.3 kB at 646 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.676Z] [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 142 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar
09:38:49 [2022-08-08T13:38:49.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.jar (14 kB at 520 kB/s)
09:38:49 [2022-08-08T13:38:49.676Z] [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
09:38:49 [2022-08-08T13:38:49.971Z] [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.3 MB/s)
09:38:49 [2022-08-08T13:38:49.971Z] [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-sources.jar
09:38:49 [2022-08-08T13:38:49.971Z] [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-sources.jar (4.3 kB at 226 kB/s)
09:38:49 [2022-08-08T13:38:49.971Z] [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
09:38:49 [2022-08-08T13:38:49.971Z] [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 1.7 MB/s)
09:38:49 [2022-08-08T13:38:49.971Z] [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.pom
09:38:49 [2022-08-08T13:38:49.971Z] [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.pom (2.1 kB at 94 kB/s)
09:38:49 [2022-08-08T13:38:49.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom
09:38:49 [2022-08-08T13:38:49.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom (1.4 kB at 26 kB/s)
09:38:49 [2022-08-08T13:38:49.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar
09:38:49 [2022-08-08T13:38:49.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.jar (76 kB at 3.8 MB/s)
09:38:49 [2022-08-08T13:38:49.971Z] [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
09:38:49 [2022-08-08T13:38:49.972Z] [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 2.3 MB/s)
09:38:49 [2022-08-08T13:38:49.972Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1-sources.jar
09:38:49 [2022-08-08T13:38:49.972Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1-sources.jar (26 kB at 1.1 MB/s)
09:38:49 [2022-08-08T13:38:49.972Z] [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
09:38:49 [2022-08-08T13:38:49.972Z] [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 6.2 MB/s)
09:38:49 [2022-08-08T13:38:49.972Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.pom
09:38:49 [2022-08-08T13:38:49.972Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.xml/1.0.2/org.osgi.util.xml-1.0.2.pom (1.9 kB at 156 kB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [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
09:38:50 [2022-08-08T13:38:50.230Z] [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 241 kB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [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...
09:38:50 [2022-08-08T13:38:50.230Z] [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
09:38:50 [2022-08-08T13:38:50.230Z] [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.3 MB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [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.pom
09:38:50 [2022-08-08T13:38:50.230Z] [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.pom (6.1 kB at 304 kB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom
09:38:50 [2022-08-08T13:38:50.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 627 kB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [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
09:38:50 [2022-08-08T13:38:50.230Z] [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 3.8 MB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [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
09:38:50 [2022-08-08T13:38:50.230Z] [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 9.4 MB/s)
09:38:50 [2022-08-08T13:38:50.230Z] [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.pom
09:38:50 [2022-08-08T13:38:50.488Z] [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.pom (5.5 kB at 173 kB/s)
09:38:50 [2022-08-08T13:38:50.488Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom
09:38:50 [2022-08-08T13:38:50.488Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 494 kB/s)
09:38:50 [2022-08-08T13:38:50.488Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
09:38:50 [2022-08-08T13:38:50.488Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 643 kB/s)
09:38:50 [2022-08-08T13:38:50.488Z] [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
09:38:50 [2022-08-08T13:38:50.488Z] [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 4.1 MB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [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
09:38:50 [2022-08-08T13:38:50.746Z] [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 16 MB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [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.pom
09:38:50 [2022-08-08T13:38:50.746Z] [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.pom (17 kB at 919 kB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-core/2.0.0/powermock-core-2.0.0.pom
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-core/2.0.0/powermock-core-2.0.0.pom (6.6 kB at 350 kB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/2.0.0/powermock-reflect-2.0.0.pom
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/2.0.0/powermock-reflect-2.0.0.pom (6.5 kB at 269 kB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.0.1/objenesis-3.0.1.pom
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.0.1/objenesis-3.0.1.pom (3.5 kB at 235 kB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.0.1/objenesis-parent-3.0.1.pom
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.0.1/objenesis-parent-3.0.1.pom (17 kB at 373 kB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.3/byte-buddy-1.9.3.pom
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.3/byte-buddy-1.9.3.pom (10 kB at 602 kB/s)
09:38:50 [2022-08-08T13:38:50.746Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.3/byte-buddy-parent-1.9.3.pom
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.3/byte-buddy-parent-1.9.3.pom (34 kB at 749 kB/s)
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.3/byte-buddy-agent-1.9.3.pom
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.3/byte-buddy-agent-1.9.3.pom (6.0 kB at 177 kB/s)
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom (11 kB at 565 kB/s)
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4/2.0.0/powermock-module-junit4-2.0.0.pom
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4/2.0.0/powermock-module-junit4-2.0.0.pom (6.6 kB at 368 kB/s)
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4-common/2.0.0/powermock-module-junit4-common-2.0.0.pom
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4-common/2.0.0/powermock-module-junit4-common-2.0.0.pom (6.8 kB at 273 kB/s)
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-mockito2/2.0.0/powermock-api-mockito2-2.0.0.pom
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-mockito2/2.0.0/powermock-api-mockito2-2.0.0.pom (6.6 kB at 329 kB/s)
09:38:51 [2022-08-08T13:38:51.005Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-support/2.0.0/powermock-api-support-2.0.0.pom
09:38:51 [2022-08-08T13:38:51.265Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-support/2.0.0/powermock-api-support-2.0.0.pom (6.3 kB at 27 kB/s)
09:38:51 [2022-08-08T13:38:51.265Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/measure/jsr-275/0.9.1/jsr-275-0.9.1.pom
09:38:51 [2022-08-08T13:38:51.265Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/measure/jsr-275/0.9.1/jsr-275-0.9.1.pom (8.1 kB at 428 kB/s)
09:38:51 [2022-08-08T13:38:51.265Z] [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
09:38:51 [2022-08-08T13:38:51.265Z] [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 22 MB/s)
09:38:51 [2022-08-08T13:38:51.523Z] [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...
09:38:51 [2022-08-08T13:38:51.523Z] [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
09:38:51 [2022-08-08T13:38:51.523Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 2.3 MB/s)
09:38:51 [2022-08-08T13:38:51.523Z] [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
09:38:51 [2022-08-08T13:38:51.782Z] [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 746 kB/s)
09:38:51 [2022-08-08T13:38:51.782Z] [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
09:38:51 [2022-08-08T13:38:51.782Z] [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 7.0 MB/s)
09:38:51 [2022-08-08T13:38:51.782Z] [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
09:38:51 [2022-08-08T13:38:51.782Z] [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 5.7 MB/s)
09:38:51 [2022-08-08T13:38:51.782Z] [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
09:38:51 [2022-08-08T13:38:51.782Z] [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 2.7 MB/s)
09:38:51 [2022-08-08T13:38:51.782Z] [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
09:38:51 [2022-08-08T13:38:51.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4-sources.jar (38 kB at 2.0 MB/s)
09:38:51 [2022-08-08T13:38:51.782Z] [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
09:38:51 [2022-08-08T13:38:51.782Z] [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 6.1 MB/s)
09:38:51 [2022-08-08T13:38:51.782Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.8.1, 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...
09:38:51 [2022-08-08T13:38:51.782Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 5.0 MB/s)
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1-sources.jar (187 kB at 3.7 MB/s)
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar (230 kB at 9.6 MB/s)
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1-sources.jar (125 kB at 6.2 MB/s)
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.8.1/junit-jupiter-migrationsupport-5.8.1.jar
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.8.1/junit-jupiter-migrationsupport-5.8.1.jar (28 kB at 1.2 MB/s)
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.8.1/junit-jupiter-migrationsupport-5.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-migrationsupport/5.8.1/junit-jupiter-migrationsupport-5.8.1-sources.jar (24 kB at 646 kB/s)
09:38:52 [2022-08-08T13:38:52.042Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1.jar
09:38:52 [2022-08-08T13:38:52.301Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1.jar (576 kB at 7.0 MB/s)
09:38:52 [2022-08-08T13:38:52.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.301Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.1/junit-jupiter-params-5.8.1-sources.jar (69 kB at 1.2 MB/s)
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 3.0 MB/s)
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1-sources.jar (75 kB at 4.0 MB/s)
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar (186 kB at 7.7 MB/s)
09:38:52 [2022-08-08T13:38:52.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1-sources.jar (133 kB at 5.5 MB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.1/junit-platform-launcher-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.1/junit-platform-launcher-1.8.1.jar (160 kB at 6.1 MB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.1/junit-platform-launcher-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.8.1/junit-platform-launcher-1.8.1-sources.jar (96 kB at 5.1 MB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.8.1/junit-platform-runner-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.8.1/junit-platform-runner-1.8.1.jar (17 kB at 590 kB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.8.1/junit-platform-runner-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-runner/1.8.1/junit-platform-runner-1.8.1-sources.jar (12 kB at 584 kB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.8.1/junit-platform-suite-api-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.8.1/junit-platform-suite-api-1.8.1.jar (21 kB at 623 kB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.8.1/junit-platform-suite-api-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-api/1.8.1/junit-platform-suite-api-1.8.1-sources.jar (28 kB at 1.4 MB/s)
09:38:52 [2022-08-08T13:38:52.560Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.8.1/junit-platform-suite-commons-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.8.1/junit-platform-suite-commons-1.8.1.jar (15 kB at 259 kB/s)
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.8.1/junit-platform-suite-commons-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-commons/1.8.1/junit-platform-suite-commons-1.8.1-sources.jar (11 kB at 314 kB/s)
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.8.1/junit-platform-suite-engine-1.8.1.jar
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.8.1/junit-platform-suite-engine-1.8.1.jar (23 kB at 364 kB/s)
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.8.1/junit-platform-suite-engine-1.8.1-sources.jar
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-suite-engine/1.8.1/junit-platform-suite-engine-1.8.1-sources.jar (15 kB at 465 kB/s)
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar (67 kB at 1.0 MB/s)
09:38:52 [2022-08-08T13:38:52.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1-sources.jar
09:38:53 [2022-08-08T13:38:53.078Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1-sources.jar (38 kB at 1.2 MB/s)
09:38:53 [2022-08-08T13:38:53.078Z] [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
09:38:53 [2022-08-08T13:38:53.078Z] [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 3.8 MB/s)
09:38:53 [2022-08-08T13:38:53.078Z] [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
09:38:53 [2022-08-08T13:38:53.078Z] [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 234 kB/s)
09:38:53 [2022-08-08T13:38:53.078Z] [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
09:38:53 [2022-08-08T13:38:53.078Z] [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 145 kB/s)
09:38:53 [2022-08-08T13:38:53.078Z] [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
09:38:53 [2022-08-08T13:38:53.078Z] [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 369 kB/s)
09:38:53 [2022-08-08T13:38:53.078Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25-I-builds/I20220728-1800
09:38:53 [2022-08-08T13:38:53.652Z] [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
09:38:53 [2022-08-08T13:38:53.652Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300.v20220728-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
09:38:53 [2022-08-08T13:38:53.652Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.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.pde.dummy/pom.xml
09:38:53 [2022-08-08T13:38:53.912Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.1300.v20220728-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.pde-feature-dummy/pom.xml
09:38:53 [2022-08-08T13:38:53.912Z] [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
09:38:55 [2022-08-08T13:38:55.290Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde/apitools/org.eclipse.pde.api.tools/pom.xml
09:38:56 [2022-08-08T13:38:56.667Z] [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
09:38:56 [2022-08-08T13:38:56.667Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.feature:org.eclipse.pde.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.pde.java19patch/pom.xml
09:38:56 [2022-08-08T13:38:56.925Z] [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
09:38:57 [2022-08-08T13:38:57.183Z] [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
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] ------------------------------------------------------------------------
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] Reactor Build Order:
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] 
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] eclipse-platform-parent                                            [pom]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] eclipse.platform.releng.java19patch                                [pom]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.jdt.dummy                                   [eclipse-plugin]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.jdt                                        [eclipse-feature]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.pde.dummy                                   [eclipse-plugin]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.pde                                        [eclipse-feature]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.pde.api.tools                               [eclipse-plugin]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.jdt.java19patch                            [eclipse-feature]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] org.eclipse.pde.java19patch                            [eclipse-feature]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] eclipse.releng.repository.java19patch               [eclipse-repository]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] 
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >-----------------
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] Building eclipse-platform-parent 4.25.0-SNAPSHOT                  [1/12]
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] --------------------------------[ pom ]---------------------------------
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] 
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-platform-parent ---
09:38:57 [2022-08-08T13:38:57.183Z] [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
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
09:38:57 [2022-08-08T13:38:57.183Z] [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
09:38:57 [2022-08-08T13:38:57.183Z] [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
09:38:57 [2022-08-08T13:38:57.183Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar
09:38:57 [2022-08-08T13:38:57.183Z] [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
09:38:57 [2022-08-08T13:38:57.441Z] [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
09:38:57 [2022-08-08T13:38:57.441Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
09:38:57 [2022-08-08T13:38:57.441Z] [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
09:38:57 [2022-08-08T13:38:57.441Z] [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
09:38:57 [2022-08-08T13:38:57.441Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
09:38:57 [2022-08-08T13:38:57.441Z] [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
09:38:57 [2022-08-08T13:38:57.441Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar
09:38:57 [2022-08-08T13:38:57.442Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 5.9 MB/s)
09:38:57 [2022-08-08T13:38:57.442Z] [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 6.7 MB/s)
09:38:57 [2022-08-08T13:38:57.442Z] [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 7.2 MB/s)
09:38:57 [2022-08-08T13:38:57.442Z] [INFO] 
09:38:57 [2022-08-08T13:38:57.442Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-platform-parent ---
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.442Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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 434 kB/s)
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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 188 kB/s)
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
09:38:57 [2022-08-08T13:38:57.700Z] [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
09:38:57 [2022-08-08T13:38:57.700Z] [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 226 kB/s)
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:38:57 [2022-08-08T13:38:57.700Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:38:57 [2022-08-08T13:38:57.958Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:38:57 [2022-08-08T13:38:57.959Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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 204 kB/s)
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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 192 kB/s)
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:57 [2022-08-08T13:38:57.959Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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
09:38:58 [2022-08-08T13:38:58.217Z] [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 257 kB/s)
09:38:58 [2022-08-08T13:38:58.218Z] [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 921 kB/s)
09:38:58 [2022-08-08T13:38:58.218Z] [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 4.1 MB/s)
09:38:58 [2022-08-08T13:38:58.218Z] [INFO] Copying 1 resource
09:38:58 [2022-08-08T13:38:58.218Z] [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
09:38:58 [2022-08-08T13:38:58.218Z] [INFO] 
09:38:58 [2022-08-08T13:38:58.218Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-platform-parent ---
09:38:58 [2022-08-08T13:38:58.218Z] [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
09:38:58 [2022-08-08T13:38:58.218Z] [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
09:38:58 [2022-08-08T13:38:58.218Z] [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
09:38:58 [2022-08-08T13:38:58.218Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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 69 kB/s)
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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 159 kB/s)
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
09:38:58 [2022-08-08T13:38:58.476Z] [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
09:38:58 [2022-08-08T13:38:58.476Z] [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 386 kB/s)
09:38:58 [2022-08-08T13:38:58.476Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
09:38:58 [2022-08-08T13:38:58.476Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
09:38:58 [2022-08-08T13:38:58.733Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
09:38:58 [2022-08-08T13:38:58.733Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
09:38:58 [2022-08-08T13:38:58.733Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom
09:38:58 [2022-08-08T13:38:58.733Z] [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
09:38:58 [2022-08-08T13:38:58.734Z] [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 386 kB/s)
09:38:58 [2022-08-08T13:38:58.734Z] [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
09:38:58 [2022-08-08T13:38:58.734Z] [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
09:38:58 [2022-08-08T13:38:58.734Z] [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
09:38:58 [2022-08-08T13:38:58.734Z] [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
09:38:58 [2022-08-08T13:38:58.734Z] [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
09:38:58 [2022-08-08T13:38:58.734Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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 99 kB/s)
09:38:58 [2022-08-08T13:38:58.991Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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
09:38:58 [2022-08-08T13:38:58.991Z] [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 41 kB/s)
09:38:58 [2022-08-08T13:38:58.991Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
09:38:58 [2022-08-08T13:38:58.991Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
09:38:58 [2022-08-08T13:38:58.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
09:38:58 [2022-08-08T13:38:58.991Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
09:38:58 [2022-08-08T13:38:58.991Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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 314 kB/s)
09:38:59 [2022-08-08T13:38:59.250Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom
09:38:59 [2022-08-08T13:38:59.250Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom
09:38:59 [2022-08-08T13:38:59.250Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom
09:38:59 [2022-08-08T13:38:59.250Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom
09:38:59 [2022-08-08T13:38:59.250Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/26/weld-parent-26.pom
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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.0 MB/s)
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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
09:38:59 [2022-08-08T13:38:59.250Z] [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 164 kB/s)
09:38:59 [2022-08-08T13:38:59.251Z] [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
09:38:59 [2022-08-08T13:38:59.251Z] [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
09:38:59 [2022-08-08T13:38:59.251Z] [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
09:38:59 [2022-08-08T13:38:59.251Z] [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
09:38:59 [2022-08-08T13:38:59.251Z] [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
09:38:59 [2022-08-08T13:38:59.251Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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 224 kB/s)
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.508Z] [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 62 kB/s)
09:38:59 [2022-08-08T13:38:59.508Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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 104 kB/s)
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.509Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
09:38:59 [2022-08-08T13:38:59.509Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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 50 kB/s)
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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 113 kB/s)
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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
09:38:59 [2022-08-08T13:38:59.766Z] [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 1.5 MB/s)
09:38:59 [2022-08-08T13:38:59.766Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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)
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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)
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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 688 kB/s)
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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 131 kB/s)
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.025Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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 176 kB/s)
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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 250 kB/s)
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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 105 kB/s)
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.284Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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 1.6 MB/s)
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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 121 kB/s)
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.285Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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 137 kB/s)
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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 217 kB/s)
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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 576 kB/s)
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.544Z] [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 207 kB/s)
09:39:00 [2022-08-08T13:39:00.544Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
09:39:00 [2022-08-08T13:39:00.544Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
09:39:00 [2022-08-08T13:39:00.544Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
09:39:00 [2022-08-08T13:39:00.544Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
09:39:00 [2022-08-08T13:39:00.544Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
09:39:00 [2022-08-08T13:39:00.544Z] [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
09:39:00 [2022-08-08T13:39:00.802Z] [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 986 kB/s)
09:39:00 [2022-08-08T13:39:00.802Z] [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
09:39:00 [2022-08-08T13:39:00.802Z] [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
09:39:00 [2022-08-08T13:39:00.802Z] [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
09:39:00 [2022-08-08T13:39:00.802Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.pom
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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 226 kB/s)
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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 153 kB/s)
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:00 [2022-08-08T13:39:00.803Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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 132 kB/s)
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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 738 kB/s)
09:39:01 [2022-08-08T13:39:01.061Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
09:39:01 [2022-08-08T13:39:01.061Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
09:39:01 [2022-08-08T13:39:01.061Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
09:39:01 [2022-08-08T13:39:01.061Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
09:39:01 [2022-08-08T13:39:01.061Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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 200 kB/s)
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.061Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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 361 kB/s)
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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 123 kB/s)
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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
09:39:01 [2022-08-08T13:39:01.320Z] [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 46 kB/s)
09:39:01 [2022-08-08T13:39:01.321Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
09:39:01 [2022-08-08T13:39:01.321Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
09:39:01 [2022-08-08T13:39:01.321Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
09:39:01 [2022-08-08T13:39:01.578Z] [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
09:39:01 [2022-08-08T13:39:01.578Z] [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 296 kB/s)
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/24/maven-parent-24.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom
09:39:01 [2022-08-08T13:39:01.578Z] [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
09:39:01 [2022-08-08T13:39:01.578Z] [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 3.7 MB/s)
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/14/apache-14.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom
09:39:01 [2022-08-08T13:39:01.578Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
09:39:01 [2022-08-08T13:39:01.578Z] [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 3.7 MB/s)
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.837Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.838Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:01 [2022-08-08T13:39:01.839Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
09:39:01 [2022-08-08T13:39:01.839Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.098Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.jar
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.099Z] [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
09:39:02 [2022-08-08T13:39:02.100Z] [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
09:39:02 [2022-08-08T13:39:02.100Z] [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
09:39:02 [2022-08-08T13:39:02.357Z] [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 164 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 2.3 MB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 668 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 3.0 MB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 188 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 484 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 249 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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 912 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 2.6 MB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 166 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 606 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 153 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 232 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.358Z] [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 89 kB/s)
09:39:02 [2022-08-08T13:39:02.358Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 92 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
09:39:02 [2022-08-08T13:39:02.616Z] [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 495 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 310 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 4.8 MB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 9.6 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 101 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 52 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 112 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.616Z] [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 24 kB/s)
09:39:02 [2022-08-08T13:39:02.616Z] [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
09:39:02 [2022-08-08T13:39:02.875Z] [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 260 kB/s)
09:39:02 [2022-08-08T13:39:02.875Z] [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 170 kB/s)
09:39:02 [2022-08-08T13:39:02.876Z] [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 645 kB/s)
09:39:02 [2022-08-08T13:39:02.876Z] [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 644 kB/s)
09:39:03 [2022-08-08T13:39:03.442Z] [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 105 kB/s)
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] 
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-platform-parent ---
09:39:03 [2022-08-08T13:39:03.442Z] [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
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] 
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-platform-parent ---
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] 
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent ---
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] Skipped
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] 
09:39:03 [2022-08-08T13:39:03.442Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-platform-parent ---
09:39:03 [2022-08-08T13:39:03.443Z] [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
09:39:03 [2022-08-08T13:39:03.443Z] [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
09:39:03 [2022-08-08T13:39:03.700Z] [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
09:39:03 [2022-08-08T13:39:03.700Z] [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
09:39:03 [2022-08-08T13:39:03.700Z] [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
09:39:03 [2022-08-08T13:39:03.701Z] [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
09:39:03 [2022-08-08T13:39:03.701Z] [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 353 kB/s)
09:39:03 [2022-08-08T13:39:03.701Z] [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
09:39:03 [2022-08-08T13:39:03.701Z] [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
09:39:03 [2022-08-08T13:39:03.701Z] [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
09:39:03 [2022-08-08T13:39:03.958Z] [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
09:39:03 [2022-08-08T13:39:03.958Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
09:39:03 [2022-08-08T13:39:03.958Z] [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
09:39:03 [2022-08-08T13:39:03.958Z] [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 315 kB/s)
09:39:03 [2022-08-08T13:39:03.958Z] [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
09:39:04 [2022-08-08T13:39:04.216Z] [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
09:39:04 [2022-08-08T13:39:04.216Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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 120 kB/s)
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.217Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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 25 kB/s)
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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 42 kB/s)
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.475Z] [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
09:39:04 [2022-08-08T13:39:04.733Z] [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
09:39:04 [2022-08-08T13:39:04.733Z] [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
09:39:04 [2022-08-08T13:39:04.733Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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 41 kB/s)
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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 88 kB/s)
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.734Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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 93 kB/s)
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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 65 kB/s)
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:04 [2022-08-08T13:39:04.997Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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 25 kB/s)
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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 169 kB/s)
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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 154 kB/s)
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.257Z] [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
09:39:05 [2022-08-08T13:39:05.514Z] [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
09:39:05 [2022-08-08T13:39:05.515Z] [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 60 kB/s)
09:39:05 [2022-08-08T13:39:05.515Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
09:39:05 [2022-08-08T13:39:05.515Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
09:39:05 [2022-08-08T13:39:05.515Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
09:39:05 [2022-08-08T13:39:05.772Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
09:39:05 [2022-08-08T13:39:05.772Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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 53 kB/s)
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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 87 kB/s)
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:05 [2022-08-08T13:39:05.772Z] [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
09:39:06 [2022-08-08T13:39:06.030Z] [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
09:39:06 [2022-08-08T13:39:06.030Z] [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
09:39:06 [2022-08-08T13:39:06.030Z] [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
09:39:06 [2022-08-08T13:39:06.030Z] [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 293 kB/s)
09:39:06 [2022-08-08T13:39:06.030Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
09:39:06 [2022-08-08T13:39:06.030Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
09:39:06 [2022-08-08T13:39:06.030Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
09:39:06 [2022-08-08T13:39:06.030Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
09:39:06 [2022-08-08T13:39:06.030Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.288Z] [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 505 kB/s)
09:39:06 [2022-08-08T13:39:06.288Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
09:39:06 [2022-08-08T13:39:06.288Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
09:39:06 [2022-08-08T13:39:06.288Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
09:39:06 [2022-08-08T13:39:06.288Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
09:39:06 [2022-08-08T13:39:06.288Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.288Z] [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 32 kB/s)
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.288Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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 75 kB/s)
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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 412 kB/s)
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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 25 kB/s)
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.546Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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 253 kB/s)
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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 79 kB/s)
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.804Z] [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
09:39:06 [2022-08-08T13:39:06.805Z] [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 228 kB/s)
09:39:06 [2022-08-08T13:39:06.805Z] [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
09:39:06 [2022-08-08T13:39:06.805Z] [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
09:39:06 [2022-08-08T13:39:06.805Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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 82 kB/s)
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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 1.2 MB/s)
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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 86 kB/s)
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.064Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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 176 kB/s)
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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 169 kB/s)
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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 391 kB/s)
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.322Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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 1.0 MB/s)
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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 271 kB/s)
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.581Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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 174 kB/s)
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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 55 kB/s)
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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 92 kB/s)
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:07 [2022-08-08T13:39:07.845Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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 218 kB/s)
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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 50 kB/s)
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.106Z] [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
09:39:08 [2022-08-08T13:39:08.374Z] [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
09:39:08 [2022-08-08T13:39:08.374Z] [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 49 kB/s)
09:39:08 [2022-08-08T13:39:08.374Z] [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
09:39:08 [2022-08-08T13:39:08.374Z] [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
09:39:08 [2022-08-08T13:39:08.374Z] [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
09:39:08 [2022-08-08T13:39:08.374Z] [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
09:39:08 [2022-08-08T13:39:08.374Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
09:39:08 [2022-08-08T13:39:08.374Z] [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
09:39:08 [2022-08-08T13:39:08.375Z] [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 254 kB/s)
09:39:08 [2022-08-08T13:39:08.375Z] [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
09:39:08 [2022-08-08T13:39:08.633Z] [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
09:39:08 [2022-08-08T13:39:08.633Z] [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
09:39:08 [2022-08-08T13:39:08.633Z] [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
09:39:08 [2022-08-08T13:39:08.633Z] [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
09:39:08 [2022-08-08T13:39:08.633Z] [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
09:39:08 [2022-08-08T13:39:08.891Z] [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 224 kB/s)
09:39:08 [2022-08-08T13:39:08.891Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
09:39:08 [2022-08-08T13:39:08.891Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
09:39:08 [2022-08-08T13:39:08.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
09:39:08 [2022-08-08T13:39:08.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
09:39:08 [2022-08-08T13:39:08.891Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
09:39:08 [2022-08-08T13:39:08.891Z] [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
09:39:08 [2022-08-08T13:39:08.891Z] [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 1.7 MB/s)
09:39:08 [2022-08-08T13:39:08.892Z] [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
09:39:08 [2022-08-08T13:39:08.892Z] [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
09:39:08 [2022-08-08T13:39:08.892Z] [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
09:39:08 [2022-08-08T13:39:08.892Z] [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
09:39:08 [2022-08-08T13:39:08.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
09:39:08 [2022-08-08T13:39:08.892Z] [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
09:39:08 [2022-08-08T13:39:08.892Z] [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 127 kB/s)
09:39:08 [2022-08-08T13:39:08.892Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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 269 kB/s)
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
09:39:09 [2022-08-08T13:39:09.153Z] [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
09:39:09 [2022-08-08T13:39:09.153Z] [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 4.8 MB/s)
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
09:39:09 [2022-08-08T13:39:09.153Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
09:39:09 [2022-08-08T13:39:09.154Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
09:39:09 [2022-08-08T13:39:09.417Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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 5.6 MB/s)
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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 217 kB/s)
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.417Z] [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
09:39:09 [2022-08-08T13:39:09.675Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
09:39:09 [2022-08-08T13:39:09.675Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
09:39:09 [2022-08-08T13:39:09.675Z] [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
09:39:09 [2022-08-08T13:39:09.675Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.676Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
09:39:09 [2022-08-08T13:39:09.676Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
09:39:09 [2022-08-08T13:39:09.676Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
09:39:09 [2022-08-08T13:39:09.935Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.935Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:09 [2022-08-08T13:39:09.936Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
09:39:09 [2022-08-08T13:39:09.936Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
09:39:09 [2022-08-08T13:39:09.936Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
09:39:10 [2022-08-08T13:39:10.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.195Z] [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
09:39:10 [2022-08-08T13:39:10.196Z] [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
09:39:10 [2022-08-08T13:39:10.196Z] [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
09:39:10 [2022-08-08T13:39:10.196Z] [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
09:39:10 [2022-08-08T13:39:10.196Z] [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
09:39:10 [2022-08-08T13:39:10.196Z] [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
09:39:10 [2022-08-08T13:39:10.196Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
09:39:10 [2022-08-08T13:39:10.196Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
09:39:10 [2022-08-08T13:39:10.196Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.457Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
09:39:10 [2022-08-08T13:39:10.458Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
09:39:10 [2022-08-08T13:39:10.458Z] [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 560 kB/s)
09:39:10 [2022-08-08T13:39:10.458Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
09:39:10 [2022-08-08T13:39:10.458Z] [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
09:39:10 [2022-08-08T13:39:10.458Z] [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 232 kB/s)
09:39:10 [2022-08-08T13:39:10.724Z] [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
09:39:10 [2022-08-08T13:39:10.724Z] [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
09:39:10 [2022-08-08T13:39:10.724Z] [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
09:39:10 [2022-08-08T13:39:10.724Z] [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
09:39:10 [2022-08-08T13:39:10.724Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
09:39:10 [2022-08-08T13:39:10.724Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
09:39:10 [2022-08-08T13:39:10.725Z] [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
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
09:39:10 [2022-08-08T13:39:10.725Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.984Z] [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 1.9 MB/s)
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.984Z] [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 1.0 MB/s)
09:39:10 [2022-08-08T13:39:10.984Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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.8 MB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 170 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 6.5 MB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 238 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 459 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 409 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 988 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 777 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 181 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 731 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:10 [2022-08-08T13:39:10.985Z] [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 828 kB/s)
09:39:10 [2022-08-08T13:39:10.985Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 329 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 169 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 21 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 1.3 MB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 14 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 1.7 MB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 129 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 13 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 5.7 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 51 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 1.3 MB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 33 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 21 kB/s)
09:39:11 [2022-08-08T13:39:11.244Z] [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
09:39:11 [2022-08-08T13:39:11.244Z] [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 535 kB/s)
09:39:11 [2022-08-08T13:39:11.245Z] [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
09:39:11 [2022-08-08T13:39:11.245Z] [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 6.6 MB/s)
09:39:11 [2022-08-08T13:39:11.245Z] [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
09:39:11 [2022-08-08T13:39:11.245Z] [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 134 kB/s)
09:39:11 [2022-08-08T13:39:11.245Z] [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
09:39:11 [2022-08-08T13:39:11.245Z] [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 670 kB/s)
09:39:11 [2022-08-08T13:39:11.245Z] [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
09:39:11 [2022-08-08T13:39:11.245Z] [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 648 kB/s)
09:39:11 [2022-08-08T13:39:11.503Z] [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 79 kB/s)
09:39:11 [2022-08-08T13:39:11.503Z] [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 1.5 MB/s)
09:39:12 [2022-08-08T13:39:12.069Z] [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 26 kB/s)
09:39:12 [2022-08-08T13:39:12.069Z] [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 170 kB/s)
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-platform-parent ---
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] Building eclipse-sdk-prereqs 4.25.0-SNAPSHOT                      [2/12]
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-sdk-prereqs ---
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-sdk-prereqs ---
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] 
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [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 18 kB/s)
09:39:12 [2022-08-08T13:39:12.069Z] [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
09:39:12 [2022-08-08T13:39:12.069Z] [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 81 kB/s)
09:39:12 [2022-08-08T13:39:12.069Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.331Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.331Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.pom (7.6 kB at 290 kB/s)
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom
09:39:12 [2022-08-08T13:39:12.332Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.2.0.202206071550-r/org.eclipse.jgit-parent-6.2.0.202206071550-r.pom (33 kB at 918 kB/s)
09:39:12 [2022-08-08T13:39:12.332Z] [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
09:39:12 [2022-08-08T13:39:12.332Z] [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
09:39:12 [2022-08-08T13:39:12.332Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [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 121 kB/s)
09:39:12 [2022-08-08T13:39:12.590Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
09:39:12 [2022-08-08T13:39:12.590Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
09:39:12 [2022-08-08T13:39:12.590Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
09:39:12 [2022-08-08T13:39:12.590Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
09:39:12 [2022-08-08T13:39:12.590Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [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 49 kB/s)
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.590Z] [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
09:39:12 [2022-08-08T13:39:12.848Z] [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
09:39:12 [2022-08-08T13:39:12.848Z] [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 51 kB/s)
09:39:12 [2022-08-08T13:39:12.848Z] [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-20220808.110421-243.pom
09:39:12 [2022-08-08T13:39:12.848Z] [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-20220808.110421-243.pom (1.9 kB at 53 kB/s)
09:39:12 [2022-08-08T13:39:12.849Z] [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
09:39:12 [2022-08-08T13:39:12.849Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar
09:39:12 [2022-08-08T13:39:12.849Z] [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
09:39:12 [2022-08-08T13:39:12.849Z] [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-20220808.110421-243.jar
09:39:12 [2022-08-08T13:39:12.849Z] [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-20220808.110421-243.jar (6.2 kB at 162 kB/s)
09:39:12 [2022-08-08T13:39:12.849Z] [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 202 kB/s)
09:39:12 [2022-08-08T13:39:12.849Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar
09:39:12 [2022-08-08T13:39:12.849Z] [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
09:39:12 [2022-08-08T13:39:12.849Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar
09:39:12 [2022-08-08T13:39:12.849Z] [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
09:39:13 [2022-08-08T13:39:13.107Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar
09:39:13 [2022-08-08T13:39:13.107Z] [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
09:39:13 [2022-08-08T13:39:13.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar
09:39:13 [2022-08-08T13:39:13.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
09:39:13 [2022-08-08T13:39:13.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar
09:39:13 [2022-08-08T13:39:13.107Z] [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
09:39:13 [2022-08-08T13:39:13.107Z] [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 2.1 MB/s)
09:39:13 [2022-08-08T13:39:13.364Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.2.0.202206071550-r/org.eclipse.jgit-6.2.0.202206071550-r.jar (3.0 MB at 16 MB/s)
09:39:13 [2022-08-08T13:39:13.622Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.622Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
09:39:13 [2022-08-08T13:39:13.622Z] [INFO] Skipped
09:39:13 [2022-08-08T13:39:13.622Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-sdk-prereqs ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] ----< eclipse.platform.releng:eclipse.platform.releng.java19patch >-----
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] Building eclipse.platform.releng.java19patch 4.25.0-SNAPSHOT      [3/12]
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --------------------------------[ pom ]---------------------------------
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [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
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [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
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] Skipped
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.releng.java19patch ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.dummy >----------------
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] Building org.eclipse.jdt.dummy 1.1.300-SNAPSHOT                   [4/12]
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.dummy ---
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] 
09:39:13 [2022-08-08T13:39:13.623Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.dummy ---
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] 
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.dummy ---
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] 
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.dummy ---
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] 
09:39:16 [2022-08-08T13:39:16.914Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.dummy ---
09:39:16 [2022-08-08T13:39:16.914Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [INFO] 
09:39:16 [2022-08-08T13:39:16.915Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.dummy ---
09:39:16 [2022-08-08T13:39:16.915Z] [INFO] 
09:39:16 [2022-08-08T13:39:16.915Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.dummy ---
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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 2.7 MB/s)
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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 635 kB/s)
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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 362 kB/s)
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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
09:39:16 [2022-08-08T13:39:16.915Z] [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 86 kB/s)
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.173Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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
09:39:17 [2022-08-08T13:39:17.174Z] [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 22 MB/s)
09:39:17 [2022-08-08T13:39:17.174Z] [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 283 kB/s)
09:39:17 [2022-08-08T13:39:17.174Z] [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 23 MB/s)
09:39:17 [2022-08-08T13:39:17.432Z] [INFO] Executing tasks
09:39:17 [2022-08-08T13:39:17.432Z] [INFO] Executed tasks
09:39:17 [2022-08-08T13:39:17.432Z] [INFO] 
09:39:17 [2022-08-08T13:39:17.432Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.dummy ---
09:39:17 [2022-08-08T13:39:17.690Z] [INFO] 
09:39:17 [2022-08-08T13:39:17.690Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.dummy ---
09:39:17 [2022-08-08T13:39:17.690Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.31.0.v20220727-2144/ecj-3.31.0.v20220727-2144.pom
09:39:17 [2022-08-08T13:39:17.690Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220727-2144/ecj-3.31.0.v20220727-2144.pom
09:39:17 [2022-08-08T13:39:17.690Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220727-2144/ecj-3.31.0.v20220727-2144.pom (408 B at 16 kB/s)
09:39:17 [2022-08-08T13:39:17.690Z] [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
09:39:17 [2022-08-08T13:39:17.690Z] [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
09:39:17 [2022-08-08T13:39:17.690Z] [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
09:39:17 [2022-08-08T13:39:17.690Z] [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
09:39:17 [2022-08-08T13:39:17.690Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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 49 kB/s)
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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 285 kB/s)
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.948Z] [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
09:39:17 [2022-08-08T13:39:17.949Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
09:39:17 [2022-08-08T13:39:17.949Z] [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
09:39:17 [2022-08-08T13:39:17.949Z] [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 69 kB/s)
09:39:17 [2022-08-08T13:39:17.949Z] [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
09:39:17 [2022-08-08T13:39:17.949Z] [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
09:39:17 [2022-08-08T13:39:17.949Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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 14 kB/s)
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [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
09:39:18 [2022-08-08T13:39:18.206Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml
09:39:18 [2022-08-08T13:39:18.206Z] [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 44 kB/s)
09:39:18 [2022-08-08T13:39:18.206Z] [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-20220808.110421-245.pom
09:39:18 [2022-08-08T13:39:18.463Z] [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-20220808.110421-245.pom (2.4 kB at 67 kB/s)
09:39:18 [2022-08-08T13:39:18.463Z] [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
09:39:18 [2022-08-08T13:39:18.463Z] [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
09:39:18 [2022-08-08T13:39:18.463Z] [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
09:39:18 [2022-08-08T13:39:18.463Z] [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
09:39:18 [2022-08-08T13:39:18.464Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml
09:39:18 [2022-08-08T13:39:18.464Z] [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 8.0 kB/s)
09:39:18 [2022-08-08T13:39:18.464Z] [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-20220808.110421-245.pom
09:39:18 [2022-08-08T13:39:18.464Z] [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-20220808.110421-245.pom (1.6 kB at 40 kB/s)
09:39:18 [2022-08-08T13:39:18.464Z] [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
09:39:18 [2022-08-08T13:39:18.726Z] [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
09:39:18 [2022-08-08T13:39:18.726Z] [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
09:39:18 [2022-08-08T13:39:18.726Z] [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
09:39:18 [2022-08-08T13:39:18.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom
09:39:18 [2022-08-08T13:39:18.726Z] [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
09:39:18 [2022-08-08T13:39:18.997Z] [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 37 kB/s)
09:39:18 [2022-08-08T13:39:18.997Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.31.0.v20220727-2144/ecj-3.31.0.v20220727-2144.jar
09:39:18 [2022-08-08T13:39:18.997Z] [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
09:39:18 [2022-08-08T13:39:18.997Z] [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
09:39:18 [2022-08-08T13:39:18.997Z] [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-20220808.110421-245.jar
09:39:18 [2022-08-08T13:39:18.997Z] [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-20220808.110421-245.jar
09:39:18 [2022-08-08T13:39:18.997Z] [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-20220808.110421-245.jar (18 kB at 212 kB/s)
09:39:18 [2022-08-08T13:39:18.997Z] [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-20220808.110421-245.jar (3.5 kB at 32 kB/s)
09:39:18 [2022-08-08T13:39:18.997Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220727-2144/ecj-3.31.0.v20220727-2144.jar
09:39:18 [2022-08-08T13:39:18.997Z] [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
09:39:18 [2022-08-08T13:39:18.997Z] [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
09:39:19 [2022-08-08T13:39:19.262Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.31.0.v20220727-2144/ecj-3.31.0.v20220727-2144.jar (3.2 MB at 12 MB/s)
09:39:19 [2022-08-08T13:39:19.262Z] [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
09:39:19 [2022-08-08T13:39:19.262Z] [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
09:39:19 [2022-08-08T13:39:19.262Z] [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
09:39:19 [2022-08-08T13:39:19.262Z] [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
09:39:19 [2022-08-08T13:39:19.262Z] [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
09:39:19 [2022-08-08T13:39:19.262Z] [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
09:39:19 [2022-08-08T13:39:19.263Z] [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
09:39:19 [2022-08-08T13:39:19.263Z] [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
09:39:19 [2022-08-08T13:39:19.521Z] [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 119 kB/s)
09:39:19 [2022-08-08T13:39:19.521Z] [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 575 kB/s)
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] Resolving class path of org.eclipse.jdt.dummy...
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] 
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.dummy ---
09:39:19 [2022-08-08T13:39:19.783Z] [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
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] 
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.dummy ---
09:39:19 [2022-08-08T13:39:19.783Z] [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
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] 
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.dummy ---
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] No sources to compile
09:39:19 [2022-08-08T13:39:19.783Z] [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
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] 
09:39:19 [2022-08-08T13:39:19.783Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.dummy ---
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] 
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.dummy ---
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] 
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.dummy ---
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] 
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.dummy ---
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] 
09:39:20 [2022-08-08T13:39:20.044Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.dummy ---
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.044Z] [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
09:39:20 [2022-08-08T13:39:20.045Z] [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 404 kB/s)
09:39:20 [2022-08-08T13:39:20.045Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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 212 kB/s)
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.303Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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 125 kB/s)
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.304Z] [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 121 kB/s)
09:39:20 [2022-08-08T13:39:20.304Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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 74 kB/s)
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.562Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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 145 kB/s)
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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 17 kB/s)
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:20 [2022-08-08T13:39:20.820Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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 252 kB/s)
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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 292 kB/s)
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.077Z] [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
09:39:21 [2022-08-08T13:39:21.078Z] [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
09:39:21 [2022-08-08T13:39:21.078Z] [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
09:39:21 [2022-08-08T13:39:21.078Z] [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
09:39:21 [2022-08-08T13:39:21.078Z] [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
09:39:21 [2022-08-08T13:39:21.335Z] [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 144 kB/s)
09:39:21 [2022-08-08T13:39:21.335Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom
09:39:21 [2022-08-08T13:39:21.335Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.pom
09:39:21 [2022-08-08T13:39:21.335Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom
09:39:21 [2022-08-08T13:39:21.335Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom
09:39:21 [2022-08-08T13:39:21.335Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom
09:39:21 [2022-08-08T13:39:21.335Z] [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
09:39:21 [2022-08-08T13:39:21.335Z] [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 99 kB/s)
09:39:21 [2022-08-08T13:39:21.335Z] [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
09:39:21 [2022-08-08T13:39:21.335Z] [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
09:39:21 [2022-08-08T13:39:21.335Z] [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
09:39:21 [2022-08-08T13:39:21.335Z] [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
09:39:21 [2022-08-08T13:39:21.335Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
09:39:21 [2022-08-08T13:39:21.335Z] [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
09:39:21 [2022-08-08T13:39:21.336Z] [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 485 kB/s)
09:39:21 [2022-08-08T13:39:21.336Z] [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
09:39:21 [2022-08-08T13:39:21.336Z] [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
09:39:21 [2022-08-08T13:39:21.336Z] [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
09:39:21 [2022-08-08T13:39:21.336Z] [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
09:39:21 [2022-08-08T13:39:21.336Z] [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
09:39:21 [2022-08-08T13:39:21.596Z] [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
09:39:21 [2022-08-08T13:39:21.596Z] [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
09:39:21 [2022-08-08T13:39:21.596Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar
09:39:21 [2022-08-08T13:39:21.596Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.jar
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.597Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar
09:39:21 [2022-08-08T13:39:21.598Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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 12 MB/s)
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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 748 kB/s)
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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 377 kB/s)
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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 3.2 MB/s)
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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 192 kB/s)
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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.1 MB/s)
09:39:21 [2022-08-08T13:39:21.598Z] [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
09:39:21 [2022-08-08T13:39:21.598Z] [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 1.9 MB/s)
09:39:21 [2022-08-08T13:39:21.858Z] [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 602 kB/s)
09:39:21 [2022-08-08T13:39:21.858Z] [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 3.3 MB/s)
09:39:21 [2022-08-08T13:39:21.858Z] [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 10 MB/s)
09:39:21 [2022-08-08T13:39:21.858Z] [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 193 kB/s)
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] Tests are skipped.
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.117Z] [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
09:39:22 [2022-08-08T13:39:22.117Z] [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
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.117Z] [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
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.117Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.118Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.118Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.118Z] [INFO] Skipping tests
09:39:22 [2022-08-08T13:39:22.118Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.118Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.118Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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 182 kB/s)
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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
09:39:22 [2022-08-08T13:39:22.376Z] [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 763 kB/s)
09:39:22 [2022-08-08T13:39:22.376Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
09:39:22 [2022-08-08T13:39:22.377Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom
09:39:22 [2022-08-08T13:39:22.377Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
09:39:22 [2022-08-08T13:39:22.377Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
09:39:22 [2022-08-08T13:39:22.377Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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)
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:22 [2022-08-08T13:39:22.844Z] [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 6.1 MB/s)
09:39:22 [2022-08-08T13:39:22.844Z] [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.2 MB/s)
09:39:22 [2022-08-08T13:39:22.844Z] [INFO] Tests are skipped.
09:39:22 [2022-08-08T13:39:22.844Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.844Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.844Z] [INFO] Skipped
09:39:22 [2022-08-08T13:39:22.844Z] [INFO] 
09:39:22 [2022-08-08T13:39:22.844Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.dummy ---
09:39:22 [2022-08-08T13:39:22.844Z] [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
09:39:23 [2022-08-08T13:39:23.777Z] [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
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.dummy ---
09:39:24 [2022-08-08T13:39:24.711Z] [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
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >---------------
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] Building org.eclipse.jdt 3.18.1300.v20220728-1800                 [5/12]
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] The project's OSGi version is 3.18.1300.v20220728-1800
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [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
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [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
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.711Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.711Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.
09:39:24 [2022-08-08T13:39:24.969Z] [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.v20220728-1800.jar
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] Skipped
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] 
09:39:24 [2022-08-08T13:39:24.969Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt ---
09:39:24 [2022-08-08T13:39:24.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.v20220728-1800.jar
09:39:25 [2022-08-08T13:39:25.902Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.902Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt ---
09:39:25 [2022-08-08T13:39:25.902Z] [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
09:39:25 [2022-08-08T13:39:25.902Z] [WARNING] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300.v20220728-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
09:39:25 [2022-08-08T13:39:25.902Z]    no-classifier: different
09:39:25 [2022-08-08T13:39:25.902Z]       feature.properties: properties files differ
09:39:25 [2022-08-08T13:39:25.902Z]          copyright: baseline='Copyright (c) 2000, 2020 IBM Corporation and others.
09:39:25 [2022-08-08T13:39:25.902Z] All rights reserved. This program and the accompanying materials
09:39:25 [2022-08-08T13:39:25.902Z] are made available under the terms of the Eclipse Public License v1.0
09:39:25 [2022-08-08T13:39:25.902Z] which accompanies this distribution, and is available at
09:39:25 [2022-08-08T13:39:25.902Z] http://www.eclipse.org/legal/epl-v10.html
09:39:25 [2022-08-08T13:39:25.902Z] 
09:39:25 [2022-08-08T13:39:25.902Z] Contributors:
09:39:25 [2022-08-08T13:39:25.902Z] IBM Corporation - initial API and implementation
09:39:25 [2022-08-08T13:39:25.902Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others.
09:39:25 [2022-08-08T13:39:25.902Z] 
09:39:25 [2022-08-08T13:39:25.902Z] This program and the accompanying materials
09:39:25 [2022-08-08T13:39:25.902Z] are made available under the terms of the Eclipse Public License 2.0
09:39:25 [2022-08-08T13:39:25.902Z] which accompanies this distribution, and is available at
09:39:25 [2022-08-08T13:39:25.902Z] https://www.eclipse.org/legal/epl-2.0/
09:39:25 [2022-08-08T13:39:25.902Z] 
09:39:25 [2022-08-08T13:39:25.902Z] SPDX-License-Identifier: EPL-2.0
09:39:25 [2022-08-08T13:39:25.902Z] 
09:39:25 [2022-08-08T13:39:25.902Z] Contributors:
09:39:25 [2022-08-08T13:39:25.902Z] IBM Corporation - initial API and implementation
09:39:25 [2022-08-08T13:39:25.902Z] '
09:39:25 [2022-08-08T13:39:25.902Z]          description: baseline='Eclipse Java development tools (binary runtime and user documentation).' != reactor='Dummy feature for build-time constraint.'
09:39:25 [2022-08-08T13:39:25.902Z]          featureName: baseline='Eclipse Java Development Tools' != reactor='Eclipse Java Development Tools - Dummy, for build only. '
09:39:25 [2022-08-08T13:39:25.902Z]       feature.xml: different
09:39:25 [2022-08-08T13:39:25.902Z] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300.v20220728-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
09:39:25 [2022-08-08T13:39:25.903Z]     The main artifact has been replaced with the baseline version.
09:39:25 [2022-08-08T13:39:25.903Z] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.dummy >----------------
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] Building org.eclipse.pde.dummy 1.1.300-SNAPSHOT                   [6/12]
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [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.pde.dummy/saveproperties
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] Executing tasks
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] Executed tasks
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] Resolving class path of org.eclipse.pde.dummy...
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [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.pde.dummy/src/main/resources
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [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.pde.dummy/src/main/resources
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] No sources to compile
09:39:25 [2022-08-08T13:39:25.903Z] [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.pde.dummy/src does not exist
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [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.pde.dummy/src/test/resources
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] Tests are skipped.
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.903Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.903Z] [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.pde.dummy/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
09:39:25 [2022-08-08T13:39:25.904Z] [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.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT-sources.jar
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.904Z] [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.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT.jar
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] Skipping tests
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] Tests are skipped.
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] Skipped
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] 
09:39:25 [2022-08-08T13:39:25.904Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.dummy ---
09:39:25 [2022-08-08T13:39:25.904Z] [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.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT.jar
09:39:26 [2022-08-08T13:39:26.837Z] [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.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT-sources.jar
09:39:27 [2022-08-08T13:39:27.811Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.811Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.dummy ---
09:39:27 [2022-08-08T13:39:27.811Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.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.pde.dummy/pom.xml
09:39:27 [2022-08-08T13:39:27.811Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --------------< org.eclipse.pde.feature:org.eclipse.pde >---------------
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] Building org.eclipse.pde 3.14.1300.v20220728-1800                 [7/12]
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] The project's OSGi version is 3.14.1300.v20220728-1800
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.812Z] [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.pde-feature-dummy/saveproperties
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.812Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [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.pde-feature-dummy/src/main/resources
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [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.pde-feature-dummy/target/org.eclipse.pde-3.14.1300.v20220728-1800.jar
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] Skipped
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] 
09:39:27 [2022-08-08T13:39:27.813Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde ---
09:39:27 [2022-08-08T13:39:27.814Z] [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.pde-feature-dummy/target/org.eclipse.pde-3.14.1300.v20220728-1800.jar
09:39:28 [2022-08-08T13:39:28.393Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.393Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde ---
09:39:28 [2022-08-08T13:39:28.654Z] [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.pde-feature-dummy/target/artifactcomparison
09:39:28 [2022-08-08T13:39:28.654Z] [WARNING] MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.1300.v20220728-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.pde-feature-dummy/pom.xml: baseline and build artifacts have same version but different contents
09:39:28 [2022-08-08T13:39:28.654Z]    no-classifier: different
09:39:28 [2022-08-08T13:39:28.654Z]       feature.properties: properties files differ
09:39:28 [2022-08-08T13:39:28.654Z]          copyright: baseline='Copyright (c) 2000, 2015 IBM Corporation and others.
09:39:28 [2022-08-08T13:39:28.654Z] 
09:39:28 [2022-08-08T13:39:28.654Z] This program and the accompanying materials
09:39:28 [2022-08-08T13:39:28.654Z] are made available under the terms of the Eclipse Public License 2.0
09:39:28 [2022-08-08T13:39:28.654Z] which accompanies this distribution, and is available at
09:39:28 [2022-08-08T13:39:28.654Z] https://www.eclipse.org/legal/epl-2.0/
09:39:28 [2022-08-08T13:39:28.654Z] 
09:39:28 [2022-08-08T13:39:28.654Z] SPDX-License-Identifier: EPL-2.0
09:39:28 [2022-08-08T13:39:28.654Z] 
09:39:28 [2022-08-08T13:39:28.654Z] Contributors:
09:39:28 [2022-08-08T13:39:28.654Z] IBM Corporation - initial API and implementation
09:39:28 [2022-08-08T13:39:28.654Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others.
09:39:28 [2022-08-08T13:39:28.654Z] 
09:39:28 [2022-08-08T13:39:28.654Z] This program and the accompanying materials
09:39:28 [2022-08-08T13:39:28.654Z] are made available under the terms of the Eclipse Public License 2.0
09:39:28 [2022-08-08T13:39:28.654Z] which accompanies this distribution, and is available at
09:39:28 [2022-08-08T13:39:28.654Z] https://www.eclipse.org/legal/epl-2.0/
09:39:28 [2022-08-08T13:39:28.654Z] 
09:39:28 [2022-08-08T13:39:28.655Z] SPDX-License-Identifier: EPL-2.0
09:39:28 [2022-08-08T13:39:28.655Z] 
09:39:28 [2022-08-08T13:39:28.655Z] Contributors:
09:39:28 [2022-08-08T13:39:28.655Z] IBM Corporation - initial API and implementation
09:39:28 [2022-08-08T13:39:28.655Z] '
09:39:28 [2022-08-08T13:39:28.655Z]          description: baseline='Eclipse plug-in development environment.' != reactor='Dummy feature for build-time constraint.'
09:39:28 [2022-08-08T13:39:28.655Z]          featureName: baseline='Eclipse Plug-in Development Environment' != reactor='Eclipse Java Development Tools - Dummy, for build only. '
09:39:28 [2022-08-08T13:39:28.655Z]       feature.xml: different
09:39:28 [2022-08-08T13:39:28.655Z] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.1300.v20220728-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.pde-feature-dummy/pom.xml
09:39:28 [2022-08-08T13:39:28.655Z]     The main artifact has been replaced with the baseline version.
09:39:28 [2022-08-08T13:39:28.655Z] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] Building org.eclipse.jdt.core 3.31.0-SNAPSHOT                     [8/12]
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core ---
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] The project's OSGi version is 3.31.0.v20220808-0523_BETA_JAVA19
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] 
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core ---
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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 603 kB/s)
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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 432 kB/s)
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.655Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 MB/s)
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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)
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.913Z] [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 1.1 MB/s)
09:39:28 [2022-08-08T13:39:28.913Z] [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
09:39:28 [2022-08-08T13:39:28.914Z] [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
09:39:28 [2022-08-08T13:39:28.914Z] [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
09:39:28 [2022-08-08T13:39:28.914Z] [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
09:39:28 [2022-08-08T13:39:28.914Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
09:39:28 [2022-08-08T13:39:28.914Z] [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
09:39:28 [2022-08-08T13:39:28.914Z] [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 61 kB/s)
09:39:28 [2022-08-08T13:39:28.914Z] [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
09:39:28 [2022-08-08T13:39:28.914Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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)
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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)
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.172Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
09:39:29 [2022-08-08T13:39:29.172Z] [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
09:39:29 [2022-08-08T13:39:29.173Z] [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
09:39:29 [2022-08-08T13:39:29.173Z] [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 25 kB/s)
09:39:29 [2022-08-08T13:39:29.173Z] [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
09:39:29 [2022-08-08T13:39:29.173Z] [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
09:39:29 [2022-08-08T13:39:29.173Z] [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
09:39:29 [2022-08-08T13:39:29.173Z] [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
09:39:29 [2022-08-08T13:39:29.173Z] [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
09:39:29 [2022-08-08T13:39:29.430Z] [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
09:39:29 [2022-08-08T13:39:29.430Z] [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 137 kB/s)
09:39:29 [2022-08-08T13:39:29.430Z] [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
09:39:29 [2022-08-08T13:39:29.430Z] [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
09:39:29 [2022-08-08T13:39:29.430Z] [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
09:39:29 [2022-08-08T13:39:29.430Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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.7 MB/s)
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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 3.0 MB/s)
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.431Z] [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)
09:39:29 [2022-08-08T13:39:29.431Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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 175 kB/s)
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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 48 kB/s)
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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 249 kB/s)
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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 578 kB/s)
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.692Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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)
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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 160 kB/s)
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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 823 kB/s)
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.951Z] [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
09:39:29 [2022-08-08T13:39:29.952Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s)
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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 2.6 MB/s)
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s)
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.210Z] [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)
09:39:30 [2022-08-08T13:39:30.210Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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 870 kB/s)
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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 344 kB/s)
09:39:30 [2022-08-08T13:39:30.469Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:39:30 [2022-08-08T13:39:30.469Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:39:30 [2022-08-08T13:39:30.469Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:39:30 [2022-08-08T13:39:30.469Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:39:30 [2022-08-08T13:39:30.469Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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 5.4 MB/s)
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.469Z] [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
09:39:30 [2022-08-08T13:39:30.470Z] [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
09:39:30 [2022-08-08T13:39:30.470Z] [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
09:39:30 [2022-08-08T13:39:30.470Z] [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
09:39:30 [2022-08-08T13:39:30.470Z] [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)
09:39:30 [2022-08-08T13:39:30.470Z] [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
09:39:30 [2022-08-08T13:39:30.470Z] [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
09:39:30 [2022-08-08T13:39:30.470Z] [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
09:39:30 [2022-08-08T13:39:30.727Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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 731 kB/s)
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/27/maven-parent-27.pom
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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 3.1 MB/s)
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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 520 kB/s)
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.728Z] [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)
09:39:30 [2022-08-08T13:39:30.728Z] [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
09:39:30 [2022-08-08T13:39:30.985Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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 587 kB/s)
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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 3.1 MB/s)
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom
09:39:30 [2022-08-08T13:39:30.986Z] [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
09:39:30 [2022-08-08T13:39:30.986Z] [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 2.3 MB/s)
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom
09:39:30 [2022-08-08T13:39:30.986Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
09:39:30 [2022-08-08T13:39:30.987Z] [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)
09:39:30 [2022-08-08T13:39:30.987Z] [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
09:39:30 [2022-08-08T13:39:30.987Z] [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
09:39:30 [2022-08-08T13:39:30.987Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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 490 kB/s)
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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 866 kB/s)
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
09:39:31 [2022-08-08T13:39:31.244Z] [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
09:39:31 [2022-08-08T13:39:31.244Z] [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)
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
09:39:31 [2022-08-08T13:39:31.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom
09:39:32 [2022-08-08T13:39:32.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
09:39:32 [2022-08-08T13:39:32.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
09:39:32 [2022-08-08T13:39:32.617Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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 4.0 MB/s)
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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.0 MB/s)
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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 372 kB/s)
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
09:39:32 [2022-08-08T13:39:32.617Z] [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
09:39:32 [2022-08-08T13:39:32.617Z] [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 1.7 MB/s)
09:39:32 [2022-08-08T13:39:32.617Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
09:39:32 [2022-08-08T13:39:32.617Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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)
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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 12 MB/s)
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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 482 kB/s)
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:32 [2022-08-08T13:39:32.876Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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 479 kB/s)
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.135Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.jar
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.136Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.137Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [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
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
09:39:33 [2022-08-08T13:39:33.397Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
09:39:33 [2022-08-08T13:39:33.398Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar
09:39:33 [2022-08-08T13:39:33.398Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 7.5 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 9.4 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 12 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 6.5 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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 21 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 5.9 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 2.7 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 677 kB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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
09:39:33 [2022-08-08T13:39:33.398Z] [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 22 MB/s)
09:39:33 [2022-08-08T13:39:33.398Z] [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 3.2 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.8 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 3.9 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 861 kB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 2.6 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 813 kB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 4.8 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 5.0 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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 939 kB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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
09:39:33 [2022-08-08T13:39:33.399Z] [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 2.6 MB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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 531 kB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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 69 kB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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 885 kB/s)
09:39:33 [2022-08-08T13:39:33.399Z] [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 2.6 MB/s)
09:39:33 [2022-08-08T13:39:33.657Z] [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...
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] Executing tasks
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] Executed tasks
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.657Z] [INFO] Resolving class path of org.eclipse.jdt.core...
09:39:33 [2022-08-08T13:39:33.915Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.915Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.915Z] [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
09:39:33 [2022-08-08T13:39:33.915Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.915Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core ---
09:39:33 [2022-08-08T13:39:33.915Z] [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
09:39:33 [2022-08-08T13:39:33.915Z] [INFO] 
09:39:33 [2022-08-08T13:39:33.915Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core ---
09:39:34 [2022-08-08T13:39:34.173Z] [INFO] Compiling 1516 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
09:39:34 [2022-08-08T13:39:34.431Z] 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
09:39:34 [2022-08-08T13:39:34.431Z] 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
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.nio.file.Files.readAttributes(Files.java:1763)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:726)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:246)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:176)
09:39:34 [2022-08-08T13:39:34.431Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:190)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.jdt.internal.compiler.batch.FileSystem.<init>(FileSystem.java:235)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123)
09:39:34 [2022-08-08T13:39:34.431Z] 	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
09:39:34 [2022-08-08T13:39:34.431Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
09:39:34 [2022-08-08T13:39:34.432Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:39:34 [2022-08-08T13:39:34.432Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:39:34 [2022-08-08T13:39:34.432Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:39:34 [2022-08-08T13:39:34.432Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
09:39:34 [2022-08-08T13:39:34.432Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
09:39:46 [2022-08-08T13:39:46.909Z] [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
09:39:46 [2022-08-08T13:39:46.909Z] [INFO] 
09:39:46 [2022-08-08T13:39:46.909Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core ---
09:39:46 [2022-08-08T13:39:46.909Z] [INFO] 
09:39:46 [2022-08-08T13:39:46.909Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.core ---
09:39:46 [2022-08-08T13:39:46.909Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25-I-builds
09:39:50 [2022-08-08T13:39:50.312Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
09:39:50 [2022-08-08T13:39:50.312Z] [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
09:39:50 [2022-08-08T13:39:50.312Z] [INFO] Command line:
09:39:50 [2022-08-08T13:39:50.312Z] 	[/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.v20220808-0523_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]
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] Tests are skipped.
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] Executing tasks
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] Executed tasks
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] Copying 1 resource
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (antadapter) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.568Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (batch-compiler) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.568Z] [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
09:40:02 [2022-08-08T13:40:02.826Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.826Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.826Z] [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
09:40:02 [2022-08-08T13:40:02.826Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.826Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.826Z] [INFO] Skipping tests
09:40:02 [2022-08-08T13:40:02.826Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] Tests are skipped.
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core ---
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] Skipped
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] 
09:40:02 [2022-08-08T13:40:02.827Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core ---
09:40:03 [2022-08-08T13:40:03.084Z] [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.
09:40:03 [2022-08-08T13:40:03.342Z] [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
09:40:07 [2022-08-08T13:40:07.525Z] [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.
09:40:07 [2022-08-08T13:40:07.525Z] [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
09:40:09 [2022-08-08T13:40:09.424Z] [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.
09:40:09 [2022-08-08T13:40:09.424Z] [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
09:40:10 [2022-08-08T13:40:10.359Z] [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.
09:40:10 [2022-08-08T13:40:10.360Z] [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
09:40:12 [2022-08-08T13:40:12.262Z] [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.
09:40:12 [2022-08-08T13:40:12.263Z] [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
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core ---
09:40:14 [2022-08-08T13:40:14.793Z] [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
09:40:14 [2022-08-08T13:40:14.793Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.31.0-SNAPSHOT already attached, replace previous instance
09:40:14 [2022-08-08T13:40:14.793Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.31.0-SNAPSHOT already attached, replace previous instance
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >--------------
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] Building org.eclipse.pde.api.tools 1.2.1000-SNAPSHOT              [9/12]
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] The project's OSGi version is 1.2.1000.v20220719-0520_BETA_JAVA19
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [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.pde/apitools/org.eclipse.pde.api.tools/saveproperties
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] Executing tasks
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] Executed tasks
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] 
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools ---
09:40:14 [2022-08-08T13:40:14.793Z] [INFO] Resolving class path of org.eclipse.pde.api.tools...
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] 
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.api.tools ---
09:40:15 [2022-08-08T13:40:15.053Z] [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.pde/apitools/org.eclipse.pde.api.tools/src/main/resources
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] 
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.api.tools ---
09:40:15 [2022-08-08T13:40:15.053Z] [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.pde/apitools/org.eclipse.pde.api.tools/src/main/resources
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] 
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools ---
09:40:15 [2022-08-08T13:40:15.053Z] [INFO] Compiling 205 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.pde/apitools/org.eclipse.pde.api.tools/target/classes
09:40:15 [2022-08-08T13:40:15.321Z] 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/localMavenRepo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.sat4j.core.jar
09:40:15 [2022-08-08T13:40:15.321Z] 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/localMavenRepo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.sat4j.core.jar
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.nio.file.Files.readAttributes(Files.java:1763)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:726)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:246)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:176)
09:40:15 [2022-08-08T13:40:15.321Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:190)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.FileSystem.<init>(FileSystem.java:235)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123)
09:40:15 [2022-08-08T13:40:15.322Z] 	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
09:40:15 [2022-08-08T13:40:15.322Z] 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.pde/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes
09:40:15 [2022-08-08T13:40:15.322Z] 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.pde/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.nio.file.Files.readAttributes(Files.java:1763)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:726)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:246)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:176)
09:40:15 [2022-08-08T13:40:15.322Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:190)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.FileSystem.<init>(FileSystem.java:235)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802)
09:40:15 [2022-08-08T13:40:15.322Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123)
09:40:15 [2022-08-08T13:40:15.323Z] 	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
09:40:15 [2022-08-08T13:40:15.323Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:40:15 [2022-08-08T13:40:15.323Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:40:15 [2022-08-08T13:40:15.323Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:40:15 [2022-08-08T13:40:15.323Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
09:40:15 [2022-08-08T13:40:15.323Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
09:40:16 [2022-08-08T13:40:16.274Z] [INFO] Compiling 18 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.pde/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes
09:40:16 [2022-08-08T13:40:16.540Z] 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/localMavenRepo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.sat4j.core.jar
09:40:16 [2022-08-08T13:40:16.540Z] 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/localMavenRepo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.sat4j.core.jar
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145)
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
09:40:16 [2022-08-08T13:40:16.540Z] 	at java.base/java.nio.file.Files.readAttributes(Files.java:1763)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:726)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:246)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:176)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:190)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.jdt.internal.compiler.batch.FileSystem.<init>(FileSystem.java:235)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123)
09:40:16 [2022-08-08T13:40:16.541Z] 	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
09:40:16 [2022-08-08T13:40:16.541Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
09:40:16 [2022-08-08T13:40:16.541Z] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
09:40:16 [2022-08-08T13:40:16.541Z] [INFO] 
09:40:16 [2022-08-08T13:40:16.541Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools ---
09:40:16 [2022-08-08T13:40:16.541Z] [INFO] 
09:40:16 [2022-08-08T13:40:16.541Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools ---
09:40:16 [2022-08-08T13:40:16.815Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
09:40:16 [2022-08-08T13:40:16.815Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace/data/.metadata/.log
09:40:16 [2022-08-08T13:40:16.815Z] [INFO] Command line:
09:40:16 [2022-08-08T13:40:16.815Z] 	[/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.pde/apitools/org.eclipse.pde.api.tools/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.pde/apitools/org.eclipse.pde.api.tools/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.pde/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.api.tools_1.2.1000.v20220719-0520_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.pde/apitools/org.eclipse.pde.api.tools, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/classes:/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde/apitools/org.eclipse.pde.api.tools/target]
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.010Z] [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.pde/apitools/org.eclipse.pde.api.tools/src/test/resources
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] Tests are skipped.
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.010Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT-sources.jar
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [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.pde/apitools/org.eclipse.pde.api.tools/lib/apitooling-ant.jar
09:40:21 [2022-08-08T13:40:21.011Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT.jar
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] Skipping tests
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] Tests are skipped.
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] Skipped
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] 
09:40:21 [2022-08-08T13:40:21.011Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.api.tools ---
09:40:21 [2022-08-08T13:40:21.011Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT.jar' is disabled.
09:40:21 [2022-08-08T13:40:21.011Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT.jar
09:40:22 [2022-08-08T13:40:22.404Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT-sources.jar' is disabled.
09:40:22 [2022-08-08T13:40:22.404Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT-sources.jar
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde/apitools/org.eclipse.pde.api.tools/pom.xml
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --------< org.eclipse.jdt.feature:org.eclipse.jdt.java19patch >---------
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] Building org.eclipse.jdt.java19patch 1.2.300-SNAPSHOT            [10/12]
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [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
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] The project's OSGi version is 1.2.300.v20220808-1022_BETA_JAVA19
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [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
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [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
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [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
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.779Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (source-feature) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.779Z] [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
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.780Z] [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
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] Skipped
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] 
09:40:23 [2022-08-08T13:40:23.780Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.java19patch ---
09:40:23 [2022-08-08T13:40:23.780Z] [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
09:40:25 [2022-08-08T13:40:25.152Z] [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
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.java19patch ---
09:40:26 [2022-08-08T13:40:26.533Z] [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
09:40:26 [2022-08-08T13:40:26.533Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance
09:40:26 [2022-08-08T13:40:26.533Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --------< org.eclipse.pde.feature:org.eclipse.pde.java19patch >---------
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] Building org.eclipse.pde.java19patch 1.2.300-SNAPSHOT            [11/12]
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.533Z] [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.pde.java19patch/target
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] The project's OSGi version is 1.2.300.v20220808-1022_BETA_JAVA19
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.533Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [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.pde.java19patch/saveproperties
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [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.pde.java19patch/src/main/resources
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [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.pde.java19patch/target/org.eclipse.pde.java19patch-1.2.300-SNAPSHOT.jar
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (source-feature) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [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.pde.java19patch/target/org.eclipse.pde.java19patch-1.2.300-SNAPSHOT-sources-feature.jar
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] No baseline version MavenProject: org.eclipse.pde.feature:org.eclipse.pde.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.pde.java19patch/pom.xml
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] Skipped
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] 
09:40:26 [2022-08-08T13:40:26.534Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.java19patch ---
09:40:26 [2022-08-08T13:40:26.534Z] [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.pde.java19patch/target/org.eclipse.pde.java19patch-1.2.300-SNAPSHOT.jar
09:40:27 [2022-08-08T13:40:27.917Z] [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.pde.java19patch/target/org.eclipse.pde.java19patch-1.2.300-SNAPSHOT-sources-feature.jar
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] No baseline version MavenProject: org.eclipse.pde.feature:org.eclipse.pde.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.pde.java19patch/pom.xml
09:40:28 [2022-08-08T13:40:28.872Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java19patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance
09:40:28 [2022-08-08T13:40:28.872Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java19patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] ---< eclipse.platform.releng:eclipse.releng.repository.java19patch >----
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Building eclipse.releng.repository.java19patch 1.2.300-SNAPSHOT  [12/12]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] The project's OSGi version is 1.2.300.v20220808-1022_BETA_JAVA19
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [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
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [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
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [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
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-products (default-publish-products) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse.releng.repository.java19patch ---
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] 
09:40:28 [2022-08-08T13:40:28.872Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse.releng.repository.java19patch ---
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.v20220808-1022_BETA_JAVA19.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.v20220808-0523_BETA_JAVA19.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.pde.java19patch.source,1.2.300.v20220808-1022_BETA_JAVA19.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:38 [2022-08-08T13:40:38.850Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.109Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.
09:40:39 [2022-08-08T13:40:39.109Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.109Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.pde,3.14.1300.v20220728-1800.
09:40:39 [2022-08-08T13:40:39.369Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.626Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.626Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.pde.api.tools,1.2.1000.v20220719-0520_BETA_JAVA19.
09:40:39 [2022-08-08T13:40:39.626Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.v20220808-0523_BETA_JAVA19.
09:40:39 [2022-08-08T13:40:39.626Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.626Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.626Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.627Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.v20220808-1022_BETA_JAVA19.
09:40:39 [2022-08-08T13:40:39.627Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.pde.java19patch,1.2.300.v20220808-1022_BETA_JAVA19.
09:40:39 [2022-08-08T13:40:39.627Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.pde.api.tools.source,1.2.1000.v20220719-0520_BETA_JAVA19.
09:40:39 [2022-08-08T13:40:39.627Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.v20220728-1800.
09:40:39 [2022-08-08T13:40:39.627Z] [WARNING] [29f016aa-9f0a-425e-95c5-f2886d84d122][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.8.1.
09:40:39 [2022-08-08T13:40:39.885Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:39 [2022-08-08T13:40:39.885Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:39 [2022-08-08T13:40:39.886Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:40 [2022-08-08T13:40:40.145Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:40 [2022-08-08T13:40:40.145Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:42 [2022-08-08T13:40:42.050Z] [INFO] 
09:40:42 [2022-08-08T13:40:42.050Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.releng.repository.java19patch ---
09:40:42 [2022-08-08T13:40:42.050Z] [INFO] 
09:40:42 [2022-08-08T13:40:42.050Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse.releng.repository.java19patch ---
09:40:42 [2022-08-08T13:40:42.050Z] [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
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] 
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] --- maven-antrun-plugin:3.1.0:run (unpack-content-jar) @ eclipse.releng.repository.java19patch ---
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] Executing tasks
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] #Ant properties
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] #Mon Aug 08 13:40:42 UTC 2022
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] aggregatorBuild=true
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.specification.version=11
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] sun.cpu.isalist=
09:40:43 [2022-08-08T13:40:43.022Z] [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
09:40:43 [2022-08-08T13:40:43.022Z] [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
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] sun.arch.data.model=64
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.vendor.url=http\://java.oracle.com/
09:40:43 [2022-08-08T13:40:43.022Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] code.ignoredWarnings=-warn\:-deprecation,unavoidableGenericProblems,warningToken
09:40:43 [2022-08-08T13:40:43.022Z] [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
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] tycho.localArtifacts=ignore
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] eclipse-repo.url=https\://repo.eclipse.org/content/repositories/cbi/
09:40:43 [2022-08-08T13:40:43.022Z] [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\=20220808-0930 -DbuildType\=P -DbuildId\=P20220808-0930 -Declipse-p2-repo.url\=NOT_FOR_PRODUCTION_USE -Declipse.javadoc\=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] jdk.debug=release
09:40:43 [2022-08-08T13:40:43.022Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.specification.vendor=Oracle Corporation
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.version.date=2019-01-15
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-11/11.0.2+9
09:40:43 [2022-08-08T13:40:43.022Z] [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
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] surefire.platformSystemProperties=
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] project.packaging=eclipse-repository
09:40:43 [2022-08-08T13:40:43.022Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.vm.specification.vendor=Oracle Corporation
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.specification.name=Java Platform API Specification
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] cbi-releases-repo.url=https\://repo.eclipse.org/content/repositories/cbi-releases/
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] tycho-snapshot-repo.url=https\://repo.eclipse.org/content/repositories/tycho-snapshots/
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] jgit.dirtyWorkingTree-platformDefault=ignore
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] eclipse.p2.atomic.composite.loading.default=true
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] macSigner.forceContinue=false
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] java.runtime.version=11.0.2+9
09:40:43 [2022-08-08T13:40:43.022Z] [INFO] [echoproperties] surefire.version=3.0.0-M7
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.debug\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] file.encoding=UTF-8
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] guice.disable.misplaced.annotation.check=true
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] maven.build.timestamp.format=yyyyMMdd-HHmm
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.vendor.version=18.9
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] tycho.version=3.0.0-SNAPSHOT
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] surefire.systemProperties=
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] jgit.dirtyWorkingTree=error
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.version=11
09:40:43 [2022-08-08T13:40:43.023Z] [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
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.publisher.eclipse\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] java.vendor=Oracle Corporation
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] sun.io.unicode.encoding=UnicodeLittle
09:40:43 [2022-08-08T13:40:43.023Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] versionRangeForPatchPDE=[3.14.1300.v20220728-1800,3.14.1349.v20221226-2027)
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] org.eclipse.pde\:org.eclipse.pde.api.tools\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.1000-SNAPSHOT.jar
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] releaseNumberSDK=4.25
09:40:43 [2022-08-08T13:40:43.023Z] [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
09:40:43 [2022-08-08T13:40:43.023Z] [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
09:40:43 [2022-08-08T13:40:43.023Z] [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
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] cbi.jarsigner.continueOnFail=true
09:40:43 [2022-08-08T13:40:43.023Z] [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
09:40:43 [2022-08-08T13:40:43.023Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.repository.tools\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [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
09:40:43 [2022-08-08T13:40:43.024Z] [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
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] tycho.mode=extension
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] org.ow2.asm\:asm-tree\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] versionRangeForPatch=[3.18.1300.v20220728-1800,3.18.1349.v20221226-2027)
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] project.groupId=eclipse.platform.releng
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.director.app\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [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
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] surefire.moduleProperties=--add-modules\=ALL-SYSTEM
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] user.timezone=UTC
09:40:43 [2022-08-08T13:40:43.024Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] java.vm.specification.version=11
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] os.name=Linux
09:40:43 [2022-08-08T13:40:43.024Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] eclipse-p2-repo.url=NOT_FOR_PRODUCTION_USE
09:40:43 [2022-08-08T13:40:43.024Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] qualifier.format='v'yyyyMMdd-HHmm'_BETA_JAVA19'
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] user.home=/home/jenkins
09:40:43 [2022-08-08T13:40:43.024Z] [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
09:40:43 [2022-08-08T13:40:43.024Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] eclipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:40:43 [2022-08-08T13:40:43.024Z] [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
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.frameworkadmin\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] tycho.scmUrl=scm\:git\:https\://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] org.ow2.sat4j\:org.ow2.sat4j.core\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] buildType=P
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.publisher\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.pde.build\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] defaultSigning-excludeInnerJars=false
09:40:43 [2022-08-08T13:40:43.024Z] [INFO] [echoproperties] buildTimestamp=20220808-0930
09:40:43 [2022-08-08T13:40:43.024Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.024Z] [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
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] tycho.env.osgi.ws=gtk
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] path.separator=\:
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] cbi-snapshots-repo.url=https\://repo.eclipse.org/content/repositories/cbi-snapshots/
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] os.version=5.14.14-200.fc34.x86_64
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.ant.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] org.eclipse.pde.feature\:org.eclipse.pde.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.pde.java19patch/target/org.eclipse.pde.java19patch-1.2.300-SNAPSHOT.jar
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] cbi-plugins.version=1.3.2
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] tycho.debug.artifactcomparator=true
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] previous-release.baseline=https\://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/
09:40:43 [2022-08-08T13:40:43.025Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.simpleconfigurator.manipulator\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [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
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] featureToPatchVersion=3.18.1300.v20220728-1800
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] os.arch=amd64
09:40:43 [2022-08-08T13:40:43.025Z] [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
09:40:43 [2022-08-08T13:40:43.025Z] [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
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] p2.userAgent=tycho/3.0.0-SNAPSHOT
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] compare-version-with-baselines.skip=true
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] surefire.testArgLine=
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] org.ow2.sat4j\:org.ow2.sat4j.pb\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] cbi-jdt-repo.url=https\://repo.eclipse.org/content/repositories/eclipse-staging/
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.launching\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [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
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] contentjarexists=true
09:40:43 [2022-08-08T13:40:43.025Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] java.vm.info=mixed mode
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] java.class.version=55.0
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] ant.project.default-target=default
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.frameworkadmin.equinox\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] awt.toolkit=sun.awt.X11.XToolkit
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] ant.project.name=maven-antrun-
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] sun.jnu.encoding=UTF-8
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] project.name=eclipse.releng.repository.java19patch
09:40:43 [2022-08-08T13:40:43.025Z] [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
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] cbi-ecj-version=3.31.0.v20220727-2144
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] maven.home=/opt/tools/apache-maven/latest
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] org.eclipse.pde\:org.eclipse.pde.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.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT.jar
09:40:43 [2022-08-08T13:40:43.025Z] [INFO] [echoproperties] project.artifactId=eclipse.releng.repository.java19patch
09:40:43 [2022-08-08T13:40:43.026Z] [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
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.garbagecollector\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] project.version=1.2.300-SNAPSHOT
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.pde.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] file.separator=/
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] java.vm.compressedOopsMode=Zero based
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] line.separator=\n
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] buildQualifier=v20220808-1022_BETA_JAVA19
09:40:43 [2022-08-08T13:40:43.026Z] [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.v20220728-1800.jar
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] releaseNumberPlatform=4.25
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] user.name=jenkins
09:40:43 [2022-08-08T13:40:43.026Z] [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
09:40:43 [2022-08-08T13:40:43.026Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] org.eclipse.pde.feature\:org.eclipse.pde\: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.pde-feature-dummy/target/org.eclipse.pde-3.14.1300.v20220728-1800.jar
09:40:43 [2022-08-08T13:40:43.026Z] [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
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] org.ow2.asm\:asm\:jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/org/ow2/asm/asm/9.3/asm-9.3.jar
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] sun.os.patch.level=unknown
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] ant.version=Apache Ant(TM) version 1.10.12 compiled on October 13 2021
09:40:43 [2022-08-08T13:40:43.026Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.director\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] comparator.repo=https\://download.eclipse.org/eclipse/updates/4.25-I-builds/I20220728-1800/
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] maven.repo.local=localMavenRepo
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.touchpoint.eclipse\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] releaseName=2022-09
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] tycho.env.osgi.arch=x86_64
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] tests.ignoredWarnings=-warn\:-deprecation,raw,unchecked,discouraged,warningToken
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] java.vm.vendor=Oracle Corporation
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.simpleconfigurator\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.026Z] [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
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] maven.conf=/opt/tools/apache-maven/latest/conf
09:40:43 [2022-08-08T13:40:43.026Z] [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
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] ant.file.type.maven-antrun-=file
09:40:43 [2022-08-08T13:40:43.026Z] [INFO] [echoproperties] sun.java.launcher=SUN_STANDARD
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] user.country=US
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] sun.cpu.endian=little
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] qualifiedVersion=1.2.300.v20220808-1022_BETA_JAVA19
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] user.language=en
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] featureToPatchPDE=org.eclipse.pde
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] ant.java.version=11
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] p2.eclipse.plugin\:org.bouncycastle.bcpg\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/file not yet available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] java.runtime.name=OpenJDK Runtime Environment
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] eclipserun-repo=https\://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] ant.project.invoked-targets=preTransform
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] unqualifiedVersion=1.2.300
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] project.build.sourceEncoding=UTF-8
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] skipTests=true
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] featureToPatch=org.eclipse.jdt
09:40:43 [2022-08-08T13:40:43.027Z] [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
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] java.vendor.url.bug=http\://bugreport.java.com/bugreport/
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [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
09:40:43 [2022-08-08T13:40:43.027Z] [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
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] buildId=P20220808-0930
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] featureToPatchVersionPDE=3.14.1300.v20220728-1800
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [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 available16802496525209516986.tmp
09:40:43 [2022-08-08T13:40:43.027Z] [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
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] tycho.env.osgi.os=linux
09:40:43 [2022-08-08T13:40:43.027Z] [INFO] [echoproperties] java.vm.version=11.0.2+9
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] [echoproperties] maven.project.dependencies.versions=1.71\:67.1\:1.2.300-SNAPSHOT\:1.2.300-SNAPSHOT\:1.3.5.v20200909-1856\:3.18.100.v20220726-1348\:1.0.0.v20220405-0441\:1.10.12.v20211102-1452\:2.2.2\:1.9\:1.5.0\:8.0.1\:1.0.1\:1.2.0\:1.71.0.v20220723-1943\:3.6.500.v20220718-1722\:3.5.100.v20210721-1355\:3.26.0.v20220622-0417\:3.7.0.v20220513-0551\:3.10.200.v20220512-0851\:3.16.200.v20220710-1223\:3.8.200.v20220613-1008\:3.10.100.v20220710-1223\:3.11.200.v20220722-0431\:3.8.200.v20220613-1047\:3.7.200.v20220202-1008\:3.12.200.v20220622-1422\:1.9.400.v20220419-0658\:3.13.100.v20220718-1722\:3.18.0.v20220722-1531\:1.6.200.v20220720-2012\:3.20.0.v20220626-1925\:1.11.0.v20220716-0839\:1.8.300.v20220613-1008\:1.4.1\:1.0.0\:1.7.200.v20220613-1008\:2.3.300.v20220613-1047\:2.2.0.v20210315-2042\:1.2.200.v20220315-2155\:1.4.500.v20220420-1427\:2.6.200.v20220324-1313\:1.9\:2.9.100.v20220310-1733\:1.2.300.v20220420-1427\:2.6.100.v20220422-1806\:1.1.2\:2.5.300.v20220421-0708\:2.3.6\:2.3.6\:1.4.100.v20220620-1617\:2.7.400.v20220329-1456\:1.2.100.v20211220-1825\:1.4.100.v20220329-1456\:1.2.0.v20210316-1209\:1.7.100.v20220420-1427\:1.4.100.v20220420-1427\:2.2.0.v20210315-2228\:1.3.1000.v20220710-1223\:2.3.100.v20220504-1755\:2.3.200.v20220503-2330\:3.31.0-SNAPSHOT\:3.19.300.v20220715-0857\:1.1.300-SNAPSHOT\:3.18.1300.v20220728-1800\:3.19.700.v20220621-1516\:2.0.2.v20181016-2210\:1.2.1000-SNAPSHOT\:9.3\:3.15.300.v20220725-1923\:9.3\:3.11.200.v20220503-0921\:3.9.500.v20220604-0623\:1.1.300-SNAPSHOT\:3.14.1300.v20220728-1800\:1.2.0\:
09:40:43 [2022-08-08T13:40:43.028Z] [WARNING]      [echo] unzip content.jar, for xslt transform
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [WARNING]      [echo] backup, of originals, just to help debugging
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] Executed tasks
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] 
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] --- xml-maven-plugin:1.0.2:transform (transformForExactVersionRange) @ eclipse.releng.repository.java19patch ---
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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 66 kB/s)
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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 165 kB/s)
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:40:43 [2022-08-08T13:40:43.028Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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 781 kB/s)
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.028Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 1.3 MB/s)
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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 246 kB/s)
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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)
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:43 [2022-08-08T13:40:43.289Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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 2.3 MB/s)
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
09:40:44 [2022-08-08T13:40:44.225Z] [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
09:40:44 [2022-08-08T13:40:44.225Z] [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)
09:40:44 [2022-08-08T13:40:44.225Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
09:40:44 [2022-08-08T13:40:44.225Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
09:40:44 [2022-08-08T13:40:44.225Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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 88 kB/s)
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
09:40:44 [2022-08-08T13:40:44.483Z] [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 1.7 MB/s)
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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 208 kB/s)
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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 181 kB/s)
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.483Z] [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
09:40:44 [2022-08-08T13:40:44.484Z] [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
09:40:44 [2022-08-08T13:40:44.484Z] [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
09:40:44 [2022-08-08T13:40:44.484Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
09:40:44 [2022-08-08T13:40:44.484Z] [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
09:40:45 [2022-08-08T13:40:45.858Z] [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
09:40:45 [2022-08-08T13:40:45.858Z] [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
09:40:45 [2022-08-08T13:40:45.858Z] [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
09:40:45 [2022-08-08T13:40:45.858Z] [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
09:40:45 [2022-08-08T13:40:45.858Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
09:40:45 [2022-08-08T13:40:45.858Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:46 [2022-08-08T13:40:46.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
09:40:46 [2022-08-08T13:40:46.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
09:40:46 [2022-08-08T13:40:46.798Z] [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
09:40:47 [2022-08-08T13:40:47.730Z] [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
09:40:47 [2022-08-08T13:40:47.731Z] [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
09:40:47 [2022-08-08T13:40:47.731Z] [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
09:40:47 [2022-08-08T13:40:47.731Z] [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
09:40:47 [2022-08-08T13:40:47.731Z] [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
09:40:47 [2022-08-08T13:40:47.731Z] [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 13 MB/s)
09:40:47 [2022-08-08T13:40:47.731Z] [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
09:40:47 [2022-08-08T13:40:47.731Z] [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 15 MB/s)
09:40:47 [2022-08-08T13:40:47.731Z] [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 4.2 MB/s)
09:40:47 [2022-08-08T13:40:47.731Z] [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 3.9 MB/s)
09:40:47 [2022-08-08T13:40:47.731Z] [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 9.1 MB/s)
09:40:47 [2022-08-08T13:40:47.731Z] [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 547 kB/s)
09:40:47 [2022-08-08T13:40:47.988Z] [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
09:40:48 [2022-08-08T13:40:48.246Z] [INFO] Transformed 1 file(s).
09:40:48 [2022-08-08T13:40:48.246Z] [INFO] 
09:40:48 [2022-08-08T13:40:48.246Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-categories (categories-java19patch) @ eclipse.releng.repository.java19patch ---
09:40:48 [2022-08-08T13:40:48.246Z] [INFO] 
09:40:48 [2022-08-08T13:40:48.246Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:assemble-repository (assemble-java19patch) @ eclipse.releng.repository.java19patch ---
09:40:48 [2022-08-08T13:40:48.812Z] [ERROR] [29f016aa-9f0a-425e-95c5-f2886d84d122][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] Unexpected error loading extension: org.eclipse.equinox.p2.artifact.repository.XZedRepository
09:40:48 [2022-08-08T13:40:48.812Z] java.lang.NullPointerException
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isLocal (SimpleArtifactRepository.java:1150)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isModifiable (SimpleArtifactRepository.java:1155)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:96)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:42)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.factoryLoad (ArtifactRepositoryManager.java:92)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:787)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:685)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository (ArtifactRepositoryManager.java:131)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.addRepository (AbstractApplication.java:156)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeDestination (AbstractApplication.java:228)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.tycho.p2.tools.mirroring.MirrorApplication.initializeDestination (MirrorApplication.java:58)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.processDestinationRepos (AbstractApplication.java:174)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeRepos (AbstractApplication.java:138)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication.run (MirrorApplication.java:200)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceImpl.mirrorReactor (MirrorApplicationServiceImpl.java:171)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.eclipse.tycho.plugins.p2.repository.AssembleRepositoryMojo.execute (AssembleRepositoryMojo.java:169)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301)
09:40:48 [2022-08-08T13:40:48.812Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
09:40:48 [2022-08-08T13:40:48.813Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
09:40:48 [2022-08-08T13:40:48.813Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
09:40:48 [2022-08-08T13:40:48.813Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
09:40:48 [2022-08-08T13:40:48.813Z]     at java.lang.reflect.Method.invoke (Method.java:566)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
09:40:48 [2022-08-08T13:40:48.813Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:49 [2022-08-08T13:40:49.074Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:49 [2022-08-08T13:40:49.333Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.1000.v20220630-1221,1.2.1000.v20220630-1221].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1300.v20220728-1800 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.31.0.v20220727-2144,3.31.0.v20220727-2144].]
09:40:49 [2022-08-08T13:40:49.333Z] [WARNING] More information on the preceding warning(s) can be found here:
09:40:49 [2022-08-08T13:40:49.333Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:40:50 [2022-08-08T13:40:50.706Z] [INFO] 
09:40:50 [2022-08-08T13:40:50.706Z] [INFO] --- maven-antrun-plugin:3.1.0:run (jar-content-xml) @ eclipse.releng.repository.java19patch ---
09:40:50 [2022-08-08T13:40:50.964Z] [INFO] Executing tasks
09:40:50 [2022-08-08T13:40:50.964Z] [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
09:40:50 [2022-08-08T13:40:50.964Z] [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
09:40:50 [2022-08-08T13:40:50.964Z] [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
09:40:50 [2022-08-08T13:40:50.964Z] [INFO] Executed tasks
09:40:50 [2022-08-08T13:40:50.964Z] [INFO] 
09:40:50 [2022-08-08T13:40:50.964Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:archive-repository (archive-java19patch) @ eclipse.releng.repository.java19patch ---
09:40:50 [2022-08-08T13:40:50.964Z] [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
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] 
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.releng.repository.java19patch ---
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] Skipped
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] 
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.releng.repository.java19patch ---
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] 
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.releng.repository.java19patch ---
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] ------------------------------------------------------------------------
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] Reactor Summary:
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] 
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] eclipse-platform-parent 4.25.0-SNAPSHOT ............ SUCCESS [ 14.803 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] eclipse-sdk-prereqs 4.25.0-SNAPSHOT ................ SUCCESS [  1.438 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] eclipse.platform.releng.java19patch 4.25.0-SNAPSHOT  SUCCESS [  0.008 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.jdt.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 11.241 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.jdt 3.18.1300.v20220728-1800 ........... SUCCESS [  1.101 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.pde.dummy 1.1.300-SNAPSHOT ............. SUCCESS [  1.831 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.pde 3.14.1300.v20220728-1800 ........... SUCCESS [  0.848 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.jdt.core 3.31.0-SNAPSHOT ............... SUCCESS [ 46.198 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.pde.api.tools 1.2.1000-SNAPSHOT ........ SUCCESS [  8.922 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.jdt.java19patch 1.2.300-SNAPSHOT ....... SUCCESS [  2.834 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] org.eclipse.pde.java19patch 1.2.300-SNAPSHOT ....... SUCCESS [  2.196 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] eclipse.releng.repository.java19patch 1.2.300-SNAPSHOT SUCCESS [ 23.053 s]
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] ------------------------------------------------------------------------
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] BUILD SUCCESS
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] ------------------------------------------------------------------------
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] Total time:  04:14 min
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] Finished at: 2022-08-08T13:40:51Z
09:40:51 [2022-08-08T13:40:51.912Z] [INFO] ------------------------------------------------------------------------
09:40:52 [2022-08-08T13:40:52.477Z] + [[ 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
09:41:03 [2022-08-08T13:41:03.509Z] 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-j03cm-6q85b
[Pipeline] {
[Pipeline] sh
09:41:07 [2022-08-08T13:41:07.738Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:41:07 [2022-08-08T13:41:07.739Z] + bash -x ./mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:07 [2022-08-08T13:41:07.739Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log
09:41:07 [2022-08-08T13:41:07.739Z] + set -e
09:41:07 [2022-08-08T13:41:07.739Z] + '[' 1 -ne 1 ']'
09:41:07 [2022-08-08T13:41:07.739Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
09:41:07 [2022-08-08T13:41:07.739Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:07 [2022-08-08T13:41:07.739Z] ++ export TIMESTAMP=20220808-0930
09:41:07 [2022-08-08T13:41:07.740Z] ++ TIMESTAMP=20220808-0930
09:41:07 [2022-08-08T13:41:07.740Z] ++ export 'BUILD_PRETTY_DATE=Mon Aug  8 09:30:00 EDT 2022'
09:41:07 [2022-08-08T13:41:07.740Z] ++ BUILD_PRETTY_DATE='Mon Aug  8 09:30:00 EDT 2022'
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BRANCH=master
09:41:07 [2022-08-08T13:41:07.740Z] ++ BRANCH=master
09:41:07 [2022-08-08T13:41:07.740Z] ++ export PATCH_OR_BRANCH_LABEL=java19patch
09:41:07 [2022-08-08T13:41:07.740Z] ++ PATCH_OR_BRANCH_LABEL=java19patch
09:41:07 [2022-08-08T13:41:07.740Z] ++ export PATCH_BUILD=java19atch
09:41:07 [2022-08-08T13:41:07.740Z] ++ PATCH_BUILD=java19atch
09:41:07 [2022-08-08T13:41:07.740Z] ++ export 'BUILD_TYPE_NAME=Beta Java 19'
09:41:07 [2022-08-08T13:41:07.740Z] ++ BUILD_TYPE_NAME='Beta Java 19'
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BUILD_TYPE=P
09:41:07 [2022-08-08T13:41:07.740Z] ++ BUILD_TYPE=P
09:41:07 [2022-08-08T13:41:07.740Z] ++ export TESTED_BUILD_TYPE=P
09:41:07 [2022-08-08T13:41:07.740Z] ++ TESTED_BUILD_TYPE=P
09:41:07 [2022-08-08T13:41:07.740Z] ++ export RELEASE_VER=4.25
09:41:07 [2022-08-08T13:41:07.740Z] ++ RELEASE_VER=4.25
09:41:07 [2022-08-08T13:41:07.740Z] ++ export STREAM=4.25.0
09:41:07 [2022-08-08T13:41:07.740Z] ++ STREAM=4.25.0
09:41:07 [2022-08-08T13:41:07.740Z] ++ export STREAMMajor=4
09:41:07 [2022-08-08T13:41:07.740Z] ++ STREAMMajor=4
09:41:07 [2022-08-08T13:41:07.740Z] ++ export STREAMMinor=25
09:41:07 [2022-08-08T13:41:07.740Z] ++ STREAMMinor=25
09:41:07 [2022-08-08T13:41:07.740Z] ++ export STREAMService=0
09:41:07 [2022-08-08T13:41:07.740Z] ++ STREAMService=0
09:41:07 [2022-08-08T13:41:07.740Z] ++ export GIT_ROOT=git@github.com:
09:41:07 [2022-08-08T13:41:07.740Z] ++ GIT_ROOT=git@github.com:
09:41:07 [2022-08-08T13:41:07.740Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:41:07 [2022-08-08T13:41:07.740Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:41:07 [2022-08-08T13:41:07.740Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:41:07 [2022-08-08T13:41:07.740Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:41:07 [2022-08-08T13:41:07.740Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
09:41:07 [2022-08-08T13:41:07.740Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
09:41:07 [2022-08-08T13:41:07.740Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
09:41:07 [2022-08-08T13:41:07.740Z] ++ UPDATES_DIR=siteDir/eclipse/updates
09:41:07 [2022-08-08T13:41:07.740Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
09:41:07 [2022-08-08T13:41:07.740Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
09:41:07 [2022-08-08T13:41:07.740Z] ++ export TMP_DIR=tmp
09:41:07 [2022-08-08T13:41:07.740Z] ++ TMP_DIR=tmp
09:41:07 [2022-08-08T13:41:07.740Z] ++ export DOWNLOAD_HOST=download.eclipse.org
09:41:07 [2022-08-08T13:41:07.740Z] ++ DOWNLOAD_HOST=download.eclipse.org
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:41:07 [2022-08-08T13:41:07.740Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:41:07 [2022-08-08T13:41:07.740Z] ++ export LOCAL_REPO=localMavenRepo
09:41:07 [2022-08-08T13:41:07.740Z] ++ LOCAL_REPO=localMavenRepo
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BASEBUILDER_TAG=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ BASEBUILDER_TAG=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ export API_PREV_REF_LABEL=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ API_PREV_REF_LABEL=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ export API_FREEZE_REF_LABEL=
09:41:07 [2022-08-08T13:41:07.740Z] ++ API_FREEZE_REF_LABEL=
09:41:07 [2022-08-08T13:41:07.740Z] ++ export 'FREEZE_PARAMS= '
09:41:07 [2022-08-08T13:41:07.740Z] ++ FREEZE_PARAMS=' '
09:41:07 [2022-08-08T13:41:07.740Z] ++ export PREVIOUS_RELEASE_VER=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ PREVIOUS_RELEASE_VER=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BASEBUILD_ID=R-4.24-202206070700
09:41:07 [2022-08-08T13:41:07.740Z] ++ BASEBUILD_ID=R-4.24-202206070700
09:41:07 [2022-08-08T13:41:07.740Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:41:07 [2022-08-08T13:41:07.740Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:41:07 [2022-08-08T13:41:07.740Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:41:07 [2022-08-08T13:41:07.740Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:41:07 [2022-08-08T13:41:07.740Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:41:07 [2022-08-08T13:41:07.740Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:41:07 [2022-08-08T13:41:07.740Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:41:07 [2022-08-08T13:41:07.740Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:41:07 [2022-08-08T13:41:07.740Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:41:07 [2022-08-08T13:41:07.740Z] ++ export MAVEN_OPTS=-Xmx6G
09:41:07 [2022-08-08T13:41:07.740Z] ++ MAVEN_OPTS=-Xmx6G
09:41:07 [2022-08-08T13:41:07.740Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:41:07 [2022-08-08T13:41:07.741Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:41:07 [2022-08-08T13:41:07.741Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:07 [2022-08-08T13:41:07.741Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:07 [2022-08-08T13:41:07.741Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:41:07 [2022-08-08T13:41:07.741Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:41:07 [2022-08-08T13:41:07.741Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:41:07 [2022-08-08T13:41:07.741Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:41:07 [2022-08-08T13:41:07.741Z] ++ export BUILD_ID=P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] ++ BUILD_ID=P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] ++ export BUILD_DIR_SEG=P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] ++ BUILD_DIR_SEG=P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] ++ export EQ_BUILD_DIR_SEG=P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] ++ EQ_BUILD_DIR_SEG=P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] ++ export EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:41:07 [2022-08-08T13:41:07.741Z] ++ EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] ++ 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
09:41:07 [2022-08-08T13:41:07.741Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220808-0930
09:41:07 [2022-08-08T13:41:07.741Z] + JavaCMD=/opt/tools/java/openjdk/jdk-11/latest/bin/java
09:41:07 [2022-08-08T13:41:07.741Z] + 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/P20220808-0930/mavenproperties.properties
09:41:07 [2022-08-08T13:41:07.741Z] + echo java19atch
09:41:07 [2022-08-08T13:41:07.741Z] java19atch
09:41:07 [2022-08-08T13:41:07.741Z] + PATCH_BUILD_GENERIC=java18patch
09:41:07 [2022-08-08T13:41:07.741Z] + 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/java19atch/eclipse.releng.repository.java18patch/target/repository
09:41:07 [2022-08-08T13:41:07.742Z] + '[' -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/java19atch/eclipse.releng.repository.java18patch/target/repository ']'
09:41:07 [2022-08-08T13:41:07.742Z] + [[ 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
09:41:19 [2022-08-08T13:41:19.146Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:19 [2022-08-08T13:41:19.147Z] +++ export TIMESTAMP=20220808-0930
09:41:19 [2022-08-08T13:41:19.147Z] +++ TIMESTAMP=20220808-0930
09:41:19 [2022-08-08T13:41:19.147Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug  8 09:30:00 EDT 2022'
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILD_PRETTY_DATE='Mon Aug  8 09:30:00 EDT 2022'
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BRANCH=master
09:41:19 [2022-08-08T13:41:19.147Z] +++ BRANCH=master
09:41:19 [2022-08-08T13:41:19.147Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
09:41:19 [2022-08-08T13:41:19.147Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
09:41:19 [2022-08-08T13:41:19.147Z] +++ export PATCH_BUILD=java19atch
09:41:19 [2022-08-08T13:41:19.147Z] +++ PATCH_BUILD=java19atch
09:41:19 [2022-08-08T13:41:19.147Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILD_TYPE_NAME='Beta Java 19'
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.147Z] +++ export TESTED_BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.147Z] +++ TESTED_BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.147Z] +++ export RELEASE_VER=4.25
09:41:19 [2022-08-08T13:41:19.147Z] +++ RELEASE_VER=4.25
09:41:19 [2022-08-08T13:41:19.147Z] +++ export STREAM=4.25.0
09:41:19 [2022-08-08T13:41:19.147Z] +++ STREAM=4.25.0
09:41:19 [2022-08-08T13:41:19.147Z] +++ export STREAMMajor=4
09:41:19 [2022-08-08T13:41:19.147Z] +++ STREAMMajor=4
09:41:19 [2022-08-08T13:41:19.147Z] +++ export STREAMMinor=25
09:41:19 [2022-08-08T13:41:19.147Z] +++ STREAMMinor=25
09:41:19 [2022-08-08T13:41:19.147Z] +++ export STREAMService=0
09:41:19 [2022-08-08T13:41:19.147Z] +++ STREAMService=0
09:41:19 [2022-08-08T13:41:19.147Z] +++ export GIT_ROOT=git@github.com:
09:41:19 [2022-08-08T13:41:19.147Z] +++ GIT_ROOT=git@github.com:
09:41:19 [2022-08-08T13:41:19.147Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:41:19 [2022-08-08T13:41:19.147Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:41:19 [2022-08-08T13:41:19.147Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:41:19 [2022-08-08T13:41:19.147Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:41:19 [2022-08-08T13:41:19.147Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
09:41:19 [2022-08-08T13:41:19.147Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
09:41:19 [2022-08-08T13:41:19.147Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
09:41:19 [2022-08-08T13:41:19.147Z] +++ UPDATES_DIR=siteDir/eclipse/updates
09:41:19 [2022-08-08T13:41:19.147Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
09:41:19 [2022-08-08T13:41:19.147Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
09:41:19 [2022-08-08T13:41:19.147Z] +++ export TMP_DIR=tmp
09:41:19 [2022-08-08T13:41:19.147Z] +++ TMP_DIR=tmp
09:41:19 [2022-08-08T13:41:19.147Z] +++ export DOWNLOAD_HOST=download.eclipse.org
09:41:19 [2022-08-08T13:41:19.147Z] +++ DOWNLOAD_HOST=download.eclipse.org
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:41:19 [2022-08-08T13:41:19.147Z] +++ export LOCAL_REPO=localMavenRepo
09:41:19 [2022-08-08T13:41:19.147Z] +++ LOCAL_REPO=localMavenRepo
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BASEBUILDER_TAG=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ BASEBUILDER_TAG=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ export API_PREV_REF_LABEL=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ API_PREV_REF_LABEL=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ export API_FREEZE_REF_LABEL=
09:41:19 [2022-08-08T13:41:19.147Z] +++ API_FREEZE_REF_LABEL=
09:41:19 [2022-08-08T13:41:19.147Z] +++ export 'FREEZE_PARAMS= '
09:41:19 [2022-08-08T13:41:19.147Z] +++ FREEZE_PARAMS=' '
09:41:19 [2022-08-08T13:41:19.147Z] +++ export PREVIOUS_RELEASE_VER=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ PREVIOUS_RELEASE_VER=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BASEBUILD_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.147Z] +++ BASEBUILD_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.147Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.147Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:41:19 [2022-08-08T13:41:19.147Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:41:19 [2022-08-08T13:41:19.147Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:41:19 [2022-08-08T13:41:19.147Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:41:19 [2022-08-08T13:41:19.147Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:41:19 [2022-08-08T13:41:19.147Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:41:19 [2022-08-08T13:41:19.147Z] +++ export MAVEN_OPTS=-Xmx6G
09:41:19 [2022-08-08T13:41:19.147Z] +++ MAVEN_OPTS=-Xmx6G
09:41:19 [2022-08-08T13:41:19.147Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:41:19 [2022-08-08T13:41:19.147Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:19 [2022-08-08T13:41:19.147Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:41:19 [2022-08-08T13:41:19.147Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:41:19 [2022-08-08T13:41:19.148Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:41:19 [2022-08-08T13:41:19.148Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:41:19 [2022-08-08T13:41:19.148Z] +++ export BUILD_ID=P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] +++ BUILD_ID=P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] +++ export BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] +++ BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] +++ EQ_BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] +++ export EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:41:19 [2022-08-08T13:41:19.148Z] +++ EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] +++ 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
09:41:19 [2022-08-08T13:41:19.148Z] ++ echo P20220808-0930
09:41:19 [2022-08-08T13:41:19.148Z] + echo P20220808-0930
[Pipeline] sh
09:41:19 [2022-08-08T13:41:19.984Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:19 [2022-08-08T13:41:19.984Z] +++ export TIMESTAMP=20220808-0930
09:41:19 [2022-08-08T13:41:19.984Z] +++ TIMESTAMP=20220808-0930
09:41:19 [2022-08-08T13:41:19.984Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug  8 09:30:00 EDT 2022'
09:41:19 [2022-08-08T13:41:19.984Z] +++ BUILD_PRETTY_DATE='Mon Aug  8 09:30:00 EDT 2022'
09:41:19 [2022-08-08T13:41:19.984Z] +++ export BRANCH=master
09:41:19 [2022-08-08T13:41:19.984Z] +++ BRANCH=master
09:41:19 [2022-08-08T13:41:19.984Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch
09:41:19 [2022-08-08T13:41:19.984Z] +++ PATCH_OR_BRANCH_LABEL=java19patch
09:41:19 [2022-08-08T13:41:19.984Z] +++ export PATCH_BUILD=java19atch
09:41:19 [2022-08-08T13:41:19.984Z] +++ PATCH_BUILD=java19atch
09:41:19 [2022-08-08T13:41:19.984Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19'
09:41:19 [2022-08-08T13:41:19.984Z] +++ BUILD_TYPE_NAME='Beta Java 19'
09:41:19 [2022-08-08T13:41:19.984Z] +++ export BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.984Z] +++ BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.984Z] +++ export TESTED_BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.984Z] +++ TESTED_BUILD_TYPE=P
09:41:19 [2022-08-08T13:41:19.984Z] +++ export RELEASE_VER=4.25
09:41:19 [2022-08-08T13:41:19.984Z] +++ RELEASE_VER=4.25
09:41:19 [2022-08-08T13:41:19.984Z] +++ export STREAM=4.25.0
09:41:19 [2022-08-08T13:41:19.984Z] +++ STREAM=4.25.0
09:41:19 [2022-08-08T13:41:19.984Z] +++ export STREAMMajor=4
09:41:19 [2022-08-08T13:41:19.984Z] +++ STREAMMajor=4
09:41:19 [2022-08-08T13:41:19.984Z] +++ export STREAMMinor=25
09:41:19 [2022-08-08T13:41:19.984Z] +++ STREAMMinor=25
09:41:19 [2022-08-08T13:41:19.984Z] +++ export STREAMService=0
09:41:19 [2022-08-08T13:41:19.984Z] +++ STREAMService=0
09:41:19 [2022-08-08T13:41:19.984Z] +++ export GIT_ROOT=git@github.com:
09:41:19 [2022-08-08T13:41:19.984Z] +++ GIT_ROOT=git@github.com:
09:41:19 [2022-08-08T13:41:19.984Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:41:19 [2022-08-08T13:41:19.985Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
09:41:19 [2022-08-08T13:41:19.985Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:41:19 [2022-08-08T13:41:19.985Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
09:41:19 [2022-08-08T13:41:19.985Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
09:41:19 [2022-08-08T13:41:19.985Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
09:41:19 [2022-08-08T13:41:19.985Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
09:41:19 [2022-08-08T13:41:19.985Z] +++ UPDATES_DIR=siteDir/eclipse/updates
09:41:19 [2022-08-08T13:41:19.985Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
09:41:19 [2022-08-08T13:41:19.985Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
09:41:19 [2022-08-08T13:41:19.985Z] +++ export TMP_DIR=tmp
09:41:19 [2022-08-08T13:41:19.985Z] +++ TMP_DIR=tmp
09:41:19 [2022-08-08T13:41:19.985Z] +++ export DOWNLOAD_HOST=download.eclipse.org
09:41:19 [2022-08-08T13:41:19.985Z] +++ DOWNLOAD_HOST=download.eclipse.org
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
09:41:19 [2022-08-08T13:41:19.985Z] +++ export LOCAL_REPO=localMavenRepo
09:41:19 [2022-08-08T13:41:19.985Z] +++ LOCAL_REPO=localMavenRepo
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BASEBUILDER_TAG=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ BASEBUILDER_TAG=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ export API_PREV_REF_LABEL=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ API_PREV_REF_LABEL=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ export API_FREEZE_REF_LABEL=
09:41:19 [2022-08-08T13:41:19.985Z] +++ API_FREEZE_REF_LABEL=
09:41:19 [2022-08-08T13:41:19.985Z] +++ export 'FREEZE_PARAMS= '
09:41:19 [2022-08-08T13:41:19.985Z] +++ FREEZE_PARAMS=' '
09:41:19 [2022-08-08T13:41:19.985Z] +++ export PREVIOUS_RELEASE_VER=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ PREVIOUS_RELEASE_VER=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BASEBUILD_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.985Z] +++ BASEBUILD_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.985Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.985Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
09:41:19 [2022-08-08T13:41:19.985Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:41:19 [2022-08-08T13:41:19.985Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:41:19 [2022-08-08T13:41:19.985Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
09:41:19 [2022-08-08T13:41:19.985Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:41:19 [2022-08-08T13:41:19.985Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
09:41:19 [2022-08-08T13:41:19.985Z] +++ export MAVEN_OPTS=-Xmx6G
09:41:19 [2022-08-08T13:41:19.985Z] +++ MAVEN_OPTS=-Xmx6G
09:41:19 [2022-08-08T13:41:19.985Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:41:19 [2022-08-08T13:41:19.985Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILD_ID=P20220808-0930
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILD_ID=P20220808-0930
09:41:19 [2022-08-08T13:41:19.985Z] +++ export BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.985Z] +++ BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.985Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.985Z] +++ EQ_BUILD_DIR_SEG=P20220808-0930
09:41:19 [2022-08-08T13:41:19.985Z] +++ export EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:41:19 [2022-08-08T13:41:19.985Z] +++ EBUILDER_HASH=a1937069f4776c1abb824db87b1223f8c6896c53
09:41:19 [2022-08-08T13:41:19.985Z] +++ 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
09:41:19 [2022-08-08T13:41:19.985Z] +++ 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
09:41:19 [2022-08-08T13:41:19.985Z] +++ 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
09:41:19 [2022-08-08T13:41:19.985Z] +++ 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
09:41:19 [2022-08-08T13:41:19.986Z] +++ 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
09:41:19 [2022-08-08T13:41:19.986Z] +++ 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
09:41:19 [2022-08-08T13:41:19.986Z] +++ 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
09:41:19 [2022-08-08T13:41:19.986Z] +++ 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
09:41:19 [2022-08-08T13:41:19.986Z] ++ echo 4.25
09:41:19 [2022-08-08T13:41:19.986Z] + echo 4.25
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
[Pipeline] archiveArtifacts
09:41:28 [2022-08-08T13:41:28.841Z] Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Update Site)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
09:41:38 [2022-08-08T13:41:38.370Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
09:41:38 [2022-08-08T13:41:38.371Z] [ssh-agent] Looking for ssh-agent implementation...
09:41:38 [2022-08-08T13:41:38.678Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:41:38 [2022-08-08T13:41:38.679Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:41:38 [2022-08-08T13:41:38.924Z] Executing command: "ssh-agent" 
09:41:38 [2022-08-08T13:41:38.924Z] exit
09:41:38 [2022-08-08T13:41:38.980Z] SSH_AUTH_SOCK=/tmp/ssh-9hCdEuhW6Y60/agent.4607; export SSH_AUTH_SOCK;
09:41:38 [2022-08-08T13:41:38.980Z] SSH_AGENT_PID=4608; export SSH_AGENT_PID;
09:41:38 [2022-08-08T13:41:38.980Z] echo Agent pid 4608;
09:41:38 [2022-08-08T13:41:38.981Z] SSH_AUTH_SOCK=/tmp/ssh-9hCdEuhW6Y60/agent.4607
09:41:38 [2022-08-08T13:41:38.981Z] SSH_AGENT_PID=4608
09:41:38 [2022-08-08T13:41:38.991Z] Running ssh-add (command line suppressed)
09:41:39 [2022-08-08T13:41:39.297Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_16435998006293683308.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_16435998006293683308.key)
09:41:39 [2022-08-08T13:41:39.303Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
09:41:40 [2022-08-08T13:41:40.600Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
09:41:40 [2022-08-08T13:41:40.601Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
09:41:40 [2022-08-08T13:41:40.602Z] ~/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
09:41:41 [2022-08-08T13:41:41.539Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
[Pipeline] }
09:41:41 [2022-08-08T13:41:41.811Z] Executing sh script inside container jnlp of pod aggrbuild-pod-j03cm-6q85b
09:41:42 [2022-08-08T13:41:42.059Z] Executing command: "ssh-agent" "-k" 
09:41:42 [2022-08-08T13:41:42.059Z] exit
09:41:42 [2022-08-08T13:41:42.113Z] unset SSH_AUTH_SOCK;
09:41:42 [2022-08-08T13:41:42.113Z] unset SSH_AGENT_PID;
09:41:42 [2022-08-08T13:41:42.113Z] echo Agent pid 4608 killed;
09:41:42 [2022-08-08T13:41:42.115Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
09:41:46 [2022-08-08T13:41:46.850Z] 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