Started by user Sravan Kumar Lakkimsetti Running as Sravan Kumar Lakkimsetti [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes releng/aggrbuild-pod-7gn3b-55fb7 Agent aggrbuild-pod-7gn3b-55fb7 is provisioned from template aggrbuild-pod-7gn3b --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/P-build/88/" runUrl: "job/P-build/88/" labels: jenkins: "slave" jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e" jenkins/label: "aggrbuild-pod" name: "aggrbuild-pod-7gn3b-55fb7" 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-7gn3b-55fb7" - name: "JENKINS_NAME" value: "aggrbuild-pod-7gn3b-55fb7" - 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-7gn3b-55fb7 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 [2022-08-08T10:41:22.226Z] + cd /home/jenkins/agent/workspace/P-build [2022-08-08T10:41:22.227Z] + rm -rf '*' [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Setup intial configuration) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-08-08T10:41:31.680Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-08-08T10:41:31.680Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-08T10:41:31.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-08T10:41:31.982Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:41:32.222Z] Executing command: "ssh-agent" [2022-08-08T10:41:32.222Z] exit [2022-08-08T10:41:32.228Z] SSH_AUTH_SOCK=/tmp/ssh-I2kEQ9HEaCE7/agent.102; export SSH_AUTH_SOCK; [2022-08-08T10:41:32.228Z] SSH_AGENT_PID=103; export SSH_AGENT_PID; [2022-08-08T10:41:32.228Z] echo Agent pid 103; [2022-08-08T10:41:32.230Z] SSH_AUTH_SOCK=/tmp/ssh-I2kEQ9HEaCE7/agent.102 [2022-08-08T10:41:32.230Z] SSH_AGENT_PID=103 [2022-08-08T10:41:32.250Z] Running ssh-add (command line suppressed) [2022-08-08T10:41:32.552Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_9730763761827445549.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_9730763761827445549.key) [2022-08-08T10:41:32.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] dir [2022-08-08T10:41:33.263Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator [Pipeline] { [Pipeline] sh [2022-08-08T10:41:34.481Z] + git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:41:34.482Z] Cloning into 'eclipse.platform.releng.aggregator'... [Pipeline] } [Pipeline] // dir [Pipeline] } [2022-08-08T10:41:37.999Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:41:38.249Z] Executing command: "ssh-agent" "-k" [2022-08-08T10:41:38.249Z] exit [2022-08-08T10:41:38.255Z] unset SSH_AUTH_SOCK; [2022-08-08T10:41:38.255Z] unset SSH_AGENT_PID; [2022-08-08T10:41:38.255Z] echo Agent pid 103 killed; [2022-08-08T10:41:38.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sh [2022-08-08T10:41:39.478Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production [2022-08-08T10:41:39.479Z] + 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 [2022-08-08T10:41:39.479Z] + 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 [2022-08-08T10:41:48.710Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:41:48.711Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt [2022-08-08T10:41:48.711Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:48.711Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log [2022-08-08T10:41:48.711Z] + [[ 0 -ne 0 ]] [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Export environment variables stage 1) [Pipeline] container [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-08T10:41:58.603Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:58.603Z] +++ export TIMESTAMP=20220808-0640 [2022-08-08T10:41:58.603Z] +++ TIMESTAMP=20220808-0640 [2022-08-08T10:41:58.603Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:41:58.603Z] +++ BUILD_PRETTY_DATE='Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:41:58.603Z] +++ export BRANCH=master [2022-08-08T10:41:58.603Z] +++ BRANCH=master [2022-08-08T10:41:58.603Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:41:58.603Z] +++ PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:41:58.603Z] +++ export PATCH_BUILD=java19atch [2022-08-08T10:41:58.603Z] +++ PATCH_BUILD=java19atch [2022-08-08T10:41:58.603Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19' [2022-08-08T10:41:58.603Z] +++ BUILD_TYPE_NAME='Beta Java 19' [2022-08-08T10:41:58.603Z] +++ export BUILD_TYPE=P [2022-08-08T10:41:58.604Z] +++ BUILD_TYPE=P [2022-08-08T10:41:58.604Z] +++ export TESTED_BUILD_TYPE=P [2022-08-08T10:41:58.604Z] +++ TESTED_BUILD_TYPE=P [2022-08-08T10:41:58.604Z] +++ export RELEASE_VER=4.25 [2022-08-08T10:41:58.604Z] +++ RELEASE_VER=4.25 [2022-08-08T10:41:58.604Z] +++ export STREAM=4.25.0 [2022-08-08T10:41:58.604Z] +++ STREAM=4.25.0 [2022-08-08T10:41:58.604Z] +++ export STREAMMajor=4 [2022-08-08T10:41:58.604Z] +++ STREAMMajor=4 [2022-08-08T10:41:58.604Z] +++ export STREAMMinor=25 [2022-08-08T10:41:58.604Z] +++ STREAMMinor=25 [2022-08-08T10:41:58.604Z] +++ export STREAMService=0 [2022-08-08T10:41:58.604Z] +++ STREAMService=0 [2022-08-08T10:41:58.604Z] +++ export GIT_ROOT=git@github.com: [2022-08-08T10:41:58.604Z] +++ GIT_ROOT=git@github.com: [2022-08-08T10:41:58.604Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:41:58.604Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:41:58.604Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:41:58.604Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:41:58.604Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:41:58.604Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:41:58.604Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:41:58.604Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:41:58.604Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:41:58.604Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:41:58.604Z] +++ export TMP_DIR=tmp [2022-08-08T10:41:58.604Z] +++ TMP_DIR=tmp [2022-08-08T10:41:58.604Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:41:58.604Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:41:58.604Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:41:58.604Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:41:58.604Z] +++ export LOCAL_REPO=localMavenRepo [2022-08-08T10:41:58.604Z] +++ LOCAL_REPO=localMavenRepo [2022-08-08T10:41:58.604Z] +++ export BASEBUILDER_TAG=4.24 [2022-08-08T10:41:58.604Z] +++ BASEBUILDER_TAG=4.24 [2022-08-08T10:41:58.604Z] +++ export API_PREV_REF_LABEL=4.24 [2022-08-08T10:41:58.604Z] +++ API_PREV_REF_LABEL=4.24 [2022-08-08T10:41:58.604Z] +++ export API_FREEZE_REF_LABEL= [2022-08-08T10:41:58.604Z] +++ API_FREEZE_REF_LABEL= [2022-08-08T10:41:58.604Z] +++ export 'FREEZE_PARAMS= ' [2022-08-08T10:41:58.604Z] +++ FREEZE_PARAMS=' ' [2022-08-08T10:41:58.604Z] +++ export PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:41:58.604Z] +++ PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:41:58.604Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:41:58.604Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:41:58.604Z] +++ export BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:41:58.604Z] +++ BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:41:58.604Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:41:58.604Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:41:58.604Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:41:58.604Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:41:58.604Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:41:58.604Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:41:58.604Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:41:58.604Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:41:58.604Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:41:58.604Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:41:58.604Z] +++ export MAVEN_OPTS=-Xmx6G [2022-08-08T10:41:58.604Z] +++ MAVEN_OPTS=-Xmx6G [2022-08-08T10:41:58.604Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:41:58.604Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:41:58.604Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:58.604Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:58.604Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:41:58.604Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:41:58.604Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:41:58.604Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:41:58.604Z] +++ export BUILD_ID=P20220808-0640 [2022-08-08T10:41:58.604Z] +++ BUILD_ID=P20220808-0640 [2022-08-08T10:41:58.604Z] +++ export BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:58.604Z] +++ BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:58.604Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:58.604Z] +++ EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:58.604Z] +++ export EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:41:58.604Z] +++ EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] +++ 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 [2022-08-08T10:41:58.605Z] ++ echo P20220808-0640 [2022-08-08T10:41:58.605Z] + echo P20220808-0640 [Pipeline] sh [2022-08-08T10:41:59.436Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:59.437Z] +++ export TIMESTAMP=20220808-0640 [2022-08-08T10:41:59.437Z] +++ TIMESTAMP=20220808-0640 [2022-08-08T10:41:59.437Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:41:59.437Z] +++ BUILD_PRETTY_DATE='Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:41:59.437Z] +++ export BRANCH=master [2022-08-08T10:41:59.437Z] +++ BRANCH=master [2022-08-08T10:41:59.437Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:41:59.437Z] +++ PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:41:59.437Z] +++ export PATCH_BUILD=java19atch [2022-08-08T10:41:59.437Z] +++ PATCH_BUILD=java19atch [2022-08-08T10:41:59.437Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19' [2022-08-08T10:41:59.438Z] +++ BUILD_TYPE_NAME='Beta Java 19' [2022-08-08T10:41:59.438Z] +++ export BUILD_TYPE=P [2022-08-08T10:41:59.438Z] +++ BUILD_TYPE=P [2022-08-08T10:41:59.438Z] +++ export TESTED_BUILD_TYPE=P [2022-08-08T10:41:59.438Z] +++ TESTED_BUILD_TYPE=P [2022-08-08T10:41:59.438Z] +++ export RELEASE_VER=4.25 [2022-08-08T10:41:59.438Z] +++ RELEASE_VER=4.25 [2022-08-08T10:41:59.438Z] +++ export STREAM=4.25.0 [2022-08-08T10:41:59.438Z] +++ STREAM=4.25.0 [2022-08-08T10:41:59.438Z] +++ export STREAMMajor=4 [2022-08-08T10:41:59.438Z] +++ STREAMMajor=4 [2022-08-08T10:41:59.438Z] +++ export STREAMMinor=25 [2022-08-08T10:41:59.438Z] +++ STREAMMinor=25 [2022-08-08T10:41:59.438Z] +++ export STREAMService=0 [2022-08-08T10:41:59.438Z] +++ STREAMService=0 [2022-08-08T10:41:59.438Z] +++ export GIT_ROOT=git@github.com: [2022-08-08T10:41:59.438Z] +++ GIT_ROOT=git@github.com: [2022-08-08T10:41:59.438Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:41:59.438Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:41:59.438Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:41:59.438Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:41:59.438Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:41:59.438Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:41:59.438Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:41:59.438Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:41:59.438Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:41:59.438Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:41:59.438Z] +++ export TMP_DIR=tmp [2022-08-08T10:41:59.438Z] +++ TMP_DIR=tmp [2022-08-08T10:41:59.438Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:41:59.438Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:41:59.438Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:41:59.438Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:41:59.438Z] +++ export LOCAL_REPO=localMavenRepo [2022-08-08T10:41:59.438Z] +++ LOCAL_REPO=localMavenRepo [2022-08-08T10:41:59.438Z] +++ export BASEBUILDER_TAG=4.24 [2022-08-08T10:41:59.438Z] +++ BASEBUILDER_TAG=4.24 [2022-08-08T10:41:59.438Z] +++ export API_PREV_REF_LABEL=4.24 [2022-08-08T10:41:59.438Z] +++ API_PREV_REF_LABEL=4.24 [2022-08-08T10:41:59.438Z] +++ export API_FREEZE_REF_LABEL= [2022-08-08T10:41:59.438Z] +++ API_FREEZE_REF_LABEL= [2022-08-08T10:41:59.438Z] +++ export 'FREEZE_PARAMS= ' [2022-08-08T10:41:59.438Z] +++ FREEZE_PARAMS=' ' [2022-08-08T10:41:59.438Z] +++ export PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:41:59.438Z] +++ PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:41:59.438Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:41:59.438Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:41:59.438Z] +++ export BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:41:59.438Z] +++ BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:41:59.438Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:41:59.438Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:41:59.438Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:41:59.438Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:41:59.438Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:41:59.438Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:41:59.438Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:41:59.438Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:41:59.438Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:41:59.438Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:41:59.438Z] +++ export MAVEN_OPTS=-Xmx6G [2022-08-08T10:41:59.438Z] +++ MAVEN_OPTS=-Xmx6G [2022-08-08T10:41:59.438Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:41:59.438Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:41:59.438Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:59.438Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:41:59.438Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:41:59.438Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:41:59.438Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:41:59.439Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:41:59.439Z] +++ export BUILD_ID=P20220808-0640 [2022-08-08T10:41:59.439Z] +++ BUILD_ID=P20220808-0640 [2022-08-08T10:41:59.439Z] +++ export BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:59.439Z] +++ BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:59.439Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:59.439Z] +++ EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:41:59.439Z] +++ export EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:41:59.439Z] +++ EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] +++ 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 [2022-08-08T10:41:59.439Z] ++ echo 4.25 [2022-08-08T10:41:59.439Z] + echo 4.25 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clone Repositories) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-08-08T10:42:09.105Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) [2022-08-08T10:42:09.107Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-08-08T10:42:09.107Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-08T10:42:09.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-08T10:42:09.459Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:42:09.703Z] Executing command: "ssh-agent" [2022-08-08T10:42:09.703Z] exit [2022-08-08T10:42:09.759Z] SSH_AUTH_SOCK=/tmp/ssh-ccLZyRqaZuXZ/agent.475; export SSH_AUTH_SOCK; [2022-08-08T10:42:09.759Z] SSH_AGENT_PID=476; export SSH_AGENT_PID; [2022-08-08T10:42:09.759Z] echo Agent pid 476; [2022-08-08T10:42:09.760Z] SSH_AUTH_SOCK=/tmp/ssh-ccLZyRqaZuXZ/agent.475 [2022-08-08T10:42:09.760Z] SSH_AGENT_PID=476 [2022-08-08T10:42:09.769Z] Running ssh-add (command line suppressed) [2022-08-08T10:42:10.034Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_3909272926704240894.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_3909272926704240894.key) [2022-08-08T10:42:10.050Z] Running ssh-add (command line suppressed) [2022-08-08T10:42:10.377Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_1768940441704545021.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_1768940441704545021.key) [2022-08-08T10:42:10.383Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-08T10:42:11.654Z] + git config --global user.email releng-bot@eclipse.org [2022-08-08T10:42:11.655Z] + git config --global user.name 'Eclipse Releng Bot' [2022-08-08T10:42:11.655Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:42:11.655Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:42:11.655Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log [2022-08-08T10:42:11.655Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'... [2022-08-08T10:42:14.194Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.debug' (https://github.com/eclipse-platform/eclipse.platform.debug.git) registered for path 'eclipse.platform.debug' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.resources' (https://github.com/eclipse-platform/eclipse.platform.resources.git) registered for path 'eclipse.platform.resources' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.swt.binaries' (https://github.com/eclipse-platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.text' (https://github.com/eclipse-platform/eclipse.platform.text.git) registered for path 'eclipse.platform.text' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.ua' (https://github.com/eclipse-platform/eclipse.platform.ua.git) registered for path 'eclipse.platform.ua' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui' [2022-08-08T10:42:14.194Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools' [2022-08-08T10:42:14.194Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox' [2022-08-08T10:42:14.194Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries' [2022-08-08T10:42:14.194Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2' [2022-08-08T10:42:14.194Z] 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'... [2022-08-08T10:42:15.131Z] 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'... [2022-08-08T10:42:30.010Z] 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'... [2022-08-08T10:42:30.010Z] 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'... [2022-08-08T10:42:31.384Z] 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'... [2022-08-08T10:42:39.497Z] 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'... [2022-08-08T10:42:42.776Z] 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'... [2022-08-08T10:42:48.040Z] 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'... [2022-08-08T10:42:54.596Z] 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'... [2022-08-08T10:42:56.494Z] 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'... [2022-08-08T10:42:57.430Z] 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'... [2022-08-08T10:42:58.803Z] 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'... [2022-08-08T10:43:11.206Z] 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'... [2022-08-08T10:43:43.277Z] 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'... [2022-08-08T10:43:43.277Z] 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'... [2022-08-08T10:43:44.654Z] 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'... [2022-08-08T10:43:56.853Z] 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'... [2022-08-08T10:43:56.853Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox'... [2022-08-08T10:43:58.752Z] 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'... [2022-08-08T10:44:01.278Z] 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'... [2022-08-08T10:44:04.560Z] Submodule path 'eclipse.jdt': checked out 'f86a2ffe32d4d224ced24091967f093558a7a1a4' [2022-08-08T10:44:05.495Z] Submodule path 'eclipse.jdt.core': checked out '4d27bb5f2e9019e498d30f1ff6913e64811386ba' [2022-08-08T10:44:05.495Z] Submodule path 'eclipse.jdt.core.binaries': checked out '0b1c57afd0e683163355739902599d6c3b019f18' [2022-08-08T10:44:05.764Z] Submodule path 'eclipse.jdt.debug': checked out 'ba600382885c00d3aa7f11813a3a64ae45d9ac27' [2022-08-08T10:44:06.818Z] Submodule path 'eclipse.jdt.ui': checked out 'b2b4766b9fea40ccd8dd81648f529433e7dda207' [2022-08-08T10:44:07.757Z] Submodule path 'eclipse.pde': checked out '433e93b2bfb91c5bae2e8f3a24184ac77a879d16' [2022-08-08T10:44:08.014Z] Submodule path 'eclipse.platform': checked out '65fc25e8b05f8e09d181c8b243eb7b8104540cc1' [2022-08-08T10:44:08.579Z] Submodule path 'eclipse.platform.common': checked out '36a6b43b4e2cd39ffd568afb1271d55f6ca4b1fc' [2022-08-08T10:44:08.579Z] Submodule path 'eclipse.platform.debug': checked out 'eee2da61666046af9a9d035c5e1d56d20b04f9a6' [2022-08-08T10:44:08.837Z] Submodule path 'eclipse.platform.releng': checked out '988138c7dd01379d03113972712f16bd64bc6b07' [2022-08-08T10:44:08.837Z] Submodule path 'eclipse.platform.resources': checked out '7f8f96dd4122ea324e8b9ea650979258f634d268' [2022-08-08T10:44:09.405Z] Submodule path 'eclipse.platform.swt': checked out '9bb21ab01f2e3d5d64c7220c97a1020af9d55fc8' [2022-08-08T10:44:09.405Z] Submodule path 'eclipse.platform.swt.binaries': checked out '57916581b35da7e1a7d7e72068256462d11acf75' [2022-08-08T10:44:09.663Z] Submodule path 'eclipse.platform.text': checked out '9c3fc4a6d3ff18aa241812b6d34bf0c1570649b6' [2022-08-08T10:44:09.921Z] Submodule path 'eclipse.platform.ua': checked out 'dcd0c28ae3e7a27054ef8eb2e314c6b36d07e68e' [2022-08-08T10:44:10.494Z] Submodule path 'eclipse.platform.ui': checked out '6dbd0150aae3728fbd093ae8e2761183dee75bcf' [2022-08-08T10:44:10.752Z] Submodule path 'eclipse.platform.ui.tools': checked out '1df1172cda52e7bbd6a09dced34c434754fff51e' [2022-08-08T10:44:11.321Z] Submodule path 'equinox': checked out '1a241ec0a8e176ed9312654dfd862e8802e397a2' [2022-08-08T10:44:11.321Z] Submodule path 'rt.equinox.binaries': checked out 'cf3f4f51403eac0fc16be0876fff8a3ceceabacc' [2022-08-08T10:44:11.886Z] Submodule path 'rt.equinox.p2': checked out '0ff034bc933cdd8fd52ceab96f9d98890c6fe653' [2022-08-08T10:44:11.886Z] Already on 'master' [2022-08-08T10:44:11.886Z] M cje-production/buildproperties.txt [2022-08-08T10:44:11.886Z] M cje-production/mbscripts/mb011_loadPGPKeys.sh [2022-08-08T10:44:11.886Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:11.886Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:11.886Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:11.886Z] commands sometime before your next pull: [2022-08-08T10:44:11.886Z] [2022-08-08T10:44:11.886Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:11.886Z] git config pull.rebase true # rebase [2022-08-08T10:44:11.886Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:11.886Z] [2022-08-08T10:44:11.886Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:11.886Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:11.886Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:11.886Z] invocation. [2022-08-08T10:44:11.886Z] [2022-08-08T10:44:12.819Z] Already up to date. [2022-08-08T10:44:12.819Z] ~/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 [2022-08-08T10:44:12.819Z] Entering 'eclipse.jdt' [2022-08-08T10:44:13.384Z] Checking out master [2022-08-08T10:44:13.384Z] Switched to branch 'master' [2022-08-08T10:44:13.384Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:13.384Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:13.384Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:13.384Z] commands sometime before your next pull: [2022-08-08T10:44:13.384Z] [2022-08-08T10:44:13.384Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:13.384Z] git config pull.rebase true # rebase [2022-08-08T10:44:13.384Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:13.384Z] [2022-08-08T10:44:13.384Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:13.384Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:13.384Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:13.384Z] invocation. [2022-08-08T10:44:13.384Z] [2022-08-08T10:44:13.642Z] Already up to date. [2022-08-08T10:44:13.643Z] Entering 'eclipse.jdt.core' [2022-08-08T10:44:13.900Z] Checking out BETA_JAVA19 [2022-08-08T10:44:14.159Z] Previous HEAD position was 4d27bb5f2e Bug 380786 - [compiler][null] missed "Potential Nullpointer Access" on mutable method argument (#297) [2022-08-08T10:44:14.159Z] Switched to a new branch 'BETA_JAVA19' [2022-08-08T10:44:14.159Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'. [2022-08-08T10:44:14.159Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:14.159Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:14.159Z] commands sometime before your next pull: [2022-08-08T10:44:14.159Z] [2022-08-08T10:44:14.159Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:14.159Z] git config pull.rebase true # rebase [2022-08-08T10:44:14.159Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:14.159Z] [2022-08-08T10:44:14.159Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:14.159Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:14.159Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:14.159Z] invocation. [2022-08-08T10:44:14.159Z] [2022-08-08T10:44:14.726Z] Already up to date. [2022-08-08T10:44:14.726Z] Entering 'eclipse.jdt.core.binaries' [2022-08-08T10:44:14.984Z] Checking out master [2022-08-08T10:44:14.984Z] Switched to branch 'master' [2022-08-08T10:44:14.984Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:14.984Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:14.984Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:14.984Z] commands sometime before your next pull: [2022-08-08T10:44:14.984Z] [2022-08-08T10:44:14.984Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:14.984Z] git config pull.rebase true # rebase [2022-08-08T10:44:14.984Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:14.984Z] [2022-08-08T10:44:14.985Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:14.985Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:14.985Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:14.985Z] invocation. [2022-08-08T10:44:14.985Z] [2022-08-08T10:44:15.242Z] Already up to date. [2022-08-08T10:44:15.243Z] Entering 'eclipse.jdt.debug' [2022-08-08T10:44:15.810Z] Checking out BETA_JAVA19 [2022-08-08T10:44:15.810Z] Previous HEAD position was ba6003828 Don't use nested argfiles to launch Java processes (#84) [2022-08-08T10:44:15.810Z] Switched to a new branch 'BETA_JAVA19' [2022-08-08T10:44:15.810Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'. [2022-08-08T10:44:15.810Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:15.810Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:15.810Z] commands sometime before your next pull: [2022-08-08T10:44:15.810Z] [2022-08-08T10:44:15.810Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:15.810Z] git config pull.rebase true # rebase [2022-08-08T10:44:15.810Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:15.810Z] [2022-08-08T10:44:15.810Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:15.810Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:15.810Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:15.810Z] invocation. [2022-08-08T10:44:15.810Z] [2022-08-08T10:44:16.067Z] Already up to date. [2022-08-08T10:44:16.067Z] Entering 'eclipse.jdt.ui' [2022-08-08T10:44:16.633Z] Checking out BETA_JAVA19 [2022-08-08T10:44:16.891Z] Previous HEAD position was b2b4766b9f Use ToolFactory.createScanner() with source compliance set if possible [2022-08-08T10:44:16.891Z] Switched to a new branch 'BETA_JAVA19' [2022-08-08T10:44:16.891Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'. [2022-08-08T10:44:16.891Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:16.891Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:16.891Z] commands sometime before your next pull: [2022-08-08T10:44:16.891Z] [2022-08-08T10:44:16.891Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:16.891Z] git config pull.rebase true # rebase [2022-08-08T10:44:16.891Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:16.891Z] [2022-08-08T10:44:16.891Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:16.891Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:16.891Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:16.891Z] invocation. [2022-08-08T10:44:16.891Z] [2022-08-08T10:44:17.457Z] Already up to date. [2022-08-08T10:44:17.457Z] Entering 'eclipse.pde' [2022-08-08T10:44:18.023Z] Checking out BETA_JAVA19 [2022-08-08T10:44:18.023Z] Previous HEAD position was 433e93b2bf Always provide the official annotations if present in target [2022-08-08T10:44:18.023Z] Switched to a new branch 'BETA_JAVA19' [2022-08-08T10:44:18.023Z] Branch 'BETA_JAVA19' set up to track remote branch 'BETA_JAVA19' from 'origin'. [2022-08-08T10:44:18.023Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:18.023Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:18.023Z] commands sometime before your next pull: [2022-08-08T10:44:18.023Z] [2022-08-08T10:44:18.023Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:18.023Z] git config pull.rebase true # rebase [2022-08-08T10:44:18.023Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:18.023Z] [2022-08-08T10:44:18.023Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:18.023Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:18.023Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:18.023Z] invocation. [2022-08-08T10:44:18.023Z] [2022-08-08T10:44:18.590Z] Already up to date. [2022-08-08T10:44:18.590Z] Entering 'eclipse.platform' [2022-08-08T10:44:18.848Z] Checking out master [2022-08-08T10:44:18.848Z] Previous HEAD position was 65fc25e8b0 Return an empty array for null value in StringUtil [2022-08-08T10:44:18.848Z] Switched to branch 'master' [2022-08-08T10:44:18.848Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:18.848Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:18.848Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:18.848Z] commands sometime before your next pull: [2022-08-08T10:44:18.848Z] [2022-08-08T10:44:18.848Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:18.848Z] git config pull.rebase true # rebase [2022-08-08T10:44:18.848Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:18.848Z] [2022-08-08T10:44:18.848Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:18.848Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:18.848Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:18.848Z] invocation. [2022-08-08T10:44:18.848Z] [2022-08-08T10:44:19.415Z] Already up to date. [2022-08-08T10:44:19.415Z] Entering 'eclipse.platform.common' [2022-08-08T10:44:19.672Z] Checking out master [2022-08-08T10:44:19.931Z] Switched to branch 'master' [2022-08-08T10:44:19.931Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:19.931Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:19.931Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:19.931Z] commands sometime before your next pull: [2022-08-08T10:44:19.931Z] [2022-08-08T10:44:19.931Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:19.931Z] git config pull.rebase true # rebase [2022-08-08T10:44:19.931Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:19.931Z] [2022-08-08T10:44:19.931Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:19.931Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:19.931Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:19.931Z] invocation. [2022-08-08T10:44:19.931Z] [2022-08-08T10:44:20.497Z] Already up to date. [2022-08-08T10:44:20.497Z] Entering 'eclipse.platform.debug' [2022-08-08T10:44:20.754Z] Checking out master [2022-08-08T10:44:20.754Z] Switched to branch 'master' [2022-08-08T10:44:20.754Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:20.754Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:20.754Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:20.754Z] commands sometime before your next pull: [2022-08-08T10:44:20.754Z] [2022-08-08T10:44:20.754Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:20.754Z] git config pull.rebase true # rebase [2022-08-08T10:44:20.754Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:20.754Z] [2022-08-08T10:44:20.754Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:20.754Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:20.755Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:20.755Z] invocation. [2022-08-08T10:44:20.755Z] [2022-08-08T10:44:21.320Z] Already up to date. [2022-08-08T10:44:21.320Z] Entering 'eclipse.platform.releng' [2022-08-08T10:44:21.578Z] Checking out master [2022-08-08T10:44:21.578Z] Switched to branch 'master' [2022-08-08T10:44:21.578Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:21.578Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:21.578Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:21.578Z] commands sometime before your next pull: [2022-08-08T10:44:21.578Z] [2022-08-08T10:44:21.578Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:21.578Z] git config pull.rebase true # rebase [2022-08-08T10:44:21.578Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:21.578Z] [2022-08-08T10:44:21.578Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:21.578Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:21.578Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:21.578Z] invocation. [2022-08-08T10:44:21.578Z] [2022-08-08T10:44:22.145Z] Already up to date. [2022-08-08T10:44:22.145Z] Entering 'eclipse.platform.resources' [2022-08-08T10:44:22.403Z] Checking out master [2022-08-08T10:44:22.403Z] Switched to branch 'master' [2022-08-08T10:44:22.403Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:22.403Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:22.403Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:22.403Z] commands sometime before your next pull: [2022-08-08T10:44:22.403Z] [2022-08-08T10:44:22.403Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:22.403Z] git config pull.rebase true # rebase [2022-08-08T10:44:22.403Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:22.403Z] [2022-08-08T10:44:22.403Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:22.403Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:22.403Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:22.403Z] invocation. [2022-08-08T10:44:22.403Z] [2022-08-08T10:44:22.661Z] Already up to date. [2022-08-08T10:44:22.661Z] Entering 'eclipse.platform.swt' [2022-08-08T10:44:23.227Z] Checking out master [2022-08-08T10:44:23.227Z] Previous HEAD position was 9bb21ab01f v4954r4 [2022-08-08T10:44:23.227Z] Switched to branch 'master' [2022-08-08T10:44:23.227Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:23.227Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:23.227Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:23.228Z] commands sometime before your next pull: [2022-08-08T10:44:23.228Z] [2022-08-08T10:44:23.228Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:23.228Z] git config pull.rebase true # rebase [2022-08-08T10:44:23.228Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:23.228Z] [2022-08-08T10:44:23.228Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:23.228Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:23.228Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:23.228Z] invocation. [2022-08-08T10:44:23.228Z] [2022-08-08T10:44:23.794Z] Already up to date. [2022-08-08T10:44:23.794Z] Entering 'eclipse.platform.swt.binaries' [2022-08-08T10:44:24.053Z] Checking out master [2022-08-08T10:44:24.053Z] Switched to branch 'master' [2022-08-08T10:44:24.053Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:24.053Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:24.053Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:24.053Z] commands sometime before your next pull: [2022-08-08T10:44:24.053Z] [2022-08-08T10:44:24.053Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:24.053Z] git config pull.rebase true # rebase [2022-08-08T10:44:24.053Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:24.053Z] [2022-08-08T10:44:24.053Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:24.053Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:24.053Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:24.053Z] invocation. [2022-08-08T10:44:24.053Z] [2022-08-08T10:44:24.620Z] Already up to date. [2022-08-08T10:44:24.620Z] Entering 'eclipse.platform.text' [2022-08-08T10:44:24.879Z] Checking out master [2022-08-08T10:44:24.879Z] Switched to branch 'master' [2022-08-08T10:44:24.879Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:24.879Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:24.879Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:24.879Z] commands sometime before your next pull: [2022-08-08T10:44:24.879Z] [2022-08-08T10:44:24.879Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:24.879Z] git config pull.rebase true # rebase [2022-08-08T10:44:24.879Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:24.879Z] [2022-08-08T10:44:24.879Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:24.879Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:24.879Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:24.879Z] invocation. [2022-08-08T10:44:24.879Z] [2022-08-08T10:44:25.137Z] Already up to date. [2022-08-08T10:44:25.137Z] Entering 'eclipse.platform.ua' [2022-08-08T10:44:25.705Z] Checking out master [2022-08-08T10:44:25.705Z] Switched to branch 'master' [2022-08-08T10:44:25.705Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:25.705Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:25.705Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:25.705Z] commands sometime before your next pull: [2022-08-08T10:44:25.705Z] [2022-08-08T10:44:25.705Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:25.705Z] git config pull.rebase true # rebase [2022-08-08T10:44:25.705Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:25.705Z] [2022-08-08T10:44:25.705Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:25.705Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:25.705Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:25.705Z] invocation. [2022-08-08T10:44:25.705Z] [2022-08-08T10:44:25.963Z] Already up to date. [2022-08-08T10:44:25.963Z] Entering 'eclipse.platform.ui' [2022-08-08T10:44:26.531Z] Checking out master [2022-08-08T10:44:26.789Z] Switched to branch 'master' [2022-08-08T10:44:26.789Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:26.790Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:26.790Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:26.790Z] commands sometime before your next pull: [2022-08-08T10:44:26.790Z] [2022-08-08T10:44:26.790Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:26.790Z] git config pull.rebase true # rebase [2022-08-08T10:44:26.790Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:26.790Z] [2022-08-08T10:44:26.790Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:26.790Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:26.790Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:26.790Z] invocation. [2022-08-08T10:44:26.790Z] [2022-08-08T10:44:27.357Z] Already up to date. [2022-08-08T10:44:27.358Z] Entering 'eclipse.platform.ui.tools' [2022-08-08T10:44:27.618Z] Checking out master [2022-08-08T10:44:27.618Z] Switched to branch 'master' [2022-08-08T10:44:27.618Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:27.618Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:27.618Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:27.618Z] commands sometime before your next pull: [2022-08-08T10:44:27.618Z] [2022-08-08T10:44:27.618Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:27.618Z] git config pull.rebase true # rebase [2022-08-08T10:44:27.618Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:27.618Z] [2022-08-08T10:44:27.618Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:27.618Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:27.618Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:27.618Z] invocation. [2022-08-08T10:44:27.618Z] [2022-08-08T10:44:27.881Z] Already up to date. [2022-08-08T10:44:27.881Z] Entering 'equinox' [2022-08-08T10:44:28.147Z] Checking out master [2022-08-08T10:44:28.147Z] Switched to branch 'master' [2022-08-08T10:44:28.147Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:28.147Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:28.147Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:28.147Z] commands sometime before your next pull: [2022-08-08T10:44:28.147Z] [2022-08-08T10:44:28.147Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:28.147Z] git config pull.rebase true # rebase [2022-08-08T10:44:28.148Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:28.148Z] [2022-08-08T10:44:28.148Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:28.148Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:28.148Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:28.148Z] invocation. [2022-08-08T10:44:28.148Z] [2022-08-08T10:44:28.408Z] Already up to date. [2022-08-08T10:44:28.408Z] Entering 'rt.equinox.binaries' [2022-08-08T10:44:28.666Z] Checking out master [2022-08-08T10:44:28.666Z] Switched to branch 'master' [2022-08-08T10:44:28.666Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:28.666Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:28.666Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:28.666Z] commands sometime before your next pull: [2022-08-08T10:44:28.666Z] [2022-08-08T10:44:28.666Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:28.666Z] git config pull.rebase true # rebase [2022-08-08T10:44:28.666Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:28.666Z] [2022-08-08T10:44:28.666Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:28.666Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:28.666Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:28.666Z] invocation. [2022-08-08T10:44:28.666Z] [2022-08-08T10:44:28.925Z] Already up to date. [2022-08-08T10:44:28.925Z] Entering 'rt.equinox.p2' [2022-08-08T10:44:29.492Z] Checking out master [2022-08-08T10:44:29.750Z] Previous HEAD position was 0ff034bc9 Add consistent null checks to ServiceHelper [2022-08-08T10:44:29.750Z] Switched to branch 'master' [2022-08-08T10:44:29.750Z] Your branch is up to date with 'origin/master'. [2022-08-08T10:44:29.750Z] warning: Pulling without specifying how to reconcile divergent branches is [2022-08-08T10:44:29.750Z] discouraged. You can squelch this message by running one of the following [2022-08-08T10:44:29.750Z] commands sometime before your next pull: [2022-08-08T10:44:29.750Z] [2022-08-08T10:44:29.750Z] git config pull.rebase false # merge (the default strategy) [2022-08-08T10:44:29.750Z] git config pull.rebase true # rebase [2022-08-08T10:44:29.750Z] git config pull.ff only # fast-forward only [2022-08-08T10:44:29.750Z] [2022-08-08T10:44:29.750Z] You can replace "git config" with "git config --global" to set a default [2022-08-08T10:44:29.751Z] preference for all repositories. You can also pass --rebase, --no-rebase, [2022-08-08T10:44:29.751Z] or --ff-only on the command line to override the configured default per [2022-08-08T10:44:29.751Z] invocation. [2022-08-08T10:44:29.751Z] [2022-08-08T10:44:30.009Z] Already up to date. [2022-08-08T10:44:30.009Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:44:30.009Z] ~/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 [2022-08-08T10:44:31.386Z] git add eclipse.jdt.core eclipse.jdt.debug eclipse.jdt.ui eclipse.pde eclipse.platform eclipse.platform.swt rt.equinox.p2 [2022-08-08T10:44:31.386Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:44:31.386Z] + [[ 0 -ne 0 ]] [Pipeline] } [2022-08-08T10:44:31.676Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:44:31.923Z] Executing command: "ssh-agent" "-k" [2022-08-08T10:44:31.923Z] exit [2022-08-08T10:44:31.929Z] unset SSH_AUTH_SOCK; [2022-08-08T10:44:31.929Z] unset SSH_AGENT_PID; [2022-08-08T10:44:31.929Z] echo Agent pid 476 killed; [2022-08-08T10:44:31.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tag Build Inputs) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-08-08T10:44:41.120Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) [2022-08-08T10:44:41.120Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-08-08T10:44:41.120Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [2022-08-08T10:44:41.120Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-08T10:44:41.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-08T10:44:41.383Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:44:41.636Z] Executing command: "ssh-agent" [2022-08-08T10:44:41.636Z] exit [2022-08-08T10:44:41.642Z] SSH_AUTH_SOCK=/tmp/ssh-aam9zqhv6vn1/agent.2296; export SSH_AUTH_SOCK; [2022-08-08T10:44:41.642Z] SSH_AGENT_PID=2297; export SSH_AGENT_PID; [2022-08-08T10:44:41.642Z] echo Agent pid 2297; [2022-08-08T10:44:41.690Z] SSH_AUTH_SOCK=/tmp/ssh-aam9zqhv6vn1/agent.2296 [2022-08-08T10:44:41.690Z] SSH_AGENT_PID=2297 [2022-08-08T10:44:41.700Z] Running ssh-add (command line suppressed) [2022-08-08T10:44:42.007Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_1923172204313815657.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_1923172204313815657.key) [2022-08-08T10:44:42.022Z] Running ssh-add (command line suppressed) [2022-08-08T10:44:42.332Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_15578255895686503164.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_15578255895686503164.key) [2022-08-08T10:44:42.346Z] Running ssh-add (command line suppressed) [2022-08-08T10:44:42.610Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_4489232236533455459.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_4489232236533455459.key) [2022-08-08T10:44:42.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-08T10:44:43.933Z] + git config --global user.email releng-bot@eclipse.org [2022-08-08T10:44:43.934Z] + git config --global user.name 'Eclipse Releng Bot' [2022-08-08T10:44:43.934Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:44:43.934Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:44:43.934Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log [2022-08-08T10:44:43.934Z] + '[' 1 -ne 1 ']' [2022-08-08T10:44:43.934Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource [2022-08-08T10:44:43.934Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:44:43.934Z] ++ export TIMESTAMP=20220808-0640 [2022-08-08T10:44:43.934Z] ++ TIMESTAMP=20220808-0640 [2022-08-08T10:44:43.934Z] ++ export 'BUILD_PRETTY_DATE=Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:44:43.934Z] ++ BUILD_PRETTY_DATE='Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:44:43.934Z] ++ export BRANCH=master [2022-08-08T10:44:43.934Z] ++ BRANCH=master [2022-08-08T10:44:43.934Z] ++ export PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:44:43.934Z] ++ PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:44:43.934Z] ++ export PATCH_BUILD=java19atch [2022-08-08T10:44:43.934Z] ++ PATCH_BUILD=java19atch [2022-08-08T10:44:43.934Z] ++ export 'BUILD_TYPE_NAME=Beta Java 19' [2022-08-08T10:44:43.934Z] ++ BUILD_TYPE_NAME='Beta Java 19' [2022-08-08T10:44:43.934Z] ++ export BUILD_TYPE=P [2022-08-08T10:44:43.934Z] ++ BUILD_TYPE=P [2022-08-08T10:44:43.934Z] ++ export TESTED_BUILD_TYPE=P [2022-08-08T10:44:43.934Z] ++ TESTED_BUILD_TYPE=P [2022-08-08T10:44:43.934Z] ++ export RELEASE_VER=4.25 [2022-08-08T10:44:43.934Z] ++ RELEASE_VER=4.25 [2022-08-08T10:44:43.934Z] ++ export STREAM=4.25.0 [2022-08-08T10:44:43.934Z] ++ STREAM=4.25.0 [2022-08-08T10:44:43.934Z] ++ export STREAMMajor=4 [2022-08-08T10:44:43.934Z] ++ STREAMMajor=4 [2022-08-08T10:44:43.934Z] ++ export STREAMMinor=25 [2022-08-08T10:44:43.934Z] ++ STREAMMinor=25 [2022-08-08T10:44:43.934Z] ++ export STREAMService=0 [2022-08-08T10:44:43.934Z] ++ STREAMService=0 [2022-08-08T10:44:43.934Z] ++ export GIT_ROOT=git@github.com: [2022-08-08T10:44:43.934Z] ++ GIT_ROOT=git@github.com: [2022-08-08T10:44:43.934Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:44:43.934Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:44:43.934Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:44:43.934Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:44:43.934Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:44:43.934Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:44:43.934Z] ++ export UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:44:43.934Z] ++ UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:44:43.934Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:44:43.934Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:44:43.934Z] ++ export TMP_DIR=tmp [2022-08-08T10:44:43.934Z] ++ TMP_DIR=tmp [2022-08-08T10:44:43.934Z] ++ export DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:44:43.934Z] ++ DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:44:43.934Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:44:43.934Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:44:43.934Z] ++ export LOCAL_REPO=localMavenRepo [2022-08-08T10:44:43.934Z] ++ LOCAL_REPO=localMavenRepo [2022-08-08T10:44:43.934Z] ++ export BASEBUILDER_TAG=4.24 [2022-08-08T10:44:43.935Z] ++ BASEBUILDER_TAG=4.24 [2022-08-08T10:44:43.935Z] ++ export API_PREV_REF_LABEL=4.24 [2022-08-08T10:44:43.935Z] ++ API_PREV_REF_LABEL=4.24 [2022-08-08T10:44:43.935Z] ++ export API_FREEZE_REF_LABEL= [2022-08-08T10:44:43.935Z] ++ API_FREEZE_REF_LABEL= [2022-08-08T10:44:43.935Z] ++ export 'FREEZE_PARAMS= ' [2022-08-08T10:44:43.935Z] ++ FREEZE_PARAMS=' ' [2022-08-08T10:44:43.935Z] ++ export PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:44:43.935Z] ++ PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:44:43.935Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:44:43.935Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:44:43.935Z] ++ export BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:44:43.935Z] ++ BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:44:43.935Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:44:43.935Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:44:43.935Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:44:43.935Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:44:43.935Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:44:43.935Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:44:43.935Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:44:43.935Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:44:43.935Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:44:43.935Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:44:43.935Z] ++ export MAVEN_OPTS=-Xmx6G [2022-08-08T10:44:43.935Z] ++ MAVEN_OPTS=-Xmx6G [2022-08-08T10:44:43.935Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:44:43.935Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:44:43.935Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:44:43.935Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:44:43.935Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:44:43.935Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:44:43.935Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:44:43.935Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:44:43.935Z] ++ export BUILD_ID=P20220808-0640 [2022-08-08T10:44:43.935Z] ++ BUILD_ID=P20220808-0640 [2022-08-08T10:44:43.935Z] ++ export BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:44:43.935Z] ++ BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:44:43.935Z] ++ export EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:44:43.935Z] ++ EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:44:43.935Z] ++ export EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:44:43.935Z] ++ EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ 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 [2022-08-08T10:44:43.935Z] ++ TZ=America/New_York [2022-08-08T10:44:43.935Z] ++ date +%s [2022-08-08T10:44:43.935Z] + reportDate=1659955483 [2022-08-08T10:44:43.935Z] ++ TZ=America/New_York [2022-08-08T10:44:43.935Z] ++ date +%Y%m%d-%H%M --date=@1659955483 [2022-08-08T10:44:43.935Z] + reportTimestamp=20220808-0644 [2022-08-08T10:44:43.936Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220808-0640/gitLog.html [2022-08-08T10:44:43.936Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220808-0640 [2022-08-08T10:44:43.936Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates [2022-08-08T10:44:43.936Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds [2022-08-08T10:44:43.936Z] ++ git tag --list 'P*' [2022-08-08T10:44:43.936Z] ++ tail -n5 [2022-08-08T10:44:43.936Z] + lastTagList='P20220320-0500 [2022-08-08T10:44:43.936Z] P20220321-0500 [2022-08-08T10:44:43.936Z] P20220322-0720 [2022-08-08T10:44:43.936Z] P20220323-0540 [2022-08-08T10:44:43.936Z] P20220808-0620' [2022-08-08T10:44:43.936Z] + lastTag= [2022-08-08T10:44:43.936Z] + for lt in $lastTagList [2022-08-08T10:44:43.936Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220320-0500 [2022-08-08T10:44:44.870Z] + for lt in $lastTagList [2022-08-08T10:44:44.871Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220321-0500 [2022-08-08T10:44:45.437Z] + for lt in $lastTagList [2022-08-08T10:44:45.437Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220322-0720 [2022-08-08T10:44:46.004Z] + for lt in $lastTagList [2022-08-08T10:44:46.004Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220323-0540 [2022-08-08T10:44:46.574Z] + for lt in $lastTagList [2022-08-08T10:44:46.574Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220808-0620 [2022-08-08T10:44:46.833Z] + [[ -z '' ]] [2022-08-08T10:44:46.833Z] ++ git describe --tags --match 'P*' --abbrev=0 [2022-08-08T10:44:46.833Z] + lastTag=P20220808-0620 [2022-08-08T10:44:46.833Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:44:46.833Z] ~/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 [2022-08-08T10:44:46.833Z] + '[' P == I ']' [2022-08-08T10:44:46.833Z] + export -f toPushRepo [2022-08-08T10:44:46.833Z] + 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 || :' [2022-08-08T10:44:46.833Z] Entering 'eclipse.jdt' [2022-08-08T10:44:46.833Z] Skipping eclipse.jdt [2022-08-08T10:44:46.833Z] Entering 'eclipse.jdt.core' [2022-08-08T10:44:47.092Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.git [2022-08-08T10:44:48.995Z] To github.com:eclipse-jdt/eclipse.jdt.core.git [2022-08-08T10:44:48.995Z] * [new tag] P20220808-0640 -> P20220808-0640 [2022-08-08T10:44:48.995Z] Entering 'eclipse.jdt.core.binaries' [2022-08-08T10:44:48.995Z] Skipping eclipse.jdt.core.binaries [2022-08-08T10:44:48.995Z] Entering 'eclipse.jdt.debug' [2022-08-08T10:44:48.995Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.debug.git [2022-08-08T10:44:49.931Z] To github.com:eclipse-jdt/eclipse.jdt.debug.git [2022-08-08T10:44:49.931Z] * [new tag] P20220808-0640 -> P20220808-0640 [2022-08-08T10:44:49.931Z] Entering 'eclipse.jdt.ui' [2022-08-08T10:44:49.931Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.ui.git [2022-08-08T10:44:51.827Z] To github.com:eclipse-jdt/eclipse.jdt.ui.git [2022-08-08T10:44:51.827Z] * [new tag] P20220808-0640 -> P20220808-0640 [2022-08-08T10:44:51.827Z] Entering 'eclipse.pde' [2022-08-08T10:44:51.827Z] Pushing to github.com:eclipse-pde/eclipse.pde.git [2022-08-08T10:44:53.200Z] To github.com:eclipse-pde/eclipse.pde.git [2022-08-08T10:44:53.200Z] * [new tag] P20220808-0640 -> P20220808-0640 [2022-08-08T10:44:53.200Z] Entering 'eclipse.platform' [2022-08-08T10:44:53.200Z] Skipping eclipse.platform [2022-08-08T10:44:53.200Z] Entering 'eclipse.platform.common' [2022-08-08T10:44:53.200Z] Skipping eclipse.platform.common [2022-08-08T10:44:53.200Z] Entering 'eclipse.platform.debug' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.debug [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.releng' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.releng [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.resources' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.resources [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.swt' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.swt [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.swt.binaries' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.swt.binaries [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.text' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.text [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.ua' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.ua [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.ui' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.ui [2022-08-08T10:44:53.201Z] Entering 'eclipse.platform.ui.tools' [2022-08-08T10:44:53.201Z] Skipping eclipse.platform.ui.tools [2022-08-08T10:44:53.201Z] Entering 'equinox' [2022-08-08T10:44:53.201Z] Skipping equinox [2022-08-08T10:44:53.201Z] Entering 'rt.equinox.binaries' [2022-08-08T10:44:53.201Z] Skipping rt.equinox.binaries [2022-08-08T10:44:53.201Z] Entering 'rt.equinox.p2' [2022-08-08T10:44:53.201Z] Skipping rt.equinox.p2 [2022-08-08T10:44:53.201Z] + git tag P20220808-0640 [2022-08-08T10:44:53.201Z] + git push --verbose origin P20220808-0640 [2022-08-08T10:44:53.201Z] Pushing to github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:44:54.575Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:44:54.575Z] * [new tag] P20220808-0640 -> P20220808-0640 [2022-08-08T10:44:54.575Z] + [[ -n P20220808-0620 ]] [2022-08-08T10:44:54.575Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt [2022-08-08T10:44:54.575Z] + echo -e '

Git log from P20220808-0620 (previous) to P20220808-0640 (current)

' [2022-08-08T10:44:54.575Z] + echo -e '

The tagging, and this report, were done at about 20220808-0644

' [2022-08-08T10:44:54.575Z] + git log P20220808-0620..P20220808-0640 --date=short '--format=format:%cd%s%aN' [2022-08-08T10:44:54.575Z] ./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 [2022-08-08T10:44:54.575Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt [2022-08-08T10:44:54.575Z] 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 [2022-08-08T10:44:54.575Z] + tmpFileSize= [2022-08-08T10:44:54.575Z] + '[' -ne 0 ']' [2022-08-08T10:44:54.575Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected [2022-08-08T10:44:54.575Z] + git submodule --quiet foreach 'gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi' [2022-08-08T10:44:54.576Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.576Z] 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 [2022-08-08T10:44:54.576Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.576Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.576Z] 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 [2022-08-08T10:44:54.576Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.576Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.576Z] 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 [2022-08-08T10:44:54.576Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.577Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.577Z] 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 [2022-08-08T10:44:54.577Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.577Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.577Z] 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 [2022-08-08T10:44:54.577Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.577Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.577Z] 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 [2022-08-08T10:44:54.577Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.578Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.578Z] 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 [2022-08-08T10:44:54.578Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.578Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.578Z] 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 [2022-08-08T10:44:54.578Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.578Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.578Z] 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 [2022-08-08T10:44:54.579Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.838Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.838Z] 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 [2022-08-08T10:44:54.838Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.838Z] path='eclipse.platform.resources'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.838Z] 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 [2022-08-08T10:44:54.838Z] path='eclipse.platform.resources'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.839Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.839Z] 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 [2022-08-08T10:44:54.839Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.839Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.839Z] 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 [2022-08-08T10:44:54.839Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.839Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.839Z] 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 [2022-08-08T10:44:54.840Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.840Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.840Z] 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 [2022-08-08T10:44:54.840Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.840Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.840Z] 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 [2022-08-08T10:44:54.840Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.841Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.841Z] 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 [2022-08-08T10:44:54.841Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.841Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.841Z] 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 [2022-08-08T10:44:54.841Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.841Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.841Z] 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 [2022-08-08T10:44:54.841Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.842Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";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 [2022-08-08T10:44:54.842Z] 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 [2022-08-08T10:44:54.842Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220808-0620..P20220808-0640 --date=short --format=format:"%cd%s%aN">/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 "";echo "";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "
Repository: $path
Date Commit message Author


";echo;fi: line 0: [: -ne: unary operator expected [2022-08-08T10:44:54.842Z] + popd [2022-08-08T10:44:54.842Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:44:54.842Z] + [[ 0 -ne 0 ]] [Pipeline] } [2022-08-08T10:44:55.128Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:44:55.378Z] Executing command: "ssh-agent" "-k" [2022-08-08T10:44:55.378Z] exit [2022-08-08T10:44:55.424Z] unset SSH_AUTH_SOCK; [2022-08-08T10:44:55.424Z] unset SSH_AGENT_PID; [2022-08-08T10:44:55.424Z] echo Agent pid 2297 killed; [2022-08-08T10:44:55.431Z] [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 [2022-08-08T10:45:05.275Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build [2022-08-08T10:45:05.275Z] + 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/. [2022-08-08T10:45:05.275Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/. [2022-08-08T10:45:05.275Z] + 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/. [2022-08-08T10:45:05.275Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/. [2022-08-08T10:45:05.275Z] + 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/. [2022-08-08T10:45:05.275Z] + 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 [2022-08-08T10:45:15.951Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:45:15.952Z] + unset JAVA_TOOL_OPTIONS [2022-08-08T10:45:15.952Z] + unset _JAVA_OPTIONS [2022-08-08T10:45:15.952Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:45:15.952Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log [2022-08-08T10:45:18.481Z] [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 [2022-08-08T10:45:18.481Z] [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) [2022-08-08T10:45:18.739Z] [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 [2022-08-08T10:45:18.740Z] [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 2.0 MB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 261 kB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 592 kB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 128 kB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 516 kB/s) [2022-08-08T10:45:18.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom [2022-08-08T10:45:18.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom (14 kB at 1.2 MB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 2.4 MB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.2 MB/s) [2022-08-08T10:45:18.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [2022-08-08T10:45:18.740Z] [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 1.4 MB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 148 kB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 245 kB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.740Z] [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 387 kB/s) [2022-08-08T10:45:18.740Z] [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 [2022-08-08T10:45:18.998Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (920 B at 115 kB/s) [2022-08-08T10:45:18.998Z] [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 [2022-08-08T10:45:18.998Z] [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 285 kB/s) [2022-08-08T10:45:18.998Z] [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 [2022-08-08T10:45:18.998Z] [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 41 kB/s) [2022-08-08T10:45:18.998Z] [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 [2022-08-08T10:45:18.998Z] [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 342 kB/s) [2022-08-08T10:45:18.998Z] [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 [2022-08-08T10:45:18.998Z] [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 61 kB/s) [2022-08-08T10:45:18.998Z] [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 [2022-08-08T10:45:18.999Z] [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 288 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 124 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 144 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 288 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 173 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 86 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 115 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 346 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 346 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:18.999Z] [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 346 kB/s) [2022-08-08T10:45:18.999Z] [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 [2022-08-08T10:45:19.257Z] [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 96 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 72 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 72 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 162 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 195 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 88 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 122 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 485 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 194 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.258Z] [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 388 kB/s) [2022-08-08T10:45:19.258Z] [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 [2022-08-08T10:45:19.259Z] [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 162 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.259Z] [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 215 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 485 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.259Z] [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 102 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.259Z] [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 140 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.259Z] [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 280 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.259Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 490 kB/s) [2022-08-08T10:45:19.259Z] [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 [2022-08-08T10:45:19.517Z] [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 131 kB/s) [2022-08-08T10:45:19.517Z] [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 [2022-08-08T10:45:19.518Z] [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 490 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 163 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 392 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 49 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 163 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 280 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 281 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 78 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 123 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 63 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 263 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [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 149 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.518Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.pom (1.9 kB at 275 kB/s) [2022-08-08T10:45:19.518Z] [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 [2022-08-08T10:45:19.519Z] [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 481 kB/s) [2022-08-08T10:45:19.519Z] [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 [2022-08-08T10:45:19.519Z] [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 384 kB/s) [2022-08-08T10:45:19.519Z] [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 [2022-08-08T10:45:19.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom (1.9 kB at 320 kB/s) [2022-08-08T10:45:19.519Z] [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 [2022-08-08T10:45:19.519Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom (1.9 kB at 277 kB/s) [2022-08-08T10:45:19.777Z] [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 [2022-08-08T10:45:19.777Z] [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 162 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 485 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 102 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 277 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 85 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 484 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 322 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 702 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 150 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 234 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 76 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 142 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 76 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 236 kB/s) [2022-08-08T10:45:19.778Z] [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 [2022-08-08T10:45:19.778Z] [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 531 kB/s) [2022-08-08T10:45:20.037Z] [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 [2022-08-08T10:45:20.037Z] [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 236 kB/s) [2022-08-08T10:45:20.037Z] [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 [2022-08-08T10:45:20.037Z] [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 37 kB/s) [2022-08-08T10:45:20.037Z] [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 [2022-08-08T10:45:20.037Z] [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 236 kB/s) [2022-08-08T10:45:20.037Z] [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 [2022-08-08T10:45:20.037Z] [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 707 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 707 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 211 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 43 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 274 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 864 kB/s) [2022-08-08T10:45:20.038Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [2022-08-08T10:45:20.038Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 243 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 48 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 261 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 126 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.pom (2.3 kB at 570 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.038Z] [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 33 kB/s) [2022-08-08T10:45:20.038Z] [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 [2022-08-08T10:45:20.297Z] [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 194 kB/s) [2022-08-08T10:45:20.297Z] [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 [2022-08-08T10:45:20.297Z] [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 645 kB/s) [2022-08-08T10:45:20.297Z] [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 [2022-08-08T10:45:20.297Z] [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 645 kB/s) [2022-08-08T10:45:20.297Z] [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 [2022-08-08T10:45:20.297Z] [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 88 kB/s) [2022-08-08T10:45:20.297Z] [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 [2022-08-08T10:45:20.297Z] [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 43 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 488 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 89 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 130 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 651 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 122 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 488 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 177 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 130 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 489 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 98 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 328 kB/s) [2022-08-08T10:45:20.298Z] [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 [2022-08-08T10:45:20.298Z] [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 279 kB/s) [2022-08-08T10:45:20.558Z] [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 [2022-08-08T10:45:20.558Z] [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 707 kB/s) [2022-08-08T10:45:20.558Z] [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 [2022-08-08T10:45:20.558Z] [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 125 kB/s) [2022-08-08T10:45:20.558Z] [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 [2022-08-08T10:45:20.558Z] [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 396 kB/s) [2022-08-08T10:45:20.558Z] [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 [2022-08-08T10:45:20.558Z] [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 27 kB/s) [2022-08-08T10:45:20.558Z] [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 [2022-08-08T10:45:20.558Z] [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 96 kB/s) [2022-08-08T10:45:20.558Z] [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 [2022-08-08T10:45:20.558Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom (2.3 kB at 574 kB/s) [2022-08-08T10:45:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml [2022-08-08T10:45:20.558Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 192 kB/s) [2022-08-08T10:45:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom [2022-08-08T10:45:20.558Z] [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 476 kB/s) [2022-08-08T10:45:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom [2022-08-08T10:45:20.558Z] [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 635 kB/s) [2022-08-08T10:45:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [2022-08-08T10:45:20.558Z] [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 83 kB/s) [2022-08-08T10:45:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom [2022-08-08T10:45:20.558Z] [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 317 kB/s) [2022-08-08T10:45:20.558Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom [2022-08-08T10:45:20.559Z] [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 636 kB/s) [2022-08-08T10:45:20.559Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [2022-08-08T10:45:20.559Z] [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 136 kB/s) [2022-08-08T10:45:20.559Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [2022-08-08T10:45:20.559Z] [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 409 kB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 1.7 MB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.jar (148 kB at 3.3 MB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 620 kB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 877 kB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 1.4 MB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.559Z] [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 290 kB/s) [2022-08-08T10:45:20.559Z] [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 [2022-08-08T10:45:20.818Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.jar (113 kB at 1.7 MB/s) [2022-08-08T10:45:20.818Z] [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 [2022-08-08T10:45:20.818Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.jar (105 kB at 1.5 MB/s) [2022-08-08T10:45:20.818Z] [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 [2022-08-08T10:45:20.819Z] [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 1.6 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [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 2.5 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [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 4.6 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [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 2.0 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.600/org.eclipse.osgi.compatibility.state-1.2.600.jar (255 kB at 1.7 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 3.0 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar (369 kB at 2.4 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.jar (178 kB at 1.1 MB/s) [2022-08-08T10:45:20.819Z] [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 [2022-08-08T10:45:20.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.jar (248 kB at 1.5 MB/s) [2022-08-08T10:45:20.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [2022-08-08T10:45:20.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.jar (297 kB at 1.8 MB/s) [2022-08-08T10:45:20.819Z] [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 983 kB/s) [2022-08-08T10:45:20.819Z] [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 752 kB/s) [2022-08-08T10:45:20.819Z] [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 652 kB/s) [2022-08-08T10:45:20.819Z] [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 7.8 MB/s) [2022-08-08T10:45:21.078Z] [INFO] Scanning for projects... [2022-08-08T10:45:21.335Z] [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 [2022-08-08T10:45:21.335Z] [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 [2022-08-08T10:45:21.335Z] [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 [2022-08-08T10:45:21.335Z] [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 [2022-08-08T10:45:21.335Z] [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 72 kB/s) [2022-08-08T10:45:21.336Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [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.064428-244.pom [2022-08-08T10:45:21.336Z] [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.064428-244.pom (2.1 kB at 713 kB/s) [2022-08-08T10:45:21.336Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [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 201 kB/s) [2022-08-08T10:45:21.336Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [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.064428-251.pom [2022-08-08T10:45:21.336Z] [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.064428-251.pom (18 kB at 4.5 MB/s) [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.336Z] [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 72 kB/s) [2022-08-08T10:45:21.336Z] [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.064428-244.pom [2022-08-08T10:45:21.336Z] [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.064428-244.pom (10 kB at 2.5 MB/s) [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 487 kB/s) [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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.064428-251.pom [2022-08-08T10:45:21.336Z] [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.064428-251.pom (1.1 kB at 120 kB/s) [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 [2022-08-08T10:45:21.336Z] [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 204 kB/s) [2022-08-08T10:45:21.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:21.337Z] [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.064428-251.pom [2022-08-08T10:45:21.337Z] [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.064428-251.pom (3.5 kB at 1.2 MB/s) [2022-08-08T10:45:21.594Z] [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 [2022-08-08T10:45:21.594Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 366 kB/s) [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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.064428-251.pom [2022-08-08T10:45:21.595Z] [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.064428-251.pom (1.1 kB at 360 kB/s) [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 2.1 MB/s) [2022-08-08T10:45:21.595Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/10/plexus-10.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/10/plexus-10.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/10/plexus-10.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [2022-08-08T10:45:21.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 5.1 MB/s) [2022-08-08T10:45:21.595Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [2022-08-08T10:45:21.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [2022-08-08T10:45:21.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 306 kB/s) [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.595Z] [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 [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.596Z] [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 2.7 MB/s) [2022-08-08T10:45:21.596Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-08-08T10:45:21.596Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-08-08T10:45:21.596Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-08-08T10:45:21.596Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-08-08T10:45:21.596Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-08-08T10:45:21.596Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-08-08T10:45:21.596Z] [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 5.1 MB/s) [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.596Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 2.0 MB/s) [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 4.9 MB/s) [2022-08-08T10:45:21.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 7.2 MB/s) [2022-08-08T10:45:21.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom [2022-08-08T10:45:21.855Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [2022-08-08T10:45:21.855Z] [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 4.6 MB/s) [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [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 1.7 MB/s) [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2022-08-08T10:45:21.855Z] [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 [2022-08-08T10:45:21.856Z] [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 [2022-08-08T10:45:21.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2022-08-08T10:45:21.856Z] [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 [2022-08-08T10:45:21.856Z] [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 4.9 MB/s) [2022-08-08T10:45:21.856Z] [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 [2022-08-08T10:45:21.856Z] [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 [2022-08-08T10:45:21.856Z] [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 [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [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 686 kB/s) [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [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 3.5 MB/s) [2022-08-08T10:45:22.114Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-08-08T10:45:22.114Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-08-08T10:45:22.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-08-08T10:45:22.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-08-08T10:45:22.114Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.114Z] [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 4.8 MB/s) [2022-08-08T10:45:22.114Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 885 kB/s) [2022-08-08T10:45:22.115Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-08-08T10:45:22.115Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-08-08T10:45:22.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-08-08T10:45:22.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-08-08T10:45:22.115Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-08-08T10:45:22.115Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-08-08T10:45:22.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 5.6 MB/s) [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 1.5 MB/s) [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 [2022-08-08T10:45:22.115Z] [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 253 kB/s) [2022-08-08T10:45:22.115Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:22.115Z] [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.064428-244.pom [2022-08-08T10:45:22.373Z] [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.064428-244.pom (3.3 kB at 163 kB/s) [2022-08-08T10:45:22.373Z] [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 [2022-08-08T10:45:22.373Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 151 kB/s) [2022-08-08T10:45:22.374Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:22.374Z] [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.064428-38.pom [2022-08-08T10:45:22.374Z] [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.064428-38.pom (1.1 kB at 53 kB/s) [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 486 kB/s) [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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.064428-251.pom [2022-08-08T10:45:22.374Z] [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.064428-251.pom (1.0 kB at 348 kB/s) [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 365 kB/s) [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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.064428-251.pom [2022-08-08T10:45:22.374Z] [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.064428-251.pom (1.1 kB at 118 kB/s) [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.374Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 124 kB/s) [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml (998 B at 333 kB/s) [2022-08-08T10:45:22.375Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-api/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:22.375Z] [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.064428-38.pom [2022-08-08T10:45:22.375Z] [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.064428-38.pom (1.7 kB at 430 kB/s) [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2022-08-08T10:45:22.375Z] [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 [2022-08-08T10:45:22.375Z] [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 3.7 MB/s) [2022-08-08T10:45:22.375Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-08-08T10:45:22.375Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-08-08T10:45:22.634Z] [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 [2022-08-08T10:45:22.634Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 12 MB/s) [2022-08-08T10:45:22.634Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [2022-08-08T10:45:22.634Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [2022-08-08T10:45:22.634Z] [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 3.8 MB/s) [2022-08-08T10:45:22.634Z] [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 [2022-08-08T10:45:22.634Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:22.635Z] [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 78 kB/s) [2022-08-08T10:45:22.635Z] [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.064428-244.pom [2022-08-08T10:45:22.635Z] [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.064428-244.pom (1.8 kB at 613 kB/s) [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 192 kB/s) [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.635Z] [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 [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.893Z] [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) [2022-08-08T10:45:22.893Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-08-08T10:45:22.893Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-08-08T10:45:22.893Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-08-08T10:45:22.893Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-08-08T10:45:22.893Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.893Z] [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 8.6 MB/s) [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.893Z] [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 [2022-08-08T10:45:22.894Z] [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 336 kB/s) [2022-08-08T10:45:22.894Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:22.894Z] [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.064428-244.pom [2022-08-08T10:45:22.894Z] [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.064428-244.pom (1.3 kB at 43 kB/s) [2022-08-08T10:45:22.894Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-08-08T10:45:22.894Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-08-08T10:45:22.894Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-08-08T10:45:22.894Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-08-08T10:45:22.894Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-08-08T10:45:22.894Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-08-08T10:45:23.152Z] [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 352 kB/s) [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:23.152Z] [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 101 kB/s) [2022-08-08T10:45:23.152Z] [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.064428-244.pom [2022-08-08T10:45:23.152Z] [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.064428-244.pom (2.1 kB at 689 kB/s) [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 [2022-08-08T10:45:23.152Z] [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 72 kB/s) [2022-08-08T10:45:23.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/p2-maven-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:23.153Z] [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.064428-182.pom [2022-08-08T10:45:23.153Z] [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.064428-182.pom (7.8 kB at 522 kB/s) [2022-08-08T10:45:23.153Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [2022-08-08T10:45:23.153Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [2022-08-08T10:45:23.153Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [2022-08-08T10:45:23.153Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [2022-08-08T10:45:23.153Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 214 kB/s) [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.153Z] [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 [2022-08-08T10:45:23.410Z] [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 [2022-08-08T10:45:23.410Z] [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 262 kB/s) [2022-08-08T10:45:23.410Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [2022-08-08T10:45:23.410Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [2022-08-08T10:45:23.410Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [2022-08-08T10:45:23.410Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [2022-08-08T10:45:23.410Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml [2022-08-08T10:45:23.411Z] [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 [2022-08-08T10:45:23.411Z] [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 [2022-08-08T10:45:23.411Z] [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 [2022-08-08T10:45:23.411Z] [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 [2022-08-08T10:45:23.411Z] [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 [2022-08-08T10:45:23.411Z] [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 [2022-08-08T10:45:23.411Z] [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 103 kB/s) [2022-08-08T10:45:23.411Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [2022-08-08T10:45:23.411Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 264 kB/s) [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.669Z] [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 [2022-08-08T10:45:23.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.100/org.eclipse.equinox.p2.publisher.eclipse-1.4.100.pom (2.0 kB at 659 kB/s) [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.frameworkadmin/2.2.0/org.eclipse.equinox.frameworkadmin-2.2.0.pom (1.9 kB at 645 kB/s) [2022-08-08T10:45:23.670Z] [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 [2022-08-08T10:45:23.928Z] [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 [2022-08-08T10:45:23.928Z] [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 [2022-08-08T10:45:23.928Z] [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 [2022-08-08T10:45:23.928Z] [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 [2022-08-08T10:45:23.928Z] [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 [2022-08-08T10:45:23.928Z] [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) [2022-08-08T10:45:23.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [2022-08-08T10:45:23.929Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/osgi/org.osgi.service.prefs/maven-metadata.xml [2022-08-08T10:45:23.929Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.prefs/maven-metadata.xml [2022-08-08T10:45:23.929Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.prefs/maven-metadata.xml [2022-08-08T10:45:23.929Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/maven-metadata.xml [2022-08-08T10:45:23.929Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.prefs/maven-metadata.xml [2022-08-08T10:45:23.929Z] [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 130 kB/s) [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 108 kB/s) [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 852 kB/s) [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:23.929Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 495 kB/s) [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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) [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.187Z] [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 [2022-08-08T10:45:24.444Z] [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 762 kB/s) [2022-08-08T10:45:24.444Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/maven-metadata.xml [2022-08-08T10:45:24.444Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/maven-metadata.xml [2022-08-08T10:45:24.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/maven-metadata.xml [2022-08-08T10:45:24.444Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/maven-metadata.xml [2022-08-08T10:45:24.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/maven-metadata.xml [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.updatesite/1.2.300/org.eclipse.equinox.p2.updatesite-1.2.300.pom (2.4 kB at 786 kB/s) [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/maven-metadata.xml [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 234 kB/s) [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 760 kB/s) [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.445Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 175 kB/s) [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 207 kB/s) [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 253 kB/s) [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.703Z] [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 [2022-08-08T10:45:24.704Z] [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 [2022-08-08T10:45:24.961Z] [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 [2022-08-08T10:45:24.961Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.3.100/org.eclipse.equinox.p2.metadata.repository-1.3.100.pom (2.3 kB at 760 kB/s) [2022-08-08T10:45:24.961Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 104 kB/s) [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 177 kB/s) [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:24.962Z] [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 1.1 MB/s) [2022-08-08T10:45:24.962Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 96 kB/s) [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/maven-metadata.xml [2022-08-08T10:45:25.220Z] [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 [2022-08-08T10:45:25.221Z] [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 310 kB/s) [2022-08-08T10:45:25.478Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 618 kB/s) [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.1.600/org.eclipse.equinox.p2.artifact.repository-1.1.600.pom (2.5 kB at 824 kB/s) [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.479Z] [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 [2022-08-08T10:45:25.737Z] [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 [2022-08-08T10:45:25.737Z] [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 [2022-08-08T10:45:25.737Z] [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 [2022-08-08T10:45:25.737Z] [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 824 kB/s) [2022-08-08T10:45:25.737Z] [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 [2022-08-08T10:45:25.737Z] [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 [2022-08-08T10:45:25.737Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 1.2 MB/s) [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.100/org.eclipse.equinox.p2.artifact.repository-1.2.100.pom (2.5 kB at 1.2 MB/s) [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.2.200/org.eclipse.equinox.p2.artifact.repository-1.2.200.pom (2.5 kB at 829 kB/s) [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.738Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 1.2 MB/s) [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 1.2 MB/s) [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 829 kB/s) [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.997Z] [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 [2022-08-08T10:45:25.998Z] [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 1.2 MB/s) [2022-08-08T10:45:25.998Z] [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 [2022-08-08T10:45:25.998Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 67 kB/s) [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 1.2 MB/s) [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 [2022-08-08T10:45:26.256Z] [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 829 kB/s) [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 829 kB/s) [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.565Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.200/org.eclipse.equinox.p2.artifact.repository-1.4.200.pom (2.5 kB at 828 kB/s) [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.300/org.eclipse.equinox.p2.artifact.repository-1.4.300.pom (2.5 kB at 1.2 MB/s) [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.566Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 248 kB/s) [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 [2022-08-08T10:45:26.841Z] [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 826 kB/s) [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 44 kB/s) [2022-08-08T10:45:26.842Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-connect/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:26.842Z] [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.064428-34.pom [2022-08-08T10:45:26.842Z] [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.064428-34.pom (1.7 kB at 561 kB/s) [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom (2.8 kB at 937 kB/s) [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 436 kB/s) [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 646 kB/s) [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.842Z] [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 [2022-08-08T10:45:26.843Z] [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 [2022-08-08T10:45:26.843Z] [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 [2022-08-08T10:45:27.161Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 430 kB/s) [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 975 kB/s) [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 1.1 MB/s) [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 657 kB/s) [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.161Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 1.1 MB/s) [2022-08-08T10:45:27.162Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml [2022-08-08T10:45:27.162Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml [2022-08-08T10:45:27.162Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml [2022-08-08T10:45:27.162Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml [2022-08-08T10:45:27.162Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.engine/maven-metadata.xml [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 409 kB/s) [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 284 kB/s) [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 755 kB/s) [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.162Z] [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 [2022-08-08T10:45:27.462Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 162 kB/s) [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 756 kB/s) [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 1.1 MB/s) [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 286 kB/s) [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.463Z] [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 [2022-08-08T10:45:27.464Z] [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 [2022-08-08T10:45:27.464Z] [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 [2022-08-08T10:45:27.464Z] [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 [2022-08-08T10:45:27.464Z] [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 [2022-08-08T10:45:27.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.6.400/org.eclipse.equinox.p2.engine-2.6.400.pom (2.3 kB at 762 kB/s) [2022-08-08T10:45:27.464Z] [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 [2022-08-08T10:45:27.464Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 1.1 MB/s) [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 762 kB/s) [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.729Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 1.1 MB/s) [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.730Z] [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 457 kB/s) [2022-08-08T10:45:27.730Z] [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 [2022-08-08T10:45:27.731Z] [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 [2022-08-08T10:45:27.731Z] [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 [2022-08-08T10:45:27.731Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 253 kB/s) [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 760 kB/s) [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.004Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 247 kB/s) [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.simpleconfigurator/1.4.0/org.eclipse.equinox.simpleconfigurator-1.4.0.pom (1.7 kB at 862 kB/s) [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.005Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 97 kB/s) [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.006Z] [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 [2022-08-08T10:45:28.273Z] [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 658 kB/s) [2022-08-08T10:45:28.273Z] [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 [2022-08-08T10:45:28.273Z] [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 [2022-08-08T10:45:28.273Z] [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 [2022-08-08T10:45:28.273Z] [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 [2022-08-08T10:45:28.273Z] [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 [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [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 141 kB/s) [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [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 [2022-08-08T10:45:28.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.transport.ecf/1.3.300/org.eclipse.equinox.p2.transport.ecf-1.3.300.pom (3.0 kB at 333 kB/s) [2022-08-08T10:45:28.274Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml [2022-08-08T10:45:28.274Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml [2022-08-08T10:45:28.274Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml [2022-08-08T10:45:28.274Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml [2022-08-08T10:45:28.274Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml [2022-08-08T10:45:28.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/maven-metadata.xml [2022-08-08T10:45:28.274Z] [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 312 kB/s) [2022-08-08T10:45:28.275Z] [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 [2022-08-08T10:45:28.275Z] [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 [2022-08-08T10:45:28.275Z] [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 [2022-08-08T10:45:28.275Z] [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 [2022-08-08T10:45:28.275Z] [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 [2022-08-08T10:45:28.275Z] [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 [2022-08-08T10:45:28.535Z] [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 206 kB/s) [2022-08-08T10:45:28.535Z] [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 [2022-08-08T10:45:28.535Z] [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 [2022-08-08T10:45:28.535Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 12 MB/s) [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 29 kB/s) [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 308 kB/s) [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.536Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 206 kB/s) [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.795Z] [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 [2022-08-08T10:45:28.796Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf/3.9.4/org.eclipse.ecf-3.9.4.pom (617 B at 308 kB/s) [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 308 kB/s) [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:28.796Z] [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 [2022-08-08T10:45:29.054Z] [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 69 kB/s) [2022-08-08T10:45:29.054Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 52 kB/s) [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 44 kB/s) [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 [2022-08-08T10:45:29.055Z] [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 309 kB/s) [2022-08-08T10:45:29.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.056Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.056Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.056Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.056Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.056Z] [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 [2022-08-08T10:45:29.056Z] [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 211 kB/s) [2022-08-08T10:45:29.056Z] [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 [2022-08-08T10:45:29.056Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 66 kB/s) [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.filetransfer/5.1.101/org.eclipse.ecf.filetransfer-5.1.101.pom (595 B at 198 kB/s) [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [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 198 kB/s) [2022-08-08T10:45:29.316Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.316Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.316Z] [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 [2022-08-08T10:45:29.316Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/maven-metadata.xml [2022-08-08T10:45:29.317Z] [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 155 kB/s) [2022-08-08T10:45:29.317Z] [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 [2022-08-08T10:45:29.317Z] [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 [2022-08-08T10:45:29.317Z] [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 [2022-08-08T10:45:29.317Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 36 kB/s) [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 320 kB/s) [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ecf/org.eclipse.ecf.provider.filetransfer/3.2.700/org.eclipse.ecf.provider.filetransfer-3.2.700.pom (641 B at 214 kB/s) [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.576Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 26 kB/s) [2022-08-08T10:45:29.577Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml [2022-08-08T10:45:29.577Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml [2022-08-08T10:45:29.577Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml [2022-08-08T10:45:29.577Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.p2.repository/maven-metadata.xml [2022-08-08T10:45:29.577Z] [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 307 kB/s) [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.577Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.200/org.eclipse.equinox.p2.repository-2.3.200.pom (2.1 kB at 1.1 MB/s) [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.300/org.eclipse.equinox.p2.repository-2.3.300.pom (2.1 kB at 1.1 MB/s) [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.3.301/org.eclipse.equinox.p2.repository-2.3.301.pom (2.1 kB at 1.1 MB/s) [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 [2022-08-08T10:45:29.836Z] [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 1.1 MB/s) [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 1.1 MB/s) [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 1.1 MB/s) [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 1.1 MB/s) [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:29.837Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 1.1 MB/s) [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 709 kB/s) [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 1.1 MB/s) [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.097Z] [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 [2022-08-08T10:45:30.098Z] [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 709 kB/s) [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 1.1 MB/s) [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 708 kB/s) [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.100/org.eclipse.equinox.p2.repository-2.5.100.pom (2.1 kB at 1.1 MB/s) [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.098Z] [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 [2022-08-08T10:45:30.099Z] [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 [2022-08-08T10:45:30.099Z] [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 [2022-08-08T10:45:30.099Z] [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 [2022-08-08T10:45:30.099Z] [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 1.1 MB/s) [2022-08-08T10:45:30.099Z] [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 [2022-08-08T10:45:30.099Z] [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 [2022-08-08T10:45:30.099Z] [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 [2022-08-08T10:45:30.357Z] [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 [2022-08-08T10:45:30.357Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.5.300/org.eclipse.equinox.p2.repository-2.5.300.pom (2.1 kB at 1.1 MB/s) [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 209 kB/s) [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom [2022-08-08T10:45:30.358Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.2/org.apache.felix.scr-2.2.2.pom (15 kB at 707 kB/s) [2022-08-08T10:45:30.358Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom [2022-08-08T10:45:30.358Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/felix-parent/6/felix-parent-6.pom [2022-08-08T10:45:30.358Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom [2022-08-08T10:45:30.358Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom [2022-08-08T10:45:30.358Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/6/felix-parent-6.pom [2022-08-08T10:45:30.358Z] [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 [2022-08-08T10:45:30.358Z] [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 5.5 MB/s) [2022-08-08T10:45:30.359Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 846 kB/s) [2022-08-08T10:45:30.359Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [2022-08-08T10:45:30.359Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom [2022-08-08T10:45:30.359Z] [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 [2022-08-08T10:45:30.619Z] [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 [2022-08-08T10:45:30.619Z] [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 308 kB/s) [2022-08-08T10:45:30.619Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [2022-08-08T10:45:30.619Z] [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 [2022-08-08T10:45:30.619Z] [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 2.9 MB/s) [2022-08-08T10:45:30.619Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [2022-08-08T10:45:30.619Z] [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 456 kB/s) [2022-08-08T10:45:30.619Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-08-08T10:45:30.619Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-08-08T10:45:30.879Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-08-08T10:45:30.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 792 kB/s) [2022-08-08T10:45:30.880Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-08-08T10:45:30.880Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-08-08T10:45:30.880Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-08-08T10:45:30.880Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-08-08T10:45:30.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 82 kB/s) [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 244 kB/s) [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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.064428-251.pom [2022-08-08T10:45:30.880Z] [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.064428-251.pom (971 B at 54 kB/s) [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.880Z] [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 [2022-08-08T10:45:30.881Z] [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 366 kB/s) [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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.064428-251.pom [2022-08-08T10:45:30.881Z] [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.064428-251.pom (955 B at 239 kB/s) [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/3.0.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 486 kB/s) [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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.064428-251.pom [2022-08-08T10:45:30.881Z] [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.064428-251.pom (1.0 kB at 524 kB/s) [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:30.881Z] [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 292 kB/s) [2022-08-08T10:45:30.881Z] [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 [2022-08-08T10:45:31.141Z] [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.064428-251.pom [2022-08-08T10:45:31.141Z] [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.064428-251.pom (963 B at 160 kB/s) [2022-08-08T10:45:31.141Z] [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 [2022-08-08T10:45:31.141Z] [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 [2022-08-08T10:45:31.141Z] [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 [2022-08-08T10:45:31.141Z] [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 [2022-08-08T10:45:31.141Z] [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 [2022-08-08T10:45:31.141Z] [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 [2022-08-08T10:45:31.141Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.25.0/org.eclipse.core.runtime-3.25.0.pom (3.0 kB at 1.0 MB/s) [2022-08-08T10:45:31.141Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [2022-08-08T10:45:31.142Z] [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 [2022-08-08T10:45:31.142Z] [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 279 kB/s) [2022-08-08T10:45:31.142Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [2022-08-08T10:45:31.142Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [2022-08-08T10:45:31.142Z] [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 [2022-08-08T10:45:31.142Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (818 B at 273 kB/s) [2022-08-08T10:45:31.142Z] [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 [2022-08-08T10:45:31.142Z] [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 [2022-08-08T10:45:31.142Z] [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 [2022-08-08T10:45:31.142Z] [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 [2022-08-08T10:45:31.406Z] [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 [2022-08-08T10:45:31.406Z] [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 [2022-08-08T10:45:31.406Z] [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 123 kB/s) [2022-08-08T10:45:31.406Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 539 kB/s) [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 1.1 MB/s) [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.407Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 719 kB/s) [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 1.1 MB/s) [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.668Z] [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 544 kB/s) [2022-08-08T10:45:31.668Z] [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 [2022-08-08T10:45:31.669Z] [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 [2022-08-08T10:45:31.669Z] [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 [2022-08-08T10:45:31.669Z] [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 [2022-08-08T10:45:31.669Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 1.1 MB/s) [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 725 kB/s) [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.927Z] [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 [2022-08-08T10:45:31.928Z] [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 1.1 MB/s) [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 1.1 MB/s) [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 543 kB/s) [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:31.928Z] [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 [2022-08-08T10:45:32.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.100/org.eclipse.equinox.preferences-3.8.100.pom (2.2 kB at 136 kB/s) [2022-08-08T10:45:32.188Z] [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 [2022-08-08T10:45:32.188Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 725 kB/s) [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 182 kB/s) [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.189Z] [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 [2022-08-08T10:45:32.448Z] [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 723 kB/s) [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 777 kB/s) [2022-08-08T10:45:32.448Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [2022-08-08T10:45:32.448Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [2022-08-08T10:45:32.448Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [2022-08-08T10:45:32.448Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [2022-08-08T10:45:32.448Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [2022-08-08T10:45:32.448Z] [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 [2022-08-08T10:45:32.448Z] [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 249 kB/s) [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 214 kB/s) [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.449Z] [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 [2022-08-08T10:45:32.707Z] [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 886 kB/s) [2022-08-08T10:45:32.707Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml [2022-08-08T10:45:32.707Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml [2022-08-08T10:45:32.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml [2022-08-08T10:45:32.707Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml [2022-08-08T10:45:32.707Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.equinox.security/maven-metadata.xml [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 263 kB/s) [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.707Z] [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 896 kB/s) [2022-08-08T10:45:32.707Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.2.300/org.eclipse.equinox.security-1.2.300.pom (1.8 kB at 896 kB/s) [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 597 kB/s) [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.708Z] [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 896 kB/s) [2022-08-08T10:45:32.708Z] [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 [2022-08-08T10:45:32.709Z] [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 [2022-08-08T10:45:32.966Z] [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 [2022-08-08T10:45:32.966Z] [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 [2022-08-08T10:45:32.966Z] [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 [2022-08-08T10:45:32.966Z] [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 [2022-08-08T10:45:32.966Z] [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 903 kB/s) [2022-08-08T10:45:32.966Z] [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 [2022-08-08T10:45:32.966Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 151 kB/s) [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 904 kB/s) [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:32.967Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 904 kB/s) [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.400/org.eclipse.equinox.security-1.3.400.pom (1.8 kB at 904 kB/s) [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 82 kB/s) [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.225Z] [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 [2022-08-08T10:45:33.226Z] [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 [2022-08-08T10:45:33.226Z] [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 [2022-08-08T10:45:33.226Z] [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 [2022-08-08T10:45:33.226Z] [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 181 kB/s) [2022-08-08T10:45:33.226Z] [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 [2022-08-08T10:45:33.226Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 79 kB/s) [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.484Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 601 kB/s) [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 1.7 MB/s) [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 332 kB/s) [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.485Z] [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 [2022-08-08T10:45:33.743Z] [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 [2022-08-08T10:45:33.743Z] [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 [2022-08-08T10:45:33.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2022-08-08T10:45:33.743Z] [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 [2022-08-08T10:45:33.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.9 MB/s) [2022-08-08T10:45:33.743Z] [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 [2022-08-08T10:45:33.743Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 4.5 MB/s) [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 654 kB/s) [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 852 kB/s) [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.744Z] [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 [2022-08-08T10:45:33.745Z] [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 [2022-08-08T10:45:33.745Z] [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) [2022-08-08T10:45:33.745Z] [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 [2022-08-08T10:45:33.745Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 717 kB/s) [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 988 kB/s) [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.003Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 1.1 MB/s) [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 5.3 MB/s) [2022-08-08T10:45:34.004Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-08-08T10:45:34.004Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-08-08T10:45:34.004Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-08-08T10:45:34.004Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-08-08T10:45:34.004Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 7.7 MB/s) [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [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 [2022-08-08T10:45:34.004Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:34.004Z] [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 44 kB/s) [2022-08-08T10:45:34.004Z] [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.064428-244.pom [2022-08-08T10:45:34.005Z] [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.064428-244.pom (2.3 kB at 152 kB/s) [2022-08-08T10:45:34.005Z] [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 [2022-08-08T10:45:34.005Z] [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 [2022-08-08T10:45:34.005Z] [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 [2022-08-08T10:45:34.005Z] [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 [2022-08-08T10:45:34.005Z] [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 303 kB/s) [2022-08-08T10:45:34.005Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:34.264Z] [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.064428-244.pom [2022-08-08T10:45:34.264Z] [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.064428-244.pom (1.1 kB at 379 kB/s) [2022-08-08T10:45:34.264Z] [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.064428-244.jar [2022-08-08T10:45:34.264Z] [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.064428-244.jar [2022-08-08T10:45:34.264Z] [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.064428-251.jar [2022-08-08T10:45:34.264Z] [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.064428-251.jar [2022-08-08T10:45:34.264Z] [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 [2022-08-08T10:45:34.264Z] [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.064428-251.jar (22 kB at 5.4 MB/s) [2022-08-08T10:45:34.264Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2022-08-08T10:45:34.264Z] [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.064428-251.jar (56 kB at 9.3 MB/s) [2022-08-08T10:45:34.264Z] [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 [2022-08-08T10:45:34.265Z] [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 [2022-08-08T10:45:34.265Z] [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.064428-244.jar (295 kB at 21 MB/s) [2022-08-08T10:45:34.265Z] [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 [2022-08-08T10:45:34.265Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-08-08T10:45:34.265Z] [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 [2022-08-08T10:45:34.265Z] [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 [2022-08-08T10:45:34.265Z] [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.064428-244.jar [2022-08-08T10:45:34.265Z] [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.064428-251.jar [2022-08-08T10:45:34.265Z] [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.064428-244.jar (22 kB at 874 kB/s) [2022-08-08T10:45:34.265Z] [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 [2022-08-08T10:45:34.265Z] [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.064428-251.jar (20 kB at 728 kB/s) [2022-08-08T10:45:34.265Z] [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 [2022-08-08T10:45:34.265Z] [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.064428-244.jar [2022-08-08T10:45:34.265Z] [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.064428-38.jar [2022-08-08T10:45:34.265Z] [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.064428-244.jar (11 kB at 377 kB/s) [2022-08-08T10:45:34.265Z] [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.064428-244.jar [2022-08-08T10:45:34.265Z] [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.064428-38.jar (10 kB at 325 kB/s) [2022-08-08T10:45:34.265Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-08-08T10:45:34.265Z] [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.064428-244.jar (5.9 kB at 170 kB/s) [2022-08-08T10:45:34.265Z] [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.064428-244.jar [2022-08-08T10:45:34.265Z] [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.064428-244.jar (39 kB at 1.1 MB/s) [2022-08-08T10:45:34.266Z] [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.064428-251.jar [2022-08-08T10:45:34.266Z] [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.064428-244.jar (6.7 kB at 176 kB/s) [2022-08-08T10:45:34.266Z] [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.064428-182.jar [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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.064428-251.jar (42 kB at 1.1 MB/s) [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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.064428-182.jar (94 kB at 1.8 MB/s) [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.266Z] [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.064428-34.jar [2022-08-08T10:45:34.266Z] [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 [2022-08-08T10:45:34.267Z] [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.064428-34.jar (37 kB at 611 kB/s) [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [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 [2022-08-08T10:45:34.267Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-08-08T10:45:34.267Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-08-08T10:45:34.267Z] [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.064428-251.jar [2022-08-08T10:45:34.268Z] [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.064428-251.jar [2022-08-08T10:45:34.268Z] [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.064428-251.jar [2022-08-08T10:45:34.268Z] [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.064428-251.jar (163 kB at 1.6 MB/s) [2022-08-08T10:45:34.268Z] [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.064428-251.jar [2022-08-08T10:45:34.268Z] [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.064428-251.jar (5.0 kB at 50 kB/s) [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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.064428-251.jar (317 kB at 2.8 MB/s) [2022-08-08T10:45:34.268Z] [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.064428-251.jar (66 kB at 588 kB/s) [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [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 [2022-08-08T10:45:34.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-08-08T10:45:34.269Z] [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.064428-244.jar [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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.064428-244.jar (29 kB at 225 kB/s) [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.269Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.270Z] [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 [2022-08-08T10:45:34.271Z] [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 [2022-08-08T10:45:34.271Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-08-08T10:45:34.271Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [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 [2022-08-08T10:45:34.530Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.531Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-08-08T10:45:34.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.532Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.533Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.534Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-08-08T10:45:34.535Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.535Z] [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 [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2022-08-08T10:45:34.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.798Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-08-08T10:45:34.799Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.799Z] [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 [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [2022-08-08T10:45:34.800Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 7.2 MB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 12 MB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 2.9 MB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 104 kB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 3.2 MB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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 433 kB/s) [2022-08-08T10:45:34.800Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-08-08T10:45:34.800Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 8.4 MB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.800Z] [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.3 MB/s) [2022-08-08T10:45:34.800Z] [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 [2022-08-08T10:45:34.801Z] [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.6 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 2.7 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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.9 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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 2.0 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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 17 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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 3.2 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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 3.4 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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 499 kB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar (1.5 MB at 20 MB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:34.801Z] [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 243 kB/s) [2022-08-08T10:45:34.801Z] [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 [2022-08-08T10:45:35.060Z] [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 4.3 MB/s) [2022-08-08T10:45:35.060Z] [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 [2022-08-08T10:45:35.060Z] [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 2.1 MB/s) [2022-08-08T10:45:35.060Z] [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 [2022-08-08T10:45:35.060Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.100/org.eclipse.equinox.p2.metadata.repository-1.4.100.jar (136 kB at 1.5 MB/s) [2022-08-08T10:45:35.060Z] [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 [2022-08-08T10:45:35.060Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.security/1.3.900/org.eclipse.equinox.security-1.3.900.jar (116 kB at 1.3 MB/s) [2022-08-08T10:45:35.060Z] [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 [2022-08-08T10:45:35.060Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.1/org.eclipse.equinox.preferences-3.10.1.jar (139 kB at 1.5 MB/s) [2022-08-08T10:45:35.060Z] [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 [2022-08-08T10:45:35.060Z] [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 1.1 MB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.artifact.repository/1.4.500/org.eclipse.equinox.p2.artifact.repository-1.4.500.jar (174 kB at 1.8 MB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 718 kB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 259 kB/s) [2022-08-08T10:45:35.061Z] [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 276 kB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 875 kB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 694 kB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 259 kB/s) [2022-08-08T10:45:35.061Z] [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 [2022-08-08T10:45:35.061Z] [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 448 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 853 kB/s) [2022-08-08T10:45:35.062Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.200/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.200.jar (135 kB at 1.3 MB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 510 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 1.1 MB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 412 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 568 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 98 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 315 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [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 26 kB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.062Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 2.8 MB/s) [2022-08-08T10:45:35.062Z] [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 [2022-08-08T10:45:35.063Z] [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 3.0 MB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 545 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 327 kB/s) [2022-08-08T10:45: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.jar [2022-08-08T10:45:35.063Z] [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 745 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 665 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 157 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 142 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 212 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 434 kB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45: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.jar (424 kB at 2.2 MB/s) [2022-08-08T10:45:35.063Z] [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 [2022-08-08T10:45:35.063Z] [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 209 kB/s) [2022-08-08T10:45:35.064Z] [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 [2022-08-08T10:45:35.064Z] [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 297 kB/s) [2022-08-08T10:45:35.064Z] [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 [2022-08-08T10:45:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository.tools/2.3.100/org.eclipse.equinox.p2.repository.tools-2.3.100.jar (259 kB at 1.2 MB/s) [2022-08-08T10:45:35.064Z] [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 [2022-08-08T10:45:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 1.6 MB/s) [2022-08-08T10:45:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 1.3 MB/s) [2022-08-08T10:45:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 18 kB/s) [2022-08-08T10:45:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 12 MB/s) [2022-08-08T10:45:35.064Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 17 MB/s) [2022-08-08T10:45:43.171Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access (You can disable this with -Dtycho.p2.transport=ecf) ### [2022-08-08T10:45:43.171Z] [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 [2022-08-08T10:45:43.171Z] [INFO] Transport mode: online [2022-08-08T10:45:43.171Z] [INFO] Update mode: cache first [2022-08-08T10:45:43.171Z] [INFO] Minimum cache duration: 60 minutes [2022-08-08T10:45:43.171Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2022-08-08T10:45:43.171Z] [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 [2022-08-08T10:45:43.171Z] [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 [2022-08-08T10:45:43.171Z] [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 [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:43.172Z] [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 30 kB/s) [2022-08-08T10:45:43.172Z] [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.064428-244.pom [2022-08-08T10:45:43.172Z] [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.064428-244.pom (1.9 kB at 471 kB/s) [2022-08-08T10:45:43.172Z] [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.064428-244.jar [2022-08-08T10:45:43.172Z] [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.064428-244.jar (18 kB at 4.6 MB/s) [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:43.172Z] [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 101 kB/s) [2022-08-08T10:45:43.172Z] [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.064428-244.pom [2022-08-08T10:45:43.172Z] [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.064428-244.pom (3.0 kB at 130 kB/s) [2022-08-08T10:45:43.172Z] [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.064428-244.jar [2022-08-08T10:45:43.172Z] [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.064428-244.jar (47 kB at 12 MB/s) [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.172Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 2.3 MB/s) [2022-08-08T10:45:43.173Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-08-08T10:45:43.173Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-08-08T10:45:43.173Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-08-08T10:45:43.173Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-08-08T10:45:43.173Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 2.7 MB/s) [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 934 kB/s) [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.173Z] [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 [2022-08-08T10:45:43.432Z] [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 [2022-08-08T10:45:43.432Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2022-08-08T10:45:43.432Z] [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 [2022-08-08T10:45:43.432Z] [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 1.8 MB/s) [2022-08-08T10:45:43.432Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/35/maven-parent-35.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/35/maven-parent-35.pom [2022-08-08T10:45:43.432Z] [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 [2022-08-08T10:45:43.432Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 15 MB/s) [2022-08-08T10:45:43.432Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/25/apache-25.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/25/apache-25.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/25/apache-25.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/25/apache-25.pom [2022-08-08T10:45:43.432Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [2022-08-08T10:45:43.433Z] [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 6.8 MB/s) [2022-08-08T10:45:43.433Z] [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 [2022-08-08T10:45:43.690Z] [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 [2022-08-08T10:45:43.690Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 1.5 MB/s) [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 1.4 MB/s) [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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) [2022-08-08T10:45:43.691Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-08-08T10:45:43.691Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-08-08T10:45:43.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-08-08T10:45:43.691Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-08-08T10:45:43.691Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-08-08T10:45:43.691Z] [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 [2022-08-08T10:45:43.691Z] [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 469 kB/s) [2022-08-08T10:45:43.692Z] [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 [2022-08-08T10:45:43.692Z] [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 [2022-08-08T10:45:43.692Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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) [2022-08-08T10:45:43.950Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-08-08T10:45:43.950Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-08-08T10:45:43.950Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-08-08T10:45:43.950Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-08-08T10:45:43.950Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-08-08T10:45:43.950Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-08-08T10:45:43.950Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 1.6 MB/s) [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 875 kB/s) [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 4.8 MB/s) [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:43.950Z] [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 [2022-08-08T10:45:44.209Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 562 kB/s) [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 1.3 MB/s) [2022-08-08T10:45:44.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 3.4 MB/s) [2022-08-08T10:45:44.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-08-08T10:45:44.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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) [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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) [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.210Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 3.8 MB/s) [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 630 kB/s) [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.211Z] [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 [2022-08-08T10:45:44.469Z] [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 [2022-08-08T10:45:44.469Z] [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 [2022-08-08T10:45:44.469Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 1.3 MB/s) [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 468 kB/s) [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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) [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.470Z] [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 [2022-08-08T10:45:44.471Z] [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 705 kB/s) [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 1.1 MB/s) [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.471Z] [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 141 kB/s) [2022-08-08T10:45:44.471Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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) [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 4.8 MB/s) [2022-08-08T10:45:44.732Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-08-08T10:45:44.732Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-08-08T10:45:44.732Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-08-08T10:45:44.732Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-08-08T10:45:44.732Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 8.6 MB/s) [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.732Z] [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) [2022-08-08T10:45:44.732Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 936 kB/s) [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.733Z] [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 2.1 MB/s) [2022-08-08T10:45:44.733Z] [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 [2022-08-08T10:45:44.991Z] [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 [2022-08-08T10:45:44.991Z] [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 [2022-08-08T10:45:44.991Z] [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 [2022-08-08T10:45:44.991Z] [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 [2022-08-08T10:45:44.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2022-08-08T10:45:44.991Z] [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 1.6 MB/s) [2022-08-08T10:45:44.991Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-08-08T10:45:44.992Z] [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 [2022-08-08T10:45:44.992Z] [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 4.6 MB/s) [2022-08-08T10:45:44.992Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [2022-08-08T10:45:44.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [2022-08-08T10:45:44.992Z] [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 574 kB/s) [2022-08-08T10:45:44.992Z] [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 [2022-08-08T10:45:44.992Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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) [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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) [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.252Z] [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) [2022-08-08T10:45:45.252Z] [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 [2022-08-08T10:45:45.253Z] [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 [2022-08-08T10:45:45.253Z] [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 [2022-08-08T10:45:45.253Z] [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 [2022-08-08T10:45:45.253Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2022-08-08T10:45:45.253Z] [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 [2022-08-08T10:45:45.253Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 1.7 MB/s) [2022-08-08T10:45:45.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-08-08T10:45:45.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-08-08T10:45:45.253Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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) [2022-08-08T10:45:45.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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 11 MB/s) [2022-08-08T10:45:45.513Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [2022-08-08T10:45:45.513Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [2022-08-08T10:45:45.513Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 7.8 MB/s) [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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) [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.513Z] [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 [2022-08-08T10:45:45.772Z] [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 [2022-08-08T10:45:45.772Z] [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 [2022-08-08T10:45:45.772Z] [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 [2022-08-08T10:45:45.772Z] [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 [2022-08-08T10:45:45.773Z] [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) [2022-08-08T10:45:45.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [2022-08-08T10:45:45.773Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 205 kB/s) [2022-08-08T10:45:45.773Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-08-08T10:45:45.773Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-08-08T10:45:45.773Z] [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 45 kB/s) [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 2.6 MB/s) [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:45.773Z] [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 [2022-08-08T10:45:46.031Z] [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 679 kB/s) [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 2.1 MB/s) [2022-08-08T10:45:46.032Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-08-08T10:45:46.032Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-08-08T10:45:46.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-08-08T10:45:46.032Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-08-08T10:45:46.032Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 689 kB/s) [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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) [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.032Z] [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 [2022-08-08T10:45:46.306Z] [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 [2022-08-08T10:45:46.306Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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) [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 150 kB/s) [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [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 [2022-08-08T10:45:46.307Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.583Z] [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 1.4 MB/s) [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.583Z] [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 [2022-08-08T10:45:46.584Z] [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 127 kB/s) [2022-08-08T10:45:46.584Z] [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 [2022-08-08T10:45:46.584Z] [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 [2022-08-08T10:45:46.584Z] [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 [2022-08-08T10:45:46.859Z] [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 [2022-08-08T10:45:46.859Z] [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 [2022-08-08T10:45:46.859Z] [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 [2022-08-08T10:45:46.859Z] [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 191 kB/s) [2022-08-08T10:45:46.859Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-08-08T10:45:46.859Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-08-08T10:45:46.859Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-08-08T10:45:46.859Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-08-08T10:45:46.859Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-08-08T10:45:46.859Z] [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 [2022-08-08T10:45:46.859Z] [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.4 MB/s) [2022-08-08T10:45:46.859Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-08-08T10:45:46.859Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-08-08T10:45:46.859Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-08-08T10:45:47.136Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-08-08T10:45:47.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-08-08T10:45:47.136Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-08-08T10:45:47.136Z] [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 268 kB/s) [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 170 kB/s) [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.136Z] [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 [2022-08-08T10:45:47.399Z] [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 [2022-08-08T10:45:47.399Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2022-08-08T10:45:47.399Z] [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 [2022-08-08T10:45:47.400Z] [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 188 kB/s) [2022-08-08T10:45:47.400Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/36/maven-parent-36.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [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 11 MB/s) [2022-08-08T10:45:47.400Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/26/apache-26.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/26/apache-26.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/26/apache-26.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/26/apache-26.pom [2022-08-08T10:45:47.400Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [2022-08-08T10:45:47.400Z] [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 6.8 MB/s) [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:47.400Z] [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 26 kB/s) [2022-08-08T10:45:47.400Z] [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.064428-244.pom [2022-08-08T10:45:47.400Z] [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.064428-244.pom (2.5 kB at 1.3 MB/s) [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [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 [2022-08-08T10:45:47.400Z] [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.064428-244.jar [2022-08-08T10:45:47.401Z] [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.064428-244.jar (121 kB at 15 MB/s) [2022-08-08T10:45:47.401Z] [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 [2022-08-08T10:45:47.401Z] [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 [2022-08-08T10:45:47.401Z] [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 [2022-08-08T10:45:47.401Z] [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 [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.659Z] [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 1.4 MB/s) [2022-08-08T10:45:47.659Z] [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 1.7 MB/s) [2022-08-08T10:45:47.659Z] [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 [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.917Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 2.8 MB/s) [2022-08-08T10:45:47.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2022-08-08T10:45:47.917Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2022-08-08T10:45:47.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2022-08-08T10:45:47.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2022-08-08T10:45:47.917Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.917Z] [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 990 kB/s) [2022-08-08T10:45:47.917Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 2.0 MB/s) [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 288 kB/s) [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:47.918Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom (8.3 kB at 2.8 MB/s) [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 1.6 MB/s) [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.176Z] [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 170 kB/s) [2022-08-08T10:45:48.176Z] [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.064428-242.pom [2022-08-08T10:45:48.176Z] [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.064428-242.pom (5.7 kB at 2.9 MB/s) [2022-08-08T10:45:48.176Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:48.177Z] [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 31 kB/s) [2022-08-08T10:45:48.177Z] [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.064428-242.pom [2022-08-08T10:45:48.177Z] [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.064428-242.pom (6.1 kB at 3.1 MB/s) [2022-08-08T10:45:48.177Z] [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.064428-242.jar [2022-08-08T10:45:48.177Z] [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.064428-242.jar (30 kB at 10 MB/s) [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 338 kB/s) [2022-08-08T10:45:48.177Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:48.177Z] [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.064428-243.pom [2022-08-08T10:45:48.177Z] [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.064428-243.pom (2.2 kB at 1.1 MB/s) [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.177Z] [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 [2022-08-08T10:45:48.435Z] [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 [2022-08-08T10:45:48.435Z] [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 [2022-08-08T10:45:48.435Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom [2022-08-08T10:45:48.435Z] [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 [2022-08-08T10:45:48.435Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom (2.6 kB at 1.3 MB/s) [2022-08-08T10:45:48.435Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.3/asm-9.3.pom [2022-08-08T10:45:48.435Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.3/asm-9.3.pom [2022-08-08T10:45:48.436Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.3/asm-9.3.pom [2022-08-08T10:45:48.436Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.pom [2022-08-08T10:45:48.436Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.3/asm-9.3.pom [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 1.2 MB/s) [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.3/asm-util-9.3.pom [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 1.5 MB/s) [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.436Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom [2022-08-08T10:45:48.436Z] [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 [2022-08-08T10:45:48.695Z] [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 374 kB/s) [2022-08-08T10:45:48.695Z] [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.064428-243.jar [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.3/asm-9.3.jar [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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.064428-243.jar (20 kB at 5.1 MB/s) [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.3/asm-9.3.jar [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.3/asm-9.3.jar [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.jar [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [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 [2022-08-08T10:45:48.695Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar [2022-08-08T10:45:48.695Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.3/asm-9.3.jar [2022-08-08T10:45:48.695Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.3/asm-util-9.3.jar [2022-08-08T10:45:48.696Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar [2022-08-08T10:45:48.696Z] [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 [2022-08-08T10:45:48.696Z] [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 [2022-08-08T10:45:48.696Z] [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 [2022-08-08T10:45:48.696Z] [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 [2022-08-08T10:45:48.696Z] [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 4.8 MB/s) [2022-08-08T10:45:48.696Z] [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 4.5 MB/s) [2022-08-08T10:45:48.696Z] [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 6.4 MB/s) [2022-08-08T10:45:48.696Z] [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.9 MB/s) [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 1.3 MB/s) [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 465 kB/s) [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 697 kB/s) [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.954Z] [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 [2022-08-08T10:45:48.955Z] [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 [2022-08-08T10:45:48.955Z] [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 1.1 MB/s) [2022-08-08T10:45:48.955Z] [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 [2022-08-08T10:45:48.955Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 2.9 MB/s) [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 335 kB/s) [2022-08-08T10:45:49.213Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:49.213Z] [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.064428-243.pom [2022-08-08T10:45:49.213Z] [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.064428-243.pom (2.4 kB at 1.2 MB/s) [2022-08-08T10:45:49.213Z] [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.064428-243.jar [2022-08-08T10:45:49.213Z] [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.064428-243.jar (31 kB at 10 MB/s) [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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) [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.213Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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) [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.214Z] [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 [2022-08-08T10:45:49.473Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.473Z] [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 16 MB/s) [2022-08-08T10:45:49.473Z] [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 27 MB/s) [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.473Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 479 kB/s) [2022-08-08T10:45:49.732Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-08-08T10:45:49.732Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-08-08T10:45:49.732Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-08-08T10:45:49.732Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-08-08T10:45:49.732Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 2.7 MB/s) [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.732Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 14 MB/s) [2022-08-08T10:45:49.732Z] [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 [2022-08-08T10:45:49.733Z] [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 [2022-08-08T10:45:49.733Z] [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 [2022-08-08T10:45:49.733Z] [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 [2022-08-08T10:45:49.733Z] [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 64 kB/s) [2022-08-08T10:45:49.733Z] [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 [2022-08-08T10:45:49.733Z] [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.064428-242.pom [2022-08-08T10:45:49.733Z] [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.064428-242.pom (2.4 kB at 788 kB/s) [2022-08-08T10:45:49.733Z] [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.064428-242.jar [2022-08-08T10:45:49.733Z] [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.064428-242.jar (15 kB at 5.1 MB/s) [2022-08-08T10:45:49.991Z] [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 [2022-08-08T10:45:49.991Z] [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 [2022-08-08T10:45:49.991Z] [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 [2022-08-08T10:45:49.991Z] [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 [2022-08-08T10:45:49.991Z] [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 [2022-08-08T10:45:49.991Z] [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 [2022-08-08T10:45:49.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 1.8 MB/s) [2022-08-08T10:45:49.991Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2022-08-08T10:45:49.991Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2022-08-08T10:45:49.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2022-08-08T10:45:49.992Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2022-08-08T10:45:49.992Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2022-08-08T10:45:49.992Z] [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 [2022-08-08T10:45:49.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 3.3 MB/s) [2022-08-08T10:45:49.992Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 12 MB/s) [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 [2022-08-08T10:45:50.250Z] [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 337 kB/s) [2022-08-08T10:45:50.250Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:50.250Z] [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.064428-243.pom [2022-08-08T10:45:50.251Z] [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.064428-243.pom (7.4 kB at 1.5 MB/s) [2022-08-08T10:45:50.251Z] [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.064428-243.jar [2022-08-08T10:45:50.251Z] [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.064428-243.jar (91 kB at 10 MB/s) [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 488 kB/s) [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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.064428-244.pom [2022-08-08T10:45:50.251Z] [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.064428-244.pom (4.1 kB at 685 kB/s) [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 340 kB/s) [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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.064428-243.pom [2022-08-08T10:45:50.251Z] [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.064428-243.pom (1.7 kB at 842 kB/s) [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.251Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:50.252Z] [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 51 kB/s) [2022-08-08T10:45:50.252Z] [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.064428-244.pom [2022-08-08T10:45:50.252Z] [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.064428-244.pom (3.4 kB at 423 kB/s) [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 114 kB/s) [2022-08-08T10:45:50.252Z] [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.064428-243.pom [2022-08-08T10:45:50.252Z] [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.064428-243.pom (1.9 kB at 936 kB/s) [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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 256 kB/s) [2022-08-08T10:45:50.252Z] [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 [2022-08-08T10:45:50.252Z] [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.064428-243.pom [2022-08-08T10:45:50.252Z] [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.064428-243.pom (2.2 kB at 1.1 MB/s) [2022-08-08T10:45:50.253Z] [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 [2022-08-08T10:45:50.253Z] [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 [2022-08-08T10:45:50.253Z] [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 [2022-08-08T10:45:50.253Z] [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 [2022-08-08T10:45:50.253Z] [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 511 kB/s) [2022-08-08T10:45:50.253Z] [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 [2022-08-08T10:45:50.511Z] [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.064428-243.pom [2022-08-08T10:45:50.511Z] [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.064428-243.pom (3.3 kB at 1.6 MB/s) [2022-08-08T10:45:50.511Z] [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 [2022-08-08T10:45:50.511Z] [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 [2022-08-08T10:45:50.511Z] [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 [2022-08-08T10:45:50.511Z] [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 [2022-08-08T10:45:50.511Z] [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 512 kB/s) [2022-08-08T10:45:50.511Z] [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 [2022-08-08T10:45:50.511Z] [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.064428-243.pom [2022-08-08T10:45:50.511Z] [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.064428-243.pom (3.3 kB at 254 kB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 512 kB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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.064428-243.pom [2022-08-08T10:45:50.512Z] [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.064428-243.pom (3.3 kB at 1.7 MB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 512 kB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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.064428-243.pom [2022-08-08T10:45:50.512Z] [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.064428-243.pom (3.3 kB at 1.7 MB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 73 kB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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.064428-243.pom [2022-08-08T10:45:50.512Z] [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.064428-243.pom (3.0 kB at 986 kB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.512Z] [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 345 kB/s) [2022-08-08T10:45:50.512Z] [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 [2022-08-08T10:45:50.513Z] [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.064428-243.pom [2022-08-08T10:45:50.513Z] [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.064428-243.pom (3.4 kB at 1.7 MB/s) [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 32 kB/s) [2022-08-08T10:45:50.513Z] [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.064428-243.pom [2022-08-08T10:45:50.513Z] [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.064428-243.pom (3.0 kB at 423 kB/s) [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 148 kB/s) [2022-08-08T10:45:50.513Z] [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.064428-243.pom [2022-08-08T10:45:50.513Z] [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.064428-243.pom (3.4 kB at 422 kB/s) [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.513Z] [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 341 kB/s) [2022-08-08T10:45:50.513Z] [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 [2022-08-08T10:45:50.772Z] [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.064428-243.pom [2022-08-08T10:45:50.772Z] [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.064428-243.pom (2.1 kB at 694 kB/s) [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 1.6 MB/s) [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 2.3 MB/s) [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.772Z] [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 [2022-08-08T10:45:50.773Z] [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 [2022-08-08T10:45:50.773Z] [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 1.2 MB/s) [2022-08-08T10:45:50.773Z] [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 [2022-08-08T10:45:51.031Z] [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 [2022-08-08T10:45:51.031Z] [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 [2022-08-08T10:45:51.031Z] [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 [2022-08-08T10:45:51.031Z] [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 [2022-08-08T10:45:51.031Z] [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 [2022-08-08T10:45:51.032Z] [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 230 kB/s) [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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.9 MB/s) [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 3.2 MB/s) [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.032Z] [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 [2022-08-08T10:45:51.291Z] [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 [2022-08-08T10:45:51.291Z] [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 [2022-08-08T10:45:51.291Z] [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 337 kB/s) [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 2.4 MB/s) [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 202 kB/s) [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.292Z] [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 [2022-08-08T10:45:51.550Z] [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 557 kB/s) [2022-08-08T10:45:51.550Z] [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 [2022-08-08T10:45:51.550Z] [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 [2022-08-08T10:45:51.550Z] [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 [2022-08-08T10:45:51.550Z] [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 [2022-08-08T10:45:51.550Z] [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 [2022-08-08T10:45:51.550Z] [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 [2022-08-08T10:45:51.550Z] [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.5 MB/s) [2022-08-08T10:45:51.550Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-08-08T10:45:51.551Z] [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 [2022-08-08T10:45:51.551Z] [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.7 MB/s) [2022-08-08T10:45:51.551Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [2022-08-08T10:45:51.551Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom [2022-08-08T10:45:51.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [2022-08-08T10:45:51.809Z] [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 2.2 MB/s) [2022-08-08T10:45:51.809Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 545 kB/s) [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 2.5 MB/s) [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:51.810Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 2.4 MB/s) [2022-08-08T10:45:51.810Z] [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 [2022-08-08T10:45:52.069Z] [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 [2022-08-08T10:45:52.069Z] [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 [2022-08-08T10:45:52.069Z] [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 [2022-08-08T10:45:52.070Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 1.5 MB/s) [2022-08-08T10:45:52.070Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-08-08T10:45:52.070Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-08-08T10:45:52.070Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-08-08T10:45:52.070Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-08-08T10:45:52.070Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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) [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 2.7 MB/s) [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.070Z] [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 [2022-08-08T10:45:52.328Z] [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 [2022-08-08T10:45:52.328Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 1.0 MB/s) [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 1.3 MB/s) [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 624 kB/s) [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 [2022-08-08T10:45:52.329Z] [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 389 kB/s) [2022-08-08T10:45:52.329Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-08-08T10:45:52.329Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-08-08T10:45:52.329Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-08-08T10:45:52.329Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-08-08T10:45:52.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 5.4 MB/s) [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s) [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 5.6 MB/s) [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 1.8 MB/s) [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.588Z] [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 [2022-08-08T10:45:52.589Z] [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 5.5 MB/s) [2022-08-08T10:45:52.589Z] [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 [2022-08-08T10:45:52.589Z] [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 [2022-08-08T10:45:52.589Z] [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 [2022-08-08T10:45:52.589Z] [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 [2022-08-08T10:45:52.589Z] [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 [2022-08-08T10:45:52.589Z] [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 [2022-08-08T10:45:52.589Z] [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.7 MB/s) [2022-08-08T10:45:52.589Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-08-08T10:45:52.589Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-08-08T10:45:52.589Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-08-08T10:45:52.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-08-08T10:45:52.847Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-08-08T10:45:52.847Z] [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 [2022-08-08T10:45:52.847Z] [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 4.4 MB/s) [2022-08-08T10:45:52.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-08-08T10:45:52.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-08-08T10:45:52.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-08-08T10:45:52.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 10 MB/s) [2022-08-08T10:45:52.848Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [2022-08-08T10:45:52.848Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 5.1 MB/s) [2022-08-08T10:45:52.848Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-08-08T10:45:52.848Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 1.7 MB/s) [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 [2022-08-08T10:45:52.848Z] [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 329 kB/s) [2022-08-08T10:45:52.849Z] [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 [2022-08-08T10:45:52.849Z] [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 [2022-08-08T10:45:52.849Z] [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 [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [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 1.3 MB/s) [2022-08-08T10:45:53.107Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [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 12 MB/s) [2022-08-08T10:45:53.107Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-08-08T10:45:53.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 1.5 MB/s) [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.107Z] [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 [2022-08-08T10:45:53.108Z] [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 [2022-08-08T10:45:53.108Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [2022-08-08T10:45:53.108Z] [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 [2022-08-08T10:45:53.108Z] [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 5.3 MB/s) [2022-08-08T10:45:53.108Z] [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.064428-244.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar (26 kB at 997 kB/s) [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar (39 kB at 1.1 MB/s) [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar (587 kB at 12 MB/s) [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar (158 kB at 3.2 MB/s) [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.108Z] [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.064428-243.jar (395 kB at 6.7 MB/s) [2022-08-08T10:45:53.108Z] [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.064428-243.jar [2022-08-08T10:45:53.109Z] [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.064428-243.jar (650 kB at 9.4 MB/s) [2022-08-08T10:45:53.109Z] [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.064428-243.jar [2022-08-08T10:45:53.109Z] [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.064428-243.jar (676 kB at 9.4 MB/s) [2022-08-08T10:45:53.109Z] [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.064428-243.jar [2022-08-08T10:45:53.371Z] [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.064428-243.jar (642 kB at 7.1 MB/s) [2022-08-08T10:45:53.371Z] [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.064428-243.jar [2022-08-08T10:45:53.371Z] [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.064428-243.jar (91 kB at 945 kB/s) [2022-08-08T10:45:53.371Z] [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 [2022-08-08T10:45:53.371Z] [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.064428-244.jar (2.3 MB at 23 MB/s) [2022-08-08T10:45:53.371Z] [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 [2022-08-08T10:45:53.371Z] [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 [2022-08-08T10:45:53.371Z] [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 [2022-08-08T10:45:53.371Z] [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.064428-243.jar (752 kB at 6.8 MB/s) [2022-08-08T10:45:53.371Z] [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 [2022-08-08T10:45:53.372Z] [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.064428-243.jar (706 kB at 6.2 MB/s) [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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.064428-243.jar (686 kB at 5.3 MB/s) [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.372Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-08-08T10:45:53.372Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.637Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:53.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-08-08T10:45:53.638Z] [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 [2022-08-08T10:45:54.573Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.574Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:54.575Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-08-08T10:45:54.575Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.106Z] [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 [2022-08-08T10:45:57.107Z] [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 [2022-08-08T10:45:57.107Z] [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 [2022-08-08T10:45:57.107Z] [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 [2022-08-08T10:45:57.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-08-08T10:45:57.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [2022-08-08T10:45:57.692Z] [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 [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 4.5 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 21 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 15 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 993 kB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 3.6 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 9.1 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 4.4 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 2.8 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 8.4 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 827 kB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 9.4 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.693Z] [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 4.6 MB/s) [2022-08-08T10:45:57.693Z] [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 [2022-08-08T10:45:57.694Z] [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 2.8 MB/s) [2022-08-08T10:45:57.694Z] [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 [2022-08-08T10:45:57.694Z] [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 11 MB/s) [2022-08-08T10:45:57.694Z] [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 3.6 MB/s) [2022-08-08T10:45:57.694Z] [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 1.2 MB/s) [2022-08-08T10:45:57.694Z] [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 5.8 MB/s) [2022-08-08T10:45:57.694Z] [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 22 MB/s) [2022-08-08T10:45:57.952Z] [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 [2022-08-08T10:45:58.210Z] [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 [2022-08-08T10:45:58.210Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 2.4 MB/s) [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 5.4 MB/s) [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 3.1 MB/s) [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.211Z] [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 [2022-08-08T10:45:58.212Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:45:58.212Z] [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 112 kB/s) [2022-08-08T10:45:58.212Z] [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.064428-244.pom [2022-08-08T10:45:58.212Z] [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.064428-244.pom (2.5 kB at 169 kB/s) [2022-08-08T10:45:58.212Z] [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.064428-244.jar [2022-08-08T10:45:58.212Z] [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.064428-244.jar (47 kB at 5.8 MB/s) [2022-08-08T10:45:58.212Z] [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 [2022-08-08T10:45:58.212Z] [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 [2022-08-08T10:45:58.212Z] [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 [2022-08-08T10:45:58.470Z] [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 [2022-08-08T10:45:58.470Z] [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 [2022-08-08T10:45:58.470Z] [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 [2022-08-08T10:45:58.470Z] [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 259 kB/s) [2022-08-08T10:45:58.470Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-08-08T10:45:58.470Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-08-08T10:45:58.470Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-08-08T10:45:58.470Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-08-08T10:45:58.470Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-08-08T10:45:58.470Z] [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 [2022-08-08T10:45:58.470Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 6.5 MB/s) [2022-08-08T10:45:58.471Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-08-08T10:46:01.750Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-08-08T10:46:01.750Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-08-08T10:46:01.750Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-08-08T10:46:01.750Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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) [2022-08-08T10:46:01.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom [2022-08-08T10:46:01.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom [2022-08-08T10:46:01.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom [2022-08-08T10:46:01.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [2022-08-08T10:46:01.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom [2022-08-08T10:46:01.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [2022-08-08T10:46:01.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s) [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 2.6 MB/s) [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [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 [2022-08-08T10:46:01.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 2.4 MB/s) [2022-08-08T10:46:01.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-08-08T10:46:01.752Z] [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 [2022-08-08T10:46:01.752Z] [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 1.6 MB/s) [2022-08-08T10:46:01.752Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-08-08T10:46:01.752Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-08-08T10:46:01.752Z] [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 [2022-08-08T10:46:02.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 7.8 MB/s) [2022-08-08T10:46:02.010Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom [2022-08-08T10:46:02.010Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom [2022-08-08T10:46:02.010Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom [2022-08-08T10:46:02.010Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [2022-08-08T10:46:02.010Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom [2022-08-08T10:46:02.010Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [2022-08-08T10:46:02.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.4 MB/s) [2022-08-08T10:46:02.010Z] [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 [2022-08-08T10:46:02.010Z] [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 [2022-08-08T10:46:02.010Z] [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 [2022-08-08T10:46:02.010Z] [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 [2022-08-08T10:46:02.010Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 7.6 MB/s) [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 335 kB/s) [2022-08-08T10:46:02.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:46:02.011Z] [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.064428-154.pom [2022-08-08T10:46:02.011Z] [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.064428-154.pom (1.4 kB at 690 kB/s) [2022-08-08T10:46:02.011Z] [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.064428-154.jar [2022-08-08T10:46:02.011Z] [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.064428-154.jar (9.5 kB at 4.7 MB/s) [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 4.6 MB/s) [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.011Z] [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 [2022-08-08T10:46:02.269Z] [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 [2022-08-08T10:46:02.269Z] [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 [2022-08-08T10:46:02.269Z] [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 13 MB/s) [2022-08-08T10:46:02.269Z] [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 [2022-08-08T10:46:02.269Z] [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 [2022-08-08T10:46:02.269Z] [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 [2022-08-08T10:46:02.269Z] [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 [2022-08-08T10:46:02.270Z] [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 [2022-08-08T10:46:02.270Z] [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 [2022-08-08T10:46:02.270Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 6.9 MB/s) [2022-08-08T10:46:02.270Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-08-08T10:46:02.270Z] [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 [2022-08-08T10:46:02.270Z] [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 515 kB/s) [2022-08-08T10:46:02.270Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-08-08T10:46:02.270Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-08-08T10:46:02.270Z] [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 [2022-08-08T10:46:02.528Z] [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 6.5 MB/s) [2022-08-08T10:46:02.529Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom [2022-08-08T10:46:02.529Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom [2022-08-08T10:46:02.529Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom [2022-08-08T10:46:02.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [2022-08-08T10:46:02.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom [2022-08-08T10:46:02.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [2022-08-08T10:46:02.529Z] [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 1.7 MB/s) [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 18 MB/s) [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 [2022-08-08T10:46:02.529Z] [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 484 kB/s) [2022-08-08T10:46:02.529Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-08-08T10:46:02.529Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-08-08T10:46:02.788Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-08-08T10:46:02.788Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-08-08T10:46:02.788Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 8.5 MB/s) [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar (69 kB at 17 MB/s) [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.788Z] [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 511 kB/s) [2022-08-08T10:46:02.788Z] [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 [2022-08-08T10:46:02.789Z] [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.064428-242.pom [2022-08-08T10:46:02.789Z] [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.064428-242.pom (2.3 kB at 782 kB/s) [2022-08-08T10:46:02.789Z] [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.064428-242.jar [2022-08-08T10:46:02.789Z] [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.064428-242.jar (13 kB at 4.5 MB/s) [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 4.3 MB/s) [2022-08-08T10:46:03.047Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-08-08T10:46:03.047Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-08-08T10:46:03.047Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-08-08T10:46:03.047Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-08-08T10:46:03.047Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 8.4 MB/s) [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.047Z] [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 [2022-08-08T10:46:03.305Z] [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 16 MB/s) [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 507 kB/s) [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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.064428-243.pom [2022-08-08T10:46:03.305Z] [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.064428-243.pom (2.0 kB at 325 kB/s) [2022-08-08T10:46:03.305Z] [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.064428-243.jar [2022-08-08T10:46:03.305Z] [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.064428-243.jar (23 kB at 7.6 MB/s) [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 [2022-08-08T10:46:03.305Z] [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 338 kB/s) [2022-08-08T10:46:03.563Z] [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 [2022-08-08T10:46:03.563Z] [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.064428-242.pom [2022-08-08T10:46:03.563Z] [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.064428-242.pom (1.8 kB at 924 kB/s) [2022-08-08T10:46:03.563Z] [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.064428-242.jar [2022-08-08T10:46:03.563Z] [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.064428-242.jar (38 kB at 9.4 MB/s) [2022-08-08T10:46:03.821Z] [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@3c6e407... [2022-08-08T10:46:04.755Z] [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... [2022-08-08T10:46:04.755Z] [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 [2022-08-08T10:46:04.755Z] [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 17 MB/s) [2022-08-08T10:46:04.755Z] [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 [2022-08-08T10:46:04.755Z] [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 1.6 MB/s) [2022-08-08T10:46:04.756Z] [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 [2022-08-08T10:46:04.756Z] [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 2.2 MB/s) [2022-08-08T10:46:04.756Z] [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 [2022-08-08T10:46:04.756Z] [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 6.8 MB/s) [2022-08-08T10:46:04.756Z] [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 [2022-08-08T10:46:04.756Z] [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 255 kB/s) [2022-08-08T10:46:04.756Z] [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 [2022-08-08T10:46:04.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s) [2022-08-08T10:46:04.756Z] [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 [2022-08-08T10:46:04.756Z] [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 18 MB/s) [2022-08-08T10:46:04.756Z] [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 [2022-08-08T10:46:05.322Z] [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 30 MB/s) [2022-08-08T10:46:05.322Z] [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 [2022-08-08T10:46:05.322Z] [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 1.6 MB/s) [2022-08-08T10:46:05.322Z] [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 [2022-08-08T10:46:05.322Z] [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 27 MB/s) [2022-08-08T10:46:05.887Z] [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 [2022-08-08T10:46:05.887Z] [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 14 MB/s) [2022-08-08T10:46:05.887Z] [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 [2022-08-08T10:46:05.887Z] [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 3.9 MB/s) [2022-08-08T10:46:05.887Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [2022-08-08T10:46:05.888Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 3.4 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 78 kB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 77 kB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 5.5 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 7.9 MB/s) [2022-08-08T10:46:05.888Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [2022-08-08T10:46:05.888Z] [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 3.8 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 22 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 18 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 17 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 20 MB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 257 kB/s) [2022-08-08T10:46:05.888Z] [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 [2022-08-08T10:46:05.888Z] [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 113 kB/s) [2022-08-08T10:46:05.889Z] [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 [2022-08-08T10:46:06.146Z] [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 24 MB/s) [2022-08-08T10:46:06.147Z] [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 [2022-08-08T10:46:06.147Z] [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 19 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 20 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 22 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 3.8 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 15 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 354 kB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 671 kB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 6.9 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 590 kB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 3.9 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.405Z] [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 3.6 MB/s) [2022-08-08T10:46:06.405Z] [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 [2022-08-08T10:46:06.663Z] [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 47 kB/s) [2022-08-08T10:46:06.663Z] [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 [2022-08-08T10:46:06.663Z] [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 190 kB/s) [2022-08-08T10:46:06.663Z] [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 [2022-08-08T10:46:06.663Z] [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 820 kB/s) [2022-08-08T10:46:06.663Z] [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 [2022-08-08T10:46:06.663Z] [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 660 kB/s) [2022-08-08T10:46:06.663Z] [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 [2022-08-08T10:46:06.664Z] [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 565 kB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 316 kB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 299 kB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 495 kB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 1.4 MB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 6.4 MB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 4.4 MB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 832 kB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 3.0 MB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.664Z] [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 11 MB/s) [2022-08-08T10:46:06.664Z] [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 [2022-08-08T10:46:06.665Z] [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 3.6 MB/s) [2022-08-08T10:46:06.665Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom [2022-08-08T10:46:06.665Z] [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 1.0 MB/s) [2022-08-08T10:46:06.665Z] [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 [2022-08-08T10:46:06.665Z] [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 3.6 MB/s) [2022-08-08T10:46:06.665Z] [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 [2022-08-08T10:46:06.665Z] [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 [2022-08-08T10:46:06.665Z] [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 5.5 MB/s) [2022-08-08T10:46:06.665Z] [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 14 MB/s) [2022-08-08T10:46:06.665Z] [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 [2022-08-08T10:46:06.665Z] [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 28 MB/s) [2022-08-08T10:46:06.923Z] [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 [2022-08-08T10:46:06.923Z] [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 15 MB/s) [2022-08-08T10:46:06.923Z] [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 [2022-08-08T10:46:06.923Z] [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 8.3 MB/s) [2022-08-08T10:46:06.923Z] [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 [2022-08-08T10:46:06.923Z] [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 25 MB/s) [2022-08-08T10:46:06.923Z] [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 [2022-08-08T10:46:06.923Z] [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 5.9 MB/s) [2022-08-08T10:46:06.923Z] [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 [2022-08-08T10:46:06.923Z] [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 1.1 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 1.6 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 561 kB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 1.4 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 509 kB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 1.5 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 1.1 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 1.1 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 2.0 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 1.5 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 849 kB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 9.1 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:06.924Z] [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 4.5 MB/s) [2022-08-08T10:46:06.924Z] [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 [2022-08-08T10:46:07.183Z] [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 310 kB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 2.0 MB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 619 kB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 757 kB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 699 kB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 157 kB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 25 MB/s) [2022-08-08T10:46:07.183Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.4/junit-4.4.pom [2022-08-08T10:46:07.183Z] [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 610 kB/s) [2022-08-08T10:46:07.183Z] [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 [2022-08-08T10:46:07.183Z] [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 347 kB/s) [2022-08-08T10:46:07.184Z] [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 [2022-08-08T10:46:07.184Z] [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 27 MB/s) [2022-08-08T10:46:07.184Z] [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 [2022-08-08T10:46:07.184Z] [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 29 MB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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 23 MB/s) [2022-08-08T10:46:07.442Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar [2022-08-08T10:46:07.442Z] [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 26 MB/s) [2022-08-08T10:46:07.442Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom [2022-08-08T10:46:07.442Z] [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 9.3 MB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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 5.5 MB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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 13 MB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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 759 kB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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 4.2 MB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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.4 MB/s) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.442Z] [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) [2022-08-08T10:46:07.442Z] [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 [2022-08-08T10:46:07.443Z] [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 70 kB/s) [2022-08-08T10:46:07.443Z] [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 [2022-08-08T10:46:07.443Z] [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 7.3 MB/s) [2022-08-08T10:46:07.443Z] [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 [2022-08-08T10:46:07.443Z] [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 22 MB/s) [2022-08-08T10:46:07.443Z] [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 [2022-08-08T10:46:07.443Z] [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 14 MB/s) [2022-08-08T10:46:07.443Z] [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 [2022-08-08T10:46:07.443Z] [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 1.9 MB/s) [2022-08-08T10:46:07.443Z] [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 [2022-08-08T10:46:07.443Z] [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 10 MB/s) [2022-08-08T10:46:07.443Z] [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 [2022-08-08T10:46:07.443Z] [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 499 kB/s) [2022-08-08T10:46:07.700Z] [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 [2022-08-08T10:46:07.700Z] [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 27 MB/s) [2022-08-08T10:46:07.700Z] [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 [2022-08-08T10:46:07.700Z] [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 22 MB/s) [2022-08-08T10:46:07.700Z] [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 [2022-08-08T10:46:07.700Z] [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 792 kB/s) [2022-08-08T10:46:07.700Z] [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 [2022-08-08T10:46:07.700Z] [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 50 kB/s) [2022-08-08T10:46:07.700Z] [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 [2022-08-08T10:46:07.958Z] [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 27 MB/s) [2022-08-08T10:46:07.958Z] [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 [2022-08-08T10:46:07.958Z] [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 16 MB/s) [2022-08-08T10:46:07.958Z] [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 [2022-08-08T10:46:08.215Z] [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 27 MB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 188 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 199 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 189 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 1.5 MB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 355 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 534 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 1.5 MB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 378 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 315 kB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 1.2 MB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.148Z] [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 5.8 MB/s) [2022-08-08T10:46:09.148Z] [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 [2022-08-08T10:46:09.407Z] [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 1.5 MB/s) [2022-08-08T10:46:09.407Z] [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 [2022-08-08T10:46:09.407Z] [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 1.2 MB/s) [2022-08-08T10:46:09.407Z] [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 [2022-08-08T10:46:09.407Z] [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 1.9 MB/s) [2022-08-08T10:46:09.407Z] [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 [2022-08-08T10:46:09.407Z] [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 3.2 MB/s) [2022-08-08T10:46:09.407Z] [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 [2022-08-08T10:46:09.407Z] [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 6.1 MB/s) [2022-08-08T10:46:09.407Z] [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 [2022-08-08T10:46:09.407Z] [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 2.2 MB/s) [2022-08-08T10:46:09.407Z] [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 [2022-08-08T10:46:09.408Z] [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) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 3.4 MB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 152 kB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 1.4 MB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 1.1 MB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 187 kB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 3.2 MB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 5.7 MB/s) [2022-08-08T10:46:09.408Z] [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 [2022-08-08T10:46:09.408Z] [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 664 kB/s) [2022-08-08T10:46:09.409Z] [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 [2022-08-08T10:46:09.409Z] [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 1.6 MB/s) [2022-08-08T10:46:09.409Z] [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 [2022-08-08T10:46:09.409Z] [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 13 MB/s) [2022-08-08T10:46:09.409Z] [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 [2022-08-08T10:46:09.409Z] [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 426 kB/s) [2022-08-08T10:46:09.409Z] [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 [2022-08-08T10:46:09.409Z] [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 20 MB/s) [2022-08-08T10:46:09.668Z] [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... [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 4.0 MB/s) [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [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 8.6 MB/s) [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [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) [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4-sources.jar (167 kB at 6.0 MB/s) [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [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 4.5 MB/s) [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [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 1.3 MB/s) [2022-08-08T10:46:09.668Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [2022-08-08T10:46:09.668Z] [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 4.4 MB/s) [2022-08-08T10:46:09.668Z] [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 [2022-08-08T10:46:09.668Z] [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 665 kB/s) [2022-08-08T10:46:09.668Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [2022-08-08T10:46:09.668Z] [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 2.4 MB/s) [2022-08-08T10:46:09.669Z] [INFO] artifact javax.el:javax.el-api: checking for updates from eclipse.maven.central.mirror [2022-08-08T10:46:09.669Z] [INFO] artifact javax.el:javax.el-api: checking for updates from jvnet-nexus-releases [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 660 kB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 21 MB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 8.1 MB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 360 kB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 140 kB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 825 kB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.926Z] [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 22 MB/s) [2022-08-08T10:46:09.926Z] [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 [2022-08-08T10:46:09.927Z] [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 16 MB/s) [2022-08-08T10:46:09.927Z] [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 [2022-08-08T10:46:09.927Z] [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 565 kB/s) [2022-08-08T10:46:09.927Z] [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 [2022-08-08T10:46:09.927Z] [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 244 kB/s) [2022-08-08T10:46:09.927Z] [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 [2022-08-08T10:46:09.927Z] [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 470 kB/s) [2022-08-08T10:46:09.927Z] [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 [2022-08-08T10:46:09.927Z] [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 [2022-08-08T10:46:09.927Z] [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 20 MB/s) [2022-08-08T10:46:10.186Z] [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 2.4 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 18 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 16 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 20 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 11 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 288 kB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 13 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 2.1 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.186Z] [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 951 kB/s) [2022-08-08T10:46:10.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [2022-08-08T10:46:10.186Z] [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 8.2 MB/s) [2022-08-08T10:46:10.186Z] [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 [2022-08-08T10:46:10.187Z] [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 182 kB/s) [2022-08-08T10:46:10.187Z] [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 [2022-08-08T10:46:10.187Z] [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 628 kB/s) [2022-08-08T10:46:10.187Z] [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 [2022-08-08T10:46:10.187Z] [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 207 kB/s) [2022-08-08T10:46:10.187Z] [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 [2022-08-08T10:46:10.187Z] [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 840 kB/s) [2022-08-08T10:46:10.187Z] [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 [2022-08-08T10:46:10.187Z] [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 5.5 MB/s) [2022-08-08T10:46:10.187Z] [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 [2022-08-08T10:46:10.445Z] [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 281 kB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.445Z] [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 1.1 MB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.445Z] [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 484 kB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.445Z] [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.1 MB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.445Z] [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 246 kB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.445Z] [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 1.6 MB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.445Z] [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 404 kB/s) [2022-08-08T10:46:10.445Z] [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 [2022-08-08T10:46:10.446Z] [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 273 kB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 133 kB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 1.6 MB/s) [2022-08-08T10:46:10.446Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-08-08T10:46:10.446Z] [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 161 kB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 15 MB/s) [2022-08-08T10:46:10.446Z] [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 21 MB/s) [2022-08-08T10:46:10.446Z] [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) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 20 MB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 25 MB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 17 MB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 19 MB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 615 kB/s) [2022-08-08T10:46:10.446Z] [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 [2022-08-08T10:46:10.446Z] [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 10 MB/s) [2022-08-08T10:46:10.703Z] [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 [2022-08-08T10:46:10.703Z] [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 8.8 MB/s) [2022-08-08T10:46:10.703Z] [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 [2022-08-08T10:46:10.703Z] [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 20 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 1.0 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 1.3 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom (9.7 kB at 3.2 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [WARNING] Missing POM for org.eclipse.jetty.tests:jetty-http-tools:jar:10.0.11 [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 27 MB/s) [2022-08-08T10:46:10.704Z] [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 28 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 17 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 11 MB/s) [2022-08-08T10:46:10.704Z] [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 [2022-08-08T10:46:10.704Z] [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 11 MB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 379 kB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 494 kB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 21 MB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 757 kB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 1.8 MB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 736 kB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 396 kB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 8.0 MB/s) [2022-08-08T10:46:10.962Z] [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 [2022-08-08T10:46:10.962Z] [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 6.2 MB/s) [2022-08-08T10:46:11.219Z] [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 [2022-08-08T10:46:11.219Z] [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 12 MB/s) [2022-08-08T10:46:11.219Z] [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 [2022-08-08T10:46:11.219Z] [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 1.2 MB/s) [2022-08-08T10:46:11.219Z] [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 [2022-08-08T10:46:11.219Z] [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 5.1 MB/s) [2022-08-08T10:46:11.219Z] [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 [2022-08-08T10:46:11.220Z] [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 82 kB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 1.2 MB/s) [2022-08-08T10:46:11.220Z] [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... [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 23 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 3.6 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 9.0 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 815 kB/s) [2022-08-08T10:46:11.220Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2022-08-08T10:46:11.220Z] [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 186 kB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 2.8 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 4.0 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 7.5 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 3.1 MB/s) [2022-08-08T10:46:11.220Z] [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 [2022-08-08T10:46:11.220Z] [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 26 MB/s) [2022-08-08T10:46:11.478Z] [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 [2022-08-08T10:46:11.478Z] [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 25 MB/s) [2022-08-08T10:46:11.478Z] [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 [2022-08-08T10:46:11.478Z] [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 2.1 MB/s) [2022-08-08T10:46:11.478Z] [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 [2022-08-08T10:46:11.478Z] [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 23 MB/s) [2022-08-08T10:46:11.735Z] [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 [2022-08-08T10:46:11.735Z] [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 30 MB/s) [2022-08-08T10:46:11.735Z] [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 [2022-08-08T10:46:11.735Z] [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 5.9 MB/s) [2022-08-08T10:46:11.735Z] [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 [2022-08-08T10:46:11.735Z] [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 2.2 MB/s) [2022-08-08T10:46:11.735Z] [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 [2022-08-08T10:46:11.735Z] [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 994 kB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 1.3 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 1.6 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 5.8 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 2.5 MB/s) [2022-08-08T10:46:11.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [2022-08-08T10:46:11.993Z] [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 7.9 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 3.0 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 1.8 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 3.7 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 7.4 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.993Z] [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 1.0 MB/s) [2022-08-08T10:46:11.993Z] [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 [2022-08-08T10:46:11.994Z] [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 1.1 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 3.6 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 962 kB/s) [2022-08-08T10:46:11.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [2022-08-08T10:46:11.994Z] [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 7.9 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 10 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 1.9 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 3.8 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 3.0 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 5.9 MB/s) [2022-08-08T10:46:11.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom [2022-08-08T10:46:11.994Z] [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 17 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 691 kB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 2.3 MB/s) [2022-08-08T10:46:11.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom [2022-08-08T10:46:11.994Z] [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 6.3 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 2.4 MB/s) [2022-08-08T10:46:11.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom [2022-08-08T10:46:11.994Z] [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 7.6 MB/s) [2022-08-08T10:46:11.994Z] [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 [2022-08-08T10:46:11.994Z] [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 4.4 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 4.8 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 666 kB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 5.7 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 2.2 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 594 kB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 9.6 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 1.2 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 3.4 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 4.7 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 2.9 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 876 kB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 600 kB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:11.995Z] [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 1.6 MB/s) [2022-08-08T10:46:11.995Z] [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 [2022-08-08T10:46:12.253Z] [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 7.9 MB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 1.2 MB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 2.2 MB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 117 kB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 275 kB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 1.1 MB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 1.2 MB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 144 kB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 611 kB/s) [2022-08-08T10:46:12.254Z] [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 [2022-08-08T10:46:12.254Z] [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 25 MB/s) [2022-08-08T10:46:12.820Z] [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 [2022-08-08T10:46:12.820Z] [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 19 MB/s) [2022-08-08T10:46:12.820Z] [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 [2022-08-08T10:46:12.821Z] [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 1.2 MB/s) [2022-08-08T10:46:12.821Z] [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 [2022-08-08T10:46:12.821Z] [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 12 MB/s) [2022-08-08T10:46:13.079Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar [2022-08-08T10:46:13.079Z] [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 7.1 MB/s) [2022-08-08T10:46:13.079Z] [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 [2022-08-08T10:46:13.079Z] [WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2 [2022-08-08T10:46:13.079Z] [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 [2022-08-08T10:46:13.079Z] [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 7.5 MB/s) [2022-08-08T10:46:13.079Z] [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... [2022-08-08T10:46:13.079Z] [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 [2022-08-08T10:46:13.079Z] [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 5.6 MB/s) [2022-08-08T10:46:13.080Z] [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 [2022-08-08T10:46:13.080Z] [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 987 kB/s) [2022-08-08T10:46:13.080Z] [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 [2022-08-08T10:46:13.080Z] [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 17 MB/s) [2022-08-08T10:46:13.080Z] [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 [2022-08-08T10:46:13.338Z] [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 6.5 MB/s) [2022-08-08T10:46:13.338Z] [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 [2022-08-08T10:46:13.338Z] [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 7.6 MB/s) [2022-08-08T10:46:13.338Z] [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 [2022-08-08T10:46:13.338Z] [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 14 MB/s) [2022-08-08T10:46:13.338Z] [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 [2022-08-08T10:46:13.338Z] [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 3.3 MB/s) [2022-08-08T10:46:13.338Z] [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... [2022-08-08T10:46:13.338Z] [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 [2022-08-08T10:46:13.338Z] [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 12 MB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 428 kB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 740 kB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 72 kB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 639 kB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 658 kB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 6.6 MB/s) [2022-08-08T10:46:13.339Z] [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 712 kB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 13 MB/s) [2022-08-08T10:46:13.339Z] [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 [2022-08-08T10:46:13.339Z] [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 2.8 MB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 4.1 MB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 887 kB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 758 kB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 2.7 MB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.annotation.bundle/2.0.0/org.osgi.annotation.bundle-2.0.0.jar (29 kB at 2.2 MB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 862 kB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 6.9 MB/s) [2022-08-08T10:46:13.597Z] [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 [2022-08-08T10:46:13.597Z] [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 3.7 MB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 258 kB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 663 kB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 6.0 MB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 1.7 MB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 6.2 MB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 3.9 MB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 14 MB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 949 kB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 632 kB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 825 kB/s) [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 [2022-08-08T10:46:13.598Z] [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 11 MB/s) [2022-08-08T10:46:13.598Z] [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 598 kB/s) [2022-08-08T10:46:13.599Z] [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 [2022-08-08T10:46:13.599Z] [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 7.5 MB/s) [2022-08-08T10:46:13.599Z] [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 [2022-08-08T10:46:13.599Z] [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 1.9 MB/s) [2022-08-08T10:46:13.599Z] [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 [2022-08-08T10:46:13.599Z] [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 699 kB/s) [2022-08-08T10:46:13.599Z] [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 [2022-08-08T10:46:13.599Z] [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 2.6 MB/s) [2022-08-08T10:46:13.599Z] [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 [2022-08-08T10:46:13.599Z] [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 10 MB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [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 970 kB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [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 146 kB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [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 2.7 MB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.device/1.1.1/org.osgi.service.device-1.1.1.jar (20 kB at 2.0 MB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [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 236 kB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [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 3.2 MB/s) [2022-08-08T10:46:13.857Z] [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 [2022-08-08T10:46:13.857Z] [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 1.6 MB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 1.1 MB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 99 kB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 7.7 MB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 5.2 MB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 336 kB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 478 kB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 1.7 MB/s) [2022-08-08T10:46:13.858Z] [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 [2022-08-08T10:46:13.858Z] [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 901 kB/s) [2022-08-08T10:46:13.858Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [2022-08-08T10:46:14.116Z] [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 669 kB/s) [2022-08-08T10:46:14.116Z] [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 [2022-08-08T10:46:14.116Z] [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 110 kB/s) [2022-08-08T10:46:14.116Z] [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 [2022-08-08T10:46:14.116Z] [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 16 MB/s) [2022-08-08T10:46:14.116Z] [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 [2022-08-08T10:46:14.116Z] [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 6.1 MB/s) [2022-08-08T10:46:14.116Z] [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 [2022-08-08T10:46:14.116Z] [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 850 kB/s) [2022-08-08T10:46:14.116Z] [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 [2022-08-08T10:46:14.116Z] [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 4.1 MB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 996 kB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 816 kB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 714 kB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 482 kB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 9.6 MB/s) [2022-08-08T10:46:14.117Z] [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 4.0 MB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 389 kB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.117Z] [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 503 kB/s) [2022-08-08T10:46:14.117Z] [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 [2022-08-08T10:46:14.376Z] [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 1.0 MB/s) [2022-08-08T10:46:14.376Z] [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 [2022-08-08T10:46:14.633Z] [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 133 kB/s) [2022-08-08T10:46:14.633Z] [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 [2022-08-08T10:46:14.633Z] [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 175 kB/s) [2022-08-08T10:46:14.633Z] [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 [2022-08-08T10:46:14.634Z] [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 5.4 MB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 5.1 MB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 856 kB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 657 kB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.provisioning/1.2.0/org.osgi.service.provisioning-1.2.0-sources.jar (9.8 kB at 1.4 MB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 2.2 MB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 170 kB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 302 kB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 991 kB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.634Z] [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 118 kB/s) [2022-08-08T10:46:14.634Z] [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 [2022-08-08T10:46:14.892Z] [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 516 kB/s) [2022-08-08T10:46:14.892Z] [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 [2022-08-08T10:46:14.892Z] [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 2.6 MB/s) [2022-08-08T10:46:14.892Z] [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 [2022-08-08T10:46:14.893Z] [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 82 kB/s) [2022-08-08T10:46:14.893Z] [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 [2022-08-08T10:46:14.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.wireadmin/1.0.2/org.osgi.service.wireadmin-1.0.2-sources.jar (26 kB at 536 kB/s) [2022-08-08T10:46:14.893Z] [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 [2022-08-08T10:46:14.893Z] [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 275 kB/s) [2022-08-08T10:46:14.893Z] [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 [2022-08-08T10:46:14.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.measurement/1.0.2/org.osgi.util.measurement-1.0.2.jar (26 kB at 1.1 MB/s) [2022-08-08T10:46:14.893Z] [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 [2022-08-08T10:46:14.893Z] [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 85 kB/s) [2022-08-08T10:46:14.893Z] [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 [2022-08-08T10:46:14.893Z] [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 369 kB/s) [2022-08-08T10:46:14.893Z] [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 [2022-08-08T10:46:15.151Z] [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 502 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 50 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 339 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 781 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 897 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 268 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 4.3 MB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 65 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.151Z] [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 180 kB/s) [2022-08-08T10:46:15.151Z] [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 [2022-08-08T10:46:15.410Z] [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 1.8 MB/s) [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.410Z] [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) [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.410Z] [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 799 kB/s) [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.410Z] [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 669 kB/s) [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.410Z] [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 58 kB/s) [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.410Z] [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 500 kB/s) [2022-08-08T10:46:15.410Z] [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... [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.410Z] [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 4.2 MB/s) [2022-08-08T10:46:15.410Z] [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 [2022-08-08T10:46:15.670Z] [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 95 kB/s) [2022-08-08T10:46:15.670Z] [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 [2022-08-08T10:46:15.670Z] [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 964 kB/s) [2022-08-08T10:46:15.670Z] [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 [2022-08-08T10:46:15.670Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar (80 kB at 1.5 MB/s) [2022-08-08T10:46:15.670Z] [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 [2022-08-08T10:46:15.670Z] [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 10 MB/s) [2022-08-08T10:46:15.670Z] [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 [2022-08-08T10:46:15.670Z] [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 113 kB/s) [2022-08-08T10:46:15.670Z] [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 [2022-08-08T10:46:15.670Z] [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 1.2 MB/s) [2022-08-08T10:46:15.670Z] [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 [2022-08-08T10:46:15.928Z] [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 71 kB/s) [2022-08-08T10:46:15.928Z] [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 [2022-08-08T10:46:15.928Z] [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 18 MB/s) [2022-08-08T10:46:16.186Z] [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 [2022-08-08T10:46:16.186Z] [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 24 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 3.3 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 1.7 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 2.2 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 1.8 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 5.7 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 3.4 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 1.9 MB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 355 kB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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 511 kB/s) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.187Z] [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) [2022-08-08T10:46:16.187Z] [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 [2022-08-08T10:46:16.188Z] [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 359 kB/s) [2022-08-08T10:46:16.188Z] [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 [2022-08-08T10:46:16.446Z] [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 366 kB/s) [2022-08-08T10:46:16.446Z] [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 [2022-08-08T10:46:16.446Z] [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 314 kB/s) [2022-08-08T10:46:16.446Z] [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 [2022-08-08T10:46:16.446Z] [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 479 kB/s) [2022-08-08T10:46:16.446Z] [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 [2022-08-08T10:46:16.446Z] [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 23 MB/s) [2022-08-08T10:46:16.704Z] [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... [2022-08-08T10:46:16.704Z] [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 [2022-08-08T10:46:16.704Z] [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 1.7 MB/s) [2022-08-08T10:46:16.704Z] [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 [2022-08-08T10:46:16.704Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2-sources.jar (26 kB at 1.4 MB/s) [2022-08-08T10:46:16.704Z] [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 [2022-08-08T10:46:16.704Z] [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.3 MB/s) [2022-08-08T10:46:16.704Z] [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 [2022-08-08T10:46:16.704Z] [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.1 MB/s) [2022-08-08T10:46:16.704Z] [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 [2022-08-08T10:46:16.704Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 3.0 MB/s) [2022-08-08T10:46:16.704Z] [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 [2022-08-08T10:46:16.962Z] [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 1.9 MB/s) [2022-08-08T10:46:16.962Z] [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 [2022-08-08T10:46:16.962Z] [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 9.0 MB/s) [2022-08-08T10:46:16.963Z] [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... [2022-08-08T10:46:16.963Z] [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 [2022-08-08T10:46:16.963Z] [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 6.9 MB/s) [2022-08-08T10:46:16.963Z] [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 [2022-08-08T10:46:16.963Z] [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 7.8 MB/s) [2022-08-08T10:46:16.963Z] [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 [2022-08-08T10:46:16.963Z] [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.2 MB/s) [2022-08-08T10:46:16.963Z] [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 [2022-08-08T10:46:16.963Z] [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 5.9 MB/s) [2022-08-08T10:46:16.963Z] [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 [2022-08-08T10:46:17.222Z] [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.5 MB/s) [2022-08-08T10:46:17.222Z] [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 [2022-08-08T10:46:17.222Z] [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 1.4 MB/s) [2022-08-08T10:46:17.222Z] [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 [2022-08-08T10:46:17.222Z] [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 17 MB/s) [2022-08-08T10:46:17.222Z] [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 [2022-08-08T10:46:17.222Z] [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 3.6 MB/s) [2022-08-08T10:46:17.222Z] [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 [2022-08-08T10:46:17.222Z] [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 4.8 MB/s) [2022-08-08T10:46:17.223Z] [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 [2022-08-08T10:46:17.223Z] [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 3.6 MB/s) [2022-08-08T10:46:17.223Z] [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 [2022-08-08T10:46:17.223Z] [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 8.1 MB/s) [2022-08-08T10:46:17.223Z] [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 [2022-08-08T10:46:17.223Z] [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.8 MB/s) [2022-08-08T10:46:17.223Z] [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 [2022-08-08T10:46:17.481Z] [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 802 kB/s) [2022-08-08T10:46:17.481Z] [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 [2022-08-08T10:46:17.739Z] [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 772 kB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.739Z] [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 825 kB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.739Z] [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 682 kB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.739Z] [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 1.1 MB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.739Z] [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.5 MB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.739Z] [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 956 kB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.739Z] [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 667 kB/s) [2022-08-08T10:46:17.739Z] [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 [2022-08-08T10:46:17.740Z] [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 941 kB/s) [2022-08-08T10:46:17.740Z] [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 [2022-08-08T10:46:17.740Z] [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 807 kB/s) [2022-08-08T10:46:17.740Z] [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 [2022-08-08T10:46:18.002Z] [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 3.5 MB/s) [2022-08-08T10:46:18.002Z] [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 [2022-08-08T10:46:18.002Z] [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 2.1 MB/s) [2022-08-08T10:46:18.002Z] [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 [2022-08-08T10:46:18.002Z] [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 478 kB/s) [2022-08-08T10:46:18.002Z] [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 [2022-08-08T10:46:18.002Z] [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 496 kB/s) [2022-08-08T10:46:18.002Z] [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 [2022-08-08T10:46:18.003Z] [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 425 kB/s) [2022-08-08T10:46:18.003Z] [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 [2022-08-08T10:46:18.003Z] [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 349 kB/s) [2022-08-08T10:46:18.003Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25-I-builds/I20220728-1800 [2022-08-08T10:46:18.260Z] [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 [2022-08-08T10:46:18.517Z] [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 [2022-08-08T10:46:18.517Z] [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 [2022-08-08T10:46:18.518Z] [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 [2022-08-08T10:46:18.518Z] [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 [2022-08-08T10:46:19.891Z] [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 [2022-08-08T10:46:21.487Z] [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 [2022-08-08T10:46:21.488Z] [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 [2022-08-08T10:46:21.488Z] [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 [2022-08-08T10:46:21.488Z] [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 [2022-08-08T10:46:21.488Z] [INFO] ------------------------------------------------------------------------ [2022-08-08T10:46:21.488Z] [INFO] Reactor Build Order: [2022-08-08T10:46:21.488Z] [INFO] [2022-08-08T10:46:21.488Z] [INFO] eclipse-platform-parent [pom] [2022-08-08T10:46:21.488Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2022-08-08T10:46:21.488Z] [INFO] eclipse.platform.releng.java19patch [pom] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.jdt.dummy [eclipse-plugin] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.jdt [eclipse-feature] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.pde.dummy [eclipse-plugin] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.pde [eclipse-feature] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.jdt.core [eclipse-plugin] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.pde.api.tools [eclipse-plugin] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.jdt.java19patch [eclipse-feature] [2022-08-08T10:46:21.488Z] [INFO] org.eclipse.pde.java19patch [eclipse-feature] [2022-08-08T10:46:21.488Z] [INFO] eclipse.releng.repository.java19patch [eclipse-repository] [2022-08-08T10:46:21.753Z] [INFO] [2022-08-08T10:46:21.753Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2022-08-08T10:46:21.753Z] [INFO] Building eclipse-platform-parent 4.25.0-SNAPSHOT [1/12] [2022-08-08T10:46:21.753Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-08-08T10:46:21.753Z] [INFO] [2022-08-08T10:46:21.753Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-platform-parent --- [2022-08-08T10:46:21.753Z] [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 [2022-08-08T10:46:21.753Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-08-08T10:46:21.753Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-08-08T10:46:21.754Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 9.3 MB/s) [2022-08-08T10:46:21.754Z] [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 4.0 MB/s) [2022-08-08T10:46:21.754Z] [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 4.2 MB/s) [2022-08-08T10:46:21.754Z] [INFO] [2022-08-08T10:46:21.754Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-platform-parent --- [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:21.754Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 289 kB/s) [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.012Z] [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) [2022-08-08T10:46:22.012Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-08-08T10:46:22.012Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-08-08T10:46:22.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-08-08T10:46:22.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-08-08T10:46:22.012Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-08-08T10:46:22.012Z] [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 [2022-08-08T10:46:22.269Z] [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 158 kB/s) [2022-08-08T10:46:22.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-08-08T10:46:22.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-08-08T10:46:22.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-08-08T10:46:22.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-08-08T10:46:22.270Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 246 kB/s) [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 136 kB/s) [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.270Z] [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 [2022-08-08T10:46:22.271Z] [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 [2022-08-08T10:46:22.271Z] [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 [2022-08-08T10:46:22.271Z] [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 [2022-08-08T10:46:22.271Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 3.1 MB/s) [2022-08-08T10:46:22.528Z] [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 404 kB/s) [2022-08-08T10:46:22.528Z] [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 9.4 MB/s) [2022-08-08T10:46:22.528Z] [INFO] Copying 1 resource [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [INFO] [2022-08-08T10:46:22.528Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-platform-parent --- [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 184 kB/s) [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.528Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 189 kB/s) [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [2022-08-08T10:46:22.529Z] [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 [2022-08-08T10:46:22.786Z] [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 1.1 MB/s) [2022-08-08T10:46:22.786Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-08-08T10:46:22.786Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-08-08T10:46:22.786Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-08-08T10:46:22.786Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-08-08T10:46:22.786Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 1.3 MB/s) [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 212 kB/s) [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.786Z] [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 [2022-08-08T10:46:22.787Z] [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 [2022-08-08T10:46:22.787Z] [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 [2022-08-08T10:46:22.787Z] [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 [2022-08-08T10:46:22.787Z] [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 107 kB/s) [2022-08-08T10:46:22.787Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [2022-08-08T10:46:22.787Z] [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 [2022-08-08T10:46:22.787Z] [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 392 kB/s) [2022-08-08T10:46:22.787Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom [2022-08-08T10:46:22.787Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/26/weld-parent-26.pom [2022-08-08T10:46:23.044Z] [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 [2022-08-08T10:46:23.044Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.5 MB/s) [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 289 kB/s) [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 504 kB/s) [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.045Z] [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 47 kB/s) [2022-08-08T10:46:23.045Z] [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 [2022-08-08T10:46:23.303Z] [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 [2022-08-08T10:46:23.303Z] [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 [2022-08-08T10:46:23.303Z] [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 [2022-08-08T10:46:23.303Z] [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 [2022-08-08T10:46:23.303Z] [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 [2022-08-08T10:46:23.303Z] [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 60 kB/s) [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 57 kB/s) [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.304Z] [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 [2022-08-08T10:46:23.562Z] [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 102 kB/s) [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.562Z] [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 78 kB/s) [2022-08-08T10:46:23.562Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-08-08T10:46:23.562Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-08-08T10:46:23.562Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-08-08T10:46:23.562Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-08-08T10:46:23.562Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-08-08T10:46:23.562Z] [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 [2022-08-08T10:46:23.563Z] [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 261 kB/s) [2022-08-08T10:46:23.563Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-08-08T10:46:23.563Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-08-08T10:46:23.563Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-08-08T10:46:23.820Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-08-08T10:46:23.821Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 280 kB/s) [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 138 kB/s) [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 89 kB/s) [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:23.821Z] [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 [2022-08-08T10:46:24.081Z] [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 115 kB/s) [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 77 kB/s) [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.081Z] [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 [2022-08-08T10:46:24.340Z] [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 46 kB/s) [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 735 kB/s) [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 [2022-08-08T10:46:24.340Z] [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 76 kB/s) [2022-08-08T10:46:24.341Z] [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 [2022-08-08T10:46:24.341Z] [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 [2022-08-08T10:46:24.341Z] [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 [2022-08-08T10:46:24.341Z] [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 [2022-08-08T10:46:24.341Z] [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 [2022-08-08T10:46:24.341Z] [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 [2022-08-08T10:46:24.599Z] [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 51 kB/s) [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.599Z] [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 87 kB/s) [2022-08-08T10:46:24.599Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 497 kB/s) [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.600Z] [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 [2022-08-08T10:46:24.857Z] [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 355 kB/s) [2022-08-08T10:46:24.857Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [2022-08-08T10:46:24.857Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [2022-08-08T10:46:24.857Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [2022-08-08T10:46:24.857Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [2022-08-08T10:46:24.857Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [2022-08-08T10:46:24.857Z] [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 [2022-08-08T10:46:24.857Z] [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 937 kB/s) [2022-08-08T10:46:24.857Z] [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 [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:24.858Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.pom [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:24.858Z] [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 407 kB/s) [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:24.858Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 306 kB/s) [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 117 kB/s) [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2022-08-08T10:46:25.116Z] [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 [2022-08-08T10:46:25.374Z] [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 478 kB/s) [2022-08-08T10:46:25.374Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-08-08T10:46:25.374Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-08-08T10:46:25.374Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-08-08T10:46:25.374Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-08-08T10:46:25.374Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 227 kB/s) [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 434 kB/s) [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.374Z] [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 [2022-08-08T10:46:25.632Z] [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 97 kB/s) [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 38 kB/s) [2022-08-08T10:46:25.632Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 861 kB/s) [2022-08-08T10:46:25.632Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/24/maven-parent-24.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom [2022-08-08T10:46:25.632Z] [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 [2022-08-08T10:46:25.632Z] [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 997 kB/s) [2022-08-08T10:46:25.632Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom [2022-08-08T10:46:25.632Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/14/apache-14.pom [2022-08-08T10:46:25.890Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom [2022-08-08T10:46:25.890Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom [2022-08-08T10:46:25.890Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom [2022-08-08T10:46:25.890Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [2022-08-08T10:46:25.890Z] [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 524 kB/s) [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.890Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.891Z] [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 [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:25.892Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-08-08T10:46:25.892Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.150Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-08-08T10:46:26.150Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-08-08T10:46:26.151Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.jar [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.152Z] [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 [2022-08-08T10:46:26.410Z] [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 6.4 MB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 6.2 MB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 676 kB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 1.2 MB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 280 kB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 903 kB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 1.9 MB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 5.6 MB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 7.1 MB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 500 kB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.410Z] [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 781 kB/s) [2022-08-08T10:46:26.410Z] [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 [2022-08-08T10:46:26.411Z] [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 397 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 228 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 518 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 240 kB/s) [2022-08-08T10:46:26.411Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-08-08T10:46:26.411Z] [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 1.2 MB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 1.2 MB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 31 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 921 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 381 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 2.4 MB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 285 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 71 kB/s) [2022-08-08T10:46:26.411Z] [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 [2022-08-08T10:46:26.411Z] [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 148 kB/s) [2022-08-08T10:46:26.411Z] [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 668 kB/s) [2022-08-08T10:46:26.411Z] [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 431 kB/s) [2022-08-08T10:46:26.411Z] [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 9.6 MB/s) [2022-08-08T10:46:26.411Z] [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 1.7 MB/s) [2022-08-08T10:46:26.670Z] [INFO] [2022-08-08T10:46:26.670Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-platform-parent --- [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [INFO] [2022-08-08T10:46:26.670Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-platform-parent --- [2022-08-08T10:46:26.670Z] [INFO] [2022-08-08T10:46:26.670Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2022-08-08T10:46:26.670Z] [INFO] Skipped [2022-08-08T10:46:26.670Z] [INFO] [2022-08-08T10:46:26.670Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-platform-parent --- [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 259 kB/s) [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 944 kB/s) [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.670Z] [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 170 kB/s) [2022-08-08T10:46:26.670Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 118 kB/s) [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 91 kB/s) [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.928Z] [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 [2022-08-08T10:46:26.929Z] [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 [2022-08-08T10:46:27.187Z] [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 34 kB/s) [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 102 kB/s) [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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) [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.187Z] [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 [2022-08-08T10:46:27.188Z] [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 [2022-08-08T10:46:27.188Z] [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 [2022-08-08T10:46:27.188Z] [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 [2022-08-08T10:46:27.445Z] [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 89 kB/s) [2022-08-08T10:46:27.445Z] [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 [2022-08-08T10:46:27.445Z] [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 [2022-08-08T10:46:27.445Z] [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 [2022-08-08T10:46:27.445Z] [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 [2022-08-08T10:46:27.445Z] [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 [2022-08-08T10:46:27.445Z] [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 [2022-08-08T10:46:27.446Z] [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 141 kB/s) [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 98 kB/s) [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.446Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 219 kB/s) [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 624 kB/s) [2022-08-08T10:46:27.704Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-08-08T10:46:27.704Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-08-08T10:46:27.704Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-08-08T10:46:27.704Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-08-08T10:46:27.704Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 34 kB/s) [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.704Z] [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 [2022-08-08T10:46:27.981Z] [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 69 kB/s) [2022-08-08T10:46:27.982Z] [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 [2022-08-08T10:46:27.982Z] [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 [2022-08-08T10:46:27.983Z] [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 [2022-08-08T10:46:27.983Z] [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 [2022-08-08T10:46:27.983Z] [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 [2022-08-08T10:46:27.983Z] [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 [2022-08-08T10:46:27.983Z] [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 377 kB/s) [2022-08-08T10:46:27.983Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-08-08T10:46:27.984Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-08-08T10:46:27.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-08-08T10:46:27.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-08-08T10:46:27.986Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-08-08T10:46:27.986Z] [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 [2022-08-08T10:46:27.987Z] [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 941 kB/s) [2022-08-08T10:46:27.987Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-08-08T10:46:27.988Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-08-08T10:46:27.988Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-08-08T10:46:27.989Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-08-08T10:46:28.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-08-08T10:46:28.261Z] [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 [2022-08-08T10:46:28.261Z] [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 43 kB/s) [2022-08-08T10:46:28.261Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 164 kB/s) [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 515 kB/s) [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.262Z] [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 [2022-08-08T10:46:28.263Z] [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 [2022-08-08T10:46:28.263Z] [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 [2022-08-08T10:46:28.263Z] [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 [2022-08-08T10:46:28.263Z] [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 [2022-08-08T10:46:28.263Z] [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 21 kB/s) [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 92 kB/s) [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 178 kB/s) [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.534Z] [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 [2022-08-08T10:46:28.535Z] [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 [2022-08-08T10:46:28.535Z] [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 [2022-08-08T10:46:28.535Z] [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 136 kB/s) [2022-08-08T10:46:28.535Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 91 kB/s) [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.800Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 827 kB/s) [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 156 kB/s) [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:28.801Z] [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 [2022-08-08T10:46:29.059Z] [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 140 kB/s) [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 151 kB/s) [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 609 kB/s) [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.059Z] [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 [2022-08-08T10:46:29.317Z] [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 393 kB/s) [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 421 kB/s) [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.317Z] [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 [2022-08-08T10:46:29.574Z] [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 [2022-08-08T10:46:29.574Z] [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 365 kB/s) [2022-08-08T10:46:29.574Z] [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 [2022-08-08T10:46:29.574Z] [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 [2022-08-08T10:46:29.574Z] [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 [2022-08-08T10:46:29.574Z] [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 [2022-08-08T10:46:29.575Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [2022-08-08T10:46:29.575Z] [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 [2022-08-08T10:46:29.575Z] [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 80 kB/s) [2022-08-08T10:46:29.575Z] [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 [2022-08-08T10:46:29.831Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 47 kB/s) [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 291 kB/s) [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:29.832Z] [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 105 kB/s) [2022-08-08T10:46:29.832Z] [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 [2022-08-08T10:46:30.089Z] [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 [2022-08-08T10:46:30.089Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 77 kB/s) [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 330 kB/s) [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.090Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 496 kB/s) [2022-08-08T10:46:30.348Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-08-08T10:46:30.348Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-08-08T10:46:30.348Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-08-08T10:46:30.348Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-08-08T10:46:30.348Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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.8 MB/s) [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 177 kB/s) [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.348Z] [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 [2022-08-08T10:46:30.606Z] [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 [2022-08-08T10:46:30.607Z] [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 693 kB/s) [2022-08-08T10:46:30.607Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-08-08T10:46:30.607Z] [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 [2022-08-08T10:46:30.607Z] [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 800 kB/s) [2022-08-08T10:46:30.607Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-08-08T10:46:30.607Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-08-08T10:46:30.607Z] [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 [2022-08-08T10:46:30.607Z] [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 2.4 MB/s) [2022-08-08T10:46:30.607Z] [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 [2022-08-08T10:46:30.607Z] [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 [2022-08-08T10:46:30.607Z] [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 [2022-08-08T10:46:30.607Z] [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 [2022-08-08T10:46:30.607Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 111 kB/s) [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-08-08T10:46:30.866Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.866Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-08-08T10:46:30.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.867Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-08-08T10:46:30.868Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.868Z] [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 [2022-08-08T10:46:30.869Z] [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 [2022-08-08T10:46:30.869Z] [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 [2022-08-08T10:46:30.869Z] [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 [2022-08-08T10:46:30.869Z] [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 [2022-08-08T10:46:30.869Z] [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 [2022-08-08T10:46:30.869Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-08-08T10:46:30.869Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-08-08T10:46:30.869Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-08-08T10:46:31.128Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.128Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.129Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-08-08T10:46:31.130Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.130Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-08-08T10:46:31.130Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-08-08T10:46:31.130Z] [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 [2022-08-08T10:46:31.131Z] [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 363 kB/s) [2022-08-08T10:46:31.131Z] [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 716 kB/s) [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-08-08T10:46:31.131Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.131Z] [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 [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2022-08-08T10:46:31.132Z] [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 [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [2022-08-08T10:46:31.132Z] [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 [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-08-08T10:46:31.132Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2022-08-08T10:46:31.390Z] [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 [2022-08-08T10:46:31.390Z] [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 [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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.6 MB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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.2 MB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 2.0 MB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 5.0 MB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 280 kB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 447 kB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 2.6 MB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 8.2 MB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.391Z] [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 751 kB/s) [2022-08-08T10:46:31.391Z] [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 [2022-08-08T10:46:31.392Z] [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 353 kB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 2.0 MB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 705 kB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 356 kB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 1.3 MB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 1.5 MB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 397 kB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 1.7 MB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 32 kB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 44 kB/s) [2022-08-08T10:46:31.392Z] [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 [2022-08-08T10:46:31.392Z] [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 2.5 MB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 3.3 MB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 3.2 MB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 28 kB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 13 kB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 115 kB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 46 kB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 72 kB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.2 MB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 3.4 MB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.393Z] [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 269 kB/s) [2022-08-08T10:46:31.393Z] [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 [2022-08-08T10:46:31.651Z] [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 1.3 MB/s) [2022-08-08T10:46:31.651Z] [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 1.3 MB/s) [2022-08-08T10:46:31.651Z] [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 158 kB/s) [2022-08-08T10:46:31.651Z] [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 134 kB/s) [2022-08-08T10:46:31.651Z] [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.2 MB/s) [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-platform-parent --- [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2022-08-08T10:46:31.909Z] [INFO] Building eclipse-sdk-prereqs 4.25.0-SNAPSHOT [2/12] [2022-08-08T10:46:31.909Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:31.909Z] [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 [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:31.909Z] [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 [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:31.909Z] [INFO] [2022-08-08T10:46:31.909Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:31.909Z] [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 [2022-08-08T10:46:31.909Z] [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 [2022-08-08T10:46:31.909Z] [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 [2022-08-08T10:46:31.909Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 57 kB/s) [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 46 kB/s) [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 280 kB/s) [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:31.910Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 459 kB/s) [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [2022-08-08T10:46:32.168Z] [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 [2022-08-08T10:46:32.168Z] [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 134 kB/s) [2022-08-08T10:46:32.168Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-08-08T10:46:32.168Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-08-08T10:46:32.169Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-08-08T10:46:32.426Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-08-08T10:46:32.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 105 kB/s) [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 44 kB/s) [2022-08-08T10:46:32.427Z] [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.064428-242.pom [2022-08-08T10:46:32.427Z] [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.064428-242.pom (1.9 kB at 111 kB/s) [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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.064428-242.jar [2022-08-08T10:46:32.427Z] [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.064428-242.jar (6.2 kB at 363 kB/s) [2022-08-08T10:46:32.427Z] [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 249 kB/s) [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.427Z] [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 [2022-08-08T10:46:32.689Z] [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 [2022-08-08T10:46:32.689Z] [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 [2022-08-08T10:46:32.689Z] [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 [2022-08-08T10:46:32.689Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [2022-08-08T10:46:32.689Z] [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 [2022-08-08T10:46:32.689Z] [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 [2022-08-08T10:46:32.689Z] [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 7.3 MB/s) [2022-08-08T10:46:32.689Z] [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 21 MB/s) [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:32.947Z] [INFO] Skipped [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] ----< eclipse.platform.releng:eclipse.platform.releng.java19patch >----- [2022-08-08T10:46:32.947Z] [INFO] Building eclipse.platform.releng.java19patch 4.25.0-SNAPSHOT [3/12] [2022-08-08T10:46:32.947Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [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 [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [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 [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [INFO] Skipped [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.releng.java19patch --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.dummy >---------------- [2022-08-08T10:46:32.947Z] [INFO] Building org.eclipse.jdt.dummy 1.1.300-SNAPSHOT [4/12] [2022-08-08T10:46:32.947Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:32.947Z] [INFO] [2022-08-08T10:46:32.947Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:36.227Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504 [2022-08-08T10:46:36.227Z] [INFO] [2022-08-08T10:46:36.227Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:36.227Z] [INFO] [2022-08-08T10:46:36.227Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:36.227Z] [INFO] [2022-08-08T10:46:36.227Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:36.227Z] [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 [2022-08-08T10:46:36.227Z] [INFO] [2022-08-08T10:46:36.227Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:36.227Z] [INFO] [2022-08-08T10:46:36.228Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:36.228Z] [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 [2022-08-08T10:46:36.228Z] [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 [2022-08-08T10:46:36.228Z] [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 [2022-08-08T10:46:36.228Z] [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 [2022-08-08T10:46:36.228Z] [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 [2022-08-08T10:46:36.228Z] [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 [2022-08-08T10:46:36.488Z] [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 156 kB/s) [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 869 kB/s) [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 225 kB/s) [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.488Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 132 kB/s) [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.747Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 [2022-08-08T10:46:36.748Z] [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 984 kB/s) [2022-08-08T10:46:36.748Z] [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 10 MB/s) [2022-08-08T10:46:36.748Z] [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 21 MB/s) [2022-08-08T10:46:37.007Z] [INFO] Executing tasks [2022-08-08T10:46:37.007Z] [INFO] Executed tasks [2022-08-08T10:46:37.007Z] [INFO] [2022-08-08T10:46:37.007Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:37.266Z] [INFO] [2022-08-08T10:46:37.266Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:37.266Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 10 kB/s) [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 54 kB/s) [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.524Z] [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 [2022-08-08T10:46:37.525Z] [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 [2022-08-08T10:46:37.525Z] [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 [2022-08-08T10:46:37.525Z] [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 243 kB/s) [2022-08-08T10:46:37.525Z] [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 [2022-08-08T10:46:37.525Z] [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 [2022-08-08T10:46:37.525Z] [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 [2022-08-08T10:46:37.525Z] [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 [2022-08-08T10:46:37.525Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 149 kB/s) [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 62 kB/s) [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:46:37.783Z] [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) [2022-08-08T10:46:37.783Z] [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.064428-244.pom [2022-08-08T10:46:37.783Z] [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.064428-244.pom (2.4 kB at 86 kB/s) [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.783Z] [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 [2022-08-08T10:46:37.784Z] [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 [2022-08-08T10:46:37.784Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/3.0.0-SNAPSHOT/maven-metadata.xml [2022-08-08T10:46:37.784Z] [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 19 kB/s) [2022-08-08T10:46:37.784Z] [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.064428-244.pom [2022-08-08T10:46:38.041Z] [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.064428-244.pom (1.6 kB at 78 kB/s) [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.30.0/ecj-3.30.0.pom [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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 76 kB/s) [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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 [2022-08-08T10:46:38.041Z] [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.064428-244.jar [2022-08-08T10:46:38.042Z] [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.064428-244.jar [2022-08-08T10:46:38.042Z] [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.064428-244.jar (18 kB at 502 kB/s) [2022-08-08T10:46:38.042Z] [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.064428-244.jar (3.5 kB at 95 kB/s) [2022-08-08T10:46:38.042Z] [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 [2022-08-08T10:46:38.042Z] [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 [2022-08-08T10:46:38.042Z] [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 [2022-08-08T10:46:38.299Z] [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 26 MB/s) [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 [2022-08-08T10:46:38.300Z] [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 1.6 MB/s) [2022-08-08T10:46:38.300Z] [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 161 kB/s) [2022-08-08T10:46:38.557Z] [INFO] Resolving class path of org.eclipse.jdt.dummy... [2022-08-08T10:46:38.557Z] [INFO] [2022-08-08T10:46:38.557Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.557Z] [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 [2022-08-08T10:46:38.558Z] [INFO] [2022-08-08T10:46:38.558Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.558Z] [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 [2022-08-08T10:46:38.558Z] [INFO] [2022-08-08T10:46:38.558Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.558Z] [INFO] No sources to compile [2022-08-08T10:46:38.558Z] [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 [2022-08-08T10:46:38.558Z] [INFO] [2022-08-08T10:46:38.558Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.816Z] [INFO] [2022-08-08T10:46:38.816Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.816Z] [INFO] [2022-08-08T10:46:38.816Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.816Z] [INFO] [2022-08-08T10:46:38.816Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.816Z] [INFO] [2022-08-08T10:46:38.816Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.816Z] [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 [2022-08-08T10:46:38.817Z] [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 359 kB/s) [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 188 kB/s) [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:38.817Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 227 kB/s) [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.076Z] [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 [2022-08-08T10:46:39.077Z] [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 205 kB/s) [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 228 kB/s) [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 121 kB/s) [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.077Z] [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 [2022-08-08T10:46:39.335Z] [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 [2022-08-08T10:46:39.335Z] [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 [2022-08-08T10:46:39.335Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 53 kB/s) [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 149 kB/s) [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.336Z] [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 311 kB/s) [2022-08-08T10:46:39.336Z] [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 [2022-08-08T10:46:39.594Z] [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 [2022-08-08T10:46:39.594Z] [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 [2022-08-08T10:46:39.594Z] [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 [2022-08-08T10:46:39.594Z] [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 [2022-08-08T10:46:39.594Z] [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 [2022-08-08T10:46:39.594Z] [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 271 kB/s) [2022-08-08T10:46:39.594Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-08-08T10:46:39.595Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-08-08T10:46:39.595Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-08-08T10:46:39.595Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-08-08T10:46:39.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 148 kB/s) [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 433 kB/s) [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.595Z] [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 [2022-08-08T10:46:39.596Z] [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 [2022-08-08T10:46:39.596Z] [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 [2022-08-08T10:46:39.596Z] [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 [2022-08-08T10:46:39.596Z] [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 [2022-08-08T10:46:39.596Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.855Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-08-08T10:46:39.855Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-08-08T10:46:39.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.856Z] [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 [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 616 kB/s) [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 1.2 MB/s) [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 4.2 MB/s) [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (305 kB at 9.0 MB/s) [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 3.0 MB/s) [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [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 141 kB/s) [2022-08-08T10:46:39.857Z] [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 [2022-08-08T10:46:39.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.0 MB/s) [2022-08-08T10:46:39.857Z] [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 827 kB/s) [2022-08-08T10:46:39.857Z] [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 1.4 MB/s) [2022-08-08T10:46:40.115Z] [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 2.9 MB/s) [2022-08-08T10:46:40.115Z] [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 12 MB/s) [2022-08-08T10:46:40.115Z] [INFO] Tests are skipped. [2022-08-08T10:46:40.115Z] [INFO] [2022-08-08T10:46:40.115Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.115Z] [INFO] [2022-08-08T10:46:40.115Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.115Z] [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 [2022-08-08T10:46:40.116Z] [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 [2022-08-08T10:46:40.374Z] [INFO] [2022-08-08T10:46:40.374Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [INFO] [2022-08-08T10:46:40.374Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.374Z] [INFO] [2022-08-08T10:46:40.374Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.374Z] [INFO] Skipping tests [2022-08-08T10:46:40.374Z] [INFO] [2022-08-08T10:46:40.374Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 264 kB/s) [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.374Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 74 kB/s) [2022-08-08T10:46:40.632Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2022-08-08T10:46:40.632Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom [2022-08-08T10:46:40.632Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2022-08-08T10:46:40.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2022-08-08T10:46:40.632Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 1.2 MB/s) [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 [2022-08-08T10:46:40.632Z] [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 1.5 MB/s) [2022-08-08T10:46:40.632Z] [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 1.4 MB/s) [2022-08-08T10:46:40.891Z] [INFO] Tests are skipped. [2022-08-08T10:46:40.891Z] [INFO] [2022-08-08T10:46:40.891Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.891Z] [INFO] Skipped [2022-08-08T10:46:40.891Z] [INFO] [2022-08-08T10:46:40.891Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:40.891Z] [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 [2022-08-08T10:46:42.265Z] [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 [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.dummy --- [2022-08-08T10:46:43.641Z] [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 [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [2022-08-08T10:46:43.641Z] [INFO] Building org.eclipse.jdt 3.18.1300.v20220728-1800 [5/12] [2022-08-08T10:46:43.641Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt --- [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [2022-08-08T10:46:43.641Z] [INFO] The project's OSGi version is 3.18.1300.v20220728-1800 [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt --- [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt --- [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.641Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [2022-08-08T10:46:43.641Z] [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 [2022-08-08T10:46:43.641Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [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 [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:46:43.642Z] [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 [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] Skipped [2022-08-08T10:46:43.642Z] [INFO] [2022-08-08T10:46:43.642Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt --- [2022-08-08T10:46:43.642Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java19patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1300.v20220728-1800.jar [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt --- [2022-08-08T10:46:44.575Z] [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 [2022-08-08T10:46:44.575Z] [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 [2022-08-08T10:46:44.575Z] no-classifier: different [2022-08-08T10:46:44.575Z] feature.properties: properties files differ [2022-08-08T10:46:44.575Z] copyright: baseline='Copyright (c) 2000, 2020 IBM Corporation and others. [2022-08-08T10:46:44.575Z] All rights reserved. This program and the accompanying materials [2022-08-08T10:46:44.575Z] are made available under the terms of the Eclipse Public License v1.0 [2022-08-08T10:46:44.575Z] which accompanies this distribution, and is available at [2022-08-08T10:46:44.575Z] http://www.eclipse.org/legal/epl-v10.html [2022-08-08T10:46:44.575Z] [2022-08-08T10:46:44.575Z] Contributors: [2022-08-08T10:46:44.575Z] IBM Corporation - initial API and implementation [2022-08-08T10:46:44.575Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others. [2022-08-08T10:46:44.575Z] [2022-08-08T10:46:44.575Z] This program and the accompanying materials [2022-08-08T10:46:44.575Z] are made available under the terms of the Eclipse Public License 2.0 [2022-08-08T10:46:44.575Z] which accompanies this distribution, and is available at [2022-08-08T10:46:44.575Z] https://www.eclipse.org/legal/epl-2.0/ [2022-08-08T10:46:44.575Z] [2022-08-08T10:46:44.575Z] SPDX-License-Identifier: EPL-2.0 [2022-08-08T10:46:44.575Z] [2022-08-08T10:46:44.575Z] Contributors: [2022-08-08T10:46:44.575Z] IBM Corporation - initial API and implementation [2022-08-08T10:46:44.575Z] ' [2022-08-08T10:46:44.575Z] description: baseline='Eclipse Java development tools (binary runtime and user documentation).' != reactor='Dummy feature for build-time constraint.' [2022-08-08T10:46:44.575Z] featureName: baseline='Eclipse Java Development Tools' != reactor='Eclipse Java Development Tools - Dummy, for build only. ' [2022-08-08T10:46:44.575Z] feature.xml: different [2022-08-08T10:46:44.575Z] [2022-08-08T10:46:44.575Z] [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 [2022-08-08T10:46:44.575Z] The main artifact has been replaced with the baseline version. [2022-08-08T10:46:44.575Z] [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.dummy >---------------- [2022-08-08T10:46:44.575Z] [INFO] Building org.eclipse.pde.dummy 1.1.300-SNAPSHOT [6/12] [2022-08-08T10:46:44.575Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.575Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504 [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.575Z] [INFO] [2022-08-08T10:46:44.575Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [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 [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [INFO] Executing tasks [2022-08-08T10:46:44.576Z] [INFO] Executed tasks [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [INFO] Resolving class path of org.eclipse.pde.dummy... [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [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 [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [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 [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [INFO] No sources to compile [2022-08-08T10:46:44.576Z] [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 [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.576Z] [INFO] [2022-08-08T10:46:44.576Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [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 [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] Tests are skipped. [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [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 [2022-08-08T10:46:44.834Z] [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 [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [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 [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] Skipping tests [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] Tests are skipped. [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.834Z] [INFO] Skipped [2022-08-08T10:46:44.834Z] [INFO] [2022-08-08T10:46:44.834Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:44.835Z] [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 [2022-08-08T10:46:46.208Z] [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 [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.dummy --- [2022-08-08T10:46:47.140Z] [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 [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --------------< org.eclipse.pde.feature:org.eclipse.pde >--------------- [2022-08-08T10:46:47.140Z] [INFO] Building org.eclipse.pde 3.14.1300.v20220728-1800 [7/12] [2022-08-08T10:46:47.140Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde --- [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde --- [2022-08-08T10:46:47.140Z] [INFO] The project's OSGi version is 3.14.1300.v20220728-1800 [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde --- [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde --- [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde --- [2022-08-08T10:46:47.140Z] [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 [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.140Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde --- [2022-08-08T10:46:47.140Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde --- [2022-08-08T10:46:47.141Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde --- [2022-08-08T10:46:47.141Z] [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 [2022-08-08T10:46:47.141Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde --- [2022-08-08T10:46:47.141Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde --- [2022-08-08T10:46:47.141Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde --- [2022-08-08T10:46:47.141Z] [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 [2022-08-08T10:46:47.141Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [2022-08-08T10:46:47.141Z] [INFO] [2022-08-08T10:46:47.141Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde --- [2022-08-08T10:46:47.399Z] [INFO] [2022-08-08T10:46:47.399Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [2022-08-08T10:46:47.399Z] [INFO] Skipped [2022-08-08T10:46:47.399Z] [INFO] [2022-08-08T10:46:47.399Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde --- [2022-08-08T10:46:47.399Z] [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 [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde --- [2022-08-08T10:46:48.333Z] [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 [2022-08-08T10:46:48.333Z] [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 [2022-08-08T10:46:48.333Z] no-classifier: different [2022-08-08T10:46:48.333Z] feature.properties: properties files differ [2022-08-08T10:46:48.333Z] copyright: baseline='Copyright (c) 2000, 2015 IBM Corporation and others. [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] This program and the accompanying materials [2022-08-08T10:46:48.333Z] are made available under the terms of the Eclipse Public License 2.0 [2022-08-08T10:46:48.333Z] which accompanies this distribution, and is available at [2022-08-08T10:46:48.333Z] https://www.eclipse.org/legal/epl-2.0/ [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] SPDX-License-Identifier: EPL-2.0 [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] Contributors: [2022-08-08T10:46:48.333Z] IBM Corporation - initial API and implementation [2022-08-08T10:46:48.333Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others. [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] This program and the accompanying materials [2022-08-08T10:46:48.333Z] are made available under the terms of the Eclipse Public License 2.0 [2022-08-08T10:46:48.333Z] which accompanies this distribution, and is available at [2022-08-08T10:46:48.333Z] https://www.eclipse.org/legal/epl-2.0/ [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] SPDX-License-Identifier: EPL-2.0 [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] Contributors: [2022-08-08T10:46:48.333Z] IBM Corporation - initial API and implementation [2022-08-08T10:46:48.333Z] ' [2022-08-08T10:46:48.333Z] description: baseline='Eclipse plug-in development environment.' != reactor='Dummy feature for build-time constraint.' [2022-08-08T10:46:48.333Z] featureName: baseline='Eclipse Plug-in Development Environment' != reactor='Eclipse Java Development Tools - Dummy, for build only. ' [2022-08-08T10:46:48.333Z] feature.xml: different [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] [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 [2022-08-08T10:46:48.333Z] The main artifact has been replaced with the baseline version. [2022-08-08T10:46:48.333Z] [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [2022-08-08T10:46:48.333Z] [INFO] Building org.eclipse.jdt.core 3.31.0-SNAPSHOT [8/12] [2022-08-08T10:46:48.333Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.core --- [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- [2022-08-08T10:46:48.333Z] [INFO] The project's OSGi version is 3.31.0.v20220808-0523_BETA_JAVA19 [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.core --- [2022-08-08T10:46:48.333Z] [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 [2022-08-08T10:46:48.333Z] [INFO] [2022-08-08T10:46:48.333Z] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core --- [2022-08-08T10:46:48.334Z] [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 [2022-08-08T10:46:48.334Z] [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 [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [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 368 kB/s) [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [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 [2022-08-08T10:46:48.591Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 130 kB/s) [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 71 kB/s) [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.592Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 47 kB/s) [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 117 kB/s) [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:48.850Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2022-08-08T10:46:48.850Z] [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 [2022-08-08T10:46:49.108Z] [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 18 kB/s) [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 206 kB/s) [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 558 kB/s) [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.108Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 41 kB/s) [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 212 kB/s) [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 139 kB/s) [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.366Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2022-08-08T10:46:49.366Z] [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 [2022-08-08T10:46:49.624Z] [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 179 kB/s) [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 107 kB/s) [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.624Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 138 kB/s) [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 25 kB/s) [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.625Z] [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 [2022-08-08T10:46:49.883Z] [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 223 kB/s) [2022-08-08T10:46:49.883Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 826 kB/s) [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 196 kB/s) [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 90 kB/s) [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 [2022-08-08T10:46:49.884Z] [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 107 kB/s) [2022-08-08T10:46:50.142Z] [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 [2022-08-08T10:46:50.142Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 112 kB/s) [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 552 kB/s) [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [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 [2022-08-08T10:46:50.143Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2022-08-08T10:46:50.401Z] [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 [2022-08-08T10:46:50.402Z] [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 53 kB/s) [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 185 kB/s) [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 54 kB/s) [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 [2022-08-08T10:46:50.402Z] [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 197 kB/s) [2022-08-08T10:46:50.402Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-08-08T10:46:50.661Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-08-08T10:46:50.661Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-08-08T10:46:50.661Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-08-08T10:46:50.661Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-08-08T10:46:50.661Z] [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 [2022-08-08T10:46:50.662Z] [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 581 kB/s) [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 361 kB/s) [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 365 kB/s) [2022-08-08T10:46:50.662Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-08-08T10:46:50.662Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-08-08T10:46:50.662Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-08-08T10:46:50.662Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-08-08T10:46:50.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.662Z] [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 1.5 MB/s) [2022-08-08T10:46:50.662Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 160 kB/s) [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 109 kB/s) [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 135 kB/s) [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.921Z] [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 [2022-08-08T10:46:50.922Z] [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 [2022-08-08T10:46:50.922Z] [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 [2022-08-08T10:46:51.179Z] [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 [2022-08-08T10:46:51.179Z] [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 [2022-08-08T10:46:51.179Z] [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 953 kB/s) [2022-08-08T10:46:51.179Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-08-08T10:46:51.179Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-08-08T10:46:51.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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.0 MB/s) [2022-08-08T10:46:51.180Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [2022-08-08T10:46:51.180Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [2022-08-08T10:46:51.180Z] [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 171 kB/s) [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 151 kB/s) [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.180Z] [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 [2022-08-08T10:46:51.438Z] [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 [2022-08-08T10:46:51.438Z] [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 48 kB/s) [2022-08-08T10:46:51.438Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-08-08T10:46:51.438Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-08-08T10:46:51.438Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-08-08T10:46:51.438Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-08-08T10:46:51.438Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-08-08T10:46:51.439Z] [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 [2022-08-08T10:46:51.439Z] [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 1.3 MB/s) [2022-08-08T10:46:51.439Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-08-08T10:46:51.439Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-08-08T10:46:51.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-08-08T10:46:51.439Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-08-08T10:46:51.439Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-08-08T10:46:51.439Z] [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 [2022-08-08T10:46:51.439Z] [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 865 kB/s) [2022-08-08T10:46:51.439Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 105 kB/s) [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 254 kB/s) [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.697Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2022-08-08T10:46:51.697Z] [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 [2022-08-08T10:46:51.698Z] [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 170 kB/s) [2022-08-08T10:46:51.698Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-08-08T10:46:51.698Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [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 308 kB/s) [2022-08-08T10:46:51.956Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-08-08T10:46:51.956Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.7 MB/s) [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:51.956Z] [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 40 kB/s) [2022-08-08T10:46:51.956Z] [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 [2022-08-08T10:46:52.214Z] [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 [2022-08-08T10:46:52.214Z] [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 [2022-08-08T10:46:52.214Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 142 kB/s) [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.215Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.216Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.474Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.475Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2022-08-08T10:46:52.475Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2022-08-08T10:46:52.475Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2022-08-08T10:46:52.475Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-08-08T10:46:52.476Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 2.2 MB/s) [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 1.3 MB/s) [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [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 5.0 MB/s) [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.476Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.1 MB/s) [2022-08-08T10:46:52.476Z] [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 [2022-08-08T10:46:52.734Z] [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 868 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 188 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 1.4 MB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 6.8 MB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.0 MB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 531 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 608 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 357 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 32 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.7 MB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 234 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 258 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 1.6 MB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 289 kB/s) [2022-08-08T10:46:52.735Z] [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 [2022-08-08T10:46:52.735Z] [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 810 kB/s) [2022-08-08T10:46:52.736Z] [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 159 kB/s) [2022-08-08T10:46:52.736Z] [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 853 kB/s) [2022-08-08T10:46:53.671Z] [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 142 kB/s) [2022-08-08T10:46:53.672Z] [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 29 kB/s) [2022-08-08T10:46:53.672Z] [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... [2022-08-08T10:46:53.672Z] [INFO] [2022-08-08T10:46:53.672Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.core --- [2022-08-08T10:46:53.672Z] [INFO] [2022-08-08T10:46:53.672Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core --- [2022-08-08T10:46:53.672Z] [INFO] [2022-08-08T10:46:53.672Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core --- [2022-08-08T10:46:53.672Z] [INFO] Executing tasks [2022-08-08T10:46:53.672Z] [INFO] Executed tasks [2022-08-08T10:46:53.672Z] [INFO] [2022-08-08T10:46:53.672Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [2022-08-08T10:46:53.672Z] [INFO] [2022-08-08T10:46:53.672Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core --- [2022-08-08T10:46:53.672Z] [INFO] Resolving class path of org.eclipse.jdt.core... [2022-08-08T10:46:54.238Z] [INFO] [2022-08-08T10:46:54.238Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.core --- [2022-08-08T10:46:54.238Z] [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 [2022-08-08T10:46:54.238Z] [INFO] [2022-08-08T10:46:54.238Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.core --- [2022-08-08T10:46:54.238Z] [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 [2022-08-08T10:46:54.238Z] [INFO] [2022-08-08T10:46:54.238Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core --- [2022-08-08T10:46:54.238Z] [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 [2022-08-08T10:46:54.495Z] 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 [2022-08-08T10:46:54.495Z] 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 [2022-08-08T10:46:54.495Z] at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) [2022-08-08T10:46:54.495Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) [2022-08-08T10:46:54.495Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) [2022-08-08T10:46:54.495Z] at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) [2022-08-08T10:46:54.495Z] at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145) [2022-08-08T10:46:54.495Z] at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) [2022-08-08T10:46:54.495Z] at java.base/java.nio.file.Files.readAttributes(Files.java:1763) [2022-08-08T10:46:54.495Z] at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222) [2022-08-08T10:46:54.495Z] at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:726) [2022-08-08T10:46:54.495Z] at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843) [2022-08-08T10:46:54.495Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:246) [2022-08-08T10:46:54.495Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:176) [2022-08-08T10:46:54.496Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:190) [2022-08-08T10:46:54.496Z] at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201) [2022-08-08T10:46:54.496Z] at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38) [2022-08-08T10:46:54.496Z] at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) [2022-08-08T10:46:54.496Z] at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495) [2022-08-08T10:46:54.496Z] at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741) [2022-08-08T10:46:54.496Z] at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) [2022-08-08T10:46:54.496Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370) [2022-08-08T10:46:54.496Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123) [2022-08-08T10:46:54.496Z] at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) [2022-08-08T10:46:54.496Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) [2022-08-08T10:46:54.496Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) [2022-08-08T10:46:54.496Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [2022-08-08T10:46:54.496Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127) [2022-08-08T10:46:54.496Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) [2022-08-08T10:46:54.496Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [2022-08-08T10:46:54.496Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [2022-08-08T10:46:54.496Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) [2022-08-08T10:46:54.496Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) [2022-08-08T10:46:54.496Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) [2022-08-08T10:46:54.496Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2022-08-08T10:46:54.496Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2022-08-08T10:46:54.496Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-08-08T10:46:54.496Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2022-08-08T10:46:54.496Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [2022-08-08T10:46:54.496Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [2022-08-08T10:46:54.496Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [2022-08-08T10:46:54.496Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [2022-08-08T10:47:04.498Z] [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 [2022-08-08T10:47:04.498Z] [INFO] [2022-08-08T10:47:04.498Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core --- [2022-08-08T10:47:04.498Z] [INFO] [2022-08-08T10:47:04.498Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt.core --- [2022-08-08T10:47:04.498Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25-I-builds [2022-08-08T10:47:08.686Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-08-08T10:47:08.686Z] [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 [2022-08-08T10:47:08.686Z] [INFO] Command line: [2022-08-08T10:47:08.686Z] [/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] [2022-08-08T10:47:18.655Z] [INFO] [2022-08-08T10:47:18.655Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.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/src/test/resources [2022-08-08T10:47:18.655Z] [INFO] [2022-08-08T10:47:18.655Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.655Z] [INFO] [2022-08-08T10:47:18.655Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.655Z] [INFO] Tests are skipped. [2022-08-08T10:47:18.655Z] [INFO] [2022-08-08T10:47:18.655Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.655Z] [INFO] [2022-08-08T10:47:18.655Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [INFO] Executing tasks [2022-08-08T10:47:18.656Z] [INFO] Executed tasks [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [INFO] Copying 1 resource [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-custom-bundle-plugin:3.0.0-SNAPSHOT:custom-bundle (batch-compiler) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [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 [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [INFO] Skipping tests [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [INFO] Tests are skipped. [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.656Z] [INFO] Skipped [2022-08-08T10:47:18.656Z] [INFO] [2022-08-08T10:47:18.656Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core --- [2022-08-08T10:47:18.914Z] [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. [2022-08-08T10:47:18.914Z] [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 [2022-08-08T10:47:25.469Z] [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. [2022-08-08T10:47:25.469Z] [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 [2022-08-08T10:47:28.015Z] [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. [2022-08-08T10:47:28.015Z] [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 [2022-08-08T10:47:29.134Z] [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. [2022-08-08T10:47:29.134Z] [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 [2022-08-08T10:47:32.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-batch-compiler.jar' is disabled. [2022-08-08T10:47:32.425Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.31.0-SNAPSHOT-batch-compiler.jar [2022-08-08T10:47:34.956Z] [INFO] [2022-08-08T10:47:34.956Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core --- [2022-08-08T10:47:34.956Z] [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 [2022-08-08T10:47:34.957Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.31.0-SNAPSHOT already attached, replace previous instance [2022-08-08T10:47:34.957Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.31.0-SNAPSHOT already attached, replace previous instance [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >-------------- [2022-08-08T10:47:34.957Z] [INFO] Building org.eclipse.pde.api.tools 1.2.1000-SNAPSHOT [9/12] [2022-08-08T10:47:34.957Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] The project's OSGi version is 1.2.1000.v20220719-0520_BETA_JAVA19 [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [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 [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] Executing tasks [2022-08-08T10:47:34.957Z] [INFO] Executed tasks [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [INFO] Resolving class path of org.eclipse.pde.api.tools... [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [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 [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [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 [2022-08-08T10:47:34.957Z] [INFO] [2022-08-08T10:47:34.957Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:34.957Z] [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 [2022-08-08T10:47:34.957Z] 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 [2022-08-08T10:47:34.957Z] 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 [2022-08-08T10:47:34.957Z] at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) [2022-08-08T10:47:34.957Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) [2022-08-08T10:47:34.957Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) [2022-08-08T10:47:34.957Z] at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) [2022-08-08T10:47:34.957Z] at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145) [2022-08-08T10:47:34.957Z] at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) [2022-08-08T10:47:34.957Z] at java.base/java.nio.file.Files.readAttributes(Files.java:1763) [2022-08-08T10:47:34.957Z] at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222) [2022-08-08T10:47:34.957Z] at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:726) [2022-08-08T10:47:34.957Z] at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843) [2022-08-08T10:47:34.957Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:246) [2022-08-08T10:47:34.957Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:176) [2022-08-08T10:47:34.957Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:190) [2022-08-08T10:47:34.957Z] at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201) [2022-08-08T10:47:34.957Z] at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123) [2022-08-08T10:47:34.958Z] at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) [2022-08-08T10:47:34.958Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [2022-08-08T10:47:34.958Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127) [2022-08-08T10:47:34.958Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) [2022-08-08T10:47:34.958Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [2022-08-08T10:47:34.958Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [2022-08-08T10:47:34.958Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) [2022-08-08T10:47:34.958Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) [2022-08-08T10:47:34.958Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) [2022-08-08T10:47:34.958Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2022-08-08T10:47:34.958Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2022-08-08T10:47:34.958Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-08-08T10:47:34.958Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2022-08-08T10:47:34.958Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [2022-08-08T10:47:34.958Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [2022-08-08T10:47:34.958Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [2022-08-08T10:47:34.958Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [2022-08-08T10:47:34.958Z] 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 [2022-08-08T10:47:34.958Z] 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 [2022-08-08T10:47:34.958Z] at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) [2022-08-08T10:47:34.958Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) [2022-08-08T10:47:34.958Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) [2022-08-08T10:47:34.958Z] at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) [2022-08-08T10:47:34.958Z] at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145) [2022-08-08T10:47:34.958Z] at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) [2022-08-08T10:47:34.958Z] at java.base/java.nio.file.Files.readAttributes(Files.java:1763) [2022-08-08T10:47:34.958Z] at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222) [2022-08-08T10:47:34.958Z] at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:726) [2022-08-08T10:47:34.958Z] at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843) [2022-08-08T10:47:34.958Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:246) [2022-08-08T10:47:34.958Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:176) [2022-08-08T10:47:34.958Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:190) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.ClasspathMultiReleaseJar.initialize(ClasspathMultiReleaseJar.java:38) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741) [2022-08-08T10:47:34.958Z] at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123) [2022-08-08T10:47:34.958Z] at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) [2022-08-08T10:47:34.958Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) [2022-08-08T10:47:34.959Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) [2022-08-08T10:47:34.959Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [2022-08-08T10:47:34.959Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127) [2022-08-08T10:47:34.959Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) [2022-08-08T10:47:34.959Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [2022-08-08T10:47:34.959Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [2022-08-08T10:47:34.959Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) [2022-08-08T10:47:34.959Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) [2022-08-08T10:47:34.959Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) [2022-08-08T10:47:34.959Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2022-08-08T10:47:34.959Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2022-08-08T10:47:34.959Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-08-08T10:47:34.959Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2022-08-08T10:47:34.959Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [2022-08-08T10:47:34.959Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [2022-08-08T10:47:34.959Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [2022-08-08T10:47:34.959Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [2022-08-08T10:47:35.919Z] [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 [2022-08-08T10:47:35.919Z] 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 [2022-08-08T10:47:35.920Z] 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 [2022-08-08T10:47:35.920Z] at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) [2022-08-08T10:47:35.920Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) [2022-08-08T10:47:35.920Z] at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) [2022-08-08T10:47:35.920Z] at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) [2022-08-08T10:47:35.920Z] at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:145) [2022-08-08T10:47:35.920Z] at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) [2022-08-08T10:47:35.920Z] at java.base/java.nio.file.Files.readAttributes(Files.java:1763) [2022-08-08T10:47:35.920Z] at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1222) [2022-08-08T10:47:35.920Z] at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:726) [2022-08-08T10:47:35.920Z] at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:843) [2022-08-08T10:47:35.920Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:246) [2022-08-08T10:47:35.920Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:176) [2022-08-08T10:47:35.920Z] at java.base/java.util.zip.ZipFile.(ZipFile.java:190) [2022-08-08T10:47:35.920Z] at org.eclipse.jdt.internal.compiler.batch.ClasspathJar.initialize(ClasspathJar.java:201) [2022-08-08T10:47:35.920Z] at org.eclipse.jdt.internal.compiler.batch.FileSystem.(FileSystem.java:235) [2022-08-08T10:47:35.920Z] at org.eclipse.jdt.internal.compiler.batch.Main.getLibraryAccess(Main.java:3495) [2022-08-08T10:47:35.920Z] at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:4741) [2022-08-08T10:47:35.920Z] at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1802) [2022-08-08T10:47:35.920Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.compileInProcess(JDTCompiler.java:370) [2022-08-08T10:47:35.920Z] at org.eclipse.tycho.compiler.jdt.JDTCompiler.performCompile(JDTCompiler.java:123) [2022-08-08T10:47:35.920Z] at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:414) [2022-08-08T10:47:35.920Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile(AbstractOsgiCompilerMojo.java:370) [2022-08-08T10:47:35.920Z] at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:351) [2022-08-08T10:47:35.920Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [2022-08-08T10:47:35.920Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127) [2022-08-08T10:47:35.920Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) [2022-08-08T10:47:35.920Z] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [2022-08-08T10:47:35.920Z] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [2022-08-08T10:47:35.920Z] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) [2022-08-08T10:47:35.920Z] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) [2022-08-08T10:47:35.920Z] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) [2022-08-08T10:47:35.920Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2022-08-08T10:47:35.920Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2022-08-08T10:47:35.920Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2022-08-08T10:47:35.920Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2022-08-08T10:47:35.920Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [2022-08-08T10:47:35.920Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [2022-08-08T10:47:35.920Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [2022-08-08T10:47:35.920Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [2022-08-08T10:47:36.485Z] [INFO] [2022-08-08T10:47:36.485Z] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:36.485Z] [INFO] [2022-08-08T10:47:36.485Z] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:36.485Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-08-08T10:47:36.485Z] [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 [2022-08-08T10:47:36.486Z] [INFO] Command line: [2022-08-08T10:47:36.486Z] [/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] [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [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 [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] Tests are skipped. [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [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 [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [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 [2022-08-08T10:47:39.794Z] [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 [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] Skipping tests [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default-verify) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] Tests are skipped. [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [INFO] Skipped [2022-08-08T10:47:39.794Z] [INFO] [2022-08-08T10:47:39.794Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:39.794Z] [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. [2022-08-08T10:47:39.794Z] [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 [2022-08-08T10:47:41.695Z] [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. [2022-08-08T10:47:41.695Z] [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 [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools --- [2022-08-08T10:47:42.628Z] [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 [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --------< org.eclipse.jdt.feature:org.eclipse.jdt.java19patch >--------- [2022-08-08T10:47:42.628Z] [INFO] Building org.eclipse.jdt.java19patch 1.2.300-SNAPSHOT [10/12] [2022-08-08T10:47:42.628Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.628Z] [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 [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.628Z] [INFO] The project's OSGi version is 1.2.300.v20220808-1022_BETA_JAVA19 [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.628Z] [INFO] [2022-08-08T10:47:42.628Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [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 [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [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 [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [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 [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (source-feature) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [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 [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [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 [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [INFO] Skipped [2022-08-08T10:47:42.629Z] [INFO] [2022-08-08T10:47:42.629Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:42.629Z] [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 [2022-08-08T10:47:44.001Z] [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 [2022-08-08T10:47:44.565Z] [INFO] [2022-08-08T10:47:44.565Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.java19patch --- [2022-08-08T10:47:44.565Z] [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 [2022-08-08T10:47:44.565Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [2022-08-08T10:47:44.565Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java19patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [2022-08-08T10:47:44.565Z] [INFO] [2022-08-08T10:47:44.565Z] [INFO] --------< org.eclipse.pde.feature:org.eclipse.pde.java19patch >--------- [2022-08-08T10:47:44.565Z] [INFO] Building org.eclipse.pde.java19patch 1.2.300-SNAPSHOT [11/12] [2022-08-08T10:47:44.565Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [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 [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] The project's OSGi version is 1.2.300.v20220808-1022_BETA_JAVA19 [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [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 [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [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 [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [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 [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (source-feature) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.566Z] [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 [2022-08-08T10:47:44.566Z] [INFO] [2022-08-08T10:47:44.566Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.824Z] [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 [2022-08-08T10:47:44.824Z] [INFO] [2022-08-08T10:47:44.824Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.824Z] [INFO] Skipped [2022-08-08T10:47:44.824Z] [INFO] [2022-08-08T10:47:44.824Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:44.824Z] [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 [2022-08-08T10:47:45.758Z] [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 [2022-08-08T10:47:46.694Z] [INFO] [2022-08-08T10:47:46.694Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.java19patch --- [2022-08-08T10:47:46.694Z] [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 [2022-08-08T10:47:46.695Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java19patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [2022-08-08T10:47:46.695Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java19patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [2022-08-08T10:47:46.695Z] [INFO] [2022-08-08T10:47:46.695Z] [INFO] ---< eclipse.platform.releng:eclipse.releng.repository.java19patch >---- [2022-08-08T10:47:46.695Z] [INFO] Building eclipse.releng.repository.java19patch 1.2.300-SNAPSHOT [12/12] [2022-08-08T10:47:46.695Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2022-08-08T10:47:46.952Z] [INFO] [2022-08-08T10:47:46.952Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.952Z] [INFO] [2022-08-08T10:47:46.952Z] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.952Z] [INFO] The project's OSGi version is 1.2.300.v20220808-1022_BETA_JAVA19 [2022-08-08T10:47:46.952Z] [INFO] [2022-08-08T10:47:46.952Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.952Z] [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 [2022-08-08T10:47:46.952Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean-1) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [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 [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [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 [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2022-08-08T10:47:46.953Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-products (default-publish-products) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:46.953Z] [INFO] [2022-08-08T10:47:46.953Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:55.066Z] [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].] [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.066Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.067Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.067Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.324Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.324Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.324Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.582Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.583Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.840Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.840Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.840Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.840Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:55.841Z] [WARNING] [bef9b845-edcc-4629-9db7-e3a94c28598c][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. [2022-08-08T10:47:56.098Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:47:56.098Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:47:56.099Z] [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].] [2022-08-08T10:47:56.099Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:47:56.099Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:47:56.099Z] [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].] [2022-08-08T10:47:56.099Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:47:56.099Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:47:56.099Z] [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].] [2022-08-08T10:47:56.099Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:47:56.099Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:47:56.099Z] [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].] [2022-08-08T10:47:56.099Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:47:56.099Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:47:56.099Z] [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].] [2022-08-08T10:47:56.357Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:47:56.357Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:47:57.730Z] [INFO] [2022-08-08T10:47:57.730Z] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:57.730Z] [INFO] [2022-08-08T10:47:57.730Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:57.999Z] [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 [2022-08-08T10:47:58.568Z] [INFO] [2022-08-08T10:47:58.568Z] [INFO] --- maven-antrun-plugin:3.1.0:run (unpack-content-jar) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:58.568Z] [INFO] Executing tasks [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] #Ant properties [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] #Mon Aug 08 10:47:58 UTC 2022 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] aggregatorBuild=true [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.specification.version=11 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] sun.cpu.isalist= [2022-08-08T10:47:58.568Z] [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 [2022-08-08T10:47:58.568Z] [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 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] sun.arch.data.model=64 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.vendor.url=http\://java.oracle.com/ [2022-08-08T10:47:58.568Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] code.ignoredWarnings=-warn\:-deprecation,unavoidableGenericProblems,warningToken [2022-08-08T10:47:58.568Z] [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 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] tycho.localArtifacts=ignore [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] eclipse-repo.url=https\://repo.eclipse.org/content/repositories/cbi/ [2022-08-08T10:47:58.568Z] [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-0640 -DbuildType\=P -DbuildId\=P20220808-0640 -Declipse-p2-repo.url\=NOT_FOR_PRODUCTION_USE -Declipse.javadoc\=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] jdk.debug=release [2022-08-08T10:47:58.568Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.specification.vendor=Oracle Corporation [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.version.date=2019-01-15 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-11/11.0.2+9 [2022-08-08T10:47:58.568Z] [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 [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] surefire.platformSystemProperties= [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] project.packaging=eclipse-repository [2022-08-08T10:47:58.568Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.vm.specification.vendor=Oracle Corporation [2022-08-08T10:47:58.568Z] [INFO] [echoproperties] java.specification.name=Java Platform API Specification [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] cbi-releases-repo.url=https\://repo.eclipse.org/content/repositories/cbi-releases/ [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] tycho-snapshot-repo.url=https\://repo.eclipse.org/content/repositories/tycho-snapshots/ [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] jgit.dirtyWorkingTree-platformDefault=ignore [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] eclipse.p2.atomic.composite.loading.default=true [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] macSigner.forceContinue=false [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.runtime.version=11.0.2+9 [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] surefire.version=3.0.0-M7 [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] file.encoding=UTF-8 [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] guice.disable.misplaced.annotation.check=true [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] maven.build.timestamp.format=yyyyMMdd-HHmm [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.vendor.version=18.9 [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] tycho.version=3.0.0-SNAPSHOT [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] surefire.systemProperties= [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] jgit.dirtyWorkingTree=error [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.version=11 [2022-08-08T10:47:58.569Z] [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 [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] java.vendor=Oracle Corporation [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] sun.io.unicode.encoding=UnicodeLittle [2022-08-08T10:47:58.569Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] versionRangeForPatchPDE=[3.14.1300.v20220728-1800,3.14.1349.v20221226-2027) [2022-08-08T10:47:58.569Z] [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 [2022-08-08T10:47:58.569Z] [INFO] [echoproperties] releaseNumberSDK=4.25 [2022-08-08T10:47:58.569Z] [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 [2022-08-08T10:47:58.569Z] [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 [2022-08-08T10:47:58.569Z] [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 [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] cbi.jarsigner.continueOnFail=true [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] tycho.mode=extension [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] versionRangeForPatch=[3.18.1300.v20220728-1800,3.18.1349.v20221226-2027) [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] project.groupId=eclipse.platform.releng [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] surefire.moduleProperties=--add-modules\=ALL-SYSTEM [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] user.timezone=UTC [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] java.vm.specification.version=11 [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] os.name=Linux [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] eclipse-p2-repo.url=NOT_FOR_PRODUCTION_USE [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] qualifier.format='v'yyyyMMdd-HHmm'_BETA_JAVA19' [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] user.home=/home/jenkins [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] eclipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] tycho.scmUrl=scm\:git\:https\://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:47:58.570Z] [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 [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] buildType=P [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] defaultSigning-excludeInnerJars=false [2022-08-08T10:47:58.570Z] [INFO] [echoproperties] buildTimestamp=20220808-0640 [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] tycho.env.osgi.ws=gtk [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] path.separator=\: [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] cbi-snapshots-repo.url=https\://repo.eclipse.org/content/repositories/cbi-snapshots/ [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] os.version=5.14.14-200.fc34.x86_64 [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] cbi-plugins.version=1.3.2 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] tycho.debug.artifactcomparator=true [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] previous-release.baseline=https\://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/ [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] featureToPatchVersion=3.18.1300.v20220728-1800 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] os.arch=amd64 [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] p2.userAgent=tycho/3.0.0-SNAPSHOT [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] compare-version-with-baselines.skip=true [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] surefire.testArgLine= [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] cbi-jdt-repo.url=https\://repo.eclipse.org/content/repositories/eclipse-staging/ [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] contentjarexists=true [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] java.vm.info=mixed mode [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] java.class.version=55.0 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] ant.project.default-target=default [2022-08-08T10:47:58.571Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] awt.toolkit=sun.awt.X11.XToolkit [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] ant.project.name=maven-antrun- [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] sun.jnu.encoding=UTF-8 [2022-08-08T10:47:58.571Z] [INFO] [echoproperties] project.name=eclipse.releng.repository.java19patch [2022-08-08T10:47:58.571Z] [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 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] cbi-ecj-version=3.31.0.v20220727-2144 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] maven.home=/opt/tools/apache-maven/latest [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] project.artifactId=eclipse.releng.repository.java19patch [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] project.version=1.2.300-SNAPSHOT [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] file.separator=/ [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] java.vm.compressedOopsMode=Zero based [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] line.separator=\n [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] buildQualifier=v20220808-1022_BETA_JAVA19 [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] releaseNumberPlatform=4.25 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] user.name=jenkins [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [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 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] sun.os.patch.level=unknown [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] ant.version=Apache Ant(TM) version 1.10.12 compiled on October 13 2021 [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] comparator.repo=https\://download.eclipse.org/eclipse/updates/4.25-I-builds/I20220728-1800/ [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] maven.repo.local=localMavenRepo [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] releaseName=2022-09 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] tycho.env.osgi.arch=x86_64 [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] tests.ignoredWarnings=-warn\:-deprecation,raw,unchecked,discouraged,warningToken [2022-08-08T10:47:58.572Z] [INFO] [echoproperties] java.vm.vendor=Oracle Corporation [2022-08-08T10:47:58.572Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] maven.conf=/opt/tools/apache-maven/latest/conf [2022-08-08T10:47:58.573Z] [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 [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] ant.file.type.maven-antrun-=file [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] sun.java.launcher=SUN_STANDARD [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] user.country=US [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] sun.cpu.endian=little [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] qualifiedVersion=1.2.300.v20220808-1022_BETA_JAVA19 [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] user.language=en [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] featureToPatchPDE=org.eclipse.pde [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] ant.java.version=11 [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] java.runtime.name=OpenJDK Runtime Environment [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] eclipserun-repo=https\://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] ant.project.invoked-targets=preTransform [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] unqualifiedVersion=1.2.300 [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] project.build.sourceEncoding=UTF-8 [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] skipTests=true [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] featureToPatch=org.eclipse.jdt [2022-08-08T10:47:58.573Z] [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 [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] java.vendor.url.bug=http\://bugreport.java.com/bugreport/ [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 [2022-08-08T10:47:58.573Z] [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 [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] buildId=P20220808-0640 [2022-08-08T10:47:58.573Z] [INFO] [echoproperties] featureToPatchVersionPDE=3.14.1300.v20220728-1800 [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 available429815759399639487.tmp [2022-08-08T10:47:58.573Z] [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 [2022-08-08T10:47:58.574Z] [INFO] [echoproperties] tycho.env.osgi.os=linux [2022-08-08T10:47:58.574Z] [INFO] [echoproperties] java.vm.version=11.0.2+9 [2022-08-08T10:47:58.574Z] [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\: [2022-08-08T10:47:58.574Z] [WARNING] [echo] unzip content.jar, for xslt transform [2022-08-08T10:47:58.574Z] [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 [2022-08-08T10:47:58.832Z] [WARNING] [echo] backup, of originals, just to help debugging [2022-08-08T10:47:58.832Z] [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 [2022-08-08T10:47:58.832Z] [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 [2022-08-08T10:47:58.832Z] [INFO] Executed tasks [2022-08-08T10:47:58.832Z] [INFO] [2022-08-08T10:47:58.832Z] [INFO] --- xml-maven-plugin:1.0.2:transform (transformForExactVersionRange) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:47:58.832Z] [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 [2022-08-08T10:47:58.832Z] [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 [2022-08-08T10:47:58.832Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 27 kB/s) [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 [2022-08-08T10:47:58.833Z] [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 81 kB/s) [2022-08-08T10:47:58.833Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-08-08T10:47:59.091Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-08-08T10:47:59.091Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-08-08T10:47:59.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-08-08T10:47:59.091Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-08-08T10:47:59.091Z] [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 [2022-08-08T10:47:59.091Z] [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 750 kB/s) [2022-08-08T10:47:59.091Z] [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 [2022-08-08T10:47:59.091Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 219 kB/s) [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 15 kB/s) [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.092Z] [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 [2022-08-08T10:47:59.350Z] [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 [2022-08-08T10:47:59.350Z] [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 [2022-08-08T10:47:59.350Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2022-08-08T10:47:59.350Z] [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 [2022-08-08T10:47:59.350Z] [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 273 kB/s) [2022-08-08T10:47:59.350Z] [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 [2022-08-08T10:47:59.350Z] [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 [2022-08-08T10:47:59.350Z] [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 [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 457 kB/s) [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2022-08-08T10:47:59.351Z] [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 [2022-08-08T10:47:59.351Z] [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 209 kB/s) [2022-08-08T10:47:59.351Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-08-08T10:47:59.351Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-08-08T10:47:59.351Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-08-08T10:47:59.608Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-08-08T10:47:59.608Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-08-08T10:47:59.608Z] [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 [2022-08-08T10:47:59.608Z] [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 105 kB/s) [2022-08-08T10:47:59.609Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom [2022-08-08T10:47:59.609Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom [2022-08-08T10:47:59.609Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom [2022-08-08T10:47:59.609Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [2022-08-08T10:47:59.609Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom [2022-08-08T10:47:59.609Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [2022-08-08T10:47:59.609Z] [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 127 kB/s) [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 232 kB/s) [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.609Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 238 kB/s) [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.866Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-08-08T10:47:59.866Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2022-08-08T10:47:59.867Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 3.7 MB/s) [2022-08-08T10:47:59.867Z] [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 [2022-08-08T10:47:59.867Z] [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 7.9 MB/s) [2022-08-08T10:47:59.867Z] [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 3.7 MB/s) [2022-08-08T10:47:59.867Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 1.6 MB/s) [2022-08-08T10:48:01.240Z] [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 37 kB/s) [2022-08-08T10:48:01.240Z] [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 21 kB/s) [2022-08-08T10:48:01.240Z] [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 [2022-08-08T10:48:01.498Z] [INFO] Transformed 1 file(s). [2022-08-08T10:48:01.498Z] [INFO] [2022-08-08T10:48:01.498Z] [INFO] --- tycho-p2-publisher-plugin:3.0.0-SNAPSHOT:publish-categories (categories-java19patch) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:01.498Z] [INFO] [2022-08-08T10:48:01.498Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:assemble-repository (assemble-java19patch) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:02.063Z] [ERROR] [bef9b845-edcc-4629-9db7-e3a94c28598c][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] Unexpected error loading extension: org.eclipse.equinox.p2.artifact.repository.XZedRepository [2022-08-08T10:48:02.063Z] java.lang.NullPointerException [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isLocal (SimpleArtifactRepository.java:1150) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isModifiable (SimpleArtifactRepository.java:1155) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:96) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:42) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.factoryLoad (ArtifactRepositoryManager.java:92) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:787) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:685) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository (ArtifactRepositoryManager.java:131) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.addRepository (AbstractApplication.java:156) [2022-08-08T10:48:02.063Z] at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeDestination (AbstractApplication.java:228) [2022-08-08T10:48:02.064Z] at org.eclipse.tycho.p2.tools.mirroring.MirrorApplication.initializeDestination (MirrorApplication.java:58) [2022-08-08T10:48:02.064Z] at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.processDestinationRepos (AbstractApplication.java:174) [2022-08-08T10:48:02.064Z] at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeRepos (AbstractApplication.java:138) [2022-08-08T10:48:02.064Z] at org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication.run (MirrorApplication.java:200) [2022-08-08T10:48:02.064Z] at org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceImpl.mirrorReactor (MirrorApplicationServiceImpl.java:171) [2022-08-08T10:48:02.064Z] at org.eclipse.tycho.plugins.p2.repository.AssembleRepositoryMojo.execute (AssembleRepositoryMojo.java:169) [2022-08-08T10:48:02.064Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) [2022-08-08T10:48:02.064Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) [2022-08-08T10:48:02.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) [2022-08-08T10:48:02.064Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) [2022-08-08T10:48:02.064Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) [2022-08-08T10:48:02.064Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) [2022-08-08T10:48:02.064Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) [2022-08-08T10:48:02.064Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) [2022-08-08T10:48:02.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [2022-08-08T10:48:02.064Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) [2022-08-08T10:48:02.064Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) [2022-08-08T10:48:02.064Z] at java.lang.reflect.Method.invoke (Method.java:566) [2022-08-08T10:48:02.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282) [2022-08-08T10:48:02.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) [2022-08-08T10:48:02.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) [2022-08-08T10:48:02.064Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [2022-08-08T10:48:02.064Z] [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].] [2022-08-08T10:48:02.064Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:48:02.064Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:48:02.064Z] [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].] [2022-08-08T10:48:02.064Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:48:02.064Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:48:02.064Z] [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].] [2022-08-08T10:48:02.322Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:48:02.322Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:48:02.322Z] [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].] [2022-08-08T10:48:02.323Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:48:02.323Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:48:02.323Z] [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].] [2022-08-08T10:48:02.323Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:48:02.323Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:48:02.323Z] [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].] [2022-08-08T10:48:02.323Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-08-08T10:48:02.323Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-08-08T10:48:03.695Z] [INFO] [2022-08-08T10:48:03.695Z] [INFO] --- maven-antrun-plugin:3.1.0:run (jar-content-xml) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:03.952Z] [INFO] Executing tasks [2022-08-08T10:48:03.952Z] [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 [2022-08-08T10:48:03.952Z] [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 [2022-08-08T10:48:03.952Z] [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 [2022-08-08T10:48:03.952Z] [INFO] Executed tasks [2022-08-08T10:48:03.952Z] [INFO] [2022-08-08T10:48:03.952Z] [INFO] --- tycho-p2-repository-plugin:3.0.0-SNAPSHOT:archive-repository (archive-java19patch) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:03.953Z] [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 [2022-08-08T10:48:04.516Z] [INFO] [2022-08-08T10:48:04.516Z] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:04.516Z] [INFO] Skipped [2022-08-08T10:48:04.516Z] [INFO] [2022-08-08T10:48:04.516Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:04.516Z] [INFO] [2022-08-08T10:48:04.516Z] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.releng.repository.java19patch --- [2022-08-08T10:48:04.516Z] [INFO] ------------------------------------------------------------------------ [2022-08-08T10:48:04.516Z] [INFO] Reactor Summary: [2022-08-08T10:48:04.516Z] [INFO] [2022-08-08T10:48:04.516Z] [INFO] eclipse-platform-parent 4.25.0-SNAPSHOT ............ SUCCESS [ 10.216 s] [2022-08-08T10:48:04.517Z] [INFO] eclipse-sdk-prereqs 4.25.0-SNAPSHOT ................ SUCCESS [ 1.149 s] [2022-08-08T10:48:04.517Z] [INFO] eclipse.platform.releng.java19patch 4.25.0-SNAPSHOT SUCCESS [ 0.009 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.jdt.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 10.388 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.jdt 3.18.1300.v20220728-1800 ........... SUCCESS [ 1.259 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.pde.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 2.603 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.pde 3.14.1300.v20220728-1800 ........... SUCCESS [ 1.167 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.jdt.core 3.31.0-SNAPSHOT ............... SUCCESS [ 46.231 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.pde.api.tools 1.2.1000-SNAPSHOT ........ SUCCESS [ 7.971 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.jdt.java19patch 1.2.300-SNAPSHOT ....... SUCCESS [ 2.044 s] [2022-08-08T10:48:04.517Z] [INFO] org.eclipse.pde.java19patch 1.2.300-SNAPSHOT ....... SUCCESS [ 2.182 s] [2022-08-08T10:48:04.517Z] [INFO] eclipse.releng.repository.java19patch 1.2.300-SNAPSHOT SUCCESS [ 17.640 s] [2022-08-08T10:48:04.517Z] [INFO] ------------------------------------------------------------------------ [2022-08-08T10:48:04.517Z] [INFO] BUILD SUCCESS [2022-08-08T10:48:04.517Z] [INFO] ------------------------------------------------------------------------ [2022-08-08T10:48:04.517Z] [INFO] Total time: 02:43 min [2022-08-08T10:48:04.517Z] [INFO] Finished at: 2022-08-08T10:48:04Z [2022-08-08T10:48:04.517Z] [INFO] ------------------------------------------------------------------------ [2022-08-08T10:48:05.449Z] + [[ 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 [2022-08-08T10:48:16.900Z] 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-7gn3b-55fb7 [Pipeline] { [Pipeline] sh [2022-08-08T10:48:20.295Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:48:20.295Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log [2022-08-08T10:48:20.295Z] + bash -x ./mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:20.295Z] + set -e [2022-08-08T10:48:20.295Z] + '[' 1 -ne 1 ']' [2022-08-08T10:48:20.295Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource [2022-08-08T10:48:20.296Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:20.296Z] ++ export TIMESTAMP=20220808-0640 [2022-08-08T10:48:20.296Z] ++ TIMESTAMP=20220808-0640 [2022-08-08T10:48:20.296Z] ++ export 'BUILD_PRETTY_DATE=Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:48:20.296Z] ++ BUILD_PRETTY_DATE='Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:48:20.296Z] ++ export BRANCH=master [2022-08-08T10:48:20.296Z] ++ BRANCH=master [2022-08-08T10:48:20.296Z] ++ export PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:48:20.296Z] ++ PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:48:20.296Z] ++ export PATCH_BUILD=java19atch [2022-08-08T10:48:20.296Z] ++ PATCH_BUILD=java19atch [2022-08-08T10:48:20.296Z] ++ export 'BUILD_TYPE_NAME=Beta Java 19' [2022-08-08T10:48:20.296Z] ++ BUILD_TYPE_NAME='Beta Java 19' [2022-08-08T10:48:20.296Z] ++ export BUILD_TYPE=P [2022-08-08T10:48:20.296Z] ++ BUILD_TYPE=P [2022-08-08T10:48:20.296Z] ++ export TESTED_BUILD_TYPE=P [2022-08-08T10:48:20.296Z] ++ TESTED_BUILD_TYPE=P [2022-08-08T10:48:20.296Z] ++ export RELEASE_VER=4.25 [2022-08-08T10:48:20.296Z] ++ RELEASE_VER=4.25 [2022-08-08T10:48:20.296Z] ++ export STREAM=4.25.0 [2022-08-08T10:48:20.296Z] ++ STREAM=4.25.0 [2022-08-08T10:48:20.296Z] ++ export STREAMMajor=4 [2022-08-08T10:48:20.296Z] ++ STREAMMajor=4 [2022-08-08T10:48:20.296Z] ++ export STREAMMinor=25 [2022-08-08T10:48:20.296Z] ++ STREAMMinor=25 [2022-08-08T10:48:20.296Z] ++ export STREAMService=0 [2022-08-08T10:48:20.296Z] ++ STREAMService=0 [2022-08-08T10:48:20.296Z] ++ export GIT_ROOT=git@github.com: [2022-08-08T10:48:20.296Z] ++ GIT_ROOT=git@github.com: [2022-08-08T10:48:20.296Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:48:20.296Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:48:20.296Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:48:20.296Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:48:20.296Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:48:20.296Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:48:20.296Z] ++ export UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:48:20.296Z] ++ UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:48:20.296Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:48:20.296Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:48:20.296Z] ++ export TMP_DIR=tmp [2022-08-08T10:48:20.296Z] ++ TMP_DIR=tmp [2022-08-08T10:48:20.296Z] ++ export DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:48:20.296Z] ++ DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:48:20.296Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:48:20.296Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:48:20.296Z] ++ export LOCAL_REPO=localMavenRepo [2022-08-08T10:48:20.296Z] ++ LOCAL_REPO=localMavenRepo [2022-08-08T10:48:20.296Z] ++ export BASEBUILDER_TAG=4.24 [2022-08-08T10:48:20.296Z] ++ BASEBUILDER_TAG=4.24 [2022-08-08T10:48:20.296Z] ++ export API_PREV_REF_LABEL=4.24 [2022-08-08T10:48:20.296Z] ++ API_PREV_REF_LABEL=4.24 [2022-08-08T10:48:20.296Z] ++ export API_FREEZE_REF_LABEL= [2022-08-08T10:48:20.296Z] ++ API_FREEZE_REF_LABEL= [2022-08-08T10:48:20.296Z] ++ export 'FREEZE_PARAMS= ' [2022-08-08T10:48:20.296Z] ++ FREEZE_PARAMS=' ' [2022-08-08T10:48:20.296Z] ++ export PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:48:20.296Z] ++ PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:48:20.296Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:48:20.296Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:48:20.296Z] ++ export BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:48:20.296Z] ++ BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:48:20.296Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:48:20.296Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:48:20.296Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:48:20.296Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:48:20.296Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:48:20.296Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:48:20.296Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:48:20.296Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:48:20.296Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:48:20.296Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:48:20.297Z] ++ export MAVEN_OPTS=-Xmx6G [2022-08-08T10:48:20.297Z] ++ MAVEN_OPTS=-Xmx6G [2022-08-08T10:48:20.297Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:48:20.297Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:48:20.297Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:20.297Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:20.297Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:48:20.297Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:48:20.297Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:48:20.297Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:48:20.297Z] ++ export BUILD_ID=P20220808-0640 [2022-08-08T10:48:20.297Z] ++ BUILD_ID=P20220808-0640 [2022-08-08T10:48:20.297Z] ++ export BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:20.297Z] ++ BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:20.297Z] ++ export EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:20.297Z] ++ EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:20.297Z] ++ export EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:48:20.297Z] ++ EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] ++ 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 [2022-08-08T10:48:20.297Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220808-0640 [2022-08-08T10:48:20.297Z] + JavaCMD=/opt/tools/java/openjdk/jdk-11/latest/bin/java [2022-08-08T10:48:20.297Z] + 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-0640/mavenproperties.properties [2022-08-08T10:48:20.297Z] + echo java19atch [2022-08-08T10:48:20.297Z] java19atch [2022-08-08T10:48:20.297Z] + PATCH_BUILD_GENERIC=java18patch [2022-08-08T10:48:20.297Z] + 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 [2022-08-08T10:48:20.298Z] + '[' -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 ']' [2022-08-08T10:48:20.298Z] + [[ 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 [2022-08-08T10:48:31.798Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:31.800Z] +++ export TIMESTAMP=20220808-0640 [2022-08-08T10:48:31.800Z] +++ TIMESTAMP=20220808-0640 [2022-08-08T10:48:31.800Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:48:31.800Z] +++ BUILD_PRETTY_DATE='Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:48:31.800Z] +++ export BRANCH=master [2022-08-08T10:48:31.800Z] +++ BRANCH=master [2022-08-08T10:48:31.800Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:48:31.800Z] +++ PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:48:31.800Z] +++ export PATCH_BUILD=java19atch [2022-08-08T10:48:31.800Z] +++ PATCH_BUILD=java19atch [2022-08-08T10:48:31.800Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19' [2022-08-08T10:48:31.800Z] +++ BUILD_TYPE_NAME='Beta Java 19' [2022-08-08T10:48:31.800Z] +++ export BUILD_TYPE=P [2022-08-08T10:48:31.800Z] +++ BUILD_TYPE=P [2022-08-08T10:48:31.800Z] +++ export TESTED_BUILD_TYPE=P [2022-08-08T10:48:31.800Z] +++ TESTED_BUILD_TYPE=P [2022-08-08T10:48:31.800Z] +++ export RELEASE_VER=4.25 [2022-08-08T10:48:31.800Z] +++ RELEASE_VER=4.25 [2022-08-08T10:48:31.800Z] +++ export STREAM=4.25.0 [2022-08-08T10:48:31.800Z] +++ STREAM=4.25.0 [2022-08-08T10:48:31.800Z] +++ export STREAMMajor=4 [2022-08-08T10:48:31.800Z] +++ STREAMMajor=4 [2022-08-08T10:48:31.800Z] +++ export STREAMMinor=25 [2022-08-08T10:48:31.800Z] +++ STREAMMinor=25 [2022-08-08T10:48:31.800Z] +++ export STREAMService=0 [2022-08-08T10:48:31.800Z] +++ STREAMService=0 [2022-08-08T10:48:31.800Z] +++ export GIT_ROOT=git@github.com: [2022-08-08T10:48:31.800Z] +++ GIT_ROOT=git@github.com: [2022-08-08T10:48:31.800Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:48:31.800Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:48:31.800Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:48:31.800Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:48:31.800Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:48:31.800Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:48:31.800Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:48:31.800Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:48:31.800Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:48:31.800Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:48:31.800Z] +++ export TMP_DIR=tmp [2022-08-08T10:48:31.800Z] +++ TMP_DIR=tmp [2022-08-08T10:48:31.800Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:48:31.800Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:48:31.800Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:48:31.800Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:48:31.800Z] +++ export LOCAL_REPO=localMavenRepo [2022-08-08T10:48:31.800Z] +++ LOCAL_REPO=localMavenRepo [2022-08-08T10:48:31.800Z] +++ export BASEBUILDER_TAG=4.24 [2022-08-08T10:48:31.800Z] +++ BASEBUILDER_TAG=4.24 [2022-08-08T10:48:31.800Z] +++ export API_PREV_REF_LABEL=4.24 [2022-08-08T10:48:31.800Z] +++ API_PREV_REF_LABEL=4.24 [2022-08-08T10:48:31.800Z] +++ export API_FREEZE_REF_LABEL= [2022-08-08T10:48:31.800Z] +++ API_FREEZE_REF_LABEL= [2022-08-08T10:48:31.800Z] +++ export 'FREEZE_PARAMS= ' [2022-08-08T10:48:31.800Z] +++ FREEZE_PARAMS=' ' [2022-08-08T10:48:31.800Z] +++ export PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:48:31.800Z] +++ PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:48:31.800Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:48:31.800Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:48:31.800Z] +++ export BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:48:31.800Z] +++ BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:48:31.800Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:48:31.800Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:48:31.800Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:48:31.800Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:48:31.800Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:48:31.801Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:48:31.801Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:48:31.801Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:48:31.801Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:48:31.801Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:48:31.801Z] +++ export MAVEN_OPTS=-Xmx6G [2022-08-08T10:48:31.801Z] +++ MAVEN_OPTS=-Xmx6G [2022-08-08T10:48:31.801Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:48:31.801Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:48:31.801Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:31.801Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:31.801Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:48:31.801Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:48:31.801Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:48:31.801Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:48:31.801Z] +++ export BUILD_ID=P20220808-0640 [2022-08-08T10:48:31.801Z] +++ BUILD_ID=P20220808-0640 [2022-08-08T10:48:31.801Z] +++ export BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:31.801Z] +++ BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:31.801Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:31.801Z] +++ EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:31.801Z] +++ export EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:48:31.801Z] +++ EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] +++ 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 [2022-08-08T10:48:31.801Z] ++ echo P20220808-0640 [2022-08-08T10:48:31.801Z] + echo P20220808-0640 [Pipeline] sh [2022-08-08T10:48:32.627Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:32.628Z] +++ export TIMESTAMP=20220808-0640 [2022-08-08T10:48:32.628Z] +++ TIMESTAMP=20220808-0640 [2022-08-08T10:48:32.628Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:48:32.628Z] +++ BUILD_PRETTY_DATE='Mon Aug 8 06:40:00 EDT 2022' [2022-08-08T10:48:32.628Z] +++ export BRANCH=master [2022-08-08T10:48:32.628Z] +++ BRANCH=master [2022-08-08T10:48:32.628Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:48:32.628Z] +++ PATCH_OR_BRANCH_LABEL=java19patch [2022-08-08T10:48:32.628Z] +++ export PATCH_BUILD=java19atch [2022-08-08T10:48:32.628Z] +++ PATCH_BUILD=java19atch [2022-08-08T10:48:32.628Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19' [2022-08-08T10:48:32.628Z] +++ BUILD_TYPE_NAME='Beta Java 19' [2022-08-08T10:48:32.628Z] +++ export BUILD_TYPE=P [2022-08-08T10:48:32.628Z] +++ BUILD_TYPE=P [2022-08-08T10:48:32.628Z] +++ export TESTED_BUILD_TYPE=P [2022-08-08T10:48:32.628Z] +++ TESTED_BUILD_TYPE=P [2022-08-08T10:48:32.628Z] +++ export RELEASE_VER=4.25 [2022-08-08T10:48:32.628Z] +++ RELEASE_VER=4.25 [2022-08-08T10:48:32.628Z] +++ export STREAM=4.25.0 [2022-08-08T10:48:32.628Z] +++ STREAM=4.25.0 [2022-08-08T10:48:32.628Z] +++ export STREAMMajor=4 [2022-08-08T10:48:32.628Z] +++ STREAMMajor=4 [2022-08-08T10:48:32.628Z] +++ export STREAMMinor=25 [2022-08-08T10:48:32.628Z] +++ STREAMMinor=25 [2022-08-08T10:48:32.628Z] +++ export STREAMService=0 [2022-08-08T10:48:32.628Z] +++ STREAMService=0 [2022-08-08T10:48:32.628Z] +++ export GIT_ROOT=git@github.com: [2022-08-08T10:48:32.628Z] +++ GIT_ROOT=git@github.com: [2022-08-08T10:48:32.628Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:48:32.628Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-08-08T10:48:32.628Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:48:32.628Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-08-08T10:48:32.629Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:48:32.629Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-08-08T10:48:32.629Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:48:32.629Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-08-08T10:48:32.629Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:48:32.629Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-08-08T10:48:32.629Z] +++ export TMP_DIR=tmp [2022-08-08T10:48:32.629Z] +++ TMP_DIR=tmp [2022-08-08T10:48:32.629Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:48:32.629Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-08-08T10:48:32.629Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:48:32.629Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-08-08T10:48:32.629Z] +++ export LOCAL_REPO=localMavenRepo [2022-08-08T10:48:32.629Z] +++ LOCAL_REPO=localMavenRepo [2022-08-08T10:48:32.629Z] +++ export BASEBUILDER_TAG=4.24 [2022-08-08T10:48:32.629Z] +++ BASEBUILDER_TAG=4.24 [2022-08-08T10:48:32.629Z] +++ export API_PREV_REF_LABEL=4.24 [2022-08-08T10:48:32.629Z] +++ API_PREV_REF_LABEL=4.24 [2022-08-08T10:48:32.629Z] +++ export API_FREEZE_REF_LABEL= [2022-08-08T10:48:32.629Z] +++ API_FREEZE_REF_LABEL= [2022-08-08T10:48:32.629Z] +++ export 'FREEZE_PARAMS= ' [2022-08-08T10:48:32.629Z] +++ FREEZE_PARAMS=' ' [2022-08-08T10:48:32.629Z] +++ export PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:48:32.629Z] +++ PREVIOUS_RELEASE_VER=4.24 [2022-08-08T10:48:32.629Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:48:32.629Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24 [2022-08-08T10:48:32.629Z] +++ export BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:48:32.629Z] +++ BASEBUILD_ID=R-4.24-202206070700 [2022-08-08T10:48:32.629Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:48:32.629Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 [2022-08-08T10:48:32.629Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:48:32.629Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-08-08T10:48:32.629Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:48:32.629Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-08-08T10:48:32.629Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:48:32.629Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-08-08T10:48:32.629Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:48:32.629Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ [2022-08-08T10:48:32.629Z] +++ export MAVEN_OPTS=-Xmx6G [2022-08-08T10:48:32.629Z] +++ MAVEN_OPTS=-Xmx6G [2022-08-08T10:48:32.629Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:48:32.629Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-08-08T10:48:32.629Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:32.629Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:32.629Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:48:32.629Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-08-08T10:48:32.629Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:48:32.629Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-08-08T10:48:32.629Z] +++ export BUILD_ID=P20220808-0640 [2022-08-08T10:48:32.629Z] +++ BUILD_ID=P20220808-0640 [2022-08-08T10:48:32.629Z] +++ export BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:32.629Z] +++ BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:32.629Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:32.629Z] +++ EQ_BUILD_DIR_SEG=P20220808-0640 [2022-08-08T10:48:32.629Z] +++ export EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:48:32.629Z] +++ EBUILDER_HASH=dedc4c28aa69a8f557ea10977829077087c0a476 [2022-08-08T10:48:32.629Z] +++ 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 [2022-08-08T10:48:32.629Z] +++ 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 [2022-08-08T10:48:32.629Z] +++ 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 [2022-08-08T10:48:32.629Z] +++ 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 [2022-08-08T10:48:32.630Z] +++ 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 [2022-08-08T10:48:32.630Z] +++ 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 [2022-08-08T10:48:32.630Z] +++ 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 [2022-08-08T10:48:32.630Z] +++ 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 [2022-08-08T10:48:32.630Z] ++ echo 4.25 [2022-08-08T10:48:32.630Z] + echo 4.25 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] archiveArtifacts [2022-08-08T10:48:41.442Z] Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote Update Site) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-08-08T10:48:50.925Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [2022-08-08T10:48:50.926Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-08T10:48:51.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-08T10:48:51.232Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:48:51.481Z] Executing command: "ssh-agent" [2022-08-08T10:48:51.481Z] exit [2022-08-08T10:48:51.528Z] SSH_AUTH_SOCK=/tmp/ssh-g60Rziwj1AQ3/agent.4469; export SSH_AUTH_SOCK; [2022-08-08T10:48:51.528Z] SSH_AGENT_PID=4470; export SSH_AGENT_PID; [2022-08-08T10:48:51.528Z] echo Agent pid 4470; [2022-08-08T10:48:51.529Z] SSH_AUTH_SOCK=/tmp/ssh-g60Rziwj1AQ3/agent.4469 [2022-08-08T10:48:51.529Z] SSH_AGENT_PID=4470 [2022-08-08T10:48:51.539Z] Running ssh-add (command line suppressed) [2022-08-08T10:48:51.840Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_12823391278659405829.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_12823391278659405829.key) [2022-08-08T10:48:51.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-08T10:48:53.098Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-08-08T10:48:53.099Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-08-08T10:48:53.099Z] ~/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 [2022-08-08T10:48:54.035Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [Pipeline] } [2022-08-08T10:48:54.313Z] Executing sh script inside container jnlp of pod aggrbuild-pod-7gn3b-55fb7 [2022-08-08T10:48:54.567Z] Executing command: "ssh-agent" "-k" [2022-08-08T10:48:54.567Z] exit [2022-08-08T10:48:54.622Z] unset SSH_AUTH_SOCK; [2022-08-08T10:48:54.622Z] unset SSH_AGENT_PID; [2022-08-08T10:48:54.622Z] echo Agent pid 4470 killed; [2022-08-08T10:48:54.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext [2022-08-08T10:48:59.458Z] 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