Started by timer [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Agent aggrbuild-pod-jfxbz-qwznm is provisioned from template aggrbuild-pod-jfxbz --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/I-build-4.24/25/" runUrl: "job/I-build-4.24/25/" labels: jenkins: "slave" jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e" jenkins/label: "aggrbuild-pod" name: "aggrbuild-pod-jfxbz-qwznm" 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-jfxbz-qwznm" - name: "JENKINS_NAME" value: "aggrbuild-pod-jfxbz-qwznm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.releng.svc.cluster.local/releng/" image: "eclipsecbijenkins/jipp-migration-agent: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-jfxbz-qwznm 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-03-20T09:00:18.550Z] + cd /home/jenkins/agent/workspace/P-build [2022-03-20T09:00:18.550Z] + rm -rf '*' [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Setup intial configuration) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-20T09:00:18.801Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-03-20T09:00:18.802Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-20T09:00:19.119Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-20T09:00:19.119Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:00:19.371Z] Executing command: "ssh-agent" [2022-03-20T09:00:19.371Z] exit [2022-03-20T09:00:19.428Z] SSH_AUTH_SOCK=/tmp/ssh-5mPXgblGZPRi/agent.88; export SSH_AUTH_SOCK; [2022-03-20T09:00:19.428Z] SSH_AGENT_PID=89; export SSH_AGENT_PID; [2022-03-20T09:00:19.428Z] echo Agent pid 89; [2022-03-20T09:00:19.430Z] SSH_AUTH_SOCK=/tmp/ssh-5mPXgblGZPRi/agent.88 [2022-03-20T09:00:19.430Z] SSH_AGENT_PID=89 [2022-03-20T09:00:19.451Z] Running ssh-add (command line suppressed) [2022-03-20T09:00:19.753Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_8474265642156122002.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_8474265642156122002.key) [2022-03-20T09:00:19.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] dir [2022-03-20T09:00:19.778Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator [Pipeline] { [Pipeline] sh [2022-03-20T09:00:20.926Z] + git clone -b R4_23_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:00:20.927Z] Cloning into 'eclipse.platform.releng.aggregator'... [Pipeline] } [Pipeline] // dir [Pipeline] } [2022-03-20T09:00:24.234Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:00:24.494Z] Executing command: "ssh-agent" "-k" [2022-03-20T09:00:24.494Z] exit [2022-03-20T09:00:24.551Z] unset SSH_AUTH_SOCK; [2022-03-20T09:00:24.551Z] unset SSH_AGENT_PID; [2022-03-20T09:00:24.551Z] echo Agent pid 89 killed; [2022-03-20T09:00:24.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sh [2022-03-20T09:00:25.090Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production [2022-03-20T09:00:25.091Z] + 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-03-20T09:00:25.091Z] + 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-03-20T09:00:25.699Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:00:25.700Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt [2022-03-20T09:00:25.700Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:25.700Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log [2022-03-20T09:00:25.700Z] + [[ 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-03-20T09:00:27.027Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:27.028Z] +++ export TIMESTAMP=20220320-0500 [2022-03-20T09:00:27.028Z] +++ TIMESTAMP=20220320-0500 [2022-03-20T09:00:27.028Z] +++ export 'BUILD_PRETTY_DATE=Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:00:27.028Z] +++ BUILD_PRETTY_DATE='Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:00:27.028Z] +++ export BRANCH=R4_23_maintenance [2022-03-20T09:00:27.028Z] +++ BRANCH=R4_23_maintenance [2022-03-20T09:00:27.028Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:00:27.028Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:00:27.028Z] +++ export PATCH_BUILD=java18patch [2022-03-20T09:00:27.028Z] +++ PATCH_BUILD=java18patch [2022-03-20T09:00:27.028Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-20T09:00:27.028Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-20T09:00:27.028Z] +++ export BUILD_TYPE=P [2022-03-20T09:00:27.028Z] +++ BUILD_TYPE=P [2022-03-20T09:00:27.028Z] +++ export TESTED_BUILD_TYPE=P [2022-03-20T09:00:27.028Z] +++ TESTED_BUILD_TYPE=P [2022-03-20T09:00:27.028Z] +++ export RELEASE_VER=4.23 [2022-03-20T09:00:27.028Z] +++ RELEASE_VER=4.23 [2022-03-20T09:00:27.028Z] +++ export STREAM=4.23.0 [2022-03-20T09:00:27.028Z] +++ STREAM=4.23.0 [2022-03-20T09:00:27.028Z] +++ export STREAMMajor=4 [2022-03-20T09:00:27.028Z] +++ STREAMMajor=4 [2022-03-20T09:00:27.028Z] +++ export STREAMMinor=23 [2022-03-20T09:00:27.028Z] +++ STREAMMinor=23 [2022-03-20T09:00:27.028Z] +++ export STREAMService=0 [2022-03-20T09:00:27.028Z] +++ STREAMService=0 [2022-03-20T09:00:27.028Z] +++ export GIT_ROOT=git@github.com: [2022-03-20T09:00:27.028Z] +++ GIT_ROOT=git@github.com: [2022-03-20T09:00:27.028Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:00:27.028Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:00:27.028Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:00:27.028Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:00:27.028Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:00:27.028Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:00:27.028Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:00:27.028Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:00:27.028Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:00:27.028Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:00:27.028Z] +++ export TMP_DIR=tmp [2022-03-20T09:00:27.028Z] +++ TMP_DIR=tmp [2022-03-20T09:00:27.028Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:00:27.028Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:00:27.028Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:00:27.028Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:00:27.028Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-20T09:00:27.028Z] +++ LOCAL_REPO=localMavenRepo [2022-03-20T09:00:27.028Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-20T09:00:27.028Z] +++ BASEBUILDER_TAG=4.22 [2022-03-20T09:00:27.028Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-20T09:00:27.028Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-20T09:00:27.028Z] +++ export API_FREEZE_REF_LABEL= [2022-03-20T09:00:27.028Z] +++ API_FREEZE_REF_LABEL= [2022-03-20T09:00:27.028Z] +++ export 'FREEZE_PARAMS= ' [2022-03-20T09:00:27.029Z] +++ FREEZE_PARAMS=' ' [2022-03-20T09:00:27.029Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:00:27.029Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:00:27.029Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:00:27.029Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:00:27.029Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:00:27.029Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:00:27.029Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:00:27.029Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:00:27.029Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:00:27.029Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:00:27.029Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:00:27.029Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:00:27.029Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:00:27.029Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:00:27.029Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:00:27.029Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:00:27.029Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-20T09:00:27.029Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-20T09:00:27.029Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:00:27.029Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:00:27.029Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:27.029Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:27.029Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:00:27.029Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:00:27.029Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:00:27.029Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:00:27.029Z] +++ export BUILD_ID=P20220320-0500 [2022-03-20T09:00:27.029Z] +++ BUILD_ID=P20220320-0500 [2022-03-20T09:00:27.029Z] +++ export BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.029Z] +++ BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.029Z] +++ export EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.029Z] +++ EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.029Z] +++ export EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:00:27.029Z] +++ EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] +++ 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-03-20T09:00:27.029Z] ++ echo P20220320-0500 [2022-03-20T09:00:27.029Z] + echo P20220320-0500 [Pipeline] sh [2022-03-20T09:00:27.585Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:27.585Z] +++ export TIMESTAMP=20220320-0500 [2022-03-20T09:00:27.585Z] +++ TIMESTAMP=20220320-0500 [2022-03-20T09:00:27.585Z] +++ export 'BUILD_PRETTY_DATE=Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:00:27.585Z] +++ BUILD_PRETTY_DATE='Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:00:27.586Z] +++ export BRANCH=R4_23_maintenance [2022-03-20T09:00:27.586Z] +++ BRANCH=R4_23_maintenance [2022-03-20T09:00:27.586Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:00:27.586Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:00:27.586Z] +++ export PATCH_BUILD=java18patch [2022-03-20T09:00:27.586Z] +++ PATCH_BUILD=java18patch [2022-03-20T09:00:27.586Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-20T09:00:27.586Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-20T09:00:27.586Z] +++ export BUILD_TYPE=P [2022-03-20T09:00:27.586Z] +++ BUILD_TYPE=P [2022-03-20T09:00:27.586Z] +++ export TESTED_BUILD_TYPE=P [2022-03-20T09:00:27.586Z] +++ TESTED_BUILD_TYPE=P [2022-03-20T09:00:27.586Z] +++ export RELEASE_VER=4.23 [2022-03-20T09:00:27.586Z] +++ RELEASE_VER=4.23 [2022-03-20T09:00:27.586Z] +++ export STREAM=4.23.0 [2022-03-20T09:00:27.586Z] +++ STREAM=4.23.0 [2022-03-20T09:00:27.586Z] +++ export STREAMMajor=4 [2022-03-20T09:00:27.586Z] +++ STREAMMajor=4 [2022-03-20T09:00:27.586Z] +++ export STREAMMinor=23 [2022-03-20T09:00:27.586Z] +++ STREAMMinor=23 [2022-03-20T09:00:27.586Z] +++ export STREAMService=0 [2022-03-20T09:00:27.586Z] +++ STREAMService=0 [2022-03-20T09:00:27.586Z] +++ export GIT_ROOT=git@github.com: [2022-03-20T09:00:27.586Z] +++ GIT_ROOT=git@github.com: [2022-03-20T09:00:27.586Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:00:27.586Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:00:27.586Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:00:27.586Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:00:27.586Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:00:27.586Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:00:27.586Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:00:27.586Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:00:27.586Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:00:27.586Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:00:27.586Z] +++ export TMP_DIR=tmp [2022-03-20T09:00:27.586Z] +++ TMP_DIR=tmp [2022-03-20T09:00:27.586Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:00:27.586Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:00:27.586Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:00:27.586Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:00:27.586Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-20T09:00:27.586Z] +++ LOCAL_REPO=localMavenRepo [2022-03-20T09:00:27.586Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-20T09:00:27.586Z] +++ BASEBUILDER_TAG=4.22 [2022-03-20T09:00:27.586Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-20T09:00:27.586Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-20T09:00:27.586Z] +++ export API_FREEZE_REF_LABEL= [2022-03-20T09:00:27.586Z] +++ API_FREEZE_REF_LABEL= [2022-03-20T09:00:27.586Z] +++ export 'FREEZE_PARAMS= ' [2022-03-20T09:00:27.586Z] +++ FREEZE_PARAMS=' ' [2022-03-20T09:00:27.586Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:00:27.586Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:00:27.586Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:00:27.586Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:00:27.586Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:00:27.586Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:00:27.586Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:00:27.586Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:00:27.586Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:00:27.586Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:00:27.586Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:00:27.586Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:00:27.586Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:00:27.586Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:00:27.586Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:00:27.586Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:00:27.586Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-20T09:00:27.586Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-20T09:00:27.586Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:00:27.586Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:00:27.586Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:27.586Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:27.586Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:00:27.586Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:00:27.586Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:00:27.586Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:00:27.586Z] +++ export BUILD_ID=P20220320-0500 [2022-03-20T09:00:27.587Z] +++ BUILD_ID=P20220320-0500 [2022-03-20T09:00:27.587Z] +++ export BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.587Z] +++ BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.587Z] +++ export EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.587Z] +++ EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:00:27.587Z] +++ export EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:00:27.587Z] +++ EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] +++ 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-03-20T09:00:27.587Z] ++ echo 4.23 [2022-03-20T09:00:27.587Z] + echo 4.23 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clone Repositories) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-20T09:00:28.154Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) [2022-03-20T09:00:28.155Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-03-20T09:00:28.155Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-20T09:00:28.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-20T09:00:28.417Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:00:28.663Z] Executing command: "ssh-agent" [2022-03-20T09:00:28.663Z] exit [2022-03-20T09:00:28.720Z] SSH_AUTH_SOCK=/tmp/ssh-fTvNdUJWAHaW/agent.467; export SSH_AUTH_SOCK; [2022-03-20T09:00:28.720Z] SSH_AGENT_PID=468; export SSH_AGENT_PID; [2022-03-20T09:00:28.720Z] echo Agent pid 468; [2022-03-20T09:00:28.723Z] SSH_AUTH_SOCK=/tmp/ssh-fTvNdUJWAHaW/agent.467 [2022-03-20T09:00:28.723Z] SSH_AGENT_PID=468 [2022-03-20T09:00:28.733Z] Running ssh-add (command line suppressed) [2022-03-20T09:00:29.040Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_4545834020970278250.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_4545834020970278250.key) [2022-03-20T09:00:29.056Z] Running ssh-add (command line suppressed) [2022-03-20T09:00:29.364Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_12364045947698047355.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_12364045947698047355.key) [2022-03-20T09:00:29.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-20T09:00:29.894Z] + git config --global user.email releng-bot@eclipse.org [2022-03-20T09:00:29.894Z] + git config --global user.name 'Eclipse Releng Bot' [2022-03-20T09:00:29.894Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:00:29.894Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:00:29.894Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log [2022-03-20T09:00:29.894Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'... [2022-03-20T09:00:33.177Z] Submodule 'eclipse.jdt' (https://git.eclipse.org/r/jdt/eclipse.jdt) registered for path 'eclipse.jdt' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.jdt.core' (https://git.eclipse.org/r/jdt/eclipse.jdt.core) registered for path 'eclipse.jdt.core' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.jdt.core.binaries' (https://git.eclipse.org/r/jdt/eclipse.jdt.core.binaries) registered for path 'eclipse.jdt.core.binaries' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.jdt.debug' (https://git.eclipse.org/r/jdt/eclipse.jdt.debug) registered for path 'eclipse.jdt.debug' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.jdt.ui' (https://git.eclipse.org/r/jdt/eclipse.jdt.ui) registered for path 'eclipse.jdt.ui' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.pde.build' (https://git.eclipse.org/r/pde/eclipse.pde.build) registered for path 'eclipse.pde.build' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.pde.ui' (https://git.eclipse.org/r/pde/eclipse.pde.ui) registered for path 'eclipse.pde.ui' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.debug' (https://git.eclipse.org/r/platform/eclipse.platform.debug) registered for path 'eclipse.platform.debug' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.resources' (https://git.eclipse.org/r/platform/eclipse.platform.resources) registered for path 'eclipse.platform.resources' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.runtime' (https://git.eclipse.org/r/platform/eclipse.platform.runtime) registered for path 'eclipse.platform.runtime' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.swt' (https://git.eclipse.org/r/platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.swt.binaries' (https://git.eclipse.org/r/platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.team' (https://github.com/eclipse-platform/eclipse.platform.team.git) registered for path 'eclipse.platform.team' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.text' (https://git.eclipse.org/r/platform/eclipse.platform.text) registered for path 'eclipse.platform.text' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.ua' (https://git.eclipse.org/r/platform/eclipse.platform.ua) registered for path 'eclipse.platform.ua' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.ui' (https://git.eclipse.org/r/platform/eclipse.platform.ui) registered for path 'eclipse.platform.ui' [2022-03-20T09:00:33.177Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools' [2022-03-20T09:00:33.177Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries' [2022-03-20T09:00:33.177Z] Submodule 'rt.equinox.bundles' (https://github.com/eclipse-equinox/equinox.bundles.git) registered for path 'rt.equinox.bundles' [2022-03-20T09:00:33.177Z] Submodule 'rt.equinox.framework' (https://github.com/eclipse-equinox/equinox.framework.git) registered for path 'rt.equinox.framework' [2022-03-20T09:00:33.177Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2' [2022-03-20T09:00:33.177Z] Cloning into 'eclipse.jdt'... [2022-03-20T09:00:34.111Z] Submodule path 'eclipse.jdt': checked out 'aceeeb7026ee095408cf1688c1fc99ce0ab98190' [2022-03-20T09:00:34.111Z] Cloning into 'eclipse.jdt.core'... [2022-03-20T09:01:06.209Z] Submodule path 'eclipse.jdt.core': checked out 'f2650a37b916e3760d3138a69c1f96ad6bc5e758' [2022-03-20T09:01:06.209Z] Cloning into 'eclipse.jdt.core.binaries'... [2022-03-20T09:01:06.209Z] Submodule path 'eclipse.jdt.core.binaries': checked out 'd3ce32c1a17268c2e09d0778a040213605897066' [2022-03-20T09:01:06.209Z] Cloning into 'eclipse.jdt.debug'... [2022-03-20T09:01:07.586Z] Submodule path 'eclipse.jdt.debug': checked out '3cbf71c91c16c91cba9f8887b52208c2ad39e9a7' [2022-03-20T09:01:07.586Z] Cloning into 'eclipse.jdt.ui'... [2022-03-20T09:01:29.510Z] Submodule path 'eclipse.jdt.ui': checked out 'ed2dbf6574c773d5367e4b647dd71cfe107602c7' [2022-03-20T09:01:29.510Z] Cloning into 'eclipse.pde.build'... [2022-03-20T09:01:29.510Z] Submodule path 'eclipse.pde.build': checked out 'fa188e63e0f4b29b021d898adf5609ae18526ea8' [2022-03-20T09:01:29.510Z] Cloning into 'eclipse.pde.ui'... [2022-03-20T09:01:37.625Z] Submodule path 'eclipse.pde.ui': checked out 'dd9ed8e7db94bb71cef797d43a3006ab73ebf246' [2022-03-20T09:01:37.625Z] Cloning into 'eclipse.platform'... [2022-03-20T09:01:42.911Z] Submodule path 'eclipse.platform': checked out 'd5bda2a1b022b19b77bf260f8304404e4bdca7e5' [2022-03-20T09:01:42.911Z] Cloning into 'eclipse.platform.common'... [2022-03-20T09:01:55.102Z] Submodule path 'eclipse.platform.common': checked out '991fc00ac4e555277a689e3ba1d59439bdefa235' [2022-03-20T09:01:55.102Z] Cloning into 'eclipse.platform.debug'... [2022-03-20T09:01:59.283Z] Submodule path 'eclipse.platform.debug': checked out 'd1237798c5bac68689d4b79be24f6f7384af3daf' [2022-03-20T09:01:59.283Z] Cloning into 'eclipse.platform.releng'... [2022-03-20T09:02:01.181Z] Submodule path 'eclipse.platform.releng': checked out '471356a37b808ef23c22281bca4f9018d021ffc2' [2022-03-20T09:02:01.181Z] Cloning into 'eclipse.platform.resources'... [2022-03-20T09:02:04.461Z] Submodule path 'eclipse.platform.resources': checked out 'e21d7232ffc843013739ccee7dcd342c93de8997' [2022-03-20T09:02:04.461Z] Cloning into 'eclipse.platform.runtime'... [2022-03-20T09:02:06.360Z] Submodule path 'eclipse.platform.runtime': checked out 'e1fb032dc1431019308065cce1fd8c7fecfc964e' [2022-03-20T09:02:06.360Z] Cloning into 'eclipse.platform.swt'... [2022-03-20T09:02:28.276Z] Submodule path 'eclipse.platform.swt': checked out '991582dc1284379a8fcf12568c92768f8bf17f01' [2022-03-20T09:02:28.276Z] Cloning into 'eclipse.platform.swt.binaries'... [2022-03-20T09:03:15.027Z] Submodule path 'eclipse.platform.swt.binaries': checked out 'e8644899a22dc47b937f759eb6ddec8373d2dd4b' [2022-03-20T09:03:15.027Z] Cloning into 'eclipse.platform.team'... [2022-03-20T09:03:21.580Z] Submodule path 'eclipse.platform.team': checked out '8e348bd773cd2ee4603a8bc4ceb8a98da93cb6cd' [2022-03-20T09:03:21.580Z] Cloning into 'eclipse.platform.text'... [2022-03-20T09:03:24.858Z] Submodule path 'eclipse.platform.text': checked out 'd87caaa4bcb5f492bbe08581f9ac79e241c64cbd' [2022-03-20T09:03:24.858Z] Cloning into 'eclipse.platform.ua'... [2022-03-20T09:03:29.039Z] Submodule path 'eclipse.platform.ua': checked out 'faac7fb99f307b0a201854eab997d405587d3cdf' [2022-03-20T09:03:29.039Z] Cloning into 'eclipse.platform.ui'... [2022-03-20T09:03:50.954Z] Submodule path 'eclipse.platform.ui': checked out '589d8e6f5a834cf7debfad282d09d0ae8672a81c' [2022-03-20T09:03:50.954Z] Cloning into 'eclipse.platform.ui.tools'... [2022-03-20T09:03:50.954Z] Submodule path 'eclipse.platform.ui.tools': checked out '4699fc168d74a0fe1bb0cf2376aaec10ac24be57' [2022-03-20T09:03:50.954Z] Cloning into 'rt.equinox.binaries'... [2022-03-20T09:03:53.537Z] Submodule path 'rt.equinox.binaries': checked out 'e1375eab8fd20503501df88c00e257b79d66cc4d' [2022-03-20T09:03:53.537Z] Cloning into 'rt.equinox.bundles'... [2022-03-20T09:03:56.063Z] Submodule path 'rt.equinox.bundles': checked out '97a02a0669e4581297d11fbccaf44249de3cb6e4' [2022-03-20T09:03:56.063Z] Cloning into 'rt.equinox.framework'... [2022-03-20T09:04:00.243Z] Submodule path 'rt.equinox.framework': checked out '167fc48203b373e0311adf95f69ca9bc857609e7' [2022-03-20T09:04:00.243Z] Cloning into 'rt.equinox.p2'... [2022-03-20T09:04:08.347Z] Submodule path 'rt.equinox.p2': checked out 'b406e5d7315451293dbc7dfb97255a3840ca0c2a' [2022-03-20T09:04:08.347Z] Already on 'R4_23_maintenance' [2022-03-20T09:04:08.347Z] M cje-production/buildproperties.txt [2022-03-20T09:04:08.347Z] M cje-production/mbscripts/mb011_loadPGPKeys.sh [2022-03-20T09:04:08.347Z] Already up-to-date. [2022-03-20T09:04:08.347Z] ~/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-03-20T09:04:08.347Z] Entering 'eclipse.jdt' [2022-03-20T09:04:08.347Z] Checking out R4_23_maintenance [2022-03-20T09:04:08.347Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:08.347Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:08.604Z] Already up-to-date. [2022-03-20T09:04:08.604Z] Entering 'eclipse.jdt.core' [2022-03-20T09:04:09.536Z] Checking out BETA_JAVA18 [2022-03-20T09:04:09.793Z] Previous HEAD position was f2650a3... Bug 575639 - [Mac] testExtraLibraries11 fails on mac: no delta [2022-03-20T09:04:10.050Z] Switched to a new branch 'BETA_JAVA18' [2022-03-20T09:04:10.050Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-20T09:04:10.614Z] Already up-to-date. [2022-03-20T09:04:10.614Z] Entering 'eclipse.jdt.core.binaries' [2022-03-20T09:04:10.872Z] Checking out R4_23_maintenance [2022-03-20T09:04:10.872Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:10.872Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:11.128Z] Already up-to-date. [2022-03-20T09:04:11.129Z] Entering 'eclipse.jdt.debug' [2022-03-20T09:04:11.694Z] Checking out BETA_JAVA18 [2022-03-20T09:04:11.694Z] Previous HEAD position was 3cbf71c... Bug 578996 - Breakpoints cannot be place in nested lambdas [2022-03-20T09:04:11.694Z] Switched to a new branch 'BETA_JAVA18' [2022-03-20T09:04:11.694Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-20T09:04:11.951Z] Already up-to-date. [2022-03-20T09:04:11.951Z] Entering 'eclipse.jdt.ui' [2022-03-20T09:04:12.882Z] Checking out BETA_JAVA18 [2022-03-20T09:04:13.446Z] Previous HEAD position was ed2dbf6... Bug 497947: JDT-Icons blurred on Retina displays [2022-03-20T09:04:13.446Z] Switched to a new branch 'BETA_JAVA18' [2022-03-20T09:04:13.446Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-20T09:04:14.378Z] Already up-to-date. [2022-03-20T09:04:14.378Z] Entering 'eclipse.pde.build' [2022-03-20T09:04:14.378Z] Checking out BETA_JAVA18 [2022-03-20T09:04:14.378Z] Previous HEAD position was fa188e6... Bug 578536 - Stop pointing to http://download.eclipse.org [2022-03-20T09:04:14.378Z] Switched to a new branch 'BETA_JAVA18' [2022-03-20T09:04:14.378Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-20T09:04:14.635Z] Already up-to-date. [2022-03-20T09:04:14.635Z] Entering 'eclipse.pde.ui' [2022-03-20T09:04:15.569Z] Checking out BETA_JAVA18 [2022-03-20T09:04:15.826Z] Previous HEAD position was dd9ed8e... Bug 579015 - Move to tycho 2.7.0 [2022-03-20T09:04:15.826Z] Switched to a new branch 'BETA_JAVA18' [2022-03-20T09:04:15.826Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-20T09:04:16.390Z] Already up-to-date. [2022-03-20T09:04:16.390Z] Entering 'eclipse.platform' [2022-03-20T09:04:16.954Z] Checking out R4_23_maintenance [2022-03-20T09:04:16.954Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:16.954Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:17.518Z] Already up-to-date. [2022-03-20T09:04:17.518Z] Entering 'eclipse.platform.common' [2022-03-20T09:04:18.081Z] Checking out R4_23_maintenance [2022-03-20T09:04:18.338Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:18.338Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:18.903Z] Already up-to-date. [2022-03-20T09:04:18.903Z] Entering 'eclipse.platform.debug' [2022-03-20T09:04:19.835Z] Checking out R4_23_maintenance [2022-03-20T09:04:20.092Z] Previous HEAD position was d123779... Bug 579015 - Move to tycho 2.7.0 [2022-03-20T09:04:20.092Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:20.092Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:20.657Z] Already up-to-date. [2022-03-20T09:04:20.657Z] Entering 'eclipse.platform.releng' [2022-03-20T09:04:21.220Z] Checking out R4_23_maintenance [2022-03-20T09:04:21.220Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:21.220Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:21.784Z] Already up-to-date. [2022-03-20T09:04:21.784Z] Entering 'eclipse.platform.resources' [2022-03-20T09:04:22.715Z] Checking out R4_23_maintenance [2022-03-20T09:04:22.715Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:22.715Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:22.715Z] Already up-to-date. [2022-03-20T09:04:22.715Z] Entering 'eclipse.platform.runtime' [2022-03-20T09:04:23.279Z] Checking out R4_23_maintenance [2022-03-20T09:04:23.279Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:23.279Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:23.536Z] Already up-to-date. [2022-03-20T09:04:23.536Z] Entering 'eclipse.platform.swt' [2022-03-20T09:04:24.468Z] Checking out R4_23_maintenance [2022-03-20T09:04:24.725Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:24.725Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:25.290Z] Already up-to-date. [2022-03-20T09:04:25.290Z] Entering 'eclipse.platform.swt.binaries' [2022-03-20T09:04:25.854Z] Checking out R4_23_maintenance [2022-03-20T09:04:25.854Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:25.854Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:26.111Z] Already up-to-date. [2022-03-20T09:04:26.111Z] Entering 'eclipse.platform.team' [2022-03-20T09:04:26.675Z] Checking out R4_23_maintenance [2022-03-20T09:04:26.675Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:26.675Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:27.240Z] Already up-to-date. [2022-03-20T09:04:27.240Z] Entering 'eclipse.platform.text' [2022-03-20T09:04:27.805Z] Checking out R4_23_maintenance [2022-03-20T09:04:27.805Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:27.805Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:28.062Z] Already up-to-date. [2022-03-20T09:04:28.062Z] Entering 'eclipse.platform.ua' [2022-03-20T09:04:28.625Z] Checking out R4_23_maintenance [2022-03-20T09:04:28.625Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:28.625Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:28.882Z] Already up-to-date. [2022-03-20T09:04:28.883Z] Entering 'eclipse.platform.ui' [2022-03-20T09:04:30.252Z] Checking out R4_23_maintenance [2022-03-20T09:04:30.816Z] Previous HEAD position was 589d8e6... Bug 579119 - Unexpected large file editor selection pop-up [2022-03-20T09:04:30.816Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:30.816Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:31.746Z] Already up-to-date. [2022-03-20T09:04:31.746Z] Entering 'eclipse.platform.ui.tools' [2022-03-20T09:04:32.311Z] Checking out R4_23_maintenance [2022-03-20T09:04:32.311Z] Previous HEAD position was 4699fc1... Adjust Jenkinsfile for move of releng.aggregator to github [2022-03-20T09:04:32.311Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:32.311Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:32.568Z] Already up-to-date. [2022-03-20T09:04:32.568Z] Entering 'rt.equinox.binaries' [2022-03-20T09:04:33.133Z] Checking out R4_23_maintenance [2022-03-20T09:04:33.133Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:33.133Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:33.698Z] Already up-to-date. [2022-03-20T09:04:33.698Z] Entering 'rt.equinox.bundles' [2022-03-20T09:04:33.955Z] Checking out R4_23_maintenance [2022-03-20T09:04:34.213Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:34.213Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:34.778Z] Already up-to-date. [2022-03-20T09:04:34.778Z] Entering 'rt.equinox.framework' [2022-03-20T09:04:35.356Z] Checking out R4_23_maintenance [2022-03-20T09:04:35.356Z] Previous HEAD position was 167fc48... Bug 578772 - Lambda in MultiplexingFactory causes NPE one Hotspot Java version 8 [2022-03-20T09:04:35.356Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:35.356Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:36.085Z] Already up-to-date. [2022-03-20T09:04:36.086Z] Entering 'rt.equinox.p2' [2022-03-20T09:04:36.650Z] Checking out R4_23_maintenance [2022-03-20T09:04:36.650Z] Switched to a new branch 'R4_23_maintenance' [2022-03-20T09:04:36.650Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-20T09:04:37.581Z] Already up-to-date. [2022-03-20T09:04:37.581Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:04:37.581Z] ~/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-03-20T09:04:38.953Z] git add eclipse.jdt.core eclipse.jdt.debug eclipse.jdt.ui eclipse.pde.build eclipse.pde.ui eclipse.platform.debug eclipse.platform.ui eclipse.platform.ui.tools rt.equinox.framework [2022-03-20T09:04:38.953Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:04:38.953Z] + [[ 0 -ne 0 ]] [Pipeline] } [2022-03-20T09:04:38.959Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:04:39.210Z] Executing command: "ssh-agent" "-k" [2022-03-20T09:04:39.210Z] exit [2022-03-20T09:04:39.267Z] unset SSH_AUTH_SOCK; [2022-03-20T09:04:39.268Z] unset SSH_AGENT_PID; [2022-03-20T09:04:39.268Z] echo Agent pid 468 killed; [2022-03-20T09:04:39.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tag Build Inputs) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-20T09:04:40.180Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) [2022-03-20T09:04:40.180Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-03-20T09:04:40.180Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [2022-03-20T09:04:40.180Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-20T09:04:40.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-20T09:04:40.492Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:04:40.738Z] Executing command: "ssh-agent" [2022-03-20T09:04:40.738Z] exit [2022-03-20T09:04:40.795Z] SSH_AUTH_SOCK=/tmp/ssh-9gdcFFPS0k8e/agent.5285; export SSH_AUTH_SOCK; [2022-03-20T09:04:40.795Z] SSH_AGENT_PID=5286; export SSH_AGENT_PID; [2022-03-20T09:04:40.795Z] echo Agent pid 5286; [2022-03-20T09:04:40.797Z] SSH_AUTH_SOCK=/tmp/ssh-9gdcFFPS0k8e/agent.5285 [2022-03-20T09:04:40.797Z] SSH_AGENT_PID=5286 [2022-03-20T09:04:40.806Z] Running ssh-add (command line suppressed) [2022-03-20T09:04:41.116Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_14535095746852317841.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_14535095746852317841.key) [2022-03-20T09:04:41.131Z] Running ssh-add (command line suppressed) [2022-03-20T09:04:41.444Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_6174969848611177368.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_6174969848611177368.key) [2022-03-20T09:04:41.459Z] Running ssh-add (command line suppressed) [2022-03-20T09:04:41.769Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_4190207841154787008.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_4190207841154787008.key) [2022-03-20T09:04:41.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-20T09:04:42.296Z] + git config --global user.email releng-bot@eclipse.org [2022-03-20T09:04:42.297Z] + git config --global user.name 'Eclipse Releng Bot' [2022-03-20T09:04:42.297Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:04:42.297Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:04:42.297Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log [2022-03-20T09:04:42.297Z] + '[' 1 -ne 1 ']' [2022-03-20T09:04:42.297Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource [2022-03-20T09:04:42.297Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:04:42.297Z] ++ export TIMESTAMP=20220320-0500 [2022-03-20T09:04:42.297Z] ++ TIMESTAMP=20220320-0500 [2022-03-20T09:04:42.297Z] ++ export 'BUILD_PRETTY_DATE=Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:04:42.297Z] ++ BUILD_PRETTY_DATE='Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:04:42.297Z] ++ export BRANCH=R4_23_maintenance [2022-03-20T09:04:42.297Z] ++ BRANCH=R4_23_maintenance [2022-03-20T09:04:42.297Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:04:42.297Z] ++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:04:42.297Z] ++ export PATCH_BUILD=java18patch [2022-03-20T09:04:42.297Z] ++ PATCH_BUILD=java18patch [2022-03-20T09:04:42.297Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-20T09:04:42.297Z] ++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-20T09:04:42.297Z] ++ export BUILD_TYPE=P [2022-03-20T09:04:42.297Z] ++ BUILD_TYPE=P [2022-03-20T09:04:42.297Z] ++ export TESTED_BUILD_TYPE=P [2022-03-20T09:04:42.297Z] ++ TESTED_BUILD_TYPE=P [2022-03-20T09:04:42.297Z] ++ export RELEASE_VER=4.23 [2022-03-20T09:04:42.297Z] ++ RELEASE_VER=4.23 [2022-03-20T09:04:42.297Z] ++ export STREAM=4.23.0 [2022-03-20T09:04:42.297Z] ++ STREAM=4.23.0 [2022-03-20T09:04:42.297Z] ++ export STREAMMajor=4 [2022-03-20T09:04:42.297Z] ++ STREAMMajor=4 [2022-03-20T09:04:42.297Z] ++ export STREAMMinor=23 [2022-03-20T09:04:42.297Z] ++ STREAMMinor=23 [2022-03-20T09:04:42.297Z] ++ export STREAMService=0 [2022-03-20T09:04:42.297Z] ++ STREAMService=0 [2022-03-20T09:04:42.297Z] ++ export GIT_ROOT=git@github.com: [2022-03-20T09:04:42.297Z] ++ GIT_ROOT=git@github.com: [2022-03-20T09:04:42.297Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:04:42.297Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:04:42.297Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:04:42.297Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:04:42.298Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:04:42.298Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:04:42.298Z] ++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:04:42.298Z] ++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:04:42.298Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:04:42.298Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:04:42.298Z] ++ export TMP_DIR=tmp [2022-03-20T09:04:42.298Z] ++ TMP_DIR=tmp [2022-03-20T09:04:42.298Z] ++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:04:42.298Z] ++ DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:04:42.298Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:04:42.298Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:04:42.298Z] ++ export LOCAL_REPO=localMavenRepo [2022-03-20T09:04:42.298Z] ++ LOCAL_REPO=localMavenRepo [2022-03-20T09:04:42.298Z] ++ export BASEBUILDER_TAG=4.22 [2022-03-20T09:04:42.298Z] ++ BASEBUILDER_TAG=4.22 [2022-03-20T09:04:42.298Z] ++ export API_PREV_REF_LABEL=4.22 [2022-03-20T09:04:42.298Z] ++ API_PREV_REF_LABEL=4.22 [2022-03-20T09:04:42.298Z] ++ export API_FREEZE_REF_LABEL= [2022-03-20T09:04:42.298Z] ++ API_FREEZE_REF_LABEL= [2022-03-20T09:04:42.298Z] ++ export 'FREEZE_PARAMS= ' [2022-03-20T09:04:42.298Z] ++ FREEZE_PARAMS=' ' [2022-03-20T09:04:42.298Z] ++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:04:42.298Z] ++ PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:04:42.298Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:04:42.298Z] ++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:04:42.298Z] ++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:04:42.298Z] ++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:04:42.298Z] ++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:04:42.298Z] ++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:04:42.298Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:04:42.298Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:04:42.298Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:04:42.298Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:04:42.298Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:04:42.298Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:04:42.298Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:04:42.298Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:04:42.298Z] ++ export MAVEN_OPTS=-Xmx6G [2022-03-20T09:04:42.298Z] ++ MAVEN_OPTS=-Xmx6G [2022-03-20T09:04:42.298Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:04:42.298Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:04:42.298Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:04:42.298Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:04:42.298Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:04:42.298Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:04:42.298Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:04:42.298Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:04:42.298Z] ++ export BUILD_ID=P20220320-0500 [2022-03-20T09:04:42.298Z] ++ BUILD_ID=P20220320-0500 [2022-03-20T09:04:42.298Z] ++ export BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:04:42.298Z] ++ BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:04:42.298Z] ++ export EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:04:42.298Z] ++ EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:04:42.298Z] ++ export EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:04:42.298Z] ++ EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:04:42.298Z] ++ 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-03-20T09:04:42.298Z] ++ 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-03-20T09:04:42.298Z] ++ 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-03-20T09:04:42.298Z] ++ 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-03-20T09:04:42.299Z] ++ 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-03-20T09:04:42.299Z] ++ 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-03-20T09:04:42.299Z] ++ 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-03-20T09:04:42.299Z] ++ 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-03-20T09:04:42.299Z] ++ TZ=America/New_York [2022-03-20T09:04:42.299Z] ++ date +%s [2022-03-20T09:04:42.299Z] + reportDate=1647767082 [2022-03-20T09:04:42.299Z] ++ TZ=America/New_York [2022-03-20T09:04:42.299Z] ++ date +%Y%m%d-%H%M --date=@1647767082 [2022-03-20T09:04:42.299Z] + reportTimestamp=20220320-0504 [2022-03-20T09:04:42.299Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220320-0500/gitLog.html [2022-03-20T09:04:42.299Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220320-0500 [2022-03-20T09:04:42.299Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates [2022-03-20T09:04:42.299Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds [2022-03-20T09:04:42.299Z] ++ git tag --list 'P*' [2022-03-20T09:04:42.299Z] ++ tail -n5 [2022-03-20T09:04:42.299Z] + lastTagList='P20220315-0500 [2022-03-20T09:04:42.299Z] P20220316-0500 [2022-03-20T09:04:42.299Z] P20220317-0500 [2022-03-20T09:04:42.299Z] P20220318-0540 [2022-03-20T09:04:42.299Z] P20220319-0500' [2022-03-20T09:04:42.299Z] + lastTag= [2022-03-20T09:04:42.299Z] + for lt in '$lastTagList' [2022-03-20T09:04:42.299Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220315-0500 [2022-03-20T09:04:43.231Z] + lastTag=P20220315-0500 [2022-03-20T09:04:43.231Z] + for lt in '$lastTagList' [2022-03-20T09:04:43.231Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220316-0500 [2022-03-20T09:04:43.796Z] + lastTag=P20220316-0500 [2022-03-20T09:04:43.796Z] + for lt in '$lastTagList' [2022-03-20T09:04:43.796Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220317-0500 [2022-03-20T09:04:44.728Z] + lastTag=P20220317-0500 [2022-03-20T09:04:44.728Z] + for lt in '$lastTagList' [2022-03-20T09:04:44.728Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220318-0540 [2022-03-20T09:04:45.292Z] + lastTag=P20220318-0540 [2022-03-20T09:04:45.293Z] + for lt in '$lastTagList' [2022-03-20T09:04:45.293Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220319-0500 [2022-03-20T09:04:45.857Z] + lastTag=P20220319-0500 [2022-03-20T09:04:45.857Z] + [[ -z P20220319-0500 ]] [2022-03-20T09:04:45.857Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:04:45.857Z] ~/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-03-20T09:04:45.857Z] + '[' P == I ']' [2022-03-20T09:04:45.857Z] + export -f toPushRepo [2022-03-20T09:04:45.858Z] + 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-03-20T09:04:45.858Z] Entering 'eclipse.jdt' [2022-03-20T09:04:45.858Z] Skipping eclipse.jdt [2022-03-20T09:04:45.858Z] Entering 'eclipse.jdt.core' [2022-03-20T09:04:45.858Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.core [2022-03-20T09:04:46.789Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-20T09:04:46.789Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.core [2022-03-20T09:04:46.789Z] * [new tag] P20220320-0500 -> P20220320-0500 [2022-03-20T09:04:46.789Z] Entering 'eclipse.jdt.core.binaries' [2022-03-20T09:04:46.789Z] Skipping eclipse.jdt.core.binaries [2022-03-20T09:04:46.789Z] Entering 'eclipse.jdt.debug' [2022-03-20T09:04:46.789Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.debug [2022-03-20T09:04:47.353Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-20T09:04:47.353Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.debug [2022-03-20T09:04:47.353Z] * [new tag] P20220320-0500 -> P20220320-0500 [2022-03-20T09:04:47.353Z] Entering 'eclipse.jdt.ui' [2022-03-20T09:04:47.353Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.ui [2022-03-20T09:04:48.285Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-20T09:04:48.285Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.ui [2022-03-20T09:04:48.285Z] * [new tag] P20220320-0500 -> P20220320-0500 [2022-03-20T09:04:48.285Z] Entering 'eclipse.pde.build' [2022-03-20T09:04:48.285Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.build [2022-03-20T09:04:48.849Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-20T09:04:48.849Z] To ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.build [2022-03-20T09:04:48.849Z] * [new tag] P20220320-0500 -> P20220320-0500 [2022-03-20T09:04:48.849Z] Entering 'eclipse.pde.ui' [2022-03-20T09:04:48.849Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.ui [2022-03-20T09:04:49.417Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-20T09:04:49.417Z] To ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.ui [2022-03-20T09:04:49.417Z] * [new tag] P20220320-0500 -> P20220320-0500 [2022-03-20T09:04:49.417Z] Entering 'eclipse.platform' [2022-03-20T09:04:49.417Z] Skipping eclipse.platform [2022-03-20T09:04:49.417Z] Entering 'eclipse.platform.common' [2022-03-20T09:04:49.417Z] Skipping eclipse.platform.common [2022-03-20T09:04:49.417Z] Entering 'eclipse.platform.debug' [2022-03-20T09:04:49.417Z] Skipping eclipse.platform.debug [2022-03-20T09:04:49.417Z] Entering 'eclipse.platform.releng' [2022-03-20T09:04:49.417Z] Skipping eclipse.platform.releng [2022-03-20T09:04:49.417Z] Entering 'eclipse.platform.resources' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.resources [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.runtime' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.runtime [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.swt' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.swt [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.swt.binaries' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.swt.binaries [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.team' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.team [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.text' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.text [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.ua' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.ua [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.ui' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.ui [2022-03-20T09:04:49.674Z] Entering 'eclipse.platform.ui.tools' [2022-03-20T09:04:49.674Z] Skipping eclipse.platform.ui.tools [2022-03-20T09:04:49.674Z] Entering 'rt.equinox.binaries' [2022-03-20T09:04:49.674Z] Skipping rt.equinox.binaries [2022-03-20T09:04:49.674Z] Entering 'rt.equinox.bundles' [2022-03-20T09:04:49.674Z] Skipping rt.equinox.bundles [2022-03-20T09:04:49.674Z] Entering 'rt.equinox.framework' [2022-03-20T09:04:49.674Z] Skipping rt.equinox.framework [2022-03-20T09:04:49.674Z] Entering 'rt.equinox.p2' [2022-03-20T09:04:49.674Z] Skipping rt.equinox.p2 [2022-03-20T09:04:49.674Z] + git tag P20220320-0500 [2022-03-20T09:04:49.674Z] + git push --verbose origin P20220320-0500 [2022-03-20T09:04:49.674Z] Pushing to git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:04:51.043Z] To git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:04:51.044Z] * [new tag] P20220320-0500 -> P20220320-0500 [2022-03-20T09:04:51.044Z] + [[ -n P20220319-0500 ]] [2022-03-20T09:04:51.044Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt [2022-03-20T09:04:51.044Z] + echo -e '

Git log from P20220319-0500 (previous) to P20220320-0500 (current)

' [2022-03-20T09:04:51.044Z] + echo -e '

The tagging, and this report, were done at about 20220320-0504

' [2022-03-20T09:04:51.044Z] + git log P20220319-0500..P20220320-0500 --date=short '--format=format:%cd%s%aN' [2022-03-20T09:04:51.044Z] ./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-03-20T09:04:51.044Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt [2022-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] + tmpFileSize= [2022-03-20T09:04:51.044Z] + '[' -ne 0 ']' [2022-03-20T09:04:51.044Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected [2022-03-20T09:04:51.044Z] + git submodule --quiet foreach 'comp=$(echo $path|cut -d. -f2);git log P20220319-0500..P20220320-0500 --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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.044Z] stat: cannot stat ‘/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-03-20T09:04:51.044Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.045Z] stat: cannot stat ‘/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-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.045Z] stat: cannot stat ‘/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-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.045Z] stat: cannot stat ‘/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-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.045Z] stat: cannot stat ‘/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-03-20T09:04:51.045Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.302Z] stat: cannot stat ‘/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-03-20T09:04:51.302Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.303Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.303Z] stat: cannot stat ‘/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-03-20T09:04:51.303Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.303Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.303Z] stat: cannot stat ‘/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-03-20T09:04:51.303Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.303Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.303Z] stat: cannot stat ‘/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-03-20T09:04:51.303Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.560Z] /usr/libexec/git-core/git-submodule: line 525: /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-03-20T09:04:51.560Z] stat: cannot stat ‘/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-03-20T09:04:51.560Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-20T09:04:51.560Z] + popd [2022-03-20T09:04:51.560Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:04:51.560Z] + [[ 0 -ne 0 ]] [Pipeline] } [2022-03-20T09:04:51.566Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:04:51.823Z] Executing command: "ssh-agent" "-k" [2022-03-20T09:04:51.823Z] exit [2022-03-20T09:04:51.880Z] unset SSH_AUTH_SOCK; [2022-03-20T09:04:51.880Z] unset SSH_AGENT_PID; [2022-03-20T09:04:51.880Z] echo Agent pid 5286 killed; [2022-03-20T09:04:51.882Z] [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-03-20T09:04:52.467Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build [2022-03-20T09:04:52.468Z] + 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-03-20T09:04:52.468Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/. [2022-03-20T09:04:52.468Z] + 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-03-20T09:04:52.468Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/. [2022-03-20T09:04:52.468Z] + 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-03-20T09:04:52.468Z] + 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-03-20T09:04:53.070Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:04:53.071Z] + unset JAVA_TOOL_OPTIONS [2022-03-20T09:04:53.071Z] + unset _JAVA_OPTIONS [2022-03-20T09:04:53.071Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:04:53.071Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log [2022-03-20T09:04:54.969Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.0/tycho-build-2.7.0.pom [2022-03-20T09:04:57.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.0/tycho-build-2.7.0.pom (4.0 kB at 1.7 kB/s) [2022-03-20T09:04:57.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.0/tycho-2.7.0.pom [2022-03-20T09:04:57.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.0/tycho-2.7.0.pom (18 kB at 313 kB/s) [2022-03-20T09:04:57.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.0/tycho-pomless-2.7.0.pom [2022-03-20T09:04:57.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.0/tycho-pomless-2.7.0.pom (2.6 kB at 93 kB/s) [2022-03-20T09:04:57.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.0/tycho-extras-2.7.0.pom [2022-03-20T09:04:57.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.0/tycho-extras-2.7.0.pom (6.5 kB at 261 kB/s) [2022-03-20T09:04:57.503Z] [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-03-20T09:04:58.434Z] [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 959 B/s) [2022-03-20T09:04:58.434Z] [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-03-20T09:04:58.434Z] [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 351 kB/s) [2022-03-20T09:04:58.434Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom [2022-03-20T09:04:58.692Z] [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 627 kB/s) [2022-03-20T09:04:58.692Z] [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-03-20T09:04:58.692Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom (24 kB at 1.0 MB/s) [2022-03-20T09:04:58.692Z] [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-03-20T09:04:58.692Z] [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 4.0 MB/s) [2022-03-20T09:04:58.692Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [2022-03-20T09:04:58.692Z] [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.3 MB/s) [2022-03-20T09:04:58.692Z] [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.0/org.eclipse.tycho.core.shared-2.7.0.pom [2022-03-20T09:04:58.692Z] [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.0/org.eclipse.tycho.core.shared-2.7.0.pom (1.0 kB at 34 kB/s) [2022-03-20T09:04:58.692Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.0/tycho-bundles-2.7.0.pom [2022-03-20T09:04:58.949Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.0/tycho-bundles-2.7.0.pom (3.2 kB at 13 kB/s) [2022-03-20T09:04:58.949Z] [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.0/org.eclipse.tycho.p2.maven.repository-2.7.0.pom [2022-03-20T09:04:58.949Z] [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.0/org.eclipse.tycho.p2.maven.repository-2.7.0.pom (960 B at 26 kB/s) [2022-03-20T09:04:58.949Z] [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-03-20T09:04:58.949Z] [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 74 kB/s) [2022-03-20T09:04:58.949Z] [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-03-20T09:04:58.949Z] [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 (882 B at 28 kB/s) [2022-03-20T09:04:58.949Z] [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-03-20T09:04:58.949Z] [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 55 kB/s) [2022-03-20T09:04:58.949Z] [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-03-20T09:04:59.207Z] [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 34 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.207Z] [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 59 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.207Z] [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 63 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.207Z] [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 64 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.207Z] [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 38 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.207Z] [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 56 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.207Z] [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 52 kB/s) [2022-03-20T09:04:59.207Z] [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-03-20T09:04:59.465Z] [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 38 kB/s) [2022-03-20T09:04:59.465Z] [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-03-20T09:04:59.465Z] [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 34 kB/s) [2022-03-20T09:04:59.465Z] [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-03-20T09:04:59.466Z] [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 49 kB/s) [2022-03-20T09:04:59.466Z] [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-03-20T09:04:59.466Z] [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 102 kB/s) [2022-03-20T09:04:59.466Z] [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-03-20T09:04:59.466Z] [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 64 kB/s) [2022-03-20T09:04:59.466Z] [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-03-20T09:04:59.466Z] [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 54 kB/s) [2022-03-20T09:04:59.466Z] [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-03-20T09:04:59.466Z] [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 44 kB/s) [2022-03-20T09:04:59.725Z] [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-03-20T09:04:59.725Z] [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 64 kB/s) [2022-03-20T09:04:59.725Z] [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-03-20T09:04:59.725Z] [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 39 kB/s) [2022-03-20T09:04:59.725Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2022-03-20T09:04:59.725Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom (1.7 kB at 91 kB/s) [2022-03-20T09:04:59.725Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.6.200/org.eclipse.equinox.p2.publisher-1.6.200.pom [2022-03-20T09:04:59.725Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.6.200/org.eclipse.equinox.p2.publisher-1.6.200.pom (2.1 kB at 56 kB/s) [2022-03-20T09:04:59.725Z] [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.100/org.eclipse.equinox.p2.director-2.5.100.pom [2022-03-20T09:04:59.725Z] [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.100/org.eclipse.equinox.p2.director-2.5.100.pom (2.6 kB at 155 kB/s) [2022-03-20T09:04:59.725Z] [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-03-20T09:04:59.725Z] [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 (950 B at 34 kB/s) [2022-03-20T09:04:59.725Z] [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-03-20T09:04:59.725Z] [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 102 kB/s) [2022-03-20T09:04:59.725Z] [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-03-20T09:04:59.725Z] [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 72 kB/s) [2022-03-20T09:04:59.725Z] [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-03-20T09:04:59.983Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 61 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 108 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 84 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 114 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 114 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 115 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 122 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 131 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 70 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:04:59.983Z] [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 73 kB/s) [2022-03-20T09:04:59.983Z] [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-03-20T09:05:00.241Z] [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 53 kB/s) [2022-03-20T09:05:00.241Z] [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-03-20T09:05:00.241Z] [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 28 kB/s) [2022-03-20T09:05:00.241Z] [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-03-20T09:05:00.241Z] [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 35 kB/s) [2022-03-20T09:05:00.241Z] [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-03-20T09:05:00.241Z] [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 93 kB/s) [2022-03-20T09:05:00.241Z] [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-03-20T09:05:00.241Z] [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 36 kB/s) [2022-03-20T09:05:00.241Z] [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-03-20T09:05:00.499Z] [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 68 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 109 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 (787 B at 49 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 73 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 (709 B at 37 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 113 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 113 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 56 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 71 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.499Z] [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 69 kB/s) [2022-03-20T09:05:00.499Z] [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-03-20T09:05:00.756Z] [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 59 kB/s) [2022-03-20T09:05:00.756Z] [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-03-20T09:05:00.756Z] [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 102 kB/s) [2022-03-20T09:05:00.756Z] [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-03-20T09:05:00.756Z] [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 88 kB/s) [2022-03-20T09:05:00.756Z] [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-03-20T09:05:00.756Z] [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 72 kB/s) [2022-03-20T09:05:00.756Z] [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-03-20T09:05:00.756Z] [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 72 kB/s) [2022-03-20T09:05:00.756Z] [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-03-20T09:05:00.756Z] [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 102 kB/s) [2022-03-20T09:05:00.757Z] [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-03-20T09:05:00.757Z] [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 46 kB/s) [2022-03-20T09:05:00.757Z] [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-03-20T09:05:00.757Z] [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 117 kB/s) [2022-03-20T09:05:00.757Z] [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-03-20T09:05:00.757Z] [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 92 kB/s) [2022-03-20T09:05:01.014Z] [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-03-20T09:05:01.014Z] [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 88 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 88 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 92 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 125 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 112 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 73 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 76 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 112 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 125 kB/s) [2022-03-20T09:05:01.015Z] [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-03-20T09:05:01.015Z] [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 112 kB/s) [2022-03-20T09:05:01.274Z] [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-03-20T09:05:01.274Z] [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 25 kB/s) [2022-03-20T09:05:01.274Z] [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-03-20T09:05:01.274Z] [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 68 kB/s) [2022-03-20T09:05:01.274Z] [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-03-20T09:05:01.274Z] [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 432 kB/s) [2022-03-20T09:05:01.274Z] [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-03-20T09:05:01.274Z] [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 936 kB/s) [2022-03-20T09:05:01.274Z] [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-03-20T09:05:01.274Z] [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 129 kB/s) [2022-03-20T09:05:01.274Z] [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-03-20T09:05:01.274Z] [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 407 kB/s) [2022-03-20T09:05:01.275Z] [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-03-20T09:05:01.275Z] [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 15 kB/s) [2022-03-20T09:05:01.275Z] [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-03-20T09:05:01.275Z] [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 74 kB/s) [2022-03-20T09:05:01.275Z] [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-03-20T09:05:01.531Z] [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 51 kB/s) [2022-03-20T09:05:01.531Z] [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-03-20T09:05:01.531Z] [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 63 kB/s) [2022-03-20T09:05:01.532Z] [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-03-20T09:05:01.532Z] [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 39 kB/s) [2022-03-20T09:05:01.532Z] [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-03-20T09:05:01.789Z] [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 8.3 kB/s) [2022-03-20T09:05:01.789Z] [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-03-20T09:05:01.789Z] [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 35 kB/s) [2022-03-20T09:05:01.789Z] [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-03-20T09:05:01.789Z] [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 107 kB/s) [2022-03-20T09:05:01.789Z] [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-03-20T09:05:01.789Z] [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-03-20T09:05:01.789Z] [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-03-20T09:05:01.789Z] [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 103 kB/s) [2022-03-20T09:05:01.789Z] [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-03-20T09:05:01.789Z] [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 65 kB/s) [2022-03-20T09:05:01.789Z] [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-03-20T09:05:02.046Z] [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 49 kB/s) [2022-03-20T09:05:02.046Z] [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-03-20T09:05:02.046Z] [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 38 kB/s) [2022-03-20T09:05:02.046Z] [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-03-20T09:05:02.047Z] [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 108 kB/s) [2022-03-20T09:05:02.047Z] [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-03-20T09:05:02.978Z] [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 1.9 kB/s) [2022-03-20T09:05:02.978Z] [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-03-20T09:05:02.978Z] [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 78 kB/s) [2022-03-20T09:05:02.978Z] [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-03-20T09:05:02.978Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 115 kB/s) [2022-03-20T09:05:02.978Z] [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-03-20T09:05:02.978Z] [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 103 kB/s) [2022-03-20T09:05:02.978Z] [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-03-20T09:05:03.235Z] [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 109 kB/s) [2022-03-20T09:05:03.235Z] [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-03-20T09:05:03.235Z] [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 70 kB/s) [2022-03-20T09:05:03.235Z] [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-03-20T09:05:03.235Z] [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 98 kB/s) [2022-03-20T09:05:03.235Z] [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-03-20T09:05:03.235Z] [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 122 kB/s) [2022-03-20T09:05:03.235Z] [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-03-20T09:05:03.237Z] [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 106 kB/s) [2022-03-20T09:05:03.237Z] [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.500/org.eclipse.osgi.compatibility.state-1.2.500.pom [2022-03-20T09:05:03.237Z] [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.500/org.eclipse.osgi.compatibility.state-1.2.500.pom (2.0 kB at 100 kB/s) [2022-03-20T09:05:03.237Z] [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.1/org.eclipse.equinox.p2.publisher.eclipse-1.4.1.pom [2022-03-20T09:05:03.237Z] [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.1/org.eclipse.equinox.p2.publisher.eclipse-1.4.1.pom (2.0 kB at 60 kB/s) [2022-03-20T09:05:03.237Z] [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.0/org.eclipse.tycho.p2.resolver.impl-2.7.0.pom [2022-03-20T09:05:03.495Z] [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.0/org.eclipse.tycho.p2.resolver.impl-2.7.0.pom (944 B at 4.3 kB/s) [2022-03-20T09:05:03.495Z] [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-03-20T09:05:03.495Z] [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 135 kB/s) [2022-03-20T09:05:03.495Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml [2022-03-20T09:05:03.495Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 30 kB/s) [2022-03-20T09:05:03.495Z] [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-03-20T09:05:03.495Z] [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 100 kB/s) [2022-03-20T09:05:03.495Z] [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-03-20T09:05:03.495Z] [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 66 kB/s) [2022-03-20T09:05:03.495Z] [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-03-20T09:05:03.752Z] [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 127 kB/s) [2022-03-20T09:05:03.752Z] [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-03-20T09:05:03.752Z] [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 119 kB/s) [2022-03-20T09:05:03.752Z] [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-03-20T09:05:03.752Z] [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 127 kB/s) [2022-03-20T09:05:03.752Z] [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-03-20T09:05:03.752Z] [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 477 kB/s) [2022-03-20T09:05:03.752Z] [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-03-20T09:05:03.752Z] [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 108 kB/s) [2022-03-20T09:05:03.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.0/tycho-build-2.7.0.jar [2022-03-20T09:05:03.752Z] [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-03-20T09:05:03.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.0/tycho-pomless-2.7.0.jar [2022-03-20T09:05:03.752Z] [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.0/org.eclipse.tycho.core.shared-2.7.0.jar [2022-03-20T09:05:03.752Z] [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.0/org.eclipse.tycho.p2.maven.repository-2.7.0.jar [2022-03-20T09:05:03.752Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.0/tycho-pomless-2.7.0.jar (30 kB at 1.6 MB/s) [2022-03-20T09:05:03.752Z] [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.jar [2022-03-20T09:05:03.752Z] [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.jar (78 kB at 1.3 MB/s) [2022-03-20T09:05:03.752Z] [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.jar [2022-03-20T09:05:03.752Z] [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.jar (148 kB at 1.8 MB/s) [2022-03-20T09:05:03.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.jar [2022-03-20T09:05:03.752Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.0/tycho-build-2.7.0.jar (18 kB at 149 kB/s) [2022-03-20T09:05:03.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.6.200/org.eclipse.equinox.p2.publisher-1.6.200.jar [2022-03-20T09:05:03.753Z] [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.0/org.eclipse.tycho.p2.maven.repository-2.7.0.jar (166 kB at 1.4 MB/s) [2022-03-20T09:05:03.753Z] [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.100/org.eclipse.equinox.p2.director-2.5.100.jar [2022-03-20T09:05:03.753Z] [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 245 kB/s) [2022-03-20T09:05:03.753Z] [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.jar [2022-03-20T09:05:03.753Z] [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.0/org.eclipse.tycho.core.shared-2.7.0.jar (46 kB at 319 kB/s) [2022-03-20T09:05:03.753Z] [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-03-20T09:05:03.753Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.6.200/org.eclipse.equinox.p2.publisher-1.6.200.jar (104 kB at 715 kB/s) [2022-03-20T09:05:03.753Z] [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-03-20T09:05:04.010Z] [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.100/org.eclipse.equinox.p2.director-2.5.100.jar (112 kB at 734 kB/s) [2022-03-20T09:05:04.010Z] [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.jar [2022-03-20T09:05:04.010Z] [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.jar (111 kB at 664 kB/s) [2022-03-20T09:05:04.010Z] [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-03-20T09:05:04.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 2.3 MB/s) [2022-03-20T09:05:04.010Z] [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-03-20T09:05:04.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 2.2 MB/s) [2022-03-20T09:05:04.010Z] [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.jar [2022-03-20T09:05:04.010Z] [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.jar (218 kB at 1.1 MB/s) [2022-03-20T09:05:04.010Z] [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.500/org.eclipse.osgi.compatibility.state-1.2.500.jar [2022-03-20T09:05:04.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.jar (1.5 MB at 7.3 MB/s) [2022-03-20T09:05:04.010Z] [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.1/org.eclipse.equinox.p2.publisher.eclipse-1.4.1.jar [2022-03-20T09:05:04.010Z] [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 935 kB/s) [2022-03-20T09:05:04.010Z] [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.0/org.eclipse.tycho.p2.resolver.impl-2.7.0.jar [2022-03-20T09:05:04.010Z] [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.1/org.eclipse.equinox.p2.publisher.eclipse-1.4.1.jar (248 kB at 1.1 MB/s) [2022-03-20T09:05:04.010Z] [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-03-20T09:05:04.010Z] [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 1.6 MB/s) [2022-03-20T09:05:04.010Z] [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-03-20T09:05:04.011Z] [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.jar (146 kB at 620 kB/s) [2022-03-20T09:05:04.011Z] [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.500/org.eclipse.osgi.compatibility.state-1.2.500.jar (255 kB at 1.0 MB/s) [2022-03-20T09:05:04.011Z] [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.0/org.eclipse.tycho.p2.resolver.impl-2.7.0.jar (290 kB at 1.1 MB/s) [2022-03-20T09:05:04.011Z] [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 483 kB/s) [2022-03-20T09:05:04.011Z] [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 417 kB/s) [2022-03-20T09:05:04.268Z] [INFO] Scanning for projects... [2022-03-20T09:05:04.524Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom [2022-03-20T09:05:04.524Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom [2022-03-20T09:05:04.524Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom [2022-03-20T09:05:04.524Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom [2022-03-20T09:05:04.524Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom [2022-03-20T09:05:04.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom [2022-03-20T09:05:04.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.pom (2.1 kB at 66 kB/s) [2022-03-20T09:05:04.525Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.pom (6.9 kB at 404 kB/s) [2022-03-20T09:05:04.525Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom [2022-03-20T09:05:04.525Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.pom (1.1 kB at 29 kB/s) [2022-03-20T09:05:04.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom [2022-03-20T09:05:04.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.pom (1.1 kB at 67 kB/s) [2022-03-20T09:05:04.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2022-03-20T09:05:04.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 182 kB/s) [2022-03-20T09:05:04.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-20T09:05:04.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-20T09:05:04.783Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-20T09:05:04.783Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-20T09:05:04.783Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-20T09:05:04.783Z] [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 978 kB/s) [2022-03-20T09:05:04.783Z] [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-03-20T09:05:04.783Z] [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-03-20T09:05:04.783Z] [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-03-20T09:05:04.783Z] [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-03-20T09:05:04.783Z] [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-03-20T09:05:05.040Z] [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-03-20T09:05:05.040Z] [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 257 kB/s) [2022-03-20T09:05:05.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2022-03-20T09:05:05.040Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 284 kB/s) [2022-03-20T09:05:05.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-03-20T09:05:05.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-03-20T09:05:05.040Z] [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-03-20T09:05:05.041Z] [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 4.5 MB/s) [2022-03-20T09:05:05.041Z] [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-03-20T09:05:05.041Z] [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-03-20T09:05:05.041Z] [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-03-20T09:05:05.041Z] [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-03-20T09:05:05.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-03-20T09:05:05.041Z] [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-03-20T09:05:05.041Z] [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 3.6 MB/s) [2022-03-20T09:05:05.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-03-20T09:05:05.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-03-20T09:05:05.041Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-03-20T09:05:05.298Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-03-20T09:05:05.299Z] [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-03-20T09:05:05.299Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 5.2 MB/s) [2022-03-20T09:05:05.299Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [2022-03-20T09:05:05.299Z] [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 3.1 MB/s) [2022-03-20T09:05:05.299Z] [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-03-20T09:05:05.299Z] [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-03-20T09:05:05.299Z] [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-03-20T09:05:05.299Z] [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-03-20T09:05:05.299Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2022-03-20T09:05:05.299Z] [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-03-20T09:05:05.299Z] [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 729 kB/s) [2022-03-20T09:05:05.299Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-03-20T09:05:05.299Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-03-20T09:05:05.299Z] [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-03-20T09:05:05.556Z] [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 2.2 MB/s) [2022-03-20T09:05:05.556Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [2022-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-03-20T09:05:05.556Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 2.9 MB/s) [2022-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2022-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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 111 kB/s) [2022-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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-03-20T09:05:05.556Z] [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-03-20T09:05:05.814Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [2022-03-20T09:05:05.814Z] [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-03-20T09:05:05.814Z] [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 152 kB/s) [2022-03-20T09:05:05.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-20T09:05:05.814Z] [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-03-20T09:05:05.814Z] [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 36 kB/s) [2022-03-20T09:05:05.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.pom (1.8 kB at 63 kB/s) [2022-03-20T09:05:05.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom [2022-03-20T09:05:05.814Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom [2022-03-20T09:05:06.071Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.0/sisu-equinox-2.7.0.pom (1.0 kB at 24 kB/s) [2022-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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 35 kB/s) [2022-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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-03-20T09:05:06.072Z] [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 402 kB/s) [2022-03-20T09:05:06.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-03-20T09:05:06.072Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-03-20T09:05:06.072Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-03-20T09:05:06.072Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-03-20T09:05:06.072Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-03-20T09:05:06.329Z] [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-03-20T09:05:06.329Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.1 MB/s) [2022-03-20T09:05:06.329Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.pom (1.7 kB at 114 kB/s) [2022-03-20T09:05:06.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.pom (1.4 kB at 49 kB/s) [2022-03-20T09:05:06.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-20T09:05:06.330Z] [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-03-20T09:05:06.330Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 2.4 MB/s) [2022-03-20T09:05:06.330Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom [2022-03-20T09:05:06.330Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom [2022-03-20T09:05:06.587Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.pom (2.1 kB at 60 kB/s) [2022-03-20T09:05:06.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.pom (1.1 kB at 70 kB/s) [2022-03-20T09:05:06.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.pom (2.3 kB at 84 kB/s) [2022-03-20T09:05:06.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom [2022-03-20T09:05:06.588Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom [2022-03-20T09:05:06.846Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.0/tycho-p2-2.7.0.pom (1.1 kB at 34 kB/s) [2022-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar [2022-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar [2022-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar [2022-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar [2022-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [2022-03-20T09:05:06.846Z] [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-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2022-03-20T09:05:06.846Z] [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-03-20T09:05:06.846Z] [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-03-20T09:05:06.846Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar [2022-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [2022-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2022-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar [2022-03-20T09:05:06.847Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar [2022-03-20T09:05:06.847Z] [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-03-20T09:05:06.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar [2022-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [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-03-20T09:05:06.848Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar [2022-03-20T09:05:06.849Z] [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-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [2022-03-20T09:05:06.849Z] [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-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2022-03-20T09:05:06.849Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar [2022-03-20T09:05:07.107Z] [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-03-20T09:05:07.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar [2022-03-20T09:05:07.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [2022-03-20T09:05:07.107Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.0/org.eclipse.tycho.p2.tools.shared-2.7.0.jar (22 kB at 660 kB/s) [2022-03-20T09:05:07.107Z] [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-03-20T09:05:07.107Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar (274 kB at 8.3 MB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2022-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.0/tycho-maven-plugin-2.7.0.jar (5.4 kB at 155 kB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.0/org.eclipse.tycho.p2.resolver.shared-2.7.0.jar (56 kB at 1.5 MB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 1.8 MB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [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 1.3 MB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 3.7 MB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [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 3.8 MB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [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 3.0 MB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar [2022-03-20T09:05:07.108Z] [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 959 kB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar [2022-03-20T09:05:07.108Z] [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 131 kB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar [2022-03-20T09:05:07.108Z] [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 25 kB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.0/sisu-equinox-embedder-2.7.0.jar (13 kB at 131 kB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar [2022-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.0/sisu-equinox-api-2.7.0.jar (3.1 kB at 30 kB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar [2022-03-20T09:05:07.108Z] [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 1.2 MB/s) [2022-03-20T09:05:07.108Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar [2022-03-20T09:05:07.108Z] [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 8.8 MB/s) [2022-03-20T09:05:07.108Z] [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-03-20T09:05:07.108Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.0/tycho-metadata-model-2.7.0.jar (38 kB at 312 kB/s) [2022-03-20T09:05:07.109Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.0/tycho-embedder-api-2.7.0.jar (6.7 kB at 53 kB/s) [2022-03-20T09:05:07.109Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.0/org.eclipse.tycho.embedder.shared-2.7.0.jar (16 kB at 121 kB/s) [2022-03-20T09:05:07.109Z] [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 31 kB/s) [2022-03-20T09:05:07.109Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.0/tycho-p2-facade-2.7.0.jar (28 kB at 210 kB/s) [2022-03-20T09:05:08.040Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip [2022-03-20T09:05:08.040Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip [2022-03-20T09:05:08.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip [2022-03-20T09:05:08.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip [2022-03-20T09:05:08.040Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip [2022-03-20T09:05:08.040Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip [2022-03-20T09:05:08.604Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.0/tycho-bundles-external-2.7.0.zip (18 MB at 36 MB/s) [2022-03-20T09:05:08.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar [2022-03-20T09:05:08.861Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar [2022-03-20T09:05:08.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar [2022-03-20T09:05:08.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar [2022-03-20T09:05:08.862Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar [2022-03-20T09:05:08.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar [2022-03-20T09:05:08.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.0/org.eclipse.tycho.p2.tools.impl-2.7.0.jar (64 kB at 2.4 MB/s) [2022-03-20T09:05:09.793Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom [2022-03-20T09:05:09.793Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom [2022-03-20T09:05:09.793Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom [2022-03-20T09:05:09.793Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom [2022-03-20T09:05:09.793Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom [2022-03-20T09:05:09.794Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom [2022-03-20T09:05:09.794Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.pom (1.7 kB at 44 kB/s) [2022-03-20T09:05:09.794Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar [2022-03-20T09:05:09.794Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar [2022-03-20T09:05:09.794Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar [2022-03-20T09:05:09.794Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar [2022-03-20T09:05:09.794Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar [2022-03-20T09:05:09.794Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar [2022-03-20T09:05:10.050Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.0/target-platform-configuration-2.7.0.jar (14 kB at 266 kB/s) [2022-03-20T09:05:10.050Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom [2022-03-20T09:05:10.050Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom [2022-03-20T09:05:10.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom [2022-03-20T09:05:10.051Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom [2022-03-20T09:05:10.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom [2022-03-20T09:05:10.051Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom [2022-03-20T09:05:10.051Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.pom (2.9 kB at 119 kB/s) [2022-03-20T09:05:10.051Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar [2022-03-20T09:05:10.051Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar [2022-03-20T09:05:10.051Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar [2022-03-20T09:05:10.051Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar [2022-03-20T09:05:10.051Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar [2022-03-20T09:05:10.051Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar [2022-03-20T09:05:10.051Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar (39 kB at 1.1 MB/s) [2022-03-20T09:05:10.051Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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 301 kB/s) [2022-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-03-20T09:05:10.308Z] [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-03-20T09:05:10.308Z] [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 297 kB/s) [2022-03-20T09:05:10.308Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [2022-03-20T09:05:10.308Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [2022-03-20T09:05:10.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [2022-03-20T09:05:10.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [2022-03-20T09:05:10.308Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 78 kB/s) [2022-03-20T09:05:10.566Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 968 kB/s) [2022-03-20T09:05:10.566Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-03-20T09:05:10.566Z] [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-03-20T09:05:10.566Z] [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 11 MB/s) [2022-03-20T09:05:10.566Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [2022-03-20T09:05:10.566Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [2022-03-20T09:05:10.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [2022-03-20T09:05:10.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [2022-03-20T09:05:10.823Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [2022-03-20T09:05:10.823Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [2022-03-20T09:05:10.823Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 179 kB/s) [2022-03-20T09:05:10.823Z] [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-03-20T09:05:10.823Z] [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-03-20T09:05:10.823Z] [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-03-20T09:05:10.823Z] [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-03-20T09:05:10.823Z] [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-03-20T09:05:10.823Z] [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-03-20T09:05:10.823Z] [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 100 kB/s) [2022-03-20T09:05:10.824Z] [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-03-20T09:05:10.824Z] [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-03-20T09:05:10.824Z] [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-03-20T09:05:10.824Z] [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-03-20T09:05:10.824Z] [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-03-20T09:05:10.824Z] [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-03-20T09:05:10.824Z] [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 490 kB/s) [2022-03-20T09:05:10.824Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-03-20T09:05:10.824Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-03-20T09:05:10.824Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-03-20T09:05:10.824Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-03-20T09:05:10.824Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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 657 kB/s) [2022-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [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-03-20T09:05:11.081Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-20T09:05:11.081Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-20T09:05:11.081Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-20T09:05:11.081Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-20T09:05:11.081Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-20T09:05:11.082Z] [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-03-20T09:05:11.082Z] [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 90 kB/s) [2022-03-20T09:05:11.082Z] [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-03-20T09:05:11.082Z] [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-03-20T09:05:11.082Z] [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-03-20T09:05:11.339Z] [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-03-20T09:05:11.339Z] [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-03-20T09:05:11.339Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [2022-03-20T09:05:11.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 75 kB/s) [2022-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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 534 kB/s) [2022-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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-03-20T09:05:11.340Z] [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 318 kB/s) [2022-03-20T09:05:11.340Z] [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-03-20T09:05:11.597Z] [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-03-20T09:05:11.597Z] [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-03-20T09:05:11.598Z] [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-03-20T09:05:11.598Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2022-03-20T09:05:11.598Z] [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-03-20T09:05:11.598Z] [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 335 kB/s) [2022-03-20T09:05:11.598Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-03-20T09:05:11.598Z] [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-03-20T09:05:11.598Z] [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 161 kB/s) [2022-03-20T09:05:11.598Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-03-20T09:05:11.598Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-03-20T09:05:11.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-03-20T09:05:11.855Z] [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-03-20T09:05:11.855Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 3.4 MB/s) [2022-03-20T09:05:11.855Z] [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-03-20T09:05:11.855Z] [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-03-20T09:05:11.855Z] [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-03-20T09:05:11.855Z] [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-03-20T09:05:11.856Z] [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-03-20T09:05:11.856Z] [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-03-20T09:05:11.856Z] [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 255 kB/s) [2022-03-20T09:05:11.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 303 kB/s) [2022-03-20T09:05:11.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 111 kB/s) [2022-03-20T09:05:11.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [2022-03-20T09:05:11.856Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 98 kB/s) [2022-03-20T09:05:12.114Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 108 kB/s) [2022-03-20T09:05:12.114Z] [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-03-20T09:05:12.114Z] [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-03-20T09:05:12.114Z] [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-03-20T09:05:12.114Z] [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-03-20T09:05:12.114Z] [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-03-20T09:05:12.114Z] [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-03-20T09:05:12.114Z] [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 231 kB/s) [2022-03-20T09:05:12.114Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [2022-03-20T09:05:12.114Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [2022-03-20T09:05:12.115Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom (1.9 kB at 139 kB/s) [2022-03-20T09:05:12.115Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [2022-03-20T09:05:12.115Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 154 kB/s) [2022-03-20T09:05:12.372Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [2022-03-20T09:05:12.372Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [2022-03-20T09:05:12.373Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 136 kB/s) [2022-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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 155 kB/s) [2022-03-20T09:05:12.373Z] [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-03-20T09:05:12.373Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.1 MB/s) [2022-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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 156 kB/s) [2022-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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 76 kB/s) [2022-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.630Z] [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-03-20T09:05:12.887Z] [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-03-20T09:05:12.887Z] [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 192 kB/s) [2022-03-20T09:05:12.887Z] [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-03-20T09:05:12.888Z] [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-03-20T09:05:12.888Z] [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-03-20T09:05:12.888Z] [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-03-20T09:05:12.888Z] [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-03-20T09:05:12.888Z] [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-03-20T09:05:12.888Z] [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 820 kB/s) [2022-03-20T09:05:12.888Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-03-20T09:05:12.888Z] [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-03-20T09:05:12.888Z] [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 2.0 MB/s) [2022-03-20T09:05:12.888Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [2022-03-20T09:05:12.888Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [2022-03-20T09:05:13.146Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [2022-03-20T09:05:13.146Z] [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 1.0 MB/s) [2022-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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 137 kB/s) [2022-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.146Z] [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-03-20T09:05:13.404Z] [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 812 kB/s) [2022-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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 182 kB/s) [2022-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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 146 kB/s) [2022-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [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-03-20T09:05:13.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom [2022-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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 196 kB/s) [2022-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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-03-20T09:05:13.661Z] [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 520 kB/s) [2022-03-20T09:05:13.662Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom [2022-03-20T09:05:13.662Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom [2022-03-20T09:05:13.662Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom [2022-03-20T09:05:13.662Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [2022-03-20T09:05:13.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom [2022-03-20T09:05:13.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [2022-03-20T09:05:13.919Z] [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 98 kB/s) [2022-03-20T09:05:13.919Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-20T09:05:13.919Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-20T09:05:13.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-20T09:05:13.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-20T09:05:13.919Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-20T09:05:13.919Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-20T09:05:13.919Z] [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 12 kB/s) [2022-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2022-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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 371 kB/s) [2022-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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-03-20T09:05:13.919Z] [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-03-20T09:05:14.176Z] [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-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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 636 kB/s) [2022-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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 159 kB/s) [2022-03-20T09:05:14.177Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-03-20T09:05:14.177Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-03-20T09:05:14.177Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-03-20T09:05:14.177Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-03-20T09:05:14.177Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-03-20T09:05:14.177Z] [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-03-20T09:05:14.177Z] [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 58 kB/s) [2022-03-20T09:05:14.177Z] [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-03-20T09:05:14.434Z] [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-03-20T09:05:14.434Z] [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-03-20T09:05:14.434Z] [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-03-20T09:05:14.434Z] [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-03-20T09:05:14.434Z] [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-03-20T09:05:14.434Z] [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 127 kB/s) [2022-03-20T09:05:14.434Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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 45 kB/s) [2022-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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-03-20T09:05:14.435Z] [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 340 kB/s) [2022-03-20T09:05:14.435Z] [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-03-20T09:05:14.692Z] [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-03-20T09:05:14.692Z] [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-03-20T09:05:14.692Z] [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-03-20T09:05:14.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2022-03-20T09:05:14.692Z] [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-03-20T09:05:14.693Z] [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 115 kB/s) [2022-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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 159 kB/s) [2022-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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-03-20T09:05:14.693Z] [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 151 kB/s) [2022-03-20T09:05:14.693Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-03-20T09:05:14.693Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-03-20T09:05:14.693Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-03-20T09:05:14.693Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-03-20T09:05:14.693Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-03-20T09:05:14.951Z] [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-03-20T09:05:14.951Z] [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 811 kB/s) [2022-03-20T09:05:14.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-20T09:05:14.951Z] [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-03-20T09:05:14.951Z] [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 301 kB/s) [2022-03-20T09:05:14.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2022-03-20T09:05:14.951Z] [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-03-20T09:05:14.951Z] [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 274 kB/s) [2022-03-20T09:05:14.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2022-03-20T09:05:14.951Z] [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-03-20T09:05:14.951Z] [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 986 kB/s) [2022-03-20T09:05:14.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2022-03-20T09:05:14.951Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 370 kB/s) [2022-03-20T09:05:14.951Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2022-03-20T09:05:14.951Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2022-03-20T09:05:15.209Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 170 kB/s) [2022-03-20T09:05:15.209Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom [2022-03-20T09:05:15.209Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom [2022-03-20T09:05:15.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.pom (2.5 kB at 169 kB/s) [2022-03-20T09:05:15.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [2022-03-20T09:05:15.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [2022-03-20T09:05:15.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [2022-03-20T09:05:15.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [2022-03-20T09:05:15.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [2022-03-20T09:05:15.210Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [2022-03-20T09:05:15.210Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 150 kB/s) [2022-03-20T09:05:15.210Z] [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-03-20T09:05:15.210Z] [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-03-20T09:05:15.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2022-03-20T09:05:15.210Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar [2022-03-20T09:05:15.210Z] [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-03-20T09:05:15.210Z] [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-03-20T09:05:15.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2022-03-20T09:05:15.210Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar [2022-03-20T09:05:15.210Z] [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-03-20T09:05:15.210Z] [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-03-20T09:05:15.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2022-03-20T09:05:15.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar [2022-03-20T09:05:15.468Z] [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-03-20T09:05:15.468Z] [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-03-20T09:05:15.468Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2022-03-20T09:05:15.468Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar [2022-03-20T09:05:15.468Z] [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-03-20T09:05:15.468Z] [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-03-20T09:05:15.468Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2022-03-20T09:05:15.468Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar [2022-03-20T09:05:15.468Z] [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-03-20T09:05:15.468Z] [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-03-20T09:05:15.468Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2022-03-20T09:05:15.468Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar [2022-03-20T09:05:15.468Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 1.7 MB/s) [2022-03-20T09:05:15.468Z] [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 869 kB/s) [2022-03-20T09:05:15.468Z] [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.1 MB/s) [2022-03-20T09:05:15.468Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.0/tycho-packaging-plugin-2.7.0.jar (137 kB at 2.6 MB/s) [2022-03-20T09:05:15.468Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [2022-03-20T09:05:15.468Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [2022-03-20T09:05:15.468Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [2022-03-20T09:05:15.726Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [2022-03-20T09:05:15.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [2022-03-20T09:05:15.726Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom [2022-03-20T09:05:15.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (8.1 kB at 539 kB/s) [2022-03-20T09:05:15.726Z] [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-03-20T09:05:15.726Z] [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-03-20T09:05:15.726Z] [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-03-20T09:05:15.726Z] [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-03-20T09:05:15.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-03-20T09:05:15.726Z] [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-03-20T09:05:15.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 3.6 MB/s) [2022-03-20T09:05:15.726Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [2022-03-20T09:05:15.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [2022-03-20T09:05:15.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [2022-03-20T09:05:15.726Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [2022-03-20T09:05:15.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [2022-03-20T09:05:15.726Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar [2022-03-20T09:05:15.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 2.2 MB/s) [2022-03-20T09:05:15.727Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom (7.7 kB at 510 kB/s) [2022-03-20T09:05:15.727Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [2022-03-20T09:05:15.727Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [2022-03-20T09:05:15.984Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [2022-03-20T09:05:15.984Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom [2022-03-20T09:05:15.984Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom (8.7 kB at 543 kB/s) [2022-03-20T09:05:15.984Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [2022-03-20T09:05:15.984Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [2022-03-20T09:05:15.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [2022-03-20T09:05:15.984Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar (27 kB at 753 kB/s) [2022-03-20T09:05:15.985Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom [2022-03-20T09:05:15.985Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom [2022-03-20T09:05:15.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom [2022-03-20T09:05:15.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom [2022-03-20T09:05:15.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom [2022-03-20T09:05:15.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom [2022-03-20T09:05:15.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.pom (5.7 kB at 259 kB/s) [2022-03-20T09:05:15.985Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar [2022-03-20T09:05:15.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar [2022-03-20T09:05:16.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.7.0/tycho-p2-extras-plugin-2.7.0.jar (30 kB at 2.1 MB/s) [2022-03-20T09:05:16.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom [2022-03-20T09:05:16.243Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom [2022-03-20T09:05:16.243Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom [2022-03-20T09:05:16.243Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom [2022-03-20T09:05:16.243Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom [2022-03-20T09:05:16.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom [2022-03-20T09:05:16.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.pom (2.2 kB at 154 kB/s) [2022-03-20T09:05:16.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 173 kB/s) [2022-03-20T09:05:16.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-03-20T09:05:16.244Z] [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-03-20T09:05:16.244Z] [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 61 kB/s) [2022-03-20T09:05:16.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 122 kB/s) [2022-03-20T09:05:16.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2022-03-20T09:05:16.244Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2022-03-20T09:05:16.502Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 105 kB/s) [2022-03-20T09:05:16.502Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom [2022-03-20T09:05:16.502Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom [2022-03-20T09:05:16.502Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.pom (3.0 kB at 213 kB/s) [2022-03-20T09:05:16.502Z] [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-03-20T09:05:16.502Z] [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-03-20T09:05:16.502Z] [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-03-20T09:05:16.502Z] [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-03-20T09:05:16.502Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2022-03-20T09:05:16.502Z] [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-03-20T09:05:16.502Z] [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-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-03-20T09:05:16.503Z] [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-03-20T09:05:16.503Z] [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 8.3 MB/s) [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [2022-03-20T09:05:16.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [2022-03-20T09:05:16.503Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 7.6 MB/s) [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar [2022-03-20T09:05:16.503Z] [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-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2022-03-20T09:05:16.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar [2022-03-20T09:05:16.503Z] [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-03-20T09:05:16.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar [2022-03-20T09:05:16.761Z] [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-03-20T09:05:16.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar [2022-03-20T09:05:16.761Z] [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-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar [2022-03-20T09:05:16.761Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2022-03-20T09:05:16.761Z] [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-03-20T09:05:16.761Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2022-03-20T09:05:16.762Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2022-03-20T09:05:16.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 2.1 MB/s) [2022-03-20T09:05:16.762Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar [2022-03-20T09:05:16.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.0/tycho-artifactcomparator-2.7.0.jar (20 kB at 1.3 MB/s) [2022-03-20T09:05:16.762Z] [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-03-20T09:05:16.762Z] [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 5.3 MB/s) [2022-03-20T09:05:16.762Z] [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 2.2 MB/s) [2022-03-20T09:05:16.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 2.0 MB/s) [2022-03-20T09:05:16.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.0/sisu-equinox-launching-2.7.0.jar (28 kB at 855 kB/s) [2022-03-20T09:05:16.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 2.1 MB/s) [2022-03-20T09:05:16.762Z] [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-03-20T09:05:16.762Z] [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-03-20T09:05:17.019Z] [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-03-20T09:05:17.019Z] [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-03-20T09:05:17.019Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom (2.5 kB at 56 kB/s) [2022-03-20T09:05:17.019Z] [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-03-20T09:05:17.019Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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 211 kB/s) [2022-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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 271 kB/s) [2022-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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-03-20T09:05:17.020Z] [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 344 kB/s) [2022-03-20T09:05:17.020Z] [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-03-20T09:05:17.278Z] [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-03-20T09:05:17.278Z] [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-03-20T09:05:17.278Z] [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-03-20T09:05:17.278Z] [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 892 kB/s) [2022-03-20T09:05:17.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom [2022-03-20T09:05:17.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom [2022-03-20T09:05:17.278Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom [2022-03-20T09:05:17.278Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom [2022-03-20T09:05:17.278Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom [2022-03-20T09:05:17.278Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom [2022-03-20T09:05:17.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.pom (2.4 kB at 157 kB/s) [2022-03-20T09:05:17.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar [2022-03-20T09:05:17.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar [2022-03-20T09:05:17.278Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar [2022-03-20T09:05:17.278Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar [2022-03-20T09:05:17.278Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar [2022-03-20T09:05:17.278Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar [2022-03-20T09:05:17.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.0/tycho-p2-plugin-2.7.0.jar (30 kB at 2.0 MB/s) [2022-03-20T09:05:17.278Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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 1.6 MB/s) [2022-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.535Z] [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-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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 340 kB/s) [2022-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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-03-20T09:05:17.536Z] [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 18 MB/s) [2022-03-20T09:05:17.793Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [2022-03-20T09:05:17.793Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [2022-03-20T09:05:17.793Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [2022-03-20T09:05:17.793Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [2022-03-20T09:05:17.793Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom (4.7 kB at 2.4 MB/s) [2022-03-20T09:05:17.794Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [2022-03-20T09:05:17.794Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [2022-03-20T09:05:17.794Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [2022-03-20T09:05:17.794Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [2022-03-20T09:05:17.794Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [2022-03-20T09:05:17.794Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [2022-03-20T09:05:17.794Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar (39 kB at 2.1 MB/s) [2022-03-20T09:05:17.794Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom [2022-03-20T09:05:17.794Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.pom (2.4 kB at 131 kB/s) [2022-03-20T09:05:18.052Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar [2022-03-20T09:05:18.052Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar [2022-03-20T09:05:18.052Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar [2022-03-20T09:05:18.052Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.7.0/tycho-eclipserun-plugin-2.7.0.jar (14 kB at 996 kB/s) [2022-03-20T09:05:18.052Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom [2022-03-20T09:05:18.052Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 140 kB/s) [2022-03-20T09:05:18.052Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-20T09:05:18.052Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 693 kB/s) [2022-03-20T09:05:18.310Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-20T09:05:18.310Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 14 MB/s) [2022-03-20T09:05:18.310Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [2022-03-20T09:05:18.310Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [2022-03-20T09:05:18.310Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [2022-03-20T09:05:18.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar [2022-03-20T09:05:18.311Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 896 kB/s) [2022-03-20T09:05:18.311Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom [2022-03-20T09:05:18.311Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom [2022-03-20T09:05:18.311Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom [2022-03-20T09:05:18.311Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom [2022-03-20T09:05:18.311Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom [2022-03-20T09:05:18.311Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom [2022-03-20T09:05:18.568Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.pom (8.3 kB at 490 kB/s) [2022-03-20T09:05:18.568Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar [2022-03-20T09:05:18.568Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar [2022-03-20T09:05:18.568Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar [2022-03-20T09:05:18.568Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar [2022-03-20T09:05:18.568Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar [2022-03-20T09:05:18.568Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar [2022-03-20T09:05:18.568Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.0/tycho-surefire-plugin-2.7.0.jar (86 kB at 4.5 MB/s) [2022-03-20T09:05:18.569Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [2022-03-20T09:05:18.569Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [2022-03-20T09:05:18.569Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [2022-03-20T09:05:18.569Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [2022-03-20T09:05:18.569Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [2022-03-20T09:05:18.569Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [2022-03-20T09:05:18.569Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 229 kB/s) [2022-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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 256 kB/s) [2022-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.569Z] [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-03-20T09:05:18.826Z] [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 287 kB/s) [2022-03-20T09:05:18.826Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom [2022-03-20T09:05:18.826Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom [2022-03-20T09:05:18.826Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom [2022-03-20T09:05:18.826Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom [2022-03-20T09:05:18.826Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom [2022-03-20T09:05:18.826Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom [2022-03-20T09:05:18.826Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.pom (3.5 kB at 125 kB/s) [2022-03-20T09:05:18.826Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom (1.5 kB at 99 kB/s) [2022-03-20T09:05:18.827Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.0/tycho-surefire-2.7.0.pom (3.4 kB at 142 kB/s) [2022-03-20T09:05:18.827Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.pom (1.5 kB at 68 kB/s) [2022-03-20T09:05:18.827Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom [2022-03-20T09:05:18.827Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom [2022-03-20T09:05:19.084Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.pom (1.9 kB at 142 kB/s) [2022-03-20T09:05:19.085Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.pom (3.3 kB at 218 kB/s) [2022-03-20T09:05:19.085Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.pom (3.3 kB at 150 kB/s) [2022-03-20T09:05:19.085Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.pom (3.3 kB at 110 kB/s) [2022-03-20T09:05:19.085Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom [2022-03-20T09:05:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom (3.3 kB at 220 kB/s) [2022-03-20T09:05:19.343Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom (2.9 kB at 196 kB/s) [2022-03-20T09:05:19.343Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.pom (3.4 kB at 160 kB/s) [2022-03-20T09:05:19.343Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom [2022-03-20T09:05:19.343Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.pom (2.9 kB at 210 kB/s) [2022-03-20T09:05:19.344Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom [2022-03-20T09:05:19.344Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.pom (3.4 kB at 140 kB/s) [2022-03-20T09:05:19.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom [2022-03-20T09:05:19.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.pom (2.1 kB at 138 kB/s) [2022-03-20T09:05:19.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 154 kB/s) [2022-03-20T09:05:19.602Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [2022-03-20T09:05:19.602Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [2022-03-20T09:05:19.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 1.1 MB/s) [2022-03-20T09:05:19.603Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [2022-03-20T09:05:19.603Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 40 kB/s) [2022-03-20T09:05:19.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [2022-03-20T09:05:19.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 477 kB/s) [2022-03-20T09:05:19.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 96 kB/s) [2022-03-20T09:05:19.862Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [2022-03-20T09:05:19.862Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [2022-03-20T09:05:20.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 587 kB/s) [2022-03-20T09:05:20.120Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [2022-03-20T09:05:20.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 219 kB/s) [2022-03-20T09:05:20.120Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 229 kB/s) [2022-03-20T09:05:20.120Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2022-03-20T09:05:20.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2022-03-20T09:05:20.121Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 7.5 MB/s) [2022-03-20T09:05:20.121Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-03-20T09:05:20.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-03-20T09:05:20.378Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-03-20T09:05:20.378Z] [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-03-20T09:05:20.378Z] [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 11 MB/s) [2022-03-20T09:05:20.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom [2022-03-20T09:05:20.378Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom [2022-03-20T09:05:20.378Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom [2022-03-20T09:05:20.378Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [2022-03-20T09:05:20.378Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [2022-03-20T09:05:20.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [2022-03-20T09:05:20.379Z] [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 2.0 MB/s) [2022-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 1.3 MB/s) [2022-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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 164 kB/s) [2022-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2022-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [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 2.9 MB/s) [2022-03-20T09:05:20.379Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.13.2/junit-4.13.2.pom [2022-03-20T09:05:20.379Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.13.2/junit-4.13.2.pom [2022-03-20T09:05:20.379Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.13.2/junit-4.13.2.pom [2022-03-20T09:05:20.379Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.2/junit-4.13.2.pom [2022-03-20T09:05:20.379Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13.2/junit-4.13.2.pom [2022-03-20T09:05:20.379Z] [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-03-20T09:05:20.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.5 MB/s) [2022-03-20T09:05:20.379Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 676 kB/s) [2022-03-20T09:05:20.380Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-20T09:05:20.380Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-20T09:05:20.380Z] [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-03-20T09:05:20.380Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 564 kB/s) [2022-03-20T09:05:20.380Z] [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-03-20T09:05:20.637Z] [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-03-20T09:05:20.637Z] [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-03-20T09:05:20.637Z] [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-03-20T09:05:20.637Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2022-03-20T09:05:20.637Z] [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-03-20T09:05:20.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.0 MB/s) [2022-03-20T09:05:20.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 1.4 MB/s) [2022-03-20T09:05:20.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [2022-03-20T09:05:20.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 90 kB/s) [2022-03-20T09:05:20.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2022-03-20T09:05:20.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 444 kB/s) [2022-03-20T09:05:20.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2022-03-20T09:05:20.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2022-03-20T09:05:20.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 649 kB/s) [2022-03-20T09:05:20.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2022-03-20T09:05:20.896Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2022-03-20T09:05:20.896Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2022-03-20T09:05:20.896Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2022-03-20T09:05:20.896Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2022-03-20T09:05:20.896Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2022-03-20T09:05:20.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 5.8 MB/s) [2022-03-20T09:05:20.897Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 1.6 MB/s) [2022-03-20T09:05:20.897Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 234 kB/s) [2022-03-20T09:05:20.897Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 440 kB/s) [2022-03-20T09:05:20.897Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [2022-03-20T09:05:20.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 214 kB/s) [2022-03-20T09:05:21.155Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [2022-03-20T09:05:21.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 1.7 MB/s) [2022-03-20T09:05:21.155Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 170 kB/s) [2022-03-20T09:05:21.155Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [2022-03-20T09:05:21.155Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [2022-03-20T09:05:21.156Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [2022-03-20T09:05:21.156Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [2022-03-20T09:05:21.156Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [2022-03-20T09:05:21.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [2022-03-20T09:05:21.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 143 kB/s) [2022-03-20T09:05:21.156Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-03-20T09:05:21.156Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-03-20T09:05:21.156Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-03-20T09:05:21.413Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-03-20T09:05:21.413Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-03-20T09:05:21.413Z] [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-03-20T09:05:21.413Z] [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 2.1 MB/s) [2022-03-20T09:05:21.413Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-20T09:05:21.413Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-20T09:05:21.413Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-20T09:05:21.414Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 82 kB/s) [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [2022-03-20T09:05:21.414Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [2022-03-20T09:05:21.414Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 587 kB/s) [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [2022-03-20T09:05:21.414Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [2022-03-20T09:05:21.415Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [2022-03-20T09:05:21.415Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [2022-03-20T09:05:21.415Z] [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-03-20T09:05:21.673Z] [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-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar [2022-03-20T09:05:21.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [2022-03-20T09:05:21.674Z] [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-03-20T09:05:21.674Z] [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-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar [2022-03-20T09:05:21.674Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [2022-03-20T09:05:21.675Z] [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-03-20T09:05:21.675Z] [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-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar [2022-03-20T09:05:21.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [2022-03-20T09:05:21.676Z] [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-03-20T09:05:21.676Z] [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-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar [2022-03-20T09:05:21.676Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [2022-03-20T09:05:21.677Z] [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-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [2022-03-20T09:05:21.677Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [2022-03-20T09:05:21.934Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 777 kB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.0/org.eclipse.tycho.surefire.junit4-2.7.0.jar (65 kB at 1.2 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.jar (26 kB at 382 kB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.0/org.eclipse.tycho.surefire.junit47-2.7.0.jar (185 kB at 1.5 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.0/org.eclipse.tycho.surefire.junit5-2.7.0.jar (425 kB at 3.2 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.0/org.eclipse.tycho.surefire.junit54-2.7.0.jar (616 kB at 3.9 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.0/org.eclipse.tycho.surefire.osgibooter-2.7.0.jar (1.2 MB at 7.4 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 22 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.0/org.eclipse.tycho.surefire.junit55-2.7.0.jar (680 kB at 3.8 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.jar (706 kB at 3.8 MB/s) [2022-03-20T09:05:21.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar [2022-03-20T09:05:21.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.0/org.eclipse.tycho.surefire.junit57withvintage-2.7.0.jar (736 kB at 3.4 MB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.jar (672 kB at 3.0 MB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.0/org.eclipse.tycho.surefire.testng-2.7.0.jar (111 kB at 483 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.0/org.eclipse.tycho.surefire.junit58-2.7.0.jar (716 kB at 3.1 MB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.0/org.eclipse.tycho.surefire.junit58withvintage-2.7.0.jar (782 kB at 3.3 MB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 166 kB/s) [2022-03-20T09:05:21.936Z] [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-03-20T09:05:21.936Z] [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 802 kB/s) [2022-03-20T09:05:21.936Z] [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-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 758 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [2022-03-20T09:05:21.936Z] [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 153 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 142 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 628 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 267 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [2022-03-20T09:05:21.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 117 kB/s) [2022-03-20T09:05:21.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar [2022-03-20T09:05:22.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.2 MB/s) [2022-03-20T09:05:22.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2022-03-20T09:05:22.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 139 kB/s) [2022-03-20T09:05:22.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 99 kB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 135 kB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 372 kB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 962 kB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 39 kB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 775 kB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.5 MB/s) [2022-03-20T09:05:22.195Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom [2022-03-20T09:05:22.195Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom [2022-03-20T09:05:22.195Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom [2022-03-20T09:05:22.195Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom [2022-03-20T09:05:22.195Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom [2022-03-20T09:05:22.195Z] [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-M5/maven-surefire-plugin-3.0.0-M5.pom [2022-03-20T09:05:22.452Z] [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-M5/maven-surefire-plugin-3.0.0-M5.pom (8.0 kB at 503 kB/s) [2022-03-20T09:05:22.452Z] [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-03-20T09:05:22.452Z] [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-03-20T09:05:22.452Z] [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-03-20T09:05:22.452Z] [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-03-20T09:05:22.452Z] [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-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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.0 MB/s) [2022-03-20T09:05:22.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar [2022-03-20T09:05:22.453Z] [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-M5/maven-surefire-plugin-3.0.0-M5.jar [2022-03-20T09:05:22.453Z] [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-M5/maven-surefire-plugin-3.0.0-M5.jar (43 kB at 3.1 MB/s) [2022-03-20T09:05:22.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom [2022-03-20T09:05:22.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom [2022-03-20T09:05:22.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom [2022-03-20T09:05:22.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.pom (2.5 kB at 133 kB/s) [2022-03-20T09:05:22.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar [2022-03-20T09:05:22.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar [2022-03-20T09:05:22.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.0/tycho-compiler-plugin-2.7.0.jar (45 kB at 3.2 MB/s) [2022-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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-03-20T09:05:22.453Z] [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 2.9 MB/s) [2022-03-20T09:05:22.454Z] [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-03-20T09:05:22.454Z] [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-03-20T09:05:22.454Z] [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-03-20T09:05:22.711Z] [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-03-20T09:05:22.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-03-20T09:05:22.711Z] [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-03-20T09:05:22.711Z] [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 4.3 MB/s) [2022-03-20T09:05:22.711Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-03-20T09:05:22.711Z] [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-03-20T09:05:22.711Z] [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 1.7 MB/s) [2022-03-20T09:05:22.711Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom [2022-03-20T09:05:22.711Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [2022-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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 12 MB/s) [2022-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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 1.6 MB/s) [2022-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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 4.3 MB/s) [2022-03-20T09:05:22.712Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-03-20T09:05:22.712Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-03-20T09:05:22.712Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-03-20T09:05:22.712Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-03-20T09:05:22.712Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-03-20T09:05:22.712Z] [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-03-20T09:05:22.712Z] [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 5.8 MB/s) [2022-03-20T09:05:22.712Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [2022-03-20T09:05:22.970Z] [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 3.6 MB/s) [2022-03-20T09:05:22.970Z] [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-03-20T09:05:22.970Z] [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-03-20T09:05:22.970Z] [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-03-20T09:05:22.970Z] [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-03-20T09:05:22.970Z] [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-03-20T09:05:22.970Z] [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-03-20T09:05:22.970Z] [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 11 MB/s) [2022-03-20T09:05:22.970Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [2022-03-20T09:05:22.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [2022-03-20T09:05:22.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 742 kB/s) [2022-03-20T09:05:22.970Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [2022-03-20T09:05:22.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [2022-03-20T09:05:22.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [2022-03-20T09:05:22.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [2022-03-20T09:05:22.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 15 MB/s) [2022-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:22.971Z] [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-03-20T09:05:23.228Z] [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-03-20T09:05:23.228Z] [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-03-20T09:05:23.228Z] [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-03-20T09:05:23.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-03-20T09:05:23.228Z] [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-03-20T09:05:23.228Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 5.4 MB/s) [2022-03-20T09:05:23.228Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-03-20T09:05:23.228Z] [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-03-20T09:05:23.228Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 8.1 MB/s) [2022-03-20T09:05:23.228Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom [2022-03-20T09:05:23.228Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [2022-03-20T09:05:23.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 7.0 MB/s) [2022-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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 31 MB/s) [2022-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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-03-20T09:05:23.229Z] [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 519 kB/s) [2022-03-20T09:05:23.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-03-20T09:05:23.486Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-03-20T09:05:23.486Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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 2.0 MB/s) [2022-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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-03-20T09:05:23.487Z] [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 4.9 MB/s) [2022-03-20T09:05:23.487Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom [2022-03-20T09:05:23.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom [2022-03-20T09:05:23.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.pom (2.3 kB at 67 kB/s) [2022-03-20T09:05:23.487Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar [2022-03-20T09:05:23.487Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar [2022-03-20T09:05:23.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar [2022-03-20T09:05:23.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar [2022-03-20T09:05:23.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/2.7.0/tycho-custom-bundle-plugin-2.7.0.jar (12 kB at 490 kB/s) [2022-03-20T09:05:23.487Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [2022-03-20T09:05:23.744Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [2022-03-20T09:05:23.744Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [2022-03-20T09:05:23.744Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [2022-03-20T09:05:23.744Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [2022-03-20T09:05:23.744Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [2022-03-20T09:05:23.744Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 5.7 MB/s) [2022-03-20T09:05:23.744Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom [2022-03-20T09:05:23.744Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom [2022-03-20T09:05:24.006Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom [2022-03-20T09:05:24.006Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom [2022-03-20T09:05:24.006Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom [2022-03-20T09:05:24.006Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom [2022-03-20T09:05:24.006Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.pom (2.1 kB at 46 kB/s) [2022-03-20T09:05:24.006Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar [2022-03-20T09:05:24.006Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar [2022-03-20T09:05:24.006Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar [2022-03-20T09:05:24.006Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar [2022-03-20T09:05:24.006Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar [2022-03-20T09:05:24.007Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar [2022-03-20T09:05:24.007Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.7.0/tycho-source-feature-plugin-2.7.0.jar (20 kB at 621 kB/s) [2022-03-20T09:05:24.284Z] [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-03-20T09:05:24.284Z] [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-03-20T09:05:24.284Z] [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-03-20T09:05:24.285Z] [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-03-20T09:05:24.285Z] [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-03-20T09:05:24.285Z] [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-03-20T09:05:24.285Z] [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 285 kB/s) [2022-03-20T09:05:24.285Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-03-20T09:05:24.285Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-03-20T09:05:24.285Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-03-20T09:05:24.285Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-03-20T09:05:24.285Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-03-20T09:05:24.285Z] [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-03-20T09:05:24.660Z] [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 686 kB/s) [2022-03-20T09:05:24.660Z] [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-03-20T09:05:24.660Z] [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-03-20T09:05:24.660Z] [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-03-20T09:05:24.660Z] [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-03-20T09:05:24.660Z] [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-03-20T09:05:24.660Z] [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-03-20T09:05:24.660Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 3.8 MB/s) [2022-03-20T09:05:24.660Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom [2022-03-20T09:05:24.660Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom [2022-03-20T09:05:24.660Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom [2022-03-20T09:05:24.660Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom [2022-03-20T09:05:24.660Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom [2022-03-20T09:05:24.660Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom [2022-03-20T09:05:24.660Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.pom (1.9 kB at 78 kB/s) [2022-03-20T09:05:24.660Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar [2022-03-20T09:05:24.660Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar [2022-03-20T09:05:24.660Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar [2022-03-20T09:05:24.660Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar [2022-03-20T09:05:24.660Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar [2022-03-20T09:05:24.660Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar [2022-03-20T09:05:24.660Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.0/tycho-p2-publisher-plugin-2.7.0.jar (21 kB at 1.3 MB/s) [2022-03-20T09:05:24.917Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom [2022-03-20T09:05:24.917Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom [2022-03-20T09:05:25.851Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom [2022-03-20T09:05:25.851Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom [2022-03-20T09:05:25.851Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom [2022-03-20T09:05:25.851Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom [2022-03-20T09:05:25.851Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.pom (1.8 kB at 122 kB/s) [2022-03-20T09:05:25.851Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar [2022-03-20T09:05:25.851Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar [2022-03-20T09:05:25.851Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar [2022-03-20T09:05:25.851Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar [2022-03-20T09:05:25.851Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar [2022-03-20T09:05:25.851Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar [2022-03-20T09:05:25.851Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar (36 kB at 2.6 MB/s) [2022-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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 113 kB/s) [2022-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [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-03-20T09:05:25.851Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-03-20T09:05:25.851Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-03-20T09:05:26.109Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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-03-20T09:05:26.109Z] [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 13 MB/s) [2022-03-20T09:05:26.109Z] [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 40 MB/s) [2022-03-20T09:05:26.675Z] [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@1a9e2c3b... [2022-03-20T09:05:28.046Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [2022-03-20T09:05:28.046Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.2/byte-buddy-agent-1.12.2.jar [2022-03-20T09:05:28.046Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.2/byte-buddy-agent-1.12.2.jar (252 kB at 7.4 MB/s) [2022-03-20T09:05:28.046Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.2/byte-buddy-agent-1.12.2.pom [2022-03-20T09:05:28.046Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.2/byte-buddy-agent-1.12.2.pom (11 kB at 253 kB/s) [2022-03-20T09:05:28.046Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.2/byte-buddy-parent-1.12.2.pom [2022-03-20T09:05:28.046Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.2/byte-buddy-parent-1.12.2.pom (43 kB at 1.2 MB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 51 kB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 78 kB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 26 kB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 86 kB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 951 kB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 1.4 MB/s) [2022-03-20T09:05:28.047Z] [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-03-20T09:05:28.047Z] [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 5.5 MB/s) [2022-03-20T09:05:28.047Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.1/byte-buddy-1.12.1.pom [2022-03-20T09:05:28.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.1/byte-buddy-1.12.1.pom (12 kB at 539 kB/s) [2022-03-20T09:05:28.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.1/byte-buddy-parent-1.12.1.pom [2022-03-20T09:05:28.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.1/byte-buddy-parent-1.12.1.pom (43 kB at 2.6 MB/s) [2022-03-20T09:05:28.305Z] [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-03-20T09:05:28.305Z] [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 200 kB/s) [2022-03-20T09:05:28.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.2/byte-buddy-agent-1.12.2-sources.jar [2022-03-20T09:05:28.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.2/byte-buddy-agent-1.12.2-sources.jar (200 kB at 7.4 MB/s) [2022-03-20T09:05:28.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.2/byte-buddy-1.12.2.jar [2022-03-20T09:05:28.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.2/byte-buddy-1.12.2.jar (3.7 MB at 30 MB/s) [2022-03-20T09:05:28.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.2/byte-buddy-1.12.2.pom [2022-03-20T09:05:28.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.2/byte-buddy-1.12.2.pom (12 kB at 494 kB/s) [2022-03-20T09:05:28.563Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.2/byte-buddy-1.12.2-sources.jar [2022-03-20T09:05:28.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.2/byte-buddy-1.12.2-sources.jar (1.3 MB at 30 MB/s) [2022-03-20T09:05:28.821Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.21.0/assertj-core-3.21.0.jar [2022-03-20T09:05:29.078Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.21.0/assertj-core-3.21.0.jar (5.0 MB at 28 MB/s) [2022-03-20T09:05:29.078Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.21.0/assertj-core-3.21.0.pom [2022-03-20T09:05:29.078Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.21.0/assertj-core-3.21.0.pom (29 kB at 1.4 MB/s) [2022-03-20T09:05:29.078Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom [2022-03-20T09:05:29.078Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom (24 kB at 1.7 MB/s) [2022-03-20T09:05:29.078Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom [2022-03-20T09:05:29.078Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom (5.6 kB at 188 kB/s) [2022-03-20T09:05:29.078Z] [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-03-20T09:05:29.078Z] [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 340 kB/s) [2022-03-20T09:05:29.078Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.pom [2022-03-20T09:05:29.079Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.0/junit-jupiter-api-5.8.0.pom (3.2 kB at 127 kB/s) [2022-03-20T09:05:29.079Z] [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-03-20T09:05:29.079Z] [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 40 kB/s) [2022-03-20T09:05:29.079Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.pom [2022-03-20T09:05:29.079Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.pom (2.8 kB at 157 kB/s) [2022-03-20T09:05:29.079Z] [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-03-20T09:05:29.336Z] [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 53 kB/s) [2022-03-20T09:05:29.336Z] [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-03-20T09:05:29.336Z] [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 1.2 MB/s) [2022-03-20T09:05:29.336Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.5/jackson-databind-2.12.5.pom [2022-03-20T09:05:29.336Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.5/jackson-databind-2.12.5.pom (15 kB at 548 kB/s) [2022-03-20T09:05:29.336Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.5/jackson-base-2.12.5.pom [2022-03-20T09:05:29.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.5/jackson-base-2.12.5.pom (9.3 kB at 546 kB/s) [2022-03-20T09:05:29.337Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.5/jackson-bom-2.12.5.pom [2022-03-20T09:05:29.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.5/jackson-bom-2.12.5.pom (17 kB at 430 kB/s) [2022-03-20T09:05:29.337Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [2022-03-20T09:05:29.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 501 kB/s) [2022-03-20T09:05:29.337Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom [2022-03-20T09:05:29.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 649 kB/s) [2022-03-20T09:05:29.337Z] [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-03-20T09:05:29.337Z] [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 436 kB/s) [2022-03-20T09:05:29.337Z] [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-03-20T09:05:29.337Z] [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 837 kB/s) [2022-03-20T09:05:29.337Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.7.1/equalsverifier-3.7.1.pom [2022-03-20T09:05:29.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.7.1/equalsverifier-3.7.1.pom (25 kB at 889 kB/s) [2022-03-20T09:05:29.594Z] [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-03-20T09:05:29.594Z] [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 951 kB/s) [2022-03-20T09:05:29.594Z] [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-03-20T09:05:29.594Z] [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 14 MB/s) [2022-03-20T09:05:29.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2022-03-20T09:05:29.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom (1.7 kB at 115 kB/s) [2022-03-20T09:05:29.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.8.0/junit-platform-testkit-1.8.0.pom [2022-03-20T09:05:29.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.8.0/junit-platform-testkit-1.8.0.pom (3.4 kB at 211 kB/s) [2022-03-20T09:05:29.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.0/junit-jupiter-5.8.0.pom [2022-03-20T09:05:29.594Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.0/junit-jupiter-5.8.0.pom (3.2 kB at 97 kB/s) [2022-03-20T09:05:29.594Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.0/junit-vintage-engine-5.8.0.pom [2022-03-20T09:05:29.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.0/junit-vintage-engine-5.8.0.pom (3.2 kB at 199 kB/s) [2022-03-20T09:05:29.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom [2022-03-20T09:05:29.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom (2.5 kB at 139 kB/s) [2022-03-20T09:05:29.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16.pom [2022-03-20T09:05:29.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16.pom (12 kB at 456 kB/s) [2022-03-20T09:05:29.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.16/byte-buddy-parent-1.11.16.pom [2022-03-20T09:05:29.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.16/byte-buddy-parent-1.11.16.pom (43 kB at 1.5 MB/s) [2022-03-20T09:05:29.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.12.4/mockito-junit-jupiter-3.12.4.pom [2022-03-20T09:05:29.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.12.4/mockito-junit-jupiter-3.12.4.pom (2.3 kB at 136 kB/s) [2022-03-20T09:05:29.595Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.10/spring-core-5.3.10.pom [2022-03-20T09:05:29.852Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.10/spring-core-5.3.10.pom (2.0 kB at 119 kB/s) [2022-03-20T09:05:29.852Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.jar [2022-03-20T09:05:29.852Z] [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-03-20T09:05:29.852Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16.jar [2022-03-20T09:05:29.852Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0.jar (100 kB at 5.9 MB/s) [2022-03-20T09:05:29.852Z] [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 296 kB/s) [2022-03-20T09:05:29.852Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16.jar (3.6 MB at 25 MB/s) [2022-03-20T09:05:29.852Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.21.0/assertj-core-3.21.0-sources.jar [2022-03-20T09:05:29.852Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.21.0/assertj-core-3.21.0-sources.jar (1.3 MB at 19 MB/s) [2022-03-20T09:05:30.417Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0-sources.jar [2022-03-20T09:05:30.417Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.0/junit-platform-commons-1.8.0-sources.jar (75 kB at 4.0 MB/s) [2022-03-20T09:05:30.417Z] [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-03-20T09:05:30.417Z] [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 166 kB/s) [2022-03-20T09:05:30.417Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16-sources.jar [2022-03-20T09:05:30.417Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16-sources.jar (1.3 MB at 32 MB/s) [2022-03-20T09:05:30.674Z] [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-03-20T09:05:30.675Z] [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 3.1 MB/s) [2022-03-20T09:05:30.675Z] [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-03-20T09:05:30.675Z] [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 231 kB/s) [2022-03-20T09:05:30.675Z] [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-03-20T09:05:30.675Z] [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 1.2 MB/s) [2022-03-20T09:05:30.675Z] [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-03-20T09:05:30.675Z] [WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2 [2022-03-20T09:05:30.675Z] [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-03-20T09:05:30.675Z] [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 2.3 MB/s) [2022-03-20T09:05:30.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0.jar [2022-03-20T09:05:30.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0.jar (671 kB at 16 MB/s) [2022-03-20T09:05:30.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0.pom [2022-03-20T09:05:30.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0.pom (2.5 kB at 156 kB/s) [2022-03-20T09:05:30.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1.pom [2022-03-20T09:05:30.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1.pom (11 kB at 680 kB/s) [2022-03-20T09:05:30.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.1/byte-buddy-1.12.1.jar [2022-03-20T09:05:30.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1.jar [2022-03-20T09:05:30.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1.jar (252 kB at 3.8 MB/s) [2022-03-20T09:05:30.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.1/byte-buddy-1.12.1.jar (3.7 MB at 34 MB/s) [2022-03-20T09:05:30.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0-sources.jar [2022-03-20T09:05:30.932Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0-sources.jar (519 kB at 20 MB/s) [2022-03-20T09:05:31.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.1/byte-buddy-1.12.1-sources.jar [2022-03-20T09:05:31.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.1/byte-buddy-1.12.1-sources.jar (1.3 MB at 27 MB/s) [2022-03-20T09:05:31.446Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1-sources.jar [2022-03-20T09:05:31.447Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1-sources.jar (200 kB at 5.5 MB/s) [2022-03-20T09:05:31.704Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (142B) [2022-03-20T09:05:31.704Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310 [2022-03-20T09:05:31.704Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (130.4kB) [2022-03-20T09:05:31.961Z] [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/java18patch/org.eclipse.jdt.dummy/pom.xml [2022-03-20T09:05:31.961Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1100.v20220308-0310 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt-feature-dummy/pom.xml [2022-03-20T09:05:32.219Z] [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/java18patch/org.eclipse.pde.dummy/pom.xml [2022-03-20T09:05:32.219Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.1100.v20220308-0310 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.pde-feature-dummy/pom.xml [2022-03-20T09:05:32.219Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.29.50-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-03-20T09:05:42.240Z] [INFO] Fetching R-4.23-202203080310&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.23/ (63B) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.46MB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.96MB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (66.43kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (70.8kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (114.56kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (144.49kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (100.02kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (136.29kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (194.4kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (92.12kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.81kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (108.25kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (880.97kB) [2022-03-20T09:05:42.240Z] [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (89.14kB) [2022-03-20T09:05:42.241Z] [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (288.46kB) [2022-03-20T09:05:42.241Z] [INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (401.7kB) [2022-03-20T09:05:42.241Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.100-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.compiler.apt/pom.xml [2022-03-20T09:05:42.241Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.150-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.compiler.tool/pom.xml [2022-03-20T09:05:42.241Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [2022-03-20T09:05:42.241Z] [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (115.6kB) [2022-03-20T09:05:42.241Z] [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.64kB) [2022-03-20T09:05:42.241Z] [INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (396.72kB) [2022-03-20T09:05:42.498Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (341.2kB) [2022-03-20T09:05:42.498Z] [INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220301-0551.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (908.78kB) [2022-03-20T09:05:42.498Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.26.50-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [2022-03-20T09:05:42.756Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (12.94MB) [2022-03-20T09:05:43.686Z] [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.68MB) [2022-03-20T09:05:43.943Z] [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.41MB) [2022-03-20T09:05:43.944Z] [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (46.27kB) [2022-03-20T09:05:43.944Z] [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (20.34kB) [2022-03-20T09:05:43.944Z] [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (353.59kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (144.34kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (23.5kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (703.81kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (95.26kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (15.35kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.59kB) [2022-03-20T09:05:44.201Z] [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (302.53kB) [2022-03-20T09:05:44.459Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (71.45kB) [2022-03-20T09:05:44.459Z] [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (411.93kB) [2022-03-20T09:05:44.459Z] [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (126.4kB) [2022-03-20T09:05:44.459Z] [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (72.7kB) [2022-03-20T09:05:44.459Z] [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (359.18kB) [2022-03-20T09:05:44.459Z] [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (5.58MB) [2022-03-20T09:05:45.024Z] [INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (804.8kB) [2022-03-20T09:05:45.024Z] [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (432.55kB) [2022-03-20T09:05:45.024Z] [INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.03MB) [2022-03-20T09:05:45.281Z] [INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.44MB) [2022-03-20T09:05:45.539Z] [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (105.57kB) [2022-03-20T09:05:45.539Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (674.85kB) [2022-03-20T09:05:45.539Z] [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (618.79kB) [2022-03-20T09:05:45.539Z] [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (330.12kB) [2022-03-20T09:05:45.796Z] [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (287.81kB) [2022-03-20T09:05:45.796Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (313kB) [2022-03-20T09:05:45.796Z] [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (163.08kB) [2022-03-20T09:05:45.796Z] [INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220228-0706.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.97MB) [2022-03-20T09:05:46.054Z] [INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (209.6kB) [2022-03-20T09:05:46.054Z] [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (270.25kB) [2022-03-20T09:05:46.054Z] [INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.11MB) [2022-03-20T09:05:46.310Z] [INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (3.49MB) [2022-03-20T09:05:46.568Z] [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (24.31kB) [2022-03-20T09:05:46.568Z] [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.92kB) [2022-03-20T09:05:46.568Z] [INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.48kB) [2022-03-20T09:05:46.568Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (14.07kB) [2022-03-20T09:05:46.569Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (55.13kB) [2022-03-20T09:05:46.569Z] [INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.65kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (12kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.14kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.46kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.03kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (317.81kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.26MB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (45.85kB) [2022-03-20T09:05:46.826Z] [INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.97kB) [2022-03-20T09:05:46.827Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (213.89kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (203.91kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (27.72kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.41kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (56.73kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.51kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (394.73kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (33.33kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (13.3kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (260.38kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (87.54kB) [2022-03-20T09:05:47.084Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (229.56kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (118.14kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (251.6kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (147.16kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (295.36kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.08kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.9kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (367.53kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (50.74kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (170.85kB) [2022-03-20T09:05:47.342Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (360.09kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (131.39kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (76.5kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (74.12kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (173.65kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (218.82kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (130.72kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (113.21kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (489.96kB) [2022-03-20T09:05:47.600Z] [INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.42MB) [2022-03-20T09:05:47.857Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (468.75kB) [2022-03-20T09:05:47.857Z] [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (423.11kB) [2022-03-20T09:05:47.857Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (172.29kB) [2022-03-20T09:05:47.857Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.08MB) [2022-03-20T09:05:48.114Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (107.15kB) [2022-03-20T09:05:48.114Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.24kB) [2022-03-20T09:05:48.114Z] [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.04MB) [2022-03-20T09:05:48.372Z] [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.07MB) [2022-03-20T09:05:48.629Z] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.47MB) [2022-03-20T09:05:48.886Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.14MB) [2022-03-20T09:05:49.143Z] [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.14MB) [2022-03-20T09:05:49.143Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.150-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/pom.xml [2022-03-20T09:05:49.401Z] [INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (107.38kB) [2022-03-20T09:05:49.401Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (36.06kB) [2022-03-20T09:05:49.401Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.05kB) [2022-03-20T09:05:49.401Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (110.36kB) [2022-03-20T09:05:49.401Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (367.36kB) [2022-03-20T09:05:49.401Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (244.04kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (45.48kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (58.07kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (102.07kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (242.66kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (26.34kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (248.88kB) [2022-03-20T09:05:49.659Z] [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.200.v20211013-0600.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (101.02kB) [2022-03-20T09:05:49.659Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.850-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/pom.xml [2022-03-20T09:05:49.916Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (24.82kB) [2022-03-20T09:05:49.916Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (129.25kB) [2022-03-20T09:05:49.916Z] [INFO] Fetching org.eclipse.pde.core_3.15.100.v20220221-1314.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.35MB) [2022-03-20T09:05:49.916Z] [INFO] Fetching org.objectweb.asm.tree_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (64.52kB) [2022-03-20T09:05:50.174Z] [INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (130.43kB) [2022-03-20T09:05:50.174Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.550-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [2022-03-20T09:05:50.174Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.java18patch: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/java18patch/org.eclipse.jdt.java18patch/pom.xml [2022-03-20T09:05:50.432Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.feature:org.eclipse.pde.java18patch: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/java18patch/org.eclipse.pde.java18patch/pom.xml [2022-03-20T09:05:50.689Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng:eclipse.releng.repository.java18patch: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/java18patch/eclipse.releng.repository.java18patch/pom.xml [2022-03-20T09:05:50.947Z] [WARNING] The project org.eclipse:eclipse-platform-parent:pom:4.23.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-03-20T09:05:50.947Z] [INFO] ------------------------------------------------------------------------ [2022-03-20T09:05:50.947Z] [INFO] Reactor Build Order: [2022-03-20T09:05:50.947Z] [INFO] [2022-03-20T09:05:50.947Z] [INFO] eclipse-platform-parent [pom] [2022-03-20T09:05:50.947Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2022-03-20T09:05:50.947Z] [INFO] eclipse.platform.releng.java18patch [pom] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.dummy [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt [eclipse-feature] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.pde.dummy [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.pde [eclipse-feature] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.core [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.compiler.tool [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.compiler.apt [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.launching [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.core.manipulation [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.ui [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.pde.build [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.pde.api.tools [eclipse-plugin] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.jdt.java18patch [eclipse-feature] [2022-03-20T09:05:50.947Z] [INFO] org.eclipse.pde.java18patch [eclipse-feature] [2022-03-20T09:05:50.947Z] [INFO] eclipse.releng.repository.java18patch [eclipse-repository] [2022-03-20T09:05:50.947Z] [INFO] [2022-03-20T09:05:50.947Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2022-03-20T09:05:50.947Z] [INFO] Building eclipse-platform-parent 4.23.0-SNAPSHOT [1/18] [2022-03-20T09:05:50.948Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-20T09:05:50.948Z] [INFO] [2022-03-20T09:05:50.948Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-platform-parent --- [2022-03-20T09:05:50.948Z] [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-03-20T09:05:50.948Z] [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-03-20T09:05:50.948Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s) [2022-03-20T09:05:51.205Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2022-03-20T09:05:51.205Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom [2022-03-20T09:05:51.205Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2022-03-20T09:05:51.205Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2022-03-20T09:05:51.205Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [2022-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 7.3 MB/s) [2022-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2022-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 1.9 MB/s) [2022-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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 123 kB/s) [2022-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2022-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.205Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2022-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 964 kB/s) [2022-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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-03-20T09:05:51.206Z] [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 1.8 MB/s) [2022-03-20T09:05:51.206Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 1.6 MB/s) [2022-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.463Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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 3.9 MB/s) [2022-03-20T09:05:51.464Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-03-20T09:05:51.464Z] [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-03-20T09:05:51.464Z] [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 1.3 MB/s) [2022-03-20T09:05:51.464Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [2022-03-20T09:05:51.464Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [2022-03-20T09:05:51.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 385 kB/s) [2022-03-20T09:05:51.464Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [2022-03-20T09:05:51.722Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [2022-03-20T09:05:51.722Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [2022-03-20T09:05:51.722Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [2022-03-20T09:05:51.722Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [2022-03-20T09:05:51.722Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [2022-03-20T09:05:51.722Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 2.5 MB/s) [2022-03-20T09:05:51.722Z] [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-03-20T09:05:51.722Z] [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-03-20T09:05:51.722Z] [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-03-20T09:05:51.722Z] [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-03-20T09:05:51.722Z] [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-03-20T09:05:51.722Z] [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-03-20T09:05:51.722Z] [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 1.3 MB/s) [2022-03-20T09:05:51.722Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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 222 kB/s) [2022-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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 341 kB/s) [2022-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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 3.7 MB/s) [2022-03-20T09:05:51.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2022-03-20T09:05:51.723Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2022-03-20T09:05:51.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2022-03-20T09:05:51.723Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2022-03-20T09:05:51.723Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2022-03-20T09:05:51.723Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2022-03-20T09:05:51.723Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 1.9 MB/s) [2022-03-20T09:05:51.723Z] [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-03-20T09:05:51.723Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 2.3 MB/s) [2022-03-20T09:05:51.982Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-03-20T09:05:51.982Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-03-20T09:05:51.982Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-03-20T09:05:51.982Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-03-20T09:05:51.982Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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 10 MB/s) [2022-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-03-20T09:05:51.982Z] [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-03-20T09:05:51.982Z] [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-03-20T09:05:51.983Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-03-20T09:05:51.983Z] [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-03-20T09:05:51.983Z] [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 4.4 MB/s) [2022-03-20T09:05:51.983Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [2022-03-20T09:05:51.983Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [2022-03-20T09:05:52.241Z] [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 385 kB/s) [2022-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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.jar [2022-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [2022-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2022-03-20T09:05:52.241Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [2022-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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.jar [2022-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [2022-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [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-03-20T09:05:52.241Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2022-03-20T09:05:52.241Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2022-03-20T09:05:52.242Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2022-03-20T09:05:52.242Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2022-03-20T09:05:52.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [2022-03-20T09:05:52.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [2022-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [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-03-20T09:05:52.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2022-03-20T09:05:52.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [2022-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [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.jar [2022-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [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 27 MB/s) [2022-03-20T09:05:52.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [2022-03-20T09:05:52.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 613 kB/s) [2022-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [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 5.4 MB/s) [2022-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 5.1 MB/s) [2022-03-20T09:05:52.243Z] [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-03-20T09:05:52.243Z] [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 11 MB/s) [2022-03-20T09:05:52.243Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2022-03-20T09:05:52.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 3.2 MB/s) [2022-03-20T09:05:52.243Z] [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.jar [2022-03-20T09:05:52.243Z] [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 10 MB/s) [2022-03-20T09:05:52.243Z] [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 21 MB/s) [2022-03-20T09:05:52.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 4.8 MB/s) [2022-03-20T09:05:52.243Z] [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.jar (209 kB at 5.8 MB/s) [2022-03-20T09:05:52.243Z] [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.jar (222 kB at 4.6 MB/s) [2022-03-20T09:05:52.501Z] [INFO] [2022-03-20T09:05:52.501Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-platform-parent --- [2022-03-20T09:05:52.501Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 85 kB/s) [2022-03-20T09:05:52.501Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 703 kB/s) [2022-03-20T09:05:52.501Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2022-03-20T09:05:52.501Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 131 kB/s) [2022-03-20T09:05:52.502Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2022-03-20T09:05:52.502Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2022-03-20T09:05:52.502Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2022-03-20T09:05:52.502Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2022-03-20T09:05:52.502Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2022-03-20T09:05:52.759Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 116 kB/s) [2022-03-20T09:05:52.759Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-20T09:05:52.759Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 865 kB/s) [2022-03-20T09:05:52.759Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2022-03-20T09:05:52.759Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 126 kB/s) [2022-03-20T09:05:52.759Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.759Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 393 kB/s) [2022-03-20T09:05:52.760Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [2022-03-20T09:05:52.760Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [2022-03-20T09:05:53.017Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [2022-03-20T09:05:53.017Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 233 kB/s) [2022-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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 90 kB/s) [2022-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 87 kB/s) [2022-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.017Z] [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-03-20T09:05:53.275Z] [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 494 kB/s) [2022-03-20T09:05:53.275Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [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 470 kB/s) [2022-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [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-03-20T09:05:53.275Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2022-03-20T09:05:53.275Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2022-03-20T09:05:53.276Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 359 kB/s) [2022-03-20T09:05:53.276Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2022-03-20T09:05:53.276Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2022-03-20T09:05:53.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 68 kB/s) [2022-03-20T09:05:53.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2022-03-20T09:05:53.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2022-03-20T09:05:53.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 69 kB/s) [2022-03-20T09:05:53.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 298 kB/s) [2022-03-20T09:05:53.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2022-03-20T09:05:53.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2022-03-20T09:05:53.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 377 kB/s) [2022-03-20T09:05:53.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 166 kB/s) [2022-03-20T09:05:53.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [2022-03-20T09:05:53.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 558 kB/s) [2022-03-20T09:05:53.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 14 kB/s) [2022-03-20T09:05:53.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2022-03-20T09:05:53.791Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2022-03-20T09:05:54.048Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2022-03-20T09:05:54.048Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 289 kB/s) [2022-03-20T09:05:54.049Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 38 kB/s) [2022-03-20T09:05:54.049Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2022-03-20T09:05:54.049Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 343 kB/s) [2022-03-20T09:05:54.049Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2022-03-20T09:05:54.049Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 216 kB/s) [2022-03-20T09:05:54.049Z] [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-03-20T09:05:54.049Z] [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-03-20T09:05:54.049Z] [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-03-20T09:05:54.049Z] [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-03-20T09:05:54.049Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2022-03-20T09:05:54.049Z] [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-03-20T09:05:54.049Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 5.8 MB/s) [2022-03-20T09:05:54.049Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2022-03-20T09:05:54.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2022-03-20T09:05:54.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2022-03-20T09:05:54.050Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2022-03-20T09:05:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 310 kB/s) [2022-03-20T09:05:54.307Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-20T09:05:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 2.8 MB/s) [2022-03-20T09:05:54.307Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-03-20T09:05:54.307Z] [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-03-20T09:05:54.307Z] [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 2.8 MB/s) [2022-03-20T09:05:54.307Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2022-03-20T09:05:54.307Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 533 kB/s) [2022-03-20T09:05:54.308Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 131 kB/s) [2022-03-20T09:05:54.308Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2022-03-20T09:05:54.308Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 103 kB/s) [2022-03-20T09:05:54.308Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2022-03-20T09:05:54.308Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2022-03-20T09:05:54.565Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2022-03-20T09:05:54.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 73 kB/s) [2022-03-20T09:05:54.566Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2022-03-20T09:05:54.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 191 kB/s) [2022-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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 987 kB/s) [2022-03-20T09:05:54.566Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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 2.3 MB/s) [2022-03-20T09:05:54.566Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-03-20T09:05:54.566Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 4.2 MB/s) [2022-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.566Z] [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-03-20T09:05:54.567Z] [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-03-20T09:05:54.567Z] [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-03-20T09:05:54.567Z] [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 368 kB/s) [2022-03-20T09:05:54.567Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2022-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s) [2022-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2022-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [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-03-20T09:05:54.824Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2022-03-20T09:05:54.824Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2022-03-20T09:05:54.824Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2022-03-20T09:05:54.824Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 145 kB/s) [2022-03-20T09:05:54.825Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 145 kB/s) [2022-03-20T09:05:54.825Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2022-03-20T09:05:54.825Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 235 kB/s) [2022-03-20T09:05:54.825Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2022-03-20T09:05:54.825Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2022-03-20T09:05:55.081Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 72 kB/s) [2022-03-20T09:05:55.082Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.5 MB/s) [2022-03-20T09:05:55.082Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 84 kB/s) [2022-03-20T09:05:55.082Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 120 kB/s) [2022-03-20T09:05:55.082Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2022-03-20T09:05:55.082Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 115 kB/s) [2022-03-20T09:05:55.340Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2022-03-20T09:05:55.340Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 82 kB/s) [2022-03-20T09:05:55.340Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2022-03-20T09:05:55.597Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 6.2 MB/s) [2022-03-20T09:05:55.597Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [2022-03-20T09:05:55.597Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [2022-03-20T09:05:55.597Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 454 kB/s) [2022-03-20T09:05:55.597Z] [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-03-20T09:05:55.597Z] [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-03-20T09:05:55.597Z] [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-03-20T09:05:55.597Z] [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-03-20T09:05:55.597Z] [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-03-20T09:05:55.597Z] [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-03-20T09:05:55.854Z] [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 162 kB/s) [2022-03-20T09:05:55.854Z] [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-03-20T09:05:55.854Z] [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-03-20T09:05:55.854Z] [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-03-20T09:05:55.854Z] [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-03-20T09:05:55.854Z] [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-03-20T09:05:55.854Z] [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-03-20T09:05:55.855Z] [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 84 kB/s) [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-03-20T09:05:55.855Z] [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-03-20T09:05:55.855Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 4.2 MB/s) [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2022-03-20T09:05:55.855Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2022-03-20T09:05:55.855Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 4.0 MB/s) [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2022-03-20T09:05:55.855Z] [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-03-20T09:05:55.855Z] [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-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [2022-03-20T09:05:55.855Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [2022-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [2022-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2022-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2022-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [2022-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [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-03-20T09:05:55.856Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2022-03-20T09:05:55.857Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2022-03-20T09:05:55.857Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2022-03-20T09:05:55.857Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-20T09:05:55.857Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [2022-03-20T09:05:55.857Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [2022-03-20T09:05:56.114Z] [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-03-20T09:05:56.114Z] [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-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2022-03-20T09:05:56.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2022-03-20T09:05:56.115Z] [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-03-20T09:05:56.115Z] [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-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [2022-03-20T09:05:56.115Z] [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-03-20T09:05:56.115Z] [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-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [2022-03-20T09:05:56.115Z] [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-03-20T09:05:56.115Z] [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-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [2022-03-20T09:05:56.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2022-03-20T09:05:56.115Z] [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-03-20T09:05:56.116Z] [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-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [2022-03-20T09:05:56.116Z] [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-03-20T09:05:56.116Z] [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-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [2022-03-20T09:05:56.116Z] [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-03-20T09:05:56.116Z] [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-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2022-03-20T09:05:56.116Z] [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-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2022-03-20T09:05:56.116Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [2022-03-20T09:05:56.117Z] [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-03-20T09:05:56.117Z] [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-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 3.1 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 2.8 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 3.5 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.5 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 885 kB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.8 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 4.7 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2022-03-20T09:05:56.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 13 MB/s) [2022-03-20T09:05:56.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [2022-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 354 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2022-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 2.6 MB/s) [2022-03-20T09:05:56.118Z] [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-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 2.8 MB/s) [2022-03-20T09:05:56.118Z] [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-03-20T09:05:56.118Z] [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 529 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [2022-03-20T09:05:56.118Z] [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 201 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2022-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.9 MB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [2022-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.3 MB/s) [2022-03-20T09:05:56.118Z] [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-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 643 kB/s) [2022-03-20T09:05:56.118Z] [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-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 54 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2022-03-20T09:05:56.118Z] [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 522 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2022-03-20T09:05:56.118Z] [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 67 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2022-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 2.7 MB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-20T09:05:56.118Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 2.3 MB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [2022-03-20T09:05:56.118Z] [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 50 kB/s) [2022-03-20T09:05:56.118Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-20T09:05:56.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 285 kB/s) [2022-03-20T09:05:56.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [2022-03-20T09:05:56.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 351 kB/s) [2022-03-20T09:05:56.376Z] [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-03-20T09:05:56.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.6 MB/s) [2022-03-20T09:05:56.376Z] [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-03-20T09:05:56.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.7 MB/s) [2022-03-20T09:05:56.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 11 MB/s) [2022-03-20T09:05:56.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 382 kB/s) [2022-03-20T09:05:56.376Z] [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.3 MB/s) [2022-03-20T09:05:56.376Z] [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 53 kB/s) [2022-03-20T09:05:56.376Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:05:56.376Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:05:56.376Z] [INFO] Copying 1 resource [2022-03-20T09:05:56.376Z] [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-03-20T09:05:56.376Z] [INFO] [2022-03-20T09:05:56.377Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse-platform-parent --- [2022-03-20T09:05:56.377Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 152 kB/s) [2022-03-20T09:05:56.377Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.5 MB/s) [2022-03-20T09:05:56.377Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2022-03-20T09:05:56.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2022-03-20T09:05:56.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 307 kB/s) [2022-03-20T09:05:56.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2022-03-20T09:05:56.635Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 319 kB/s) [2022-03-20T09:05:56.635Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 302 kB/s) [2022-03-20T09:05:56.635Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 943 kB/s) [2022-03-20T09:05:56.635Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-20T09:05:56.635Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 140 kB/s) [2022-03-20T09:05:56.636Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2022-03-20T09:05:56.636Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 1000 kB/s) [2022-03-20T09:05:56.636Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2022-03-20T09:05:56.636Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 559 kB/s) [2022-03-20T09:05:56.893Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 167 kB/s) [2022-03-20T09:05:56.893Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 162 kB/s) [2022-03-20T09:05:56.893Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2022-03-20T09:05:56.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 79 kB/s) [2022-03-20T09:05:56.893Z] [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-03-20T09:05:56.893Z] [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-03-20T09:05:56.893Z] [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-03-20T09:05:56.893Z] [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-03-20T09:05:56.893Z] [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-03-20T09:05:56.893Z] [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-03-20T09:05:56.893Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 3.1 MB/s) [2022-03-20T09:05:56.893Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2022-03-20T09:05:56.893Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 159 kB/s) [2022-03-20T09:05:56.894Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2022-03-20T09:05:56.894Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2022-03-20T09:05:57.150Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2022-03-20T09:05:57.150Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2022-03-20T09:05:57.150Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 187 kB/s) [2022-03-20T09:05:57.151Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 205 kB/s) [2022-03-20T09:05:57.151Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2022-03-20T09:05:57.151Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 66 kB/s) [2022-03-20T09:05:57.151Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [2022-03-20T09:05:57.151Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom [2022-03-20T09:05:57.151Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom (3.0 kB at 202 kB/s) [2022-03-20T09:05:57.408Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.pom (4.7 kB at 167 kB/s) [2022-03-20T09:05:57.408Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2022-03-20T09:05:57.408Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2022-03-20T09:05:57.409Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2022-03-20T09:05:57.409Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2022-03-20T09:05:57.409Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2022-03-20T09:05:57.409Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 331 kB/s) [2022-03-20T09:05:57.409Z] [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-03-20T09:05:57.409Z] [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-03-20T09:05:57.409Z] [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-03-20T09:05:57.409Z] [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-03-20T09:05:57.409Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-03-20T09:05:57.409Z] [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-03-20T09:05:57.409Z] [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 735 kB/s) [2022-03-20T09:05:57.409Z] [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-03-20T09:05:57.409Z] [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-03-20T09:05:57.666Z] [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-03-20T09:05:57.666Z] [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-03-20T09:05:57.666Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-03-20T09:05:57.666Z] [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-03-20T09:05:57.666Z] [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 147 kB/s) [2022-03-20T09:05:57.666Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2022-03-20T09:05:57.666Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2022-03-20T09:05:57.666Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2022-03-20T09:05:57.666Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2022-03-20T09:05:57.666Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2022-03-20T09:05:57.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 231 kB/s) [2022-03-20T09:05:57.667Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom (2.8 kB at 216 kB/s) [2022-03-20T09:05:57.667Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom (19 kB at 1.2 MB/s) [2022-03-20T09:05:57.667Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [2022-03-20T09:05:57.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [2022-03-20T09:05:57.924Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [2022-03-20T09:05:57.924Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [2022-03-20T09:05:57.924Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom (2.6 kB at 202 kB/s) [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom [2022-03-20T09:05:57.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.1.1/maven-compat-3.1.1.pom (4.0 kB at 160 kB/s) [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 96 kB/s) [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-20T09:05:57.925Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.2 MB/s) [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [2022-03-20T09:05:57.925Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [2022-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [2022-03-20T09:05:57.926Z] [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-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [2022-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [2022-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2022-03-20T09:05:57.926Z] [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-03-20T09:05:57.926Z] [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-03-20T09:05:57.926Z] [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-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2022-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [2022-03-20T09:05:57.926Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [2022-03-20T09:05:58.184Z] [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-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2022-03-20T09:05:58.184Z] [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-03-20T09:05:58.184Z] [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-03-20T09:05:58.184Z] [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-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [2022-03-20T09:05:58.184Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [2022-03-20T09:05:58.185Z] [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-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2022-03-20T09:05:58.185Z] [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-03-20T09:05:58.185Z] [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-03-20T09:05:58.185Z] [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-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [2022-03-20T09:05:58.185Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [2022-03-20T09:05:58.186Z] [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-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2022-03-20T09:05:58.186Z] [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-03-20T09:05:58.186Z] [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-03-20T09:05:58.186Z] [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-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [2022-03-20T09:05:58.186Z] [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-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-03-20T09:05:58.186Z] [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-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [2022-03-20T09:05:58.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 2.2 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 6.7 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 8.2 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 2.1 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 11 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 1.1 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 1.1 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 646 kB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 3.1 MB/s) [2022-03-20T09:05:58.187Z] [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-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 1.0 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 1.0 MB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 844 kB/s) [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2022-03-20T09:05:58.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar [2022-03-20T09:05:58.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 8.7 MB/s) [2022-03-20T09:05:58.188Z] [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-03-20T09:05:58.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.jar (12 kB at 157 kB/s) [2022-03-20T09:05:58.188Z] [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-03-20T09:05:58.188Z] [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 3.6 MB/s) [2022-03-20T09:05:58.188Z] [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-03-20T09:05:58.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 818 kB/s) [2022-03-20T09:05:58.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2022-03-20T09:05:58.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar (116 kB at 1.3 MB/s) [2022-03-20T09:05:58.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar [2022-03-20T09:05:58.445Z] [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 4.0 MB/s) [2022-03-20T09:05:58.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [2022-03-20T09:05:58.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 1.0 MB/s) [2022-03-20T09:05:58.445Z] [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 3.8 MB/s) [2022-03-20T09:05:58.445Z] [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 3.1 MB/s) [2022-03-20T09:05:58.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar (168 kB at 1.6 MB/s) [2022-03-20T09:05:58.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar (149 kB at 1.3 MB/s) [2022-03-20T09:05:58.445Z] [INFO] [2022-03-20T09:05:58.445Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-platform-parent --- [2022-03-20T09:05:58.445Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:05:58.445Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [INFO] [2022-03-20T09:05:58.445Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse-platform-parent --- [2022-03-20T09:05:58.445Z] [INFO] [2022-03-20T09:05:58.445Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2022-03-20T09:05:58.445Z] [INFO] Skipped [2022-03-20T09:05:58.445Z] [INFO] [2022-03-20T09:05:58.445Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-platform-parent --- [2022-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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 588 kB/s) [2022-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [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-03-20T09:05:58.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [2022-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 1.5 MB/s) [2022-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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 272 kB/s) [2022-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.446Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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 159 kB/s) [2022-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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 100 kB/s) [2022-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2022-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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 139 kB/s) [2022-03-20T09:05:58.703Z] [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-03-20T09:05:58.703Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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 212 kB/s) [2022-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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-03-20T09:05:58.704Z] [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 139 kB/s) [2022-03-20T09:05:58.961Z] [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-03-20T09:05:58.961Z] [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-03-20T09:05:58.961Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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 160 kB/s) [2022-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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 217 kB/s) [2022-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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 167 kB/s) [2022-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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 458 kB/s) [2022-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:58.962Z] [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-03-20T09:05:59.220Z] [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-03-20T09:05:59.220Z] [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 105 kB/s) [2022-03-20T09:05:59.220Z] [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-03-20T09:05:59.220Z] [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-03-20T09:05:59.220Z] [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-03-20T09:05:59.220Z] [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-03-20T09:05:59.220Z] [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-03-20T09:05:59.220Z] [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-03-20T09:05:59.221Z] [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 960 kB/s) [2022-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 25 kB/s) [2022-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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 320 kB/s) [2022-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.221Z] [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-03-20T09:05:59.478Z] [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 242 kB/s) [2022-03-20T09:05:59.478Z] [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-03-20T09:05:59.478Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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 167 kB/s) [2022-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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 164 kB/s) [2022-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [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-03-20T09:05:59.479Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 1.2 MB/s) [2022-03-20T09:05:59.479Z] [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-03-20T09:05:59.480Z] [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-03-20T09:05:59.480Z] [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-03-20T09:05:59.480Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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 106 kB/s) [2022-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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 91 kB/s) [2022-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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 325 kB/s) [2022-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [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-03-20T09:05:59.737Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2022-03-20T09:05:59.994Z] [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-03-20T09:05:59.994Z] [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 730 kB/s) [2022-03-20T09:05:59.994Z] [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-03-20T09:05:59.994Z] [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-03-20T09:05:59.994Z] [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-03-20T09:05:59.994Z] [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-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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 597 kB/s) [2022-03-20T09:05:59.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2022-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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 804 kB/s) [2022-03-20T09:05:59.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2022-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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 566 kB/s) [2022-03-20T09:05:59.995Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2022-03-20T09:05:59.995Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2022-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 1.1 MB/s) [2022-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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-03-20T09:05:59.995Z] [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-03-20T09:05:59.996Z] [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-03-20T09:06:00.253Z] [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 140 kB/s) [2022-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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 57 kB/s) [2022-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.253Z] [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-03-20T09:06:00.254Z] [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 179 kB/s) [2022-03-20T09:06:00.254Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2022-03-20T09:06:00.254Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2022-03-20T09:06:00.254Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2022-03-20T09:06:00.254Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2022-03-20T09:06:00.254Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2022-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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 124 kB/s) [2022-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.254Z] [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-03-20T09:06:00.512Z] [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 163 kB/s) [2022-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2022-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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 413 kB/s) [2022-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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 1.0 MB/s) [2022-03-20T09:06:00.512Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-03-20T09:06:00.512Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-03-20T09:06:00.512Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-03-20T09:06:00.512Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-03-20T09:06:00.512Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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.9 MB/s) [2022-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [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-03-20T09:06:00.512Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2022-03-20T09:06:00.512Z] [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-03-20T09:06:00.513Z] [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 331 kB/s) [2022-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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 823 kB/s) [2022-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.513Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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 1.3 MB/s) [2022-03-20T09:06:00.771Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-03-20T09:06:00.771Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-03-20T09:06:00.771Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-03-20T09:06:00.771Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-03-20T09:06:00.771Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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.8 MB/s) [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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 873 kB/s) [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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 325 kB/s) [2022-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.771Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2022-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.772Z] [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-03-20T09:06:00.773Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.030Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2022-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.031Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2022-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.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.jar [2022-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.032Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2022-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.033Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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 1.2 MB/s) [2022-03-20T09:06:01.034Z] [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 551 kB/s) [2022-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2022-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2022-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.034Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2022-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2022-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2022-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2022-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-03-20T09:06:01.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2022-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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 2.3 MB/s) [2022-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 2.0 MB/s) [2022-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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 9.4 MB/s) [2022-03-20T09:06:01.035Z] [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-03-20T09:06:01.035Z] [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 3.0 MB/s) [2022-03-20T09:06:01.035Z] [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-03-20T09:06:01.293Z] [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 419 kB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [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 734 kB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [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 660 kB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 1.3 MB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [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 3.8 MB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 1.2 MB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [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 692 kB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 10 MB/s) [2022-03-20T09:06:01.293Z] [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-03-20T09:06:01.293Z] [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.8 MB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 2.2 MB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 556 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 2.0 MB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 4.2 MB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 569 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 41 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 42 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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.8 MB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 173 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 4.3 MB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 385 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.294Z] [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 70 kB/s) [2022-03-20T09:06:01.294Z] [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-03-20T09:06:01.295Z] [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 14 kB/s) [2022-03-20T09:06:01.295Z] [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-03-20T09:06:01.295Z] [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.3 MB/s) [2022-03-20T09:06:01.295Z] [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-03-20T09:06:01.295Z] [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 16 MB/s) [2022-03-20T09:06:01.295Z] [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-03-20T09:06:01.295Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 4.2 MB/s) [2022-03-20T09:06:01.295Z] [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-03-20T09:06:01.295Z] [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 74 kB/s) [2022-03-20T09:06:01.295Z] [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.7 MB/s) [2022-03-20T09:06:01.295Z] [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 319 kB/s) [2022-03-20T09:06:01.295Z] [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 202 kB/s) [2022-03-20T09:06:01.295Z] [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.6 MB/s) [2022-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse-platform-parent --- [2022-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2022-03-20T09:06:01.295Z] [INFO] Building eclipse-sdk-prereqs 4.23.0-SNAPSHOT [2/18] [2022-03-20T09:06:01.295Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2022-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:01.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:01.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:01.295Z] [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-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:01.295Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:01.295Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:01.295Z] [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-03-20T09:06:01.295Z] [INFO] [2022-03-20T09:06:01.295Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:01.553Z] [INFO] [2022-03-20T09:06:01.553Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:01.553Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom [2022-03-20T09:06:01.553Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.pom (2.0 kB at 166 kB/s) [2022-03-20T09:06:01.553Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.pom (7.6 kB at 539 kB/s) [2022-03-20T09:06:01.553Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.553Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom [2022-03-20T09:06:01.554Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/6.0.0.202111291000-r/org.eclipse.jgit-parent-6.0.0.202111291000-r.pom (33 kB at 2.4 MB/s) [2022-03-20T09:06:01.554Z] [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-03-20T09:06:01.554Z] [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-03-20T09:06:01.554Z] [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-03-20T09:06:01.554Z] [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-03-20T09:06:01.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [2022-03-20T09:06:01.554Z] [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-03-20T09:06:01.554Z] [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 330 kB/s) [2022-03-20T09:06:01.554Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-03-20T09:06:01.554Z] [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-03-20T09:06:01.554Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 2.0 MB/s) [2022-03-20T09:06:01.554Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom [2022-03-20T09:06:01.554Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom [2022-03-20T09:06:01.554Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.pom (1.7 kB at 110 kB/s) [2022-03-20T09:06:01.811Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar [2022-03-20T09:06:01.811Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [2022-03-20T09:06:01.811Z] [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-03-20T09:06:01.811Z] [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.jar [2022-03-20T09:06:01.811Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar [2022-03-20T09:06:01.811Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar [2022-03-20T09:06:01.811Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [2022-03-20T09:06:01.811Z] [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-03-20T09:06:01.811Z] [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.jar [2022-03-20T09:06:01.811Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar [2022-03-20T09:06:01.812Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar [2022-03-20T09:06:01.812Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [2022-03-20T09:06:01.812Z] [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-03-20T09:06:01.812Z] [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.jar [2022-03-20T09:06:01.812Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar [2022-03-20T09:06:02.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar [2022-03-20T09:06:02.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [2022-03-20T09:06:02.742Z] [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-03-20T09:06:02.742Z] [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.jar [2022-03-20T09:06:02.742Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar [2022-03-20T09:06:02.742Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar [2022-03-20T09:06:02.742Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [2022-03-20T09:06:02.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [2022-03-20T09:06:02.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [2022-03-20T09:06:02.743Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar [2022-03-20T09:06:02.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar [2022-03-20T09:06:02.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar [2022-03-20T09:06:02.743Z] [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-03-20T09:06:02.743Z] [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.jar [2022-03-20T09:06:02.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar [2022-03-20T09:06:02.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.7.0/tycho-sourceref-jgit-2.7.0.jar (6.1 kB at 341 kB/s) [2022-03-20T09:06:02.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.7.0/tycho-buildtimestamp-jgit-2.7.0.jar (12 kB at 644 kB/s) [2022-03-20T09:06:02.743Z] [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.jar (41 kB at 2.0 MB/s) [2022-03-20T09:06:02.743Z] [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 3.6 MB/s) [2022-03-20T09:06:03.000Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/6.0.0.202111291000-r/org.eclipse.jgit-6.0.0.202111291000-r.jar (2.9 MB at 30 MB/s) [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:03.000Z] [INFO] Skipped [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] ----< eclipse.platform.releng:eclipse.platform.releng.java18patch >----- [2022-03-20T09:06:03.000Z] [INFO] Building eclipse.platform.releng.java18patch 4.23.0-SNAPSHOT [3/18] [2022-03-20T09:06:03.000Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:03.000Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:03.000Z] [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/java18patch/saveproperties [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:03.000Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:03.000Z] [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/java18patch/src/main/resources [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] Skipped [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse.platform.releng.java18patch --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.dummy >---------------- [2022-03-20T09:06:03.000Z] [INFO] Building org.eclipse.jdt.dummy 1.1.300-SNAPSHOT [4/18] [2022-03-20T09:06:03.000Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:03.000Z] [INFO] [2022-03-20T09:06:03.000Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:06.275Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504 [2022-03-20T09:06:06.275Z] [INFO] [2022-03-20T09:06:06.275Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:06.275Z] [INFO] [2022-03-20T09:06:06.275Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:06.275Z] [INFO] [2022-03-20T09:06:06.275Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:06.275Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:06.275Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:06.275Z] [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/java18patch/org.eclipse.jdt.dummy/saveproperties [2022-03-20T09:06:06.275Z] [INFO] [2022-03-20T09:06:06.275Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:06.275Z] [INFO] [2022-03-20T09:06:06.275Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:06.275Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 106 kB/s) [2022-03-20T09:06:06.275Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.4 MB/s) [2022-03-20T09:06:06.275Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2022-03-20T09:06:06.275Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2022-03-20T09:06:06.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 181 kB/s) [2022-03-20T09:06:06.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [2022-03-20T09:06:06.532Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 96 kB/s) [2022-03-20T09:06:06.532Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2022-03-20T09:06:06.532Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2022-03-20T09:06:06.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 117 kB/s) [2022-03-20T09:06:06.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 361 kB/s) [2022-03-20T09:06:06.533Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2022-03-20T09:06:06.533Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 272 kB/s) [2022-03-20T09:06:06.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 160 kB/s) [2022-03-20T09:06:06.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2022-03-20T09:06:06.790Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 75 kB/s) [2022-03-20T09:06:06.790Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2022-03-20T09:06:06.791Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2022-03-20T09:06:06.791Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2022-03-20T09:06:06.791Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2022-03-20T09:06:06.791Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2022-03-20T09:06:06.791Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2022-03-20T09:06:06.791Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 216 kB/s) [2022-03-20T09:06:06.791Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 321 kB/s) [2022-03-20T09:06:07.047Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2022-03-20T09:06:07.047Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2022-03-20T09:06:07.048Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 593 kB/s) [2022-03-20T09:06:07.048Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 34 kB/s) [2022-03-20T09:06:07.048Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2022-03-20T09:06:07.048Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 688 kB/s) [2022-03-20T09:06:07.048Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2022-03-20T09:06:07.048Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2022-03-20T09:06:07.304Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2022-03-20T09:06:07.304Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2022-03-20T09:06:07.305Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 228 kB/s) [2022-03-20T09:06:08.235Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2022-03-20T09:06:08.235Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2022-03-20T09:06:08.492Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 73 kB/s) [2022-03-20T09:06:08.492Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2022-03-20T09:06:08.492Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2022-03-20T09:06:08.492Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 65 kB/s) [2022-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2022-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 455 kB/s) [2022-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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-03-20T09:06:08.493Z] [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 1.8 MB/s) [2022-03-20T09:06:08.493Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2022-03-20T09:06:08.493Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 79 kB/s) [2022-03-20T09:06:08.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 82 kB/s) [2022-03-20T09:06:08.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2022-03-20T09:06:08.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 217 kB/s) [2022-03-20T09:06:08.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 95 kB/s) [2022-03-20T09:06:08.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2022-03-20T09:06:08.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2022-03-20T09:06:08.752Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2022-03-20T09:06:08.752Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2022-03-20T09:06:08.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2022-03-20T09:06:08.752Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 633 kB/s) [2022-03-20T09:06:08.752Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2022-03-20T09:06:08.752Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2022-03-20T09:06:08.752Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 97 kB/s) [2022-03-20T09:06:09.009Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 108 kB/s) [2022-03-20T09:06:09.009Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2022-03-20T09:06:09.009Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 130 kB/s) [2022-03-20T09:06:09.009Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom (10.0 kB at 416 kB/s) [2022-03-20T09:06:09.010Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [2022-03-20T09:06:09.010Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom (5.6 kB at 351 kB/s) [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [2022-03-20T09:06:09.268Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom (2.3 kB at 87 kB/s) [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [2022-03-20T09:06:09.268Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [2022-03-20T09:06:09.269Z] [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-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [2022-03-20T09:06:09.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [2022-03-20T09:06:09.270Z] [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-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [2022-03-20T09:06:09.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [2022-03-20T09:06:09.270Z] [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-03-20T09:06:09.271Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [2022-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [2022-03-20T09:06:09.271Z] [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-03-20T09:06:09.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [2022-03-20T09:06:09.529Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 14 MB/s) [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [2022-03-20T09:06:09.529Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 5.5 MB/s) [2022-03-20T09:06:09.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 1.5 MB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 5.7 MB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 714 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 9.0 MB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 724 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 1.9 MB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 556 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 334 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 15 MB/s) [2022-03-20T09:06:09.530Z] [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-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 871 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [2022-03-20T09:06:09.530Z] [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 587 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 144 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 1.2 MB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 1.2 MB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 402 kB/s) [2022-03-20T09:06:09.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 401 kB/s) [2022-03-20T09:06:09.531Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar (18 kB at 132 kB/s) [2022-03-20T09:06:09.787Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar (2.1 MB at 12 MB/s) [2022-03-20T09:06:09.787Z] [INFO] Executing tasks [2022-03-20T09:06:09.787Z] [ERROR] [loadfile] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt.dummy/.project doesn't exist [2022-03-20T09:06:09.787Z] [INFO] Executed tasks [2022-03-20T09:06:09.787Z] [INFO] [2022-03-20T09:06:09.787Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:10.044Z] [INFO] [2022-03-20T09:06:10.044Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:10.044Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.29.0.v20220214-1307/ecj-3.29.0.v20220214-1307.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.29.0.v20220214-1307/ecj-3.29.0.v20220214-1307.pom [2022-03-20T09:06:10.044Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.29.0.v20220214-1307/ecj-3.29.0.v20220214-1307.pom (408 B at 11 kB/s) [2022-03-20T09:06:10.044Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom (1.1 kB at 71 kB/s) [2022-03-20T09:06:10.044Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom [2022-03-20T09:06:10.044Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom [2022-03-20T09:06:10.045Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom (8.1 kB at 427 kB/s) [2022-03-20T09:06:10.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2022-03-20T09:06:10.045Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2022-03-20T09:06:10.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 84 kB/s) [2022-03-20T09:06:10.303Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom (1.1 kB at 35 kB/s) [2022-03-20T09:06:10.303Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.pom (2.4 kB at 104 kB/s) [2022-03-20T09:06:10.303Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom [2022-03-20T09:06:10.303Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom [2022-03-20T09:06:10.560Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.pom (1.6 kB at 47 kB/s) [2022-03-20T09:06:10.560Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom [2022-03-20T09:06:10.560Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom [2022-03-20T09:06:10.560Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom [2022-03-20T09:06:10.560Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom [2022-03-20T09:06:10.561Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom [2022-03-20T09:06:10.561Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom [2022-03-20T09:06:10.561Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom (1.7 kB at 59 kB/s) [2022-03-20T09:06:10.561Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.29.0.v20220214-1307/ecj-3.29.0.v20220214-1307.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.29.0.v20220214-1307/ecj-3.29.0.v20220214-1307.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar [2022-03-20T09:06:10.561Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.29.0.v20220214-1307/ecj-3.29.0.v20220214-1307.jar (3.2 MB at 19 MB/s) [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar [2022-03-20T09:06:10.818Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar [2022-03-20T09:06:10.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar [2022-03-20T09:06:10.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar [2022-03-20T09:06:10.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar [2022-03-20T09:06:10.819Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar [2022-03-20T09:06:10.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.0/tycho-lib-detector-2.7.0.jar (3.5 kB at 234 kB/s) [2022-03-20T09:06:10.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar (27 kB at 1.7 MB/s) [2022-03-20T09:06:10.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar (4.7 kB at 113 kB/s) [2022-03-20T09:06:10.819Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.0/tycho-compiler-jdt-2.7.0.jar (18 kB at 428 kB/s) [2022-03-20T09:06:11.076Z] [INFO] Resolving class path of org.eclipse.jdt.dummy... [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:11.076Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:11.076Z] [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/java18patch/org.eclipse.jdt.dummy/src/main/resources [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:11.076Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:11.076Z] [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/java18patch/org.eclipse.jdt.dummy/src/main/resources [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [INFO] No sources to compile [2022-03-20T09:06:11.076Z] [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/java18patch/org.eclipse.jdt.dummy/src does not exist [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:11.076Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:11.076Z] [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/java18patch/org.eclipse.jdt.dummy/src/test/resources [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [INFO] [2022-03-20T09:06:11.076Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:11.076Z] [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-03-20T09:06:11.076Z] [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-03-20T09:06:11.076Z] [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-03-20T09:06:11.076Z] [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-03-20T09:06:11.076Z] [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-03-20T09:06:11.076Z] [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-03-20T09:06:11.076Z] [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 568 kB/s) [2022-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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 169 kB/s) [2022-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.077Z] [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-03-20T09:06:11.334Z] [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 205 kB/s) [2022-03-20T09:06:11.334Z] [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-03-20T09:06:11.334Z] [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-03-20T09:06:11.334Z] [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-03-20T09:06:11.334Z] [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-03-20T09:06:11.334Z] [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-03-20T09:06:11.334Z] [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-03-20T09:06:11.334Z] [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 163 kB/s) [2022-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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 655 kB/s) [2022-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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 289 kB/s) [2022-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.335Z] [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-03-20T09:06:11.592Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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 242 kB/s) [2022-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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 77 kB/s) [2022-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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 117 kB/s) [2022-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.593Z] [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-03-20T09:06:11.851Z] [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-03-20T09:06:11.851Z] [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-03-20T09:06:11.851Z] [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-03-20T09:06:11.851Z] [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 578 kB/s) [2022-03-20T09:06:11.851Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-03-20T09:06:11.851Z] [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-03-20T09:06:11.851Z] [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.3 MB/s) [2022-03-20T09:06:11.851Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom [2022-03-20T09:06:11.851Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [2022-03-20T09:06:12.108Z] [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 112 kB/s) [2022-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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 763 kB/s) [2022-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.108Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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 196 kB/s) [2022-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.109Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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 149 kB/s) [2022-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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-03-20T09:06:12.366Z] [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 279 kB/s) [2022-03-20T09:06:12.366Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-03-20T09:06:12.366Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-03-20T09:06:12.366Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-03-20T09:06:12.367Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-03-20T09:06:12.367Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-03-20T09:06:12.367Z] [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-03-20T09:06:12.367Z] [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 1.5 MB/s) [2022-03-20T09:06:12.367Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-03-20T09:06:12.367Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-03-20T09:06:12.367Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-03-20T09:06:12.367Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-03-20T09:06:12.367Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-03-20T09:06:12.367Z] [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-03-20T09:06:12.367Z] [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 105 kB/s) [2022-03-20T09:06:12.367Z] [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-03-20T09:06:12.367Z] [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-03-20T09:06:12.367Z] [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-03-20T09:06:12.367Z] [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-03-20T09:06:12.367Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [2022-03-20T09:06:12.628Z] [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-03-20T09:06:12.628Z] [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 792 kB/s) [2022-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.629Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.630Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-03-20T09:06:12.631Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [2022-03-20T09:06:12.631Z] [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-03-20T09:06:12.631Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [2022-03-20T09:06:14.003Z] [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-03-20T09:06:14.003Z] [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-03-20T09:06:14.003Z] [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-03-20T09:06:14.003Z] [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-03-20T09:06:14.003Z] [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-03-20T09:06:14.003Z] [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 758 kB/s) [2022-03-20T09:06:14.003Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar [2022-03-20T09:06:14.004Z] [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 4.1 MB/s) [2022-03-20T09:06:14.004Z] [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 5.5 MB/s) [2022-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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 922 kB/s) [2022-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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 11 MB/s) [2022-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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 248 kB/s) [2022-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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.5 MB/s) [2022-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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-03-20T09:06:14.004Z] [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 3.0 MB/s) [2022-03-20T09:06:14.005Z] [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-03-20T09:06:14.005Z] [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 840 kB/s) [2022-03-20T09:06:14.005Z] [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 3.5 MB/s) [2022-03-20T09:06:14.005Z] [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.3 MB/s) [2022-03-20T09:06:14.005Z] [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 4.8 MB/s) [2022-03-20T09:06:14.005Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 19 MB/s) [2022-03-20T09:06:14.005Z] [INFO] Tests are skipped. [2022-03-20T09:06:14.005Z] [INFO] [2022-03-20T09:06:14.005Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:14.005Z] [INFO] [2022-03-20T09:06:14.005Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:14.005Z] [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/java18patch/org.eclipse.jdt.dummy/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2022-03-20T09:06:14.005Z] [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/java18patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT-sources.jar [2022-03-20T09:06:14.005Z] [INFO] [2022-03-20T09:06:14.005Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:14.005Z] [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/java18patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar [2022-03-20T09:06:14.005Z] [INFO] [2022-03-20T09:06:14.005Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:14.005Z] [INFO] [2022-03-20T09:06:14.006Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:14.006Z] [INFO] Skipping tests [2022-03-20T09:06:14.006Z] [INFO] [2022-03-20T09:06:14.006Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:14.006Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [2022-03-20T09:06:14.006Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [2022-03-20T09:06:14.006Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [2022-03-20T09:06:14.006Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [2022-03-20T09:06:14.006Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [2022-03-20T09:06:14.006Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [2022-03-20T09:06:14.263Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 91 kB/s) [2022-03-20T09:06:14.263Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [2022-03-20T09:06:14.263Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [2022-03-20T09:06:14.263Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [2022-03-20T09:06:14.263Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 125 kB/s) [2022-03-20T09:06:14.264Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [2022-03-20T09:06:14.264Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 1.1 MB/s) [2022-03-20T09:06:14.264Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [2022-03-20T09:06:14.264Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 1.6 MB/s) [2022-03-20T09:06:14.264Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2022-03-20T09:06:14.264Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s) [2022-03-20T09:06:14.264Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [2022-03-20T09:06:14.264Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [2022-03-20T09:06:14.265Z] [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 1.5 MB/s) [2022-03-20T09:06:14.265Z] [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-03-20T09:06:14.265Z] [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-03-20T09:06:14.265Z] [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-03-20T09:06:14.265Z] [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-03-20T09:06:14.265Z] [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-03-20T09:06:14.265Z] [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-03-20T09:06:14.265Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 3.4 MB/s) [2022-03-20T09:06:14.265Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 145 kB/s) [2022-03-20T09:06:14.523Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 231 kB/s) [2022-03-20T09:06:14.523Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 776 kB/s) [2022-03-20T09:06:14.523Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [2022-03-20T09:06:14.523Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [2022-03-20T09:06:14.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 140 kB/s) [2022-03-20T09:06:14.524Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 119 kB/s) [2022-03-20T09:06:14.524Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [2022-03-20T09:06:14.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 255 kB/s) [2022-03-20T09:06:14.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 61 kB/s) [2022-03-20T09:06:14.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [2022-03-20T09:06:14.782Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 167 kB/s) [2022-03-20T09:06:14.782Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2022-03-20T09:06:14.782Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2022-03-20T09:06:14.783Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 198 kB/s) [2022-03-20T09:06:14.783Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2022-03-20T09:06:14.783Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 3.1 MB/s) [2022-03-20T09:06:14.783Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [2022-03-20T09:06:14.783Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 122 kB/s) [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 90 kB/s) [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-20T09:06:15.041Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s) [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [2022-03-20T09:06:15.041Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [2022-03-20T09:06:15.042Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [2022-03-20T09:06:15.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [2022-03-20T09:06:15.044Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [2022-03-20T09:06:15.301Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 839 kB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 4.2 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 7.9 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 11 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.4 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.5 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 326 kB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 462 kB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.8 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.1 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 3.6 MB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 182 kB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [2022-03-20T09:06:15.302Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 274 kB/s) [2022-03-20T09:06:15.302Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [2022-03-20T09:06:15.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 401 kB/s) [2022-03-20T09:06:15.303Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-20T09:06:15.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 565 kB/s) [2022-03-20T09:06:15.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 143 kB/s) [2022-03-20T09:06:15.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 178 kB/s) [2022-03-20T09:06:15.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 276 kB/s) [2022-03-20T09:06:15.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 97 kB/s) [2022-03-20T09:06:15.303Z] [INFO] Tests are skipped. [2022-03-20T09:06:15.303Z] [INFO] [2022-03-20T09:06:15.303Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:15.303Z] [INFO] Skipped [2022-03-20T09:06:15.303Z] [INFO] [2022-03-20T09:06:15.303Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:15.560Z] [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/java18patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar [2022-03-20T09:06:16.958Z] [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/java18patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT-sources.jar [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.dummy --- [2022-03-20T09:06:17.999Z] [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/java18patch/org.eclipse.jdt.dummy/pom.xml [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [2022-03-20T09:06:17.999Z] [INFO] Building org.eclipse.jdt 3.18.1100.v20220308-0310 [5/18] [2022-03-20T09:06:17.999Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt --- [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [2022-03-20T09:06:17.999Z] [INFO] The project's OSGi version is 3.18.1100.v20220308-0310 [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt --- [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt --- [2022-03-20T09:06:17.999Z] [INFO] [2022-03-20T09:06:17.999Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [2022-03-20T09:06:17.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:17.999Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:17.999Z] [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/java18patch/org.eclipse.jdt-feature-dummy/saveproperties [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:18.000Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:18.000Z] [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/java18patch/org.eclipse.jdt-feature-dummy/src/main/resources [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [2022-03-20T09:06:18.000Z] [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/java18patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1100.v20220308-0310.jar [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [INFO] Skipped [2022-03-20T09:06:18.000Z] [INFO] [2022-03-20T09:06:18.000Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt --- [2022-03-20T09:06:18.000Z] [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/java18patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1100.v20220308-0310.jar [2022-03-20T09:06:19.896Z] [INFO] [2022-03-20T09:06:19.896Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt --- [2022-03-20T09:06:19.896Z] [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/java18patch/org.eclipse.jdt-feature-dummy/target/artifactcomparison [2022-03-20T09:06:19.896Z] [WARNING] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1100.v20220308-0310 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt-feature-dummy/pom.xml: baseline and build artifacts have same version but different contents [2022-03-20T09:06:19.896Z] no-classifier: different [2022-03-20T09:06:19.896Z] feature.properties: properties files differ [2022-03-20T09:06:19.897Z] copyright: baseline='Copyright (c) 2000, 2020 IBM Corporation and others. [2022-03-20T09:06:19.897Z] All rights reserved. This program and the accompanying materials [2022-03-20T09:06:19.897Z] are made available under the terms of the Eclipse Public License v1.0 [2022-03-20T09:06:19.897Z] which accompanies this distribution, and is available at [2022-03-20T09:06:19.897Z] http://www.eclipse.org/legal/epl-v10.html [2022-03-20T09:06:19.897Z] [2022-03-20T09:06:19.897Z] Contributors: [2022-03-20T09:06:19.897Z] IBM Corporation - initial API and implementation [2022-03-20T09:06:19.897Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others. [2022-03-20T09:06:19.897Z] [2022-03-20T09:06:19.897Z] This program and the accompanying materials [2022-03-20T09:06:19.897Z] are made available under the terms of the Eclipse Public License 2.0 [2022-03-20T09:06:19.897Z] which accompanies this distribution, and is available at [2022-03-20T09:06:19.897Z] https://www.eclipse.org/legal/epl-2.0/ [2022-03-20T09:06:19.897Z] [2022-03-20T09:06:19.897Z] SPDX-License-Identifier: EPL-2.0 [2022-03-20T09:06:19.897Z] [2022-03-20T09:06:19.897Z] Contributors: [2022-03-20T09:06:19.897Z] IBM Corporation - initial API and implementation [2022-03-20T09:06:19.897Z] ' [2022-03-20T09:06:19.897Z] description: baseline='Eclipse Java development tools (binary runtime and user documentation).' != reactor='Dummy feature for build-time constraint.' [2022-03-20T09:06:19.897Z] featureName: baseline='Eclipse Java Development Tools' != reactor='Eclipse Java Development Tools - Dummy, for build only. ' [2022-03-20T09:06:19.897Z] feature.xml: different [2022-03-20T09:06:19.897Z] [2022-03-20T09:06:19.897Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1100.v20220308-0310 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt-feature-dummy/pom.xml [2022-03-20T09:06:19.897Z] The main artifact has been replaced with the baseline version. [2022-03-20T09:06:19.897Z] [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.dummy >---------------- [2022-03-20T09:06:19.897Z] [INFO] Building org.eclipse.pde.dummy 1.1.300-SNAPSHOT [6/18] [2022-03-20T09:06:19.897Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:19.897Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504 [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:19.897Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:19.897Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:19.897Z] [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/java18patch/org.eclipse.pde.dummy/saveproperties [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:19.897Z] [INFO] [2022-03-20T09:06:19.897Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] Executing tasks [2022-03-20T09:06:20.155Z] [ERROR] [loadfile] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.pde.dummy/.project doesn't exist [2022-03-20T09:06:20.155Z] [INFO] Executed tasks [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] Resolving class path of org.eclipse.pde.dummy... [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:20.155Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:20.155Z] [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/java18patch/org.eclipse.pde.dummy/src/main/resources [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:20.155Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:20.155Z] [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/java18patch/org.eclipse.pde.dummy/src/main/resources [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] No sources to compile [2022-03-20T09:06:20.155Z] [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/java18patch/org.eclipse.pde.dummy/src does not exist [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:20.155Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:20.155Z] [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/java18patch/org.eclipse.pde.dummy/src/test/resources [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] Tests are skipped. [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [INFO] [2022-03-20T09:06:20.155Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.155Z] [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/java18patch/org.eclipse.pde.dummy/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2022-03-20T09:06:20.156Z] [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/java18patch/org.eclipse.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT-sources.jar [2022-03-20T09:06:20.156Z] [INFO] [2022-03-20T09:06:20.156Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.156Z] [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/java18patch/org.eclipse.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT.jar [2022-03-20T09:06:20.156Z] [INFO] [2022-03-20T09:06:20.156Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.156Z] [INFO] [2022-03-20T09:06:20.156Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.156Z] [INFO] Skipping tests [2022-03-20T09:06:20.156Z] [INFO] [2022-03-20T09:06:20.156Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.156Z] [INFO] Tests are skipped. [2022-03-20T09:06:20.156Z] [INFO] [2022-03-20T09:06:20.156Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.156Z] [INFO] Skipped [2022-03-20T09:06:20.156Z] [INFO] [2022-03-20T09:06:20.156Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:20.156Z] [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/java18patch/org.eclipse.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT.jar [2022-03-20T09:06:22.055Z] [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/java18patch/org.eclipse.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT-sources.jar [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.dummy --- [2022-03-20T09:06:22.987Z] [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/java18patch/org.eclipse.pde.dummy/pom.xml [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --------------< org.eclipse.pde.feature:org.eclipse.pde >--------------- [2022-03-20T09:06:22.987Z] [INFO] Building org.eclipse.pde 3.14.1100.v20220308-0310 [7/18] [2022-03-20T09:06:22.987Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] The project's OSGi version is 3.14.1100.v20220308-0310 [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:22.987Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:22.987Z] [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/java18patch/org.eclipse.pde-feature-dummy/saveproperties [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] [2022-03-20T09:06:22.987Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde --- [2022-03-20T09:06:22.987Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:22.987Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:22.988Z] [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/java18patch/org.eclipse.pde-feature-dummy/src/main/resources [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [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/java18patch/org.eclipse.pde-feature-dummy/target/org.eclipse.pde-3.14.1100.v20220308-0310.jar [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [INFO] Skipped [2022-03-20T09:06:22.988Z] [INFO] [2022-03-20T09:06:22.988Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde --- [2022-03-20T09:06:22.988Z] [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/java18patch/org.eclipse.pde-feature-dummy/target/org.eclipse.pde-3.14.1100.v20220308-0310.jar [2022-03-20T09:06:24.359Z] [INFO] [2022-03-20T09:06:24.359Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde --- [2022-03-20T09:06:24.359Z] [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/java18patch/org.eclipse.pde-feature-dummy/target/artifactcomparison [2022-03-20T09:06:24.359Z] [WARNING] MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.1100.v20220308-0310 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.pde-feature-dummy/pom.xml: baseline and build artifacts have same version but different contents [2022-03-20T09:06:24.359Z] no-classifier: different [2022-03-20T09:06:24.359Z] feature.properties: properties files differ [2022-03-20T09:06:24.360Z] copyright: baseline='Copyright (c) 2000, 2015 IBM Corporation and others. [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] This program and the accompanying materials [2022-03-20T09:06:24.360Z] are made available under the terms of the Eclipse Public License 2.0 [2022-03-20T09:06:24.360Z] which accompanies this distribution, and is available at [2022-03-20T09:06:24.360Z] https://www.eclipse.org/legal/epl-2.0/ [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] SPDX-License-Identifier: EPL-2.0 [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] Contributors: [2022-03-20T09:06:24.360Z] IBM Corporation - initial API and implementation [2022-03-20T09:06:24.360Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others. [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] This program and the accompanying materials [2022-03-20T09:06:24.360Z] are made available under the terms of the Eclipse Public License 2.0 [2022-03-20T09:06:24.360Z] which accompanies this distribution, and is available at [2022-03-20T09:06:24.360Z] https://www.eclipse.org/legal/epl-2.0/ [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] SPDX-License-Identifier: EPL-2.0 [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] Contributors: [2022-03-20T09:06:24.360Z] IBM Corporation - initial API and implementation [2022-03-20T09:06:24.360Z] ' [2022-03-20T09:06:24.360Z] description: baseline='Eclipse plug-in development environment.' != reactor='Dummy feature for build-time constraint.' [2022-03-20T09:06:24.360Z] featureName: baseline='Eclipse Plug-in Development Environment' != reactor='Eclipse Java Development Tools - Dummy, for build only. ' [2022-03-20T09:06:24.360Z] feature.xml: different [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] [INFO] MavenProject: org.eclipse.pde.feature:org.eclipse.pde:3.14.1100.v20220308-0310 @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.pde-feature-dummy/pom.xml [2022-03-20T09:06:24.360Z] The main artifact has been replaced with the baseline version. [2022-03-20T09:06:24.360Z] [2022-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [2022-03-20T09:06:24.360Z] [INFO] Building org.eclipse.jdt.core 3.29.50-SNAPSHOT [8/18] [2022-03-20T09:06:24.360Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core --- [2022-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- [2022-03-20T09:06:24.360Z] [INFO] The project's OSGi version is 3.29.50.v20220320-0804_BETA_JAVA18 [2022-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [2022-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [2022-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core --- [2022-03-20T09:06:24.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:24.360Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [INFO] [2022-03-20T09:06:24.360Z] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core --- [2022-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2022-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [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 2.2 MB/s) [2022-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [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-03-20T09:06:24.360Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2022-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s) [2022-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s) [2022-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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 102 kB/s) [2022-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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 424 kB/s) [2022-03-20T09:06:24.361Z] [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-03-20T09:06:24.361Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s) [2022-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 408 kB/s) [2022-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 2.1 MB/s) [2022-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2022-03-20T09:06:24.619Z] [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-03-20T09:06:24.619Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 8.7 MB/s) [2022-03-20T09:06:24.619Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2022-03-20T09:06:24.620Z] [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-03-20T09:06:24.620Z] [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-03-20T09:06:24.620Z] [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-03-20T09:06:24.620Z] [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-03-20T09:06:24.620Z] [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-03-20T09:06:24.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 118 kB/s) [2022-03-20T09:06:24.620Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2022-03-20T09:06:24.620Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 1.2 MB/s) [2022-03-20T09:06:24.620Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2022-03-20T09:06:24.620Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2022-03-20T09:06:24.620Z] [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-03-20T09:06:24.620Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2022-03-20T09:06:24.620Z] [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-03-20T09:06:24.877Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 836 kB/s) [2022-03-20T09:06:24.877Z] [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-03-20T09:06:24.877Z] [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-03-20T09:06:24.877Z] [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-03-20T09:06:24.877Z] [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-03-20T09:06:24.877Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2022-03-20T09:06:24.877Z] [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-03-20T09:06:24.877Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 2.6 MB/s) [2022-03-20T09:06:24.877Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2022-03-20T09:06:24.877Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2022-03-20T09:06:24.877Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2022-03-20T09:06:24.877Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2022-03-20T09:06:24.877Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2022-03-20T09:06:24.877Z] [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-03-20T09:06:24.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s) [2022-03-20T09:06:24.878Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 410 kB/s) [2022-03-20T09:06:24.878Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2022-03-20T09:06:24.878Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2022-03-20T09:06:24.878Z] [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-03-20T09:06:24.878Z] [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-03-20T09:06:24.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2022-03-20T09:06:24.878Z] [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-03-20T09:06:24.878Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 1.7 MB/s) [2022-03-20T09:06:24.878Z] [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-03-20T09:06:24.878Z] [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-03-20T09:06:24.878Z] [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-03-20T09:06:24.878Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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 2.1 MB/s) [2022-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [2022-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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 1.6 MB/s) [2022-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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 189 kB/s) [2022-03-20T09:06:25.136Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-03-20T09:06:25.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-03-20T09:06:25.136Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-03-20T09:06:25.136Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-03-20T09:06:25.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-03-20T09:06:25.136Z] [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-03-20T09:06:25.136Z] [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 5.1 MB/s) [2022-03-20T09:06:25.136Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom [2022-03-20T09:06:25.136Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/17/apache-17.pom [2022-03-20T09:06:25.136Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom [2022-03-20T09:06:25.137Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [2022-03-20T09:06:25.137Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [2022-03-20T09:06:25.137Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [2022-03-20T09:06:25.137Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 8.0 MB/s) [2022-03-20T09:06:25.137Z] [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-03-20T09:06:25.137Z] [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-03-20T09:06:25.137Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [2022-03-20T09:06:25.137Z] [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-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [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 277 kB/s) [2022-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2022-03-20T09:06:25.394Z] [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-03-20T09:06:25.394Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 2.0 MB/s) [2022-03-20T09:06:25.394Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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 251 kB/s) [2022-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 4.1 MB/s) [2022-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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 653 kB/s) [2022-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.395Z] [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-03-20T09:06:25.653Z] [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-03-20T09:06:25.653Z] [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-03-20T09:06:25.653Z] [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 124 kB/s) [2022-03-20T09:06:25.653Z] [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-03-20T09:06:25.653Z] [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-03-20T09:06:25.653Z] [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-03-20T09:06:25.653Z] [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-03-20T09:06:25.653Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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 6.8 MB/s) [2022-03-20T09:06:25.654Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-03-20T09:06:25.654Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-03-20T09:06:25.654Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-03-20T09:06:25.654Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-03-20T09:06:25.654Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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 8.0 MB/s) [2022-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 1.6 MB/s) [2022-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 1.9 MB/s) [2022-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [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-03-20T09:06:25.654Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 1.7 MB/s) [2022-03-20T09:06:25.655Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-03-20T09:06:25.655Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-03-20T09:06:25.655Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-03-20T09:06:25.655Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-03-20T09:06:25.655Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-03-20T09:06:25.655Z] [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-03-20T09:06:25.655Z] [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 9.4 MB/s) [2022-03-20T09:06:25.655Z] [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-03-20T09:06:25.655Z] [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-03-20T09:06:25.655Z] [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-03-20T09:06:25.655Z] [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-03-20T09:06:25.655Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-03-20T09:06:25.655Z] [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-03-20T09:06:25.655Z] [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 5.1 MB/s) [2022-03-20T09:06:25.939Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 9.7 MB/s) [2022-03-20T09:06:25.939Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom [2022-03-20T09:06:25.939Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [2022-03-20T09:06:25.939Z] [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 5.1 MB/s) [2022-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 482 kB/s) [2022-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.939Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 1.3 MB/s) [2022-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.940Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.941Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:25.942Z] [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-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2022-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2022-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2022-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2022-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2022-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2022-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2022-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [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-03-20T09:06:26.200Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 7.5 MB/s) [2022-03-20T09:06:26.200Z] [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-03-20T09:06:26.201Z] [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 9.3 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 25 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 7.3 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 12 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 1.4 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 3.4 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 44 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 6.7 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 351 kB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 7.7 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 2.5 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 2.8 MB/s) [2022-03-20T09:06:26.201Z] [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-03-20T09:06:26.201Z] [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 12 MB/s) [2022-03-20T09:06:26.202Z] [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-03-20T09:06:26.202Z] [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 14 MB/s) [2022-03-20T09:06:26.202Z] [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 7.4 MB/s) [2022-03-20T09:06:26.202Z] [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 8.4 MB/s) [2022-03-20T09:06:26.202Z] [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 1.4 MB/s) [2022-03-20T09:06:26.202Z] [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 2.3 MB/s) [2022-03-20T09:06:26.202Z] [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-03-20T09:06:26.202Z] [INFO] [2022-03-20T09:06:26.202Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.202Z] [INFO] [2022-03-20T09:06:26.202Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.202Z] [INFO] [2022-03-20T09:06:26.202Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.202Z] [INFO] Executing tasks [2022-03-20T09:06:26.202Z] [INFO] Executed tasks [2022-03-20T09:06:26.202Z] [INFO] [2022-03-20T09:06:26.202Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.202Z] [INFO] [2022-03-20T09:06:26.202Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.202Z] [INFO] Resolving class path of org.eclipse.jdt.core... [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (37.47kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.16kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.6kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.ant.optional.junit_3.3.300.v20180822-0818.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (7.51kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (29.95kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (249.4kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.32kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.11kB) [2022-03-20T09:06:26.459Z] [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.11kB) [2022-03-20T09:06:26.460Z] [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (57.74kB) [2022-03-20T09:06:26.717Z] [INFO] Fetching org.eclipse.equinox.region_1.5.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (77.37kB) [2022-03-20T09:06:26.717Z] [INFO] [2022-03-20T09:06:26.717Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.717Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:26.717Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:26.717Z] [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-03-20T09:06:26.717Z] [INFO] [2022-03-20T09:06:26.717Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.717Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:26.717Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:26.717Z] [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-03-20T09:06:26.717Z] [INFO] [2022-03-20T09:06:26.717Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.core --- [2022-03-20T09:06:26.717Z] [INFO] Compiling 1514 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-03-20T09:06:38.950Z] [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-03-20T09:06:38.950Z] [INFO] [2022-03-20T09:06:38.950Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core --- [2022-03-20T09:06:38.950Z] [WARNING] p2 repository with URL https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310 is associated with multiple IDs; was 'eclipse-p2-repo-java18patch', now is 'eclipse' [2022-03-20T09:06:38.950Z] [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.65kB) [2022-03-20T09:06:38.950Z] [INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (6.66MB) [2022-03-20T09:06:38.950Z] [INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (563.5kB) [2022-03-20T09:06:39.207Z] [INFO] Fetching org.eclipse.pde.api.tools_1.2.800.v20220204-0559.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (943.85kB) [2022-03-20T09:06:39.207Z] [INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (477.29kB) [2022-03-20T09:06:39.207Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:06:39.207Z] [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-03-20T09:06:39.465Z] [INFO] Command line: [2022-03-20T09:06:39.465Z] [/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.29.50.v20220320-0804_BETA_JAVA18, -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-03-20T09:06:51.650Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:51.651Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:51.651Z] [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-03-20T09:06:51.651Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [INFO] Tests are skipped. [2022-03-20T09:06:51.651Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [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.29.50-SNAPSHOT-sources.jar [2022-03-20T09:06:51.651Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [INFO] Executing tasks [2022-03-20T09:06:51.651Z] [INFO] Executed tasks [2022-03-20T09:06:51.651Z] [INFO] [2022-03-20T09:06:51.651Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.651Z] [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-03-20T09:06:51.651Z] [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.29.50-SNAPSHOT.jar [2022-03-20T09:06:51.908Z] [INFO] [2022-03-20T09:06:51.908Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.908Z] [INFO] [2022-03-20T09:06:51.908Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.908Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:06:51.908Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:06:51.908Z] [INFO] Copying 1 resource [2022-03-20T09:06:51.908Z] [INFO] [2022-03-20T09:06:51.908Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [2022-03-20T09:06:51.908Z] [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.29.50-SNAPSHOT-antadapter.jar [2022-03-20T09:06:51.908Z] [INFO] [2022-03-20T09:06:51.908Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.165Z] [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.29.50-SNAPSHOT-batch-compiler-src.jar [2022-03-20T09:06:52.165Z] [INFO] [2022-03-20T09:06:52.165Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.165Z] [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.29.50-SNAPSHOT-batch-compiler.jar [2022-03-20T09:06:52.423Z] [INFO] [2022-03-20T09:06:52.423Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.423Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.29.50-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-03-20T09:06:52.423Z] [INFO] [2022-03-20T09:06:52.423Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.423Z] [INFO] Skipping tests [2022-03-20T09:06:52.423Z] [INFO] [2022-03-20T09:06:52.423Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.423Z] [INFO] Tests are skipped. [2022-03-20T09:06:52.423Z] [INFO] [2022-03-20T09:06:52.423Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.423Z] [INFO] Skipped [2022-03-20T09:06:52.423Z] [INFO] [2022-03-20T09:06:52.423Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core --- [2022-03-20T09:06:52.988Z] [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.29.50-SNAPSHOT.jar' is disabled. [2022-03-20T09:06:52.988Z] [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.29.50-SNAPSHOT.jar [2022-03-20T09:06:57.172Z] [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.29.50-SNAPSHOT-sources.jar' is disabled. [2022-03-20T09:06:57.429Z] [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.29.50-SNAPSHOT-sources.jar [2022-03-20T09:07:00.705Z] [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.29.50-SNAPSHOT-antadapter.jar' is disabled. [2022-03-20T09:07:00.705Z] [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.29.50-SNAPSHOT-antadapter.jar [2022-03-20T09:07:01.636Z] [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.29.50-SNAPSHOT-batch-compiler-src.jar' is disabled. [2022-03-20T09:07:01.636Z] [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.29.50-SNAPSHOT-batch-compiler-src.jar [2022-03-20T09:07:03.007Z] [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.29.50-SNAPSHOT-batch-compiler.jar' is disabled. [2022-03-20T09:07:03.007Z] [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.29.50-SNAPSHOT-batch-compiler.jar [2022-03-20T09:07:04.904Z] [INFO] [2022-03-20T09:07:04.904Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.core --- [2022-03-20T09:07:05.161Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.29.50-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-03-20T09:07:05.162Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.29.50-SNAPSHOT already attached, replace previous instance [2022-03-20T09:07:05.162Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.29.50-SNAPSHOT already attached, replace previous instance [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool >------------ [2022-03-20T09:07:05.162Z] [INFO] Building org.eclipse.jdt.compiler.tool 1.3.150-SNAPSHOT [9/18] [2022-03-20T09:07:05.162Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] The project's OSGi version is 1.3.150.v20220318-0906_BETA_JAVA18 [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:05.162Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:05.162Z] [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.compiler.tool/saveproperties [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] Executing tasks [2022-03-20T09:07:05.162Z] [INFO] Executed tasks [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.tool... [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:05.162Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:05.162Z] [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.compiler.tool/src/main/resources [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:05.162Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:05.162Z] [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.compiler.tool/src/main/resources [2022-03-20T09:07:05.162Z] [INFO] [2022-03-20T09:07:05.162Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.162Z] [INFO] Compiling 15 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.compiler.tool/target/classes [2022-03-20T09:07:05.726Z] [INFO] [2022-03-20T09:07:05.727Z] [INFO] --- maven-antrun-plugin:3.0.0:run (update-ecj) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:05.727Z] [INFO] Executing tasks [2022-03-20T09:07:05.727Z] [WARNING] [echo] UPDATE /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.29.50-SNAPSHOT-batch-compiler.jar [2022-03-20T09:07:05.727Z] [INFO] [mkdir] Created dir: /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.compiler.tool/tempbin [2022-03-20T09:07:05.727Z] [INFO] [unjar] Expanding: /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.29.50-SNAPSHOT-batch-compiler.jar 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/org.eclipse.jdt.compiler.tool/tempbin [2022-03-20T09:07:05.984Z] [INFO] [zip] Updating zip: /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.29.50-SNAPSHOT-batch-compiler.jar [2022-03-20T09:07:06.548Z] [INFO] [delete] Deleting directory /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.compiler.tool/tempbin [2022-03-20T09:07:06.548Z] [INFO] Executed tasks [2022-03-20T09:07:06.548Z] [INFO] [2022-03-20T09:07:06.548Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:06.548Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:07:06.548Z] [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.compiler.tool/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:07:06.548Z] [INFO] Command line: [2022-03-20T09:07:06.548Z] [/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.compiler.tool/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.compiler.tool/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.compiler.tool/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906_BETA_JAVA18, -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.compiler.tool, -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.compiler.tool/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target] [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:09.824Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:09.824Z] [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.compiler.tool/src/test/resources [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [INFO] Tests are skipped. [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [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.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.150-SNAPSHOT-sources.jar [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [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.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.150-SNAPSHOT.jar [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [INFO] [2022-03-20T09:07:09.824Z] [INFO] --- maven-antrun-plugin:3.0.0:run (sign-ecj) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:09.824Z] [INFO] Executing tasks [2022-03-20T09:07:12.348Z] [INFO] Executed tasks [2022-03-20T09:07:12.348Z] [INFO] [2022-03-20T09:07:12.348Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:12.348Z] [INFO] Skipping tests [2022-03-20T09:07:12.348Z] [INFO] [2022-03-20T09:07:12.348Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:12.348Z] [INFO] Tests are skipped. [2022-03-20T09:07:12.348Z] [INFO] [2022-03-20T09:07:12.348Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:12.348Z] [INFO] Skipped [2022-03-20T09:07:12.348Z] [INFO] [2022-03-20T09:07:12.348Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:12.348Z] [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.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.150-SNAPSHOT.jar [2022-03-20T09:07:13.280Z] [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.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.150-SNAPSHOT-sources.jar [2022-03-20T09:07:14.651Z] [INFO] [2022-03-20T09:07:14.651Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.tool --- [2022-03-20T09:07:14.652Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.150-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.compiler.tool/pom.xml [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt >------------ [2022-03-20T09:07:14.652Z] [INFO] Building org.eclipse.jdt.compiler.apt 1.4.100-SNAPSHOT [10/18] [2022-03-20T09:07:14.652Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.652Z] [INFO] The project's OSGi version is 1.4.100.v20220318-0906_BETA_JAVA18 [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.652Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:14.652Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:14.652Z] [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.compiler.apt/saveproperties [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.652Z] [INFO] [2022-03-20T09:07:14.652Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.909Z] [INFO] Executing tasks [2022-03-20T09:07:14.909Z] [INFO] Executed tasks [2022-03-20T09:07:14.909Z] [INFO] [2022-03-20T09:07:14.909Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.909Z] [INFO] [2022-03-20T09:07:14.909Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.909Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.apt... [2022-03-20T09:07:14.909Z] [INFO] [2022-03-20T09:07:14.909Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.909Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:14.909Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:14.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.jdt.core/org.eclipse.jdt.compiler.apt/src/main/resources [2022-03-20T09:07:14.909Z] [INFO] [2022-03-20T09:07:14.909Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.909Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:14.909Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:14.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.jdt.core/org.eclipse.jdt.compiler.apt/src/main/resources [2022-03-20T09:07:14.909Z] [INFO] [2022-03-20T09:07:14.909Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:14.909Z] [INFO] Compiling 52 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.compiler.apt/target/classes [2022-03-20T09:07:15.474Z] [INFO] [2022-03-20T09:07:15.474Z] [INFO] --- maven-antrun-plugin:3.0.0:run (natives) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:15.474Z] [INFO] Executing tasks [2022-03-20T09:07:15.474Z] [WARNING] [echo] UPDATE /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.29.50-SNAPSHOT-batch-compiler.jar [2022-03-20T09:07:15.474Z] [INFO] [mkdir] Created dir: /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.compiler.apt/tempbin [2022-03-20T09:07:15.474Z] [INFO] [unjar] Expanding: /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.29.50-SNAPSHOT-batch-compiler.jar 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/org.eclipse.jdt.compiler.apt/tempbin [2022-03-20T09:07:15.731Z] [INFO] [zip] Updating zip: /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.29.50-SNAPSHOT-batch-compiler.jar [2022-03-20T09:07:16.296Z] [INFO] [delete] Deleting directory /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.compiler.apt/tempbin [2022-03-20T09:07:16.296Z] [INFO] Executed tasks [2022-03-20T09:07:16.296Z] [INFO] [2022-03-20T09:07:16.296Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:16.296Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:07:16.296Z] [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.compiler.apt/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:07:16.296Z] [INFO] Command line: [2022-03-20T09:07:16.296Z] [/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.compiler.apt/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.compiler.apt/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.compiler.apt/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906_BETA_JAVA18, -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.compiler.apt, -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.compiler.apt/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/target] [2022-03-20T09:07:18.822Z] [INFO] [2022-03-20T09:07:18.822Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.822Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:18.822Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:18.822Z] [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.compiler.apt/src/test/resources [2022-03-20T09:07:18.822Z] [INFO] [2022-03-20T09:07:18.822Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.822Z] [INFO] [2022-03-20T09:07:18.822Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.822Z] [INFO] Tests are skipped. [2022-03-20T09:07:18.822Z] [INFO] [2022-03-20T09:07:18.822Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.822Z] [INFO] [2022-03-20T09:07:18.822Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.822Z] [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.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.100-SNAPSHOT-sources.jar [2022-03-20T09:07:18.823Z] [INFO] [2022-03-20T09:07:18.823Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.823Z] [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.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.100-SNAPSHOT.jar [2022-03-20T09:07:18.823Z] [INFO] [2022-03-20T09:07:18.823Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.823Z] [INFO] [2022-03-20T09:07:18.823Z] [INFO] --- maven-antrun-plugin:3.0.0:run (sign-ecj) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:18.823Z] [INFO] Executing tasks [2022-03-20T09:07:22.102Z] [INFO] Executed tasks [2022-03-20T09:07:22.102Z] [INFO] [2022-03-20T09:07:22.102Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:22.102Z] [INFO] Skipping tests [2022-03-20T09:07:22.102Z] [INFO] [2022-03-20T09:07:22.102Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:22.102Z] [INFO] Tests are skipped. [2022-03-20T09:07:22.102Z] [INFO] [2022-03-20T09:07:22.102Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:22.102Z] [INFO] Skipped [2022-03-20T09:07:22.102Z] [INFO] [2022-03-20T09:07:22.102Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:22.359Z] [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.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.100-SNAPSHOT.jar [2022-03-20T09:07:23.729Z] [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.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.100-SNAPSHOT-sources.jar [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.apt --- [2022-03-20T09:07:25.100Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.100-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.compiler.apt/pom.xml [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >-------------- [2022-03-20T09:07:25.100Z] [INFO] Building org.eclipse.jdt.launching 3.19.550-SNAPSHOT [11/18] [2022-03-20T09:07:25.100Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] The project's OSGi version is 3.19.550.v20220318-0734_BETA_JAVA18 [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:25.100Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:25.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/saveproperties [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] Executing tasks [2022-03-20T09:07:25.100Z] [INFO] Executed tasks [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] Resolving class path of org.eclipse.jdt.launching... [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:25.100Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:25.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:25.100Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:25.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/src/main/resources [2022-03-20T09:07:25.100Z] [INFO] [2022-03-20T09:07:25.100Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.100Z] [INFO] Compiling 127 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes [2022-03-20T09:07:25.665Z] [INFO] [2022-03-20T09:07:25.665Z] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-internal-jar) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.665Z] [INFO] Executing tasks [2022-03-20T09:07:25.665Z] [INFO] Executed tasks [2022-03-20T09:07:25.665Z] [INFO] [2022-03-20T09:07:25.665Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:25.665Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:07:25.665Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:07:25.665Z] [INFO] Command line: [2022-03-20T09:07:25.665Z] [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.launching_3.19.550.v20220318-0734_BETA_JAVA18, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target] [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:29.843Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:29.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/src/test/resources [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Tests are skipped. [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT-sources.jar [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Skipping tests [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Tests are skipped. [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Skipped [2022-03-20T09:07:29.843Z] [INFO] [2022-03-20T09:07:29.843Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:29.843Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar_unpacked_2429577111714910413/lib/javaagent-shaded.jar' is disabled. [2022-03-20T09:07:29.843Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar_unpacked_2429577111714910413/lib/javaagent-shaded.jar [2022-03-20T09:07:31.212Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar_unpacked_2429577111714910413/lib/launchingsupport.jar' is disabled. [2022-03-20T09:07:31.212Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar_unpacked_2429577111714910413/lib/launchingsupport.jar [2022-03-20T09:07:32.143Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar [2022-03-20T09:07:33.075Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT-sources.jar [2022-03-20T09:07:34.458Z] [INFO] [2022-03-20T09:07:34.458Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching --- [2022-03-20T09:07:34.458Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.550-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml [2022-03-20T09:07:34.458Z] [INFO] [2022-03-20T09:07:34.458Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >---------- [2022-03-20T09:07:34.458Z] [INFO] Building org.eclipse.jdt.core.manipulation 1.16.0-SNAPSHOT [12/18] [2022-03-20T09:07:34.458Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] The project's OSGi version is 1.16.0.v20220228-0928_BETA_JAVA18 [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:34.714Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:34.714Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/saveproperties [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] Executing tasks [2022-03-20T09:07:34.714Z] [INFO] Executed tasks [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.714Z] [INFO] Resolving class path of org.eclipse.jdt.core.manipulation... [2022-03-20T09:07:34.714Z] [INFO] [2022-03-20T09:07:34.714Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.715Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:34.715Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:34.715Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [2022-03-20T09:07:34.715Z] [INFO] [2022-03-20T09:07:34.715Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.715Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:34.715Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:34.715Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/main/resources [2022-03-20T09:07:34.715Z] [INFO] [2022-03-20T09:07:34.715Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:34.715Z] [INFO] Compiling 468 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes [2022-03-20T09:07:36.612Z] [INFO] [2022-03-20T09:07:36.612Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:36.612Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:07:36.612Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:07:36.612Z] [INFO] Command line: [2022-03-20T09:07:36.612Z] [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core.manipulation_1.16.0.v20220228-0928_BETA_JAVA18, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target] [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:40.983Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:40.983Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/src/test/resources [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Tests are skipped. [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT-sources.jar [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT.jar [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Skipping tests [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Tests are skipped. [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:40.983Z] [INFO] Skipped [2022-03-20T09:07:40.983Z] [INFO] [2022-03-20T09:07:40.983Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:41.548Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT.jar [2022-03-20T09:07:43.475Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT-sources.jar [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.manipulation --- [2022-03-20T09:07:44.845Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >----------------- [2022-03-20T09:07:44.845Z] [INFO] Building org.eclipse.jdt.ui 3.26.50-SNAPSHOT [13/18] [2022-03-20T09:07:44.845Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] The project's OSGi version is 3.26.50.v20220318-0843_BETA_JAVA18 [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:44.845Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:44.845Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/saveproperties [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] Executing tasks [2022-03-20T09:07:44.845Z] [INFO] Executed tasks [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] [2022-03-20T09:07:44.845Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:44.845Z] [INFO] Resolving class path of org.eclipse.jdt.ui... [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (29.62kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.75kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (9.54kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (10.25kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (28.06kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (22.27kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.tests.urischeme_1.1.100.v20211010-0529.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (86.37kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (23.39kB) [2022-03-20T09:07:45.102Z] [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (10.74kB) [2022-03-20T09:07:45.359Z] [INFO] [2022-03-20T09:07:45.359Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:45.359Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:45.359Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:45.359Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [2022-03-20T09:07:45.359Z] [INFO] [2022-03-20T09:07:45.359Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:45.359Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:07:45.360Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:07:45.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/src/main/resources [2022-03-20T09:07:45.360Z] [INFO] [2022-03-20T09:07:45.360Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:45.360Z] [INFO] Compiling 2031 source files to /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes [2022-03-20T09:07:53.464Z] [INFO] [2022-03-20T09:07:53.464Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui --- [2022-03-20T09:07:53.464Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:07:53.464Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:07:53.464Z] [INFO] Command line: [2022-03-20T09:07:53.464Z] [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.ui_3.26.50.v20220318-0843_BETA_JAVA18, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target] [2022-03-20T09:08:05.647Z] [INFO] [2022-03-20T09:08:05.647Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:05.647Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:05.647Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:05.647Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/src/test/resources [2022-03-20T09:08:05.647Z] [INFO] [2022-03-20T09:08:05.647Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:05.647Z] [INFO] [2022-03-20T09:08:05.647Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:05.647Z] [INFO] Tests are skipped. [2022-03-20T09:08:05.647Z] [INFO] [2022-03-20T09:08:05.647Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:05.647Z] [INFO] [2022-03-20T09:08:05.648Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:05.648Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.26.50-SNAPSHOT-sources.jar [2022-03-20T09:08:05.904Z] [INFO] [2022-03-20T09:08:05.904Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:05.904Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.26.50-SNAPSHOT.jar [2022-03-20T09:08:06.834Z] [INFO] [2022-03-20T09:08:06.834Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:06.834Z] [INFO] [2022-03-20T09:08:06.834Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:06.834Z] [INFO] Skipping tests [2022-03-20T09:08:06.834Z] [INFO] [2022-03-20T09:08:06.835Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:06.835Z] [INFO] Tests are skipped. [2022-03-20T09:08:06.835Z] [INFO] [2022-03-20T09:08:06.835Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:06.835Z] [INFO] Skipped [2022-03-20T09:08:06.835Z] [INFO] [2022-03-20T09:08:06.835Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:11.009Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.26.50-SNAPSHOT.jar [2022-03-20T09:08:17.555Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.26.50-SNAPSHOT-sources.jar [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui --- [2022-03-20T09:08:21.733Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.26.50-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.build >---------------- [2022-03-20T09:08:21.733Z] [INFO] Building org.eclipse.pde.build 3.11.150-SNAPSHOT [14/18] [2022-03-20T09:08:21.733Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] The project's OSGi version is 3.11.150.v20220317-1638_BETA_JAVA18 [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:21.733Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:21.733Z] [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.build/org.eclipse.pde.build/saveproperties [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] Executing tasks [2022-03-20T09:08:21.733Z] [INFO] Executed tasks [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] Resolving class path of org.eclipse.pde.build... [2022-03-20T09:08:21.733Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [2022-03-20T09:08:21.733Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.733Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.733Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:21.733Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:21.733Z] [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.build/org.eclipse.pde.build/src/main/resources [2022-03-20T09:08:21.733Z] [INFO] [2022-03-20T09:08:21.734Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.734Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:21.734Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:21.734Z] [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.build/org.eclipse.pde.build/src/main/resources [2022-03-20T09:08:21.734Z] [INFO] [2022-03-20T09:08:21.734Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.build --- [2022-03-20T09:08:21.734Z] [INFO] Compiling 79 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.build/org.eclipse.pde.build/target/pdebuild.jar-classes [2022-03-20T09:08:22.304Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[56] [2022-03-20T09:08:22.304Z] String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null); [2022-03-20T09:08:22.304Z] ^^^^^^^^^^ [2022-03-20T09:08:22.304Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.304Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[56] [2022-03-20T09:08:22.304Z] String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null); [2022-03-20T09:08:22.304Z] ^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[59] [2022-03-20T09:08:22.305Z] if (feature.getVersion().endsWith(PROPERTY_QUALIFIER) && (qualifier == null || !qualifier.equalsIgnoreCase(PROPERTY_NONE))) { [2022-03-20T09:08:22.305Z] ^^^^^^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[60] [2022-03-20T09:08:22.305Z] int idx = feature.getVersion().lastIndexOf("."); //$NON-NLS-1$ [2022-03-20T09:08:22.305Z] ^^^^^^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureFactory.java:[63] [2022-03-20T09:08:22.305Z] feature.setVersion(newVersion); [2022-03-20T09:08:22.305Z] ^^^^^^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The method 'Feature.setVersion(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[21] [2022-03-20T09:08:22.305Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.305Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[169] [2022-03-20T09:08:22.305Z] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); [2022-03-20T09:08:22.305Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[170] [2022-03-20T09:08:22.305Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-20T09:08:22.305Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.305Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.305Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[171] [2022-03-20T09:08:22.305Z] String featureId = referencedFeature.getId(); [2022-03-20T09:08:22.305Z] ^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[175] [2022-03-20T09:08:22.306Z] FetchScriptGenerator generator = new FetchScriptGenerator("feature@" + featureId + ',' + referencedFeature.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.306Z] ^^^^^^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[331] [2022-03-20T09:08:22.306Z] FeatureEntry[] compiledFeatures = feature.getIncludedFeatureReferences(); [2022-03-20T09:08:22.306Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[332] [2022-03-20T09:08:22.306Z] for (FeatureEntry compiledFeature : compiledFeatures) { [2022-03-20T09:08:22.306Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[333] [2022-03-20T09:08:22.306Z] String featureId = compiledFeature.getId(); [2022-03-20T09:08:22.306Z] ^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[344] [2022-03-20T09:08:22.306Z] if (getRepositoryInfo(IFetchFactory.ELEMENT_TYPE_FEATURE + '@' + featureId, new Version(compiledFeature.getVersion())) != null) [2022-03-20T09:08:22.306Z] ^^^^^^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[425] [2022-03-20T09:08:22.306Z] FeatureEntry[] allChildren = feature.getRawPluginEntries(); [2022-03-20T09:08:22.306Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.306Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.306Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[426] [2022-03-20T09:08:22.307Z] FeatureEntry[] compiledChildren = feature.getPluginEntries(); [2022-03-20T09:08:22.307Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[429] [2022-03-20T09:08:22.307Z] for (FeatureEntry child : allChildren) { [2022-03-20T09:08:22.307Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[430] [2022-03-20T09:08:22.307Z] elementId = child.getId(); [2022-03-20T09:08:22.307Z] ^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[431] [2022-03-20T09:08:22.307Z] Version versionId = new Version(child.getVersion()); [2022-03-20T09:08:22.307Z] ^^^^^^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[443] [2022-03-20T09:08:22.307Z] if (child.isFragment()) [2022-03-20T09:08:22.307Z] ^^^^^^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[451] [2022-03-20T09:08:22.307Z] elementId = feature.getLicenseFeature(); [2022-03-20T09:08:22.307Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[456] [2022-03-20T09:08:22.307Z] String version = feature.getLicenseFeatureVersion(); [2022-03-20T09:08:22.307Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.307Z] Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.307Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[29] [2022-03-20T09:08:22.307Z] public class GeneratorApplication extends AbstractPublisherApplication { [2022-03-20T09:08:22.308Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The type 'AbstractPublisherApplication' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[36] [2022-03-20T09:08:22.308Z] private IPublisherResult result = null; [2022-03-20T09:08:22.308Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[46] [2022-03-20T09:08:22.308Z] protected IPublisherAction[] createActions() { [2022-03-20T09:08:22.308Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[48] [2022-03-20T09:08:22.308Z] File sourceFile = source != null ? new File(source) : null; [2022-03-20T09:08:22.308Z] ^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[48] [2022-03-20T09:08:22.308Z] File sourceFile = source != null ? new File(source) : null; [2022-03-20T09:08:22.308Z] ^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[50] [2022-03-20T09:08:22.308Z] List actions = new ArrayList<>(); [2022-03-20T09:08:22.308Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] [2022-03-20T09:08:22.308Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-20T09:08:22.308Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.308Z] Discouraged access: The type 'EquinoxLauncherCUAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.308Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] [2022-03-20T09:08:22.309Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-20T09:08:22.309Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The constructor 'EquinoxLauncherCUAction(String, String[])' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.309Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] [2022-03-20T09:08:22.309Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-20T09:08:22.309Z] ^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.309Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[55] [2022-03-20T09:08:22.309Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-20T09:08:22.309Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The method 'PublisherInfo.getConfigurations()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.309Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[58] [2022-03-20T09:08:22.309Z] actions.add(new ProductAction(source, product, flavor, null)); [2022-03-20T09:08:22.309Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The type 'ProductAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.309Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[58] [2022-03-20T09:08:22.309Z] actions.add(new ProductAction(source, product, flavor, null)); [2022-03-20T09:08:22.309Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The constructor 'ProductAction(String, IProductDescriptor, String, File)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.309Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[58] [2022-03-20T09:08:22.309Z] actions.add(new ProductAction(source, product, flavor, null)); [2022-03-20T09:08:22.309Z] ^^^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.309Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] [2022-03-20T09:08:22.309Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-20T09:08:22.309Z] ^^^^ [2022-03-20T09:08:22.309Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.310Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] [2022-03-20T09:08:22.310Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-20T09:08:22.310Z] ^^^^^^^^^ [2022-03-20T09:08:22.310Z] Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.310Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] [2022-03-20T09:08:22.310Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-20T09:08:22.310Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.310Z] Discouraged access: The type 'RootIUResultFilterAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.310Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[60] [2022-03-20T09:08:22.310Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-20T09:08:22.310Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.310Z] Discouraged access: The constructor 'RootIUResultFilterAdvice(IQuery)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.310Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[62] [2022-03-20T09:08:22.310Z] actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); [2022-03-20T09:08:22.310Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.310Z] Discouraged access: The type 'RootIUAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.310Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[62] [2022-03-20T09:08:22.310Z] actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); [2022-03-20T09:08:22.310Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.310Z] Discouraged access: The constructor 'RootIUAction(String, Version, String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.310Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[66] [2022-03-20T09:08:22.310Z] actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$ [2022-03-20T09:08:22.310Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.310Z] Discouraged access: The type 'FeaturesAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[66] [2022-03-20T09:08:22.311Z] actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$ [2022-03-20T09:08:22.311Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.311Z] Discouraged access: The constructor 'FeaturesAction(File[])' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[67] [2022-03-20T09:08:22.311Z] actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$ [2022-03-20T09:08:22.311Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.311Z] Discouraged access: The type 'BundlesAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[67] [2022-03-20T09:08:22.311Z] actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$ [2022-03-20T09:08:22.311Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.311Z] Discouraged access: The constructor 'BundlesAction(File[])' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[76] [2022-03-20T09:08:22.311Z] String[] configs = info.getConfigurations(); [2022-03-20T09:08:22.311Z] ^^^^ [2022-03-20T09:08:22.311Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[76] [2022-03-20T09:08:22.311Z] String[] configs = info.getConfigurations(); [2022-03-20T09:08:22.311Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.311Z] Discouraged access: The method 'PublisherInfo.getConfigurations()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[78] [2022-03-20T09:08:22.311Z] info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null)); [2022-03-20T09:08:22.311Z] ^^^^ [2022-03-20T09:08:22.311Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.311Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[78] [2022-03-20T09:08:22.311Z] info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null)); [2022-03-20T09:08:22.311Z] ^^^^^^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[79] [2022-03-20T09:08:22.312Z] info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0])); [2022-03-20T09:08:22.312Z] ^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[79] [2022-03-20T09:08:22.312Z] info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0])); [2022-03-20T09:08:22.312Z] ^^^^^^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[86] [2022-03-20T09:08:22.312Z] info.addAdvice(createVersionAdvice()); [2022-03-20T09:08:22.312Z] ^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[86] [2022-03-20T09:08:22.312Z] info.addAdvice(createVersionAdvice()); [2022-03-20T09:08:22.312Z] ^^^^^^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[88] [2022-03-20T09:08:22.312Z] return actions.toArray(new IPublisherAction[actions.size()]); [2022-03-20T09:08:22.312Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[91] [2022-03-20T09:08:22.312Z] protected IVersionAdvice createVersionAdvice() { [2022-03-20T09:08:22.312Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.312Z] Discouraged access: The type 'IVersionAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.312Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[94] [2022-03-20T09:08:22.313Z] VersionAdvice advice = new VersionAdvice(); [2022-03-20T09:08:22.313Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The type 'VersionAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.313Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[94] [2022-03-20T09:08:22.313Z] VersionAdvice advice = new VersionAdvice(); [2022-03-20T09:08:22.313Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The type 'VersionAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.313Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[94] [2022-03-20T09:08:22.313Z] VersionAdvice advice = new VersionAdvice(); [2022-03-20T09:08:22.313Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The constructor 'VersionAdvice()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.313Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[95] [2022-03-20T09:08:22.313Z] advice.load(IInstallableUnit.NAMESPACE_IU_ID, versionAdvice, features ? ".feature.group" : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.313Z] ^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The method 'VersionAdvice.load(String, String, String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.313Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[99] [2022-03-20T09:08:22.313Z] protected IPublisherAction createRootFileAction(String configSpec) { [2022-03-20T09:08:22.313Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The type 'IPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.313Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] [2022-03-20T09:08:22.313Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-20T09:08:22.313Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.313Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] [2022-03-20T09:08:22.313Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-20T09:08:22.313Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.313Z] Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] [2022-03-20T09:08:22.314Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-20T09:08:22.314Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.314Z] Discouraged access: The constructor 'RootFilesAction(IPublisherInfo, String, Version, String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[103] [2022-03-20T09:08:22.314Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-20T09:08:22.314Z] ^^^^ [2022-03-20T09:08:22.314Z] Discouraged access: The field 'AbstractPublisherApplication.info' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[104] [2022-03-20T09:08:22.314Z] action.setCreateParent(false); [2022-03-20T09:08:22.314Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.314Z] Discouraged access: The method 'RootFilesAction.setCreateParent(boolean)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[119] [2022-03-20T09:08:22.314Z] protected Publisher createPublisher(PublisherInfo publisherInfo) { [2022-03-20T09:08:22.314Z] ^^^^^^^^^ [2022-03-20T09:08:22.314Z] Discouraged access: The type 'Publisher' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[119] [2022-03-20T09:08:22.314Z] protected Publisher createPublisher(PublisherInfo publisherInfo) { [2022-03-20T09:08:22.314Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.314Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[121] [2022-03-20T09:08:22.314Z] return new Publisher(publisherInfo, result); [2022-03-20T09:08:22.314Z] ^^^^^^^^^ [2022-03-20T09:08:22.314Z] Discouraged access: The type 'Publisher' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.314Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[121] [2022-03-20T09:08:22.314Z] return new Publisher(publisherInfo, result); [2022-03-20T09:08:22.314Z] ^^^^^^^^^ [2022-03-20T09:08:22.315Z] Discouraged access: The constructor 'Publisher(IPublisherInfo, IPublisherResult)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.315Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[122] [2022-03-20T09:08:22.315Z] return new Publisher(publisherInfo); [2022-03-20T09:08:22.315Z] ^^^^^^^^^ [2022-03-20T09:08:22.315Z] Discouraged access: The type 'Publisher' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.315Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[122] [2022-03-20T09:08:22.315Z] return new Publisher(publisherInfo); [2022-03-20T09:08:22.315Z] ^^^^^^^^^ [2022-03-20T09:08:22.315Z] Discouraged access: The constructor 'Publisher(IPublisherInfo)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.315Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[126] [2022-03-20T09:08:22.315Z] super.append = value; [2022-03-20T09:08:22.315Z] ^^^^^^ [2022-03-20T09:08:22.315Z] Discouraged access: The field 'AbstractPublisherApplication.append' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.315Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[130] [2022-03-20T09:08:22.315Z] super.artifactRepoName = name; [2022-03-20T09:08:22.315Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.315Z] Discouraged access: The field 'AbstractPublisherApplication.artifactRepoName' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.315Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[135] [2022-03-20T09:08:22.315Z] super.compress = value; [2022-03-20T09:08:22.315Z] ^^^^^^^^ [2022-03-20T09:08:22.315Z] Discouraged access: The field 'AbstractPublisherApplication.compress' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.315Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[139] [2022-03-20T09:08:22.316Z] super.metadataRepoName = name; [2022-03-20T09:08:22.316Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The field 'AbstractPublisherApplication.metadataRepoName' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[147] [2022-03-20T09:08:22.316Z] this.source = location; [2022-03-20T09:08:22.316Z] ^^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The field 'AbstractPublisherApplication.source' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/GeneratorApplication.java:[154] [2022-03-20T09:08:22.316Z] public void setIncrementalResult(IPublisherResult result) { [2022-03-20T09:08:22.316Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[20] [2022-03-20T09:08:22.316Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.316Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[54] [2022-03-20T09:08:22.316Z] return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true); [2022-03-20T09:08:22.316Z] ^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[54] [2022-03-20T09:08:22.316Z] return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true); [2022-03-20T09:08:22.316Z] ^^^^^^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[94] [2022-03-20T09:08:22.316Z] FeatureEntry entry = (FeatureEntry) entry2; [2022-03-20T09:08:22.316Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.316Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.316Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[94] [2022-03-20T09:08:22.317Z] FeatureEntry entry = (FeatureEntry) entry2; [2022-03-20T09:08:22.317Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[95] [2022-03-20T09:08:22.317Z] if (entry.unpackSet()) { [2022-03-20T09:08:22.317Z] ^^^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The method 'FeatureEntry.unpackSet()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[97] [2022-03-20T09:08:22.317Z] result = Boolean.valueOf(entry.isUnpack()); [2022-03-20T09:08:22.317Z] ^^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ShapeAdvisor.java:[98] [2022-03-20T09:08:22.317Z] else if (result.booleanValue() != entry.isUnpack()) { [2022-03-20T09:08:22.317Z] ^^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[19] [2022-03-20T09:08:22.317Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-20T09:08:22.317Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[20] [2022-03-20T09:08:22.317Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.317Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[25] [2022-03-20T09:08:22.317Z] public SourceFeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) { [2022-03-20T09:08:22.317Z] ^^^^^^^ [2022-03-20T09:08:22.317Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.317Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[33] [2022-03-20T09:08:22.318Z] FeatureEntry[] features = feature.getEntries(); [2022-03-20T09:08:22.318Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[33] [2022-03-20T09:08:22.318Z] FeatureEntry[] features = feature.getEntries(); [2022-03-20T09:08:22.318Z] ^^^^^^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[34] [2022-03-20T09:08:22.318Z] for (FeatureEntry feature2 : features) { [2022-03-20T09:08:22.318Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[35] [2022-03-20T09:08:22.318Z] if (feature2.isRequires() || feature2.isPlugin()) [2022-03-20T09:08:22.318Z] ^^^^^^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[35] [2022-03-20T09:08:22.318Z] if (feature2.isRequires() || feature2.isPlugin()) [2022-03-20T09:08:22.318Z] ^^^^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[38] [2022-03-20T09:08:22.318Z] parameters.put(ID, feature2.getId()); [2022-03-20T09:08:22.318Z] ^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[39] [2022-03-20T09:08:22.318Z] parameters.put(VERSION, feature2.getVersion()); [2022-03-20T09:08:22.318Z] ^^^^^^^^^^ [2022-03-20T09:08:22.318Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.318Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[40] [2022-03-20T09:08:22.319Z] if (feature2.isOptional()) [2022-03-20T09:08:22.319Z] ^^^^^^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[42] [2022-03-20T09:08:22.319Z] if (feature2.getArch() != null) [2022-03-20T09:08:22.319Z] ^^^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[43] [2022-03-20T09:08:22.319Z] parameters.put("arch", feature2.getArch()); //$NON-NLS-1$ [2022-03-20T09:08:22.319Z] ^^^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[44] [2022-03-20T09:08:22.319Z] if (feature2.getWS() != null) [2022-03-20T09:08:22.319Z] ^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[45] [2022-03-20T09:08:22.319Z] parameters.put("ws", feature2.getWS()); //$NON-NLS-1$ [2022-03-20T09:08:22.319Z] ^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[46] [2022-03-20T09:08:22.319Z] if (feature2.getOS() != null) [2022-03-20T09:08:22.319Z] ^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/SourceFeatureWriter.java:[47] [2022-03-20T09:08:22.319Z] parameters.put("os", feature2.getOS()); //$NON-NLS-1$ [2022-03-20T09:08:22.319Z] ^^^^^ [2022-03-20T09:08:22.319Z] Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.319Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[21] [2022-03-20T09:08:22.320Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.320Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.320Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[102] [2022-03-20T09:08:22.320Z] private FeatureEntry associatedEntry; [2022-03-20T09:08:22.320Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.320Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[686] [2022-03-20T09:08:22.320Z] if (associatedEntry != null && (associatedEntry.unpackSet() || !Utils.hasBundleShapeHeader(model))) [2022-03-20T09:08:22.320Z] ^^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The method 'FeatureEntry.unpackSet()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.320Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[687] [2022-03-20T09:08:22.320Z] script.println(" unpack=\"" + String.valueOf(associatedEntry.isUnpack()) + "\""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.320Z] ^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.320Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[1921] [2022-03-20T09:08:22.320Z] public FeatureEntry getAssociatedEntry() { [2022-03-20T09:08:22.320Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.320Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java:[1925] [2022-03-20T09:08:22.320Z] public void setAssociatedEntry(FeatureEntry associatedEntry) { [2022-03-20T09:08:22.320Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.320Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[16] [2022-03-20T09:08:22.320Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.320Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.320Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[37] [2022-03-20T09:08:22.321Z] public ReachablePlugin(FeatureEntry entry) { [2022-03-20T09:08:22.321Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.321Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[38] [2022-03-20T09:08:22.321Z] id = entry.getId(); [2022-03-20T09:08:22.321Z] ^^^^^ [2022-03-20T09:08:22.321Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[23] [2022-03-20T09:08:22.321Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.321Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.321Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[623] [2022-03-20T09:08:22.321Z] FeatureEntry associatedEntry = generator.getAssociatedEntry(); [2022-03-20T09:08:22.321Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.321Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[627] [2022-03-20T09:08:22.321Z] String os = associatedEntry.getOS(); [2022-03-20T09:08:22.321Z] ^^^^^ [2022-03-20T09:08:22.321Z] Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[628] [2022-03-20T09:08:22.321Z] String ws = associatedEntry.getWS(); [2022-03-20T09:08:22.321Z] ^^^^^ [2022-03-20T09:08:22.321Z] Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.321Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[629] [2022-03-20T09:08:22.321Z] String arch = associatedEntry.getArch(); [2022-03-20T09:08:22.321Z] ^^^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java:[630] [2022-03-20T09:08:22.322Z] String nl = associatedEntry.getNL(); [2022-03-20T09:08:22.322Z] ^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The method 'FeatureEntry.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[20] [2022-03-20T09:08:22.322Z] import org.eclipse.equinox.internal.p2.publisher.QuotedTokenizer; [2022-03-20T09:08:22.322Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[22] [2022-03-20T09:08:22.322Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.322Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[252] [2022-03-20T09:08:22.322Z] String brandedVersion = executableFeature.getVersion(); [2022-03-20T09:08:22.322Z] ^^^^^^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[313] [2022-03-20T09:08:22.322Z] versionString = requiredFeature.getVersion(); [2022-03-20T09:08:22.322Z] ^^^^^^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[359] [2022-03-20T09:08:22.322Z] List pluginList = productFile.getProductEntries(); [2022-03-20T09:08:22.322Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.322Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.322Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[361] [2022-03-20T09:08:22.322Z] for (FeatureEntry entry : pluginList) { [2022-03-20T09:08:22.322Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[362] [2022-03-20T09:08:22.323Z] if (!entry.isPlugin()) [2022-03-20T09:08:22.323Z] ^^^^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[365] [2022-03-20T09:08:22.323Z] BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion()); [2022-03-20T09:08:22.323Z] ^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[365] [2022-03-20T09:08:22.323Z] BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion()); [2022-03-20T09:08:22.323Z] ^^^^^^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[643] [2022-03-20T09:08:22.323Z] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); [2022-03-20T09:08:22.323Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[643] [2022-03-20T09:08:22.323Z] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); [2022-03-20T09:08:22.323Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[643] [2022-03-20T09:08:22.323Z] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); [2022-03-20T09:08:22.323Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.323Z] Discouraged access: The constructor 'QuotedTokenizer(String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.323Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[644] [2022-03-20T09:08:22.323Z] while (tokenizer.hasMoreTokens()) { [2022-03-20T09:08:22.323Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The method 'QuotedTokenizer.hasMoreTokens()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[645] [2022-03-20T09:08:22.324Z] String token = tokenizer.nextToken().trim(); [2022-03-20T09:08:22.324Z] ^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The method 'QuotedTokenizer.nextToken()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[655] [2022-03-20T09:08:22.324Z] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); [2022-03-20T09:08:22.324Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[655] [2022-03-20T09:08:22.324Z] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); [2022-03-20T09:08:22.324Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The type 'QuotedTokenizer' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[655] [2022-03-20T09:08:22.324Z] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); [2022-03-20T09:08:22.324Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The constructor 'QuotedTokenizer(String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[656] [2022-03-20T09:08:22.324Z] while (tokenizer.hasMoreTokens()) { [2022-03-20T09:08:22.324Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The method 'QuotedTokenizer.hasMoreTokens()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductGenerator.java:[657] [2022-03-20T09:08:22.324Z] String token = tokenizer.nextToken().trim(); [2022-03-20T09:08:22.324Z] ^^^^^^^^^ [2022-03-20T09:08:22.324Z] Discouraged access: The method 'QuotedTokenizer.nextToken()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.324Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java:[27] [2022-03-20T09:08:22.324Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.325Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.325Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.325Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java:[789] [2022-03-20T09:08:22.325Z] List productEntries = product.getProductEntries(); [2022-03-20T09:08:22.325Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.325Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.325Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java:[790] [2022-03-20T09:08:22.325Z] String mappings = Utils.getEntryVersionMappings(productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo); [2022-03-20T09:08:22.325Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.325Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.325Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[221] [2022-03-20T09:08:22.325Z] script.printAttribute(VERSION, feature.getVersion(), true); [2022-03-20T09:08:22.325Z] ^^^^^^^^^^ [2022-03-20T09:08:22.325Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.325Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[226] [2022-03-20T09:08:22.325Z] if (!(havePDEUIState() && rootProvider.getId().equals("org.eclipse.pde.container.feature"))) { //$NON-NLS-1$ [2022-03-20T09:08:22.325Z] ^^^^^ [2022-03-20T09:08:22.325Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.325Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[230] [2022-03-20T09:08:22.325Z] script.printAttribute(VERSION, rootProvider.getVersion(), true); [2022-03-20T09:08:22.325Z] ^^^^^^^^^^ [2022-03-20T09:08:22.325Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.325Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[256] [2022-03-20T09:08:22.325Z] return feature.getId() + ".feature.group"; //$NON-NLS-1$ [2022-03-20T09:08:22.325Z] ^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.326Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[621] [2022-03-20T09:08:22.326Z] generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE); [2022-03-20T09:08:22.326Z] ^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.326Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[621] [2022-03-20T09:08:22.326Z] generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE); [2022-03-20T09:08:22.326Z] ^^^^^^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.326Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[638] [2022-03-20T09:08:22.326Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.326Z] ^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.326Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[638] [2022-03-20T09:08:22.326Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.326Z] ^^^^^^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.326Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[648] [2022-03-20T09:08:22.326Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.326Z] ^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.326Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java:[648] [2022-03-20T09:08:22.326Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.326Z] ^^^^^^^^^^ [2022-03-20T09:08:22.326Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[189] [2022-03-20T09:08:22.327Z] script.printAttribute("id", feature2.getId(), true); //$NON-NLS-1$ [2022-03-20T09:08:22.327Z] ^^^^^ [2022-03-20T09:08:22.327Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[190] [2022-03-20T09:08:22.327Z] script.printAttribute("version", feature2.getVersion(), true); //$NON-NLS-1$ [2022-03-20T09:08:22.327Z] ^^^^^^^^^^ [2022-03-20T09:08:22.327Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[386] [2022-03-20T09:08:22.327Z] script.printAttribute(VERSION, feature.getVersion(), true); [2022-03-20T09:08:22.327Z] ^^^^^^^^^^ [2022-03-20T09:08:22.327Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[457] [2022-03-20T09:08:22.327Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.327Z] ^^^^^ [2022-03-20T09:08:22.327Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[457] [2022-03-20T09:08:22.327Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.327Z] ^^^^^^^^^^ [2022-03-20T09:08:22.327Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[472] [2022-03-20T09:08:22.327Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.327Z] ^^^^^ [2022-03-20T09:08:22.327Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.327Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[472] [2022-03-20T09:08:22.327Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.327Z] ^^^^^^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.328Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[490] [2022-03-20T09:08:22.328Z] if (!feature.getId().equals(FEATURE_EQUINOX_EXECUTABLE)) [2022-03-20T09:08:22.328Z] ^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.328Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[493] [2022-03-20T09:08:22.328Z] if (feature.isBinary() || !OLD_EXECUTABLE_RANGE.isIncluded(new Version(feature.getVersion()))) [2022-03-20T09:08:22.328Z] ^^^^^^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.328Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[502] [2022-03-20T09:08:22.328Z] String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.328Z] ^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.328Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/P2ConfigScriptGenerator.java:[502] [2022-03-20T09:08:22.328Z] String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.328Z] ^^^^^^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.328Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[22] [2022-03-20T09:08:22.328Z] import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; [2022-03-20T09:08:22.328Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The type 'AbstractPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.328Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[23] [2022-03-20T09:08:22.328Z] import org.eclipse.equinox.p2.publisher.actions.ITouchpointAdvice; [2022-03-20T09:08:22.328Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.328Z] Discouraged access: The type 'ITouchpointAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[24] [2022-03-20T09:08:22.329Z] import org.eclipse.equinox.p2.publisher.actions.RootFilesAdvice; [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.329Z] Discouraged access: The type 'RootFilesAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[27] [2022-03-20T09:08:22.329Z] public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice { [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.329Z] Discouraged access: The type 'RootFilesAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[27] [2022-03-20T09:08:22.329Z] public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice { [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.329Z] Discouraged access: The type 'ITouchpointAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[32] [2022-03-20T09:08:22.329Z] super(root, includedFiles, excludedFiles, configSpec); [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.329Z] Discouraged access: The constructor 'RootFilesAdvice(File, File[], File[], String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[38] [2022-03-20T09:08:22.329Z] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.329Z] Discouraged access: The type 'AbstractPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[38] [2022-03-20T09:08:22.329Z] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.329Z] Discouraged access: The method 'AbstractPublisherAction.parseConfigSpec(String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.329Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[38] [2022-03-20T09:08:22.329Z] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); [2022-03-20T09:08:22.329Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.330Z] Discouraged access: The method 'RootFilesAdvice.getConfigSpec()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.330Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileTouchpointAdvice.java:[45] [2022-03-20T09:08:22.330Z] File root = getRoot(); [2022-03-20T09:08:22.330Z] ^^^^^^^ [2022-03-20T09:08:22.330Z] Discouraged access: The method 'RootFilesAdvice.getRoot()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.330Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[90] [2022-03-20T09:08:22.330Z] private String getSourcePluginName(FeatureEntry plugin, boolean versionSuffix) { [2022-03-20T09:08:22.330Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.330Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.330Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[91] [2022-03-20T09:08:22.330Z] return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.330Z] ^^^^^ [2022-03-20T09:08:22.330Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.330Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[91] [2022-03-20T09:08:22.330Z] return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.330Z] ^^^^^^^^^^ [2022-03-20T09:08:22.330Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.330Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[95] [2022-03-20T09:08:22.330Z] FeatureEntry[] pluginList = feature.getPluginEntries(); [2022-03-20T09:08:22.330Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.330Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.330Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[96] [2022-03-20T09:08:22.330Z] for (FeatureEntry entry : pluginList) { [2022-03-20T09:08:22.331Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.331Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.331Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[101] [2022-03-20T09:08:22.331Z] String versionRequested = entry.getVersion(); [2022-03-20T09:08:22.331Z] ^^^^^^^^^^ [2022-03-20T09:08:22.331Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.331Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[102] [2022-03-20T09:08:22.331Z] model = getSite().getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-20T09:08:22.331Z] ^^^^^ [2022-03-20T09:08:22.331Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.331Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[110] [2022-03-20T09:08:22.331Z] private void collectSourcePlugins(BuildTimeFeature feature, FeatureEntry pluginEntry, BundleDescription model) throws CoreException { [2022-03-20T09:08:22.331Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.331Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.331Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[118] [2022-03-20T09:08:22.331Z] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { [2022-03-20T09:08:22.331Z] ^^^^^ [2022-03-20T09:08:22.331Z] Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.331Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[118] [2022-03-20T09:08:22.331Z] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { [2022-03-20T09:08:22.331Z] ^^^^^ [2022-03-20T09:08:22.331Z] Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.331Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[118] [2022-03-20T09:08:22.331Z] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { [2022-03-20T09:08:22.331Z] ^^^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[139] [2022-03-20T09:08:22.332Z] FeatureEntry sourcePlugin; [2022-03-20T09:08:22.332Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[145] [2022-03-20T09:08:22.332Z] brandingPlugin = feature.getBrandingPlugin(); [2022-03-20T09:08:22.332Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The method 'Feature.getBrandingPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[148] [2022-03-20T09:08:22.332Z] sourceFeature.setBrandingPlugin(brandingPlugin); [2022-03-20T09:08:22.332Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The method 'Feature.setBrandingPlugin(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[150] [2022-03-20T09:08:22.332Z] brandingPlugin = sourceFeature.getId(); [2022-03-20T09:08:22.332Z] ^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[153] [2022-03-20T09:08:22.332Z] FeatureEntry[] plugins = feature.getPluginEntries(); [2022-03-20T09:08:22.332Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[154] [2022-03-20T09:08:22.332Z] for (FeatureEntry plugin2 : plugins) { [2022-03-20T09:08:22.332Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.332Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.332Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[174] [2022-03-20T09:08:22.332Z] FeatureEntry entry; [2022-03-20T09:08:22.332Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[183] [2022-03-20T09:08:22.333Z] entry = new FeatureEntry(id, version.toString(), false); [2022-03-20T09:08:22.333Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[183] [2022-03-20T09:08:22.333Z] entry = new FeatureEntry(id, version.toString(), false); [2022-03-20T09:08:22.333Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[185] [2022-03-20T09:08:22.333Z] entry.setOptional(((Boolean) items.get(Utils.EXTRA_OPTIONAL)).booleanValue()); [2022-03-20T09:08:22.333Z] ^^^^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The method 'FeatureEntry.setOptional(boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[186] [2022-03-20T09:08:22.333Z] entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null); [2022-03-20T09:08:22.333Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[187] [2022-03-20T09:08:22.333Z] sourceFeature.addEntry(entry); [2022-03-20T09:08:22.333Z] ^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[195] [2022-03-20T09:08:22.333Z] entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); [2022-03-20T09:08:22.333Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.333Z] Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.333Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[195] [2022-03-20T09:08:22.333Z] entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); [2022-03-20T09:08:22.334Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.334Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.334Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[196] [2022-03-20T09:08:22.334Z] entry.setUnpack(((Boolean) items.get(Utils.EXTRA_UNPACK)).booleanValue()); [2022-03-20T09:08:22.334Z] ^^^^^^^^^ [2022-03-20T09:08:22.334Z] Discouraged access: The method 'FeatureEntry.setUnpack(boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.334Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[197] [2022-03-20T09:08:22.334Z] entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null); [2022-03-20T09:08:22.334Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.334Z] Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.334Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[198] [2022-03-20T09:08:22.334Z] sourceFeature.addEntry(entry); [2022-03-20T09:08:22.334Z] ^^^^^^^^ [2022-03-20T09:08:22.334Z] Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.334Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[214] [2022-03-20T09:08:22.334Z] private void generateSourceFragments(BuildTimeFeature sourceFeature, FeatureEntry sourcePlugin) throws CoreException { [2022-03-20T09:08:22.334Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.334Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.334Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[219] [2022-03-20T09:08:22.334Z] String sourceFragmentId = sourceFeature.getId() + "." + configInfo.toString("."); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.334Z] ^^^^^ [2022-03-20T09:08:22.334Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.334Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] [2022-03-20T09:08:22.334Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-20T09:08:22.334Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.335Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.335Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] [2022-03-20T09:08:22.335Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-20T09:08:22.335Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.335Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.335Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] [2022-03-20T09:08:22.335Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-20T09:08:22.335Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.335Z] Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.335Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[223] [2022-03-20T09:08:22.335Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-20T09:08:22.335Z] ^^^^^^^^^^ [2022-03-20T09:08:22.335Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.335Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[224] [2022-03-20T09:08:22.335Z] sourceFragment.setEnvironment(configInfo.getOs(), configInfo.getWs(), configInfo.getArch(), null); [2022-03-20T09:08:22.335Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.335Z] Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.335Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[225] [2022-03-20T09:08:22.335Z] sourceFragment.setFragment(true); [2022-03-20T09:08:22.335Z] ^^^^^^^^^^^ [2022-03-20T09:08:22.335Z] Discouraged access: The method 'FeatureEntry.setFragment(boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.335Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[229] [2022-03-20T09:08:22.335Z] sourceFeature.addEntry(sourceFragment); [2022-03-20T09:08:22.335Z] ^^^^^^^^ [2022-03-20T09:08:22.336Z] Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.336Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[233] [2022-03-20T09:08:22.336Z] private String computeSourceFeatureName(Feature featureForName, boolean withNumber) throws CoreException { [2022-03-20T09:08:22.336Z] ^^^^^^^ [2022-03-20T09:08:22.336Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.336Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[238] [2022-03-20T09:08:22.336Z] sourceFeatureName = featureForName.getId() + ".source"; //$NON-NLS-1$ [2022-03-20T09:08:22.336Z] ^^^^^ [2022-03-20T09:08:22.336Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.336Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[239] [2022-03-20T09:08:22.336Z] return sourceFeatureName + (withNumber ? "_" + featureForName.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.336Z] ^^^^^^^^^^ [2022-03-20T09:08:22.336Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.336Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[243] [2022-03-20T09:08:22.336Z] private BuildTimeFeature createSourceFeature(Feature featureExample) throws CoreException { [2022-03-20T09:08:22.336Z] ^^^^^^^ [2022-03-20T09:08:22.336Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.336Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[245] [2022-03-20T09:08:22.336Z] String version = featureExample.getVersion(); [2022-03-20T09:08:22.336Z] ^^^^^^^^^^ [2022-03-20T09:08:22.336Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.336Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[248] [2022-03-20T09:08:22.336Z] result.setLabel(featureExample.getLabel()); [2022-03-20T09:08:22.336Z] ^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.setLabel(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[248] [2022-03-20T09:08:22.337Z] result.setLabel(featureExample.getLabel()); [2022-03-20T09:08:22.337Z] ^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.getLabel()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[249] [2022-03-20T09:08:22.337Z] result.setProviderName(featureExample.getProviderName()); [2022-03-20T09:08:22.337Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.setProviderName(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[249] [2022-03-20T09:08:22.337Z] result.setProviderName(featureExample.getProviderName()); [2022-03-20T09:08:22.337Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.getProviderName()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[250] [2022-03-20T09:08:22.337Z] result.setImage(featureExample.getImage()); [2022-03-20T09:08:22.337Z] ^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.setImage(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[250] [2022-03-20T09:08:22.337Z] result.setImage(featureExample.getImage()); [2022-03-20T09:08:22.337Z] ^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.getImage()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[251] [2022-03-20T09:08:22.337Z] result.setInstallHandler(featureExample.getInstallHandler()); [2022-03-20T09:08:22.337Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.337Z] Discouraged access: The method 'Feature.setInstallHandler(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.337Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[251] [2022-03-20T09:08:22.337Z] result.setInstallHandler(featureExample.getInstallHandler()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.getInstallHandler()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.338Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[252] [2022-03-20T09:08:22.338Z] result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.setInstallHandlerLibrary(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.338Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[252] [2022-03-20T09:08:22.338Z] result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.getInstallHandlerLibrary()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.338Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[253] [2022-03-20T09:08:22.338Z] result.setInstallHandlerURL(featureExample.getInstallHandlerURL()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.setInstallHandlerURL(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.338Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[253] [2022-03-20T09:08:22.338Z] result.setInstallHandlerURL(featureExample.getInstallHandlerURL()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.getInstallHandlerURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.338Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[254] [2022-03-20T09:08:22.338Z] result.setDescription(featureExample.getDescription()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.setDescription(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.338Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[254] [2022-03-20T09:08:22.338Z] result.setDescription(featureExample.getDescription()); [2022-03-20T09:08:22.338Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.338Z] Discouraged access: The method 'Feature.getDescription()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[255] [2022-03-20T09:08:22.339Z] result.setDescriptionURL(featureExample.getDescriptionURL()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.setDescriptionURL(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[255] [2022-03-20T09:08:22.339Z] result.setDescriptionURL(featureExample.getDescriptionURL()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.getDescriptionURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[256] [2022-03-20T09:08:22.339Z] result.setCopyright(featureExample.getCopyright()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.setCopyright(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[256] [2022-03-20T09:08:22.339Z] result.setCopyright(featureExample.getCopyright()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.getCopyright()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[257] [2022-03-20T09:08:22.339Z] result.setCopyrightURL(featureExample.getCopyrightURL()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.setCopyrightURL(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[257] [2022-03-20T09:08:22.339Z] result.setCopyrightURL(featureExample.getCopyrightURL()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.getCopyrightURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.339Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[258] [2022-03-20T09:08:22.339Z] result.setLicense(featureExample.getLicense()); [2022-03-20T09:08:22.339Z] ^^^^^^^^^^ [2022-03-20T09:08:22.339Z] Discouraged access: The method 'Feature.setLicense(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[258] [2022-03-20T09:08:22.340Z] result.setLicense(featureExample.getLicense()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^ [2022-03-20T09:08:22.340Z] Discouraged access: The method 'Feature.getLicense()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[259] [2022-03-20T09:08:22.340Z] result.setLicenseURL(featureExample.getLicenseURL()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.340Z] Discouraged access: The method 'Feature.setLicenseURL(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[259] [2022-03-20T09:08:22.340Z] result.setLicenseURL(featureExample.getLicenseURL()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.340Z] Discouraged access: The method 'Feature.getLicenseURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[260] [2022-03-20T09:08:22.340Z] result.setLicenseFeature(featureExample.getLicenseFeature()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.340Z] Discouraged access: The method 'Feature.setLicenseFeature(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[260] [2022-03-20T09:08:22.340Z] result.setLicenseFeature(featureExample.getLicenseFeature()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.340Z] Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[261] [2022-03-20T09:08:22.340Z] result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.340Z] Discouraged access: The method 'Feature.setLicenseFeatureVersion(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.340Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[261] [2022-03-20T09:08:22.340Z] result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion()); [2022-03-20T09:08:22.340Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[262] [2022-03-20T09:08:22.341Z] result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel()); [2022-03-20T09:08:22.341Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The method 'Feature.setUpdateSiteLabel(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[262] [2022-03-20T09:08:22.341Z] result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel()); [2022-03-20T09:08:22.341Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The method 'Feature.getUpdateSiteLabel()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[263] [2022-03-20T09:08:22.341Z] result.setUpdateSiteURL(featureExample.getUpdateSiteURL()); [2022-03-20T09:08:22.341Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The method 'Feature.setUpdateSiteURL(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[263] [2022-03-20T09:08:22.341Z] result.setUpdateSiteURL(featureExample.getUpdateSiteURL()); [2022-03-20T09:08:22.341Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The method 'Feature.getUpdateSiteURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[265] [2022-03-20T09:08:22.341Z] URLEntry[] siteEntries = featureExample.getDiscoverySites(); [2022-03-20T09:08:22.341Z] ^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[265] [2022-03-20T09:08:22.341Z] URLEntry[] siteEntries = featureExample.getDiscoverySites(); [2022-03-20T09:08:22.341Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.341Z] Discouraged access: The method 'Feature.getDiscoverySites()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.341Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[266] [2022-03-20T09:08:22.341Z] for (URLEntry siteEntry : siteEntries) { [2022-03-20T09:08:22.341Z] ^^^^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[267] [2022-03-20T09:08:22.342Z] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); [2022-03-20T09:08:22.342Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The method 'Feature.addDiscoverySite(String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[267] [2022-03-20T09:08:22.342Z] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); [2022-03-20T09:08:22.342Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The method 'URLEntry.getAnnotation()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[267] [2022-03-20T09:08:22.342Z] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); [2022-03-20T09:08:22.342Z] ^^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The method 'URLEntry.getURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] [2022-03-20T09:08:22.342Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-20T09:08:22.342Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The method 'Feature.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] [2022-03-20T09:08:22.342Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-20T09:08:22.342Z] ^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] [2022-03-20T09:08:22.342Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-20T09:08:22.342Z] ^^^^^ [2022-03-20T09:08:22.342Z] Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.342Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[270] [2022-03-20T09:08:22.343Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-20T09:08:22.343Z] ^^^^^^^ [2022-03-20T09:08:22.343Z] Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.343Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[277] [2022-03-20T09:08:22.343Z] private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException { [2022-03-20T09:08:22.343Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.343Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.343Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[277] [2022-03-20T09:08:22.343Z] private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException { [2022-03-20T09:08:22.343Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.343Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.343Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[304] [2022-03-20T09:08:22.343Z] buffer.replace(beginId, beginId + REPLACED_FRAGMENT_ID.length(), fragment.getId()); [2022-03-20T09:08:22.343Z] ^^^^^ [2022-03-20T09:08:22.343Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.343Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[307] [2022-03-20T09:08:22.343Z] buffer.replace(beginId, beginId + REPLACED_FRAGMENT_VERSION.length(), fragment.getVersion()); [2022-03-20T09:08:22.343Z] ^^^^^^^^^^ [2022-03-20T09:08:22.343Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.343Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[310] [2022-03-20T09:08:22.343Z] buffer.replace(beginId, beginId + REPLACED_PLUGIN_ID.length(), plugin.getId()); [2022-03-20T09:08:22.343Z] ^^^^^ [2022-03-20T09:08:22.343Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.343Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[312] [2022-03-20T09:08:22.343Z] BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion()); [2022-03-20T09:08:22.343Z] ^^^^^ [2022-03-20T09:08:22.344Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.344Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[312] [2022-03-20T09:08:22.344Z] BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion()); [2022-03-20T09:08:22.344Z] ^^^^^^^^^^ [2022-03-20T09:08:22.344Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.344Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[317] [2022-03-20T09:08:22.344Z] buffer.replace(beginId, beginId + REPLACED_PLATFORM_FILTER.length(), "(& (osgi.ws=" + fragment.getWS() + ") (osgi.os=" + fragment.getOS() + ") (osgi.arch=" + fragment.getArch() + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ [2022-03-20T09:08:22.344Z] ^^^^^ [2022-03-20T09:08:22.344Z] Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.344Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[317] [2022-03-20T09:08:22.344Z] buffer.replace(beginId, beginId + REPLACED_PLATFORM_FILTER.length(), "(& (osgi.ws=" + fragment.getWS() + ") (osgi.os=" + fragment.getOS() + ") (osgi.arch=" + fragment.getArch() + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ [2022-03-20T09:08:22.344Z] ^^^^^ [2022-03-20T09:08:22.344Z] Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.344Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[317] [2022-03-20T09:08:22.344Z] buffer.replace(beginId, beginId + REPLACED_PLATFORM_FILTER.length(), "(& (osgi.ws=" + fragment.getWS() + ") (osgi.os=" + fragment.getOS() + ") (osgi.arch=" + fragment.getArch() + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ [2022-03-20T09:08:22.344Z] ^^^^^^^ [2022-03-20T09:08:22.344Z] Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.344Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[323] [2022-03-20T09:08:22.344Z] replaceManifestValue(sourceFragmentDirURL.append(Constants.BUNDLE_FILENAME_DESCRIPTOR).toOSString(), org.osgi.framework.Constants.BUNDLE_VERSION, fragment.getVersion()); [2022-03-20T09:08:22.344Z] ^^^^^^^^^^ [2022-03-20T09:08:22.344Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.345Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[324] [2022-03-20T09:08:22.345Z] String host = plugin.getId() + ';' + org.osgi.framework.Constants.BUNDLE_VERSION + '=' + effectivePlugin.getVersion().toString(); [2022-03-20T09:08:22.345Z] ^^^^^ [2022-03-20T09:08:22.345Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.345Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[347] [2022-03-20T09:08:22.345Z] BundleDescription oldBundle = state.getResolvedBundle(fragment.getId()); [2022-03-20T09:08:22.345Z] ^^^^^ [2022-03-20T09:08:22.345Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.345Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[362] [2022-03-20T09:08:22.345Z] String message = NLS.bind(Messages.error_creatingFeature, sourceFeature.getId()); [2022-03-20T09:08:22.345Z] ^^^^^ [2022-03-20T09:08:22.345Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.345Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[368] [2022-03-20T09:08:22.345Z] replaceXMLAttribute(sourceFeatureDir + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR, FEATURE_START_TAG, VERSION, sourceFeature.getVersion()); [2022-03-20T09:08:22.345Z] ^^^^^^^^^^ [2022-03-20T09:08:22.345Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.345Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[447] [2022-03-20T09:08:22.345Z] private FeatureEntry createSourceBundle(BuildTimeFeature sourceFeature, FeatureEntry pluginEntry) throws CoreException { [2022-03-20T09:08:22.345Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.345Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.345Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java:[22] [2022-03-20T09:08:22.345Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-20T09:08:22.345Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.345Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java:[28] [2022-03-20T09:08:22.346Z] protected Feature createFeature(String id, String version) { [2022-03-20T09:08:22.346Z] ^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeatureParser.java:[32] [2022-03-20T09:08:22.346Z] public Feature parse(URL featureURL) throws SAXException, IOException { [2022-03-20T09:08:22.346Z] ^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[29] [2022-03-20T09:08:22.346Z] static private PublisherResult result = null; [2022-03-20T09:08:22.346Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The type 'PublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[31] [2022-03-20T09:08:22.346Z] static private ArrayList advice = null; [2022-03-20T09:08:22.346Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The type 'IPublisherAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[37] [2022-03-20T09:08:22.346Z] public void run(GeneratorApplication generator, PublisherInfo provider) throws Exception { [2022-03-20T09:08:22.346Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[44] [2022-03-20T09:08:22.346Z] provider.setConfigurations(configs.toArray(new String[configs.size()])); [2022-03-20T09:08:22.346Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The method 'PublisherInfo.setConfigurations(String[])' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.346Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[46] [2022-03-20T09:08:22.346Z] for (IPublisherAdvice iPublisherAdvice : advice) { [2022-03-20T09:08:22.346Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.346Z] Discouraged access: The type 'IPublisherAdvice' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[47] [2022-03-20T09:08:22.347Z] provider.addAdvice(iPublisherAdvice); [2022-03-20T09:08:22.347Z] ^^^^^^^^^ [2022-03-20T09:08:22.347Z] Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[52] [2022-03-20T09:08:22.347Z] generator.run(provider); [2022-03-20T09:08:22.347Z] ^^^ [2022-03-20T09:08:22.347Z] Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[55] [2022-03-20T09:08:22.347Z] configs.addAll(Arrays.asList(provider.getConfigurations())); [2022-03-20T09:08:22.347Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.347Z] Discouraged access: The method 'PublisherInfo.getConfigurations()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[56] [2022-03-20T09:08:22.347Z] advice.addAll(provider.getAdvice()); [2022-03-20T09:08:22.347Z] ^^^^^^^^^ [2022-03-20T09:08:22.347Z] Discouraged access: The method 'PublisherInfo.getAdvice()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[66] [2022-03-20T09:08:22.347Z] result = new PublisherResult(); [2022-03-20T09:08:22.347Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.347Z] Discouraged access: The type 'PublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/IncrementalGenerator.java:[66] [2022-03-20T09:08:22.347Z] result = new PublisherResult(); [2022-03-20T09:08:22.347Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.347Z] Discouraged access: The constructor 'PublisherResult()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.347Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[19] [2022-03-20T09:08:22.347Z] import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.348Z] Discouraged access: The type 'CollectionUtils' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.348Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[21] [2022-03-20T09:08:22.348Z] import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData; [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.348Z] Discouraged access: The type 'ConfigData' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.348Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[22] [2022-03-20T09:08:22.348Z] import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.348Z] Discouraged access: The type 'LauncherData' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.348Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[24] [2022-03-20T09:08:22.348Z] import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice; [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.348Z] Discouraged access: The type 'IConfigAdvice' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.348Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[25] [2022-03-20T09:08:22.348Z] import org.eclipse.equinox.p2.publisher.eclipse.IExecutableAdvice; [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.348Z] Discouraged access: The type 'IExecutableAdvice' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.348Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[28] [2022-03-20T09:08:22.348Z] public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice { [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.348Z] Discouraged access: The type 'IConfigAdvice' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.348Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[28] [2022-03-20T09:08:22.348Z] public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice { [2022-03-20T09:08:22.348Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The type 'IExecutableAdvice' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[31] [2022-03-20T09:08:22.349Z] private LauncherData launcherData = null; [2022-03-20T09:08:22.349Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The type 'LauncherData' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[32] [2022-03-20T09:08:22.349Z] private ConfigData configData = null; [2022-03-20T09:08:22.349Z] ^^^^^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The type 'ConfigData' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[42] [2022-03-20T09:08:22.349Z] return configData.getBundles(); [2022-03-20T09:08:22.349Z] ^^^^^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The method 'ConfigData.getBundles()' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[47] [2022-03-20T09:08:22.349Z] Properties configProps = configData.getProperties(); [2022-03-20T09:08:22.349Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The method 'ConfigData.getProperties()' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[49] [2022-03-20T09:08:22.349Z] CollectionUtils.putAll(configProps, props); [2022-03-20T09:08:22.349Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The type 'CollectionUtils' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[49] [2022-03-20T09:08:22.349Z] CollectionUtils.putAll(configProps, props); [2022-03-20T09:08:22.349Z] ^^^^^^ [2022-03-20T09:08:22.349Z] Discouraged access: The method 'CollectionUtils.putAll(Properties, Map)' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.349Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[50] [2022-03-20T09:08:22.349Z] int startLevel = configData.getInitialBundleStartLevel(); [2022-03-20T09:08:22.349Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The method 'ConfigData.getInitialBundleStartLevel()' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[90] [2022-03-20T09:08:22.350Z] return (launcherData != null) ? launcherData.getProgramArgs() : new String[0]; [2022-03-20T09:08:22.350Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The method 'LauncherData.getProgramArgs()' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/AssembledConfigAdvice.java:[95] [2022-03-20T09:08:22.350Z] return (launcherData != null) ? launcherData.getJvmArgs() : new String[0]; [2022-03-20T09:08:22.350Z] ^^^^^^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The method 'LauncherData.getJvmArgs()' is not API (restriction on classpath entry '/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.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[18] [2022-03-20T09:08:22.350Z] import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry; [2022-03-20T09:08:22.350Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[66] [2022-03-20T09:08:22.350Z] public static boolean isValidEnvironment(IPlatformEntry candidate) { [2022-03-20T09:08:22.350Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[69] [2022-03-20T09:08:22.350Z] String candidateOS = candidate.getOS(); [2022-03-20T09:08:22.350Z] ^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[70] [2022-03-20T09:08:22.350Z] String candidateWS = candidate.getWS(); [2022-03-20T09:08:22.350Z] ^^^^^ [2022-03-20T09:08:22.350Z] Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.350Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[71] [2022-03-20T09:08:22.350Z] String candidateArch = candidate.getArch(); [2022-03-20T09:08:22.350Z] ^^^^^^^ [2022-03-20T09:08:22.351Z] Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.351Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/SiteManager.java:[72] [2022-03-20T09:08:22.351Z] String candiateNL = candidate.getNL(); [2022-03-20T09:08:22.351Z] ^^^^^ [2022-03-20T09:08:22.351Z] Discouraged access: The method 'IPlatformEntry.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.351Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[20] [2022-03-20T09:08:22.351Z] import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry; [2022-03-20T09:08:22.351Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.351Z] Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.351Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[83] [2022-03-20T09:08:22.351Z] public List selectConfigs(IPlatformEntry element) { [2022-03-20T09:08:22.351Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.351Z] Discouraged access: The type 'IPlatformEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.351Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] [2022-03-20T09:08:22.351Z] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { [2022-03-20T09:08:22.351Z] ^^^^^ [2022-03-20T09:08:22.351Z] Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.351Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] [2022-03-20T09:08:22.351Z] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { [2022-03-20T09:08:22.351Z] ^^^^^ [2022-03-20T09:08:22.351Z] Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.351Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] [2022-03-20T09:08:22.351Z] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { [2022-03-20T09:08:22.351Z] ^^^^^ [2022-03-20T09:08:22.352Z] Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.352Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] [2022-03-20T09:08:22.352Z] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { [2022-03-20T09:08:22.352Z] ^^^^^ [2022-03-20T09:08:22.352Z] Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.352Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] [2022-03-20T09:08:22.352Z] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { [2022-03-20T09:08:22.352Z] ^^^^^^^ [2022-03-20T09:08:22.352Z] Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.352Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[86] [2022-03-20T09:08:22.352Z] if (((element.getOS() == null || element.getOS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getWS() == null || element.getWS().equals(Config.ANY)) && includePlatformIndependent == false) && ((element.getArch() == null || element.getArch().equals(Config.ANY)) && includePlatformIndependent == false)) { [2022-03-20T09:08:22.352Z] ^^^^^^^ [2022-03-20T09:08:22.352Z] Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.352Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[91] [2022-03-20T09:08:22.352Z] if (element.getOS() != null && !element.getOS().equals(Config.ANY)) { [2022-03-20T09:08:22.352Z] ^^^^^ [2022-03-20T09:08:22.352Z] Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.352Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[91] [2022-03-20T09:08:22.352Z] if (element.getOS() != null && !element.getOS().equals(Config.ANY)) { [2022-03-20T09:08:22.352Z] ^^^^^ [2022-03-20T09:08:22.352Z] Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[94] [2022-03-20T09:08:22.353Z] if (!isMatching(element.getOS(), config.getOs())) [2022-03-20T09:08:22.353Z] ^^^^^ [2022-03-20T09:08:22.353Z] Discouraged access: The method 'IPlatformEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[98] [2022-03-20T09:08:22.353Z] if (element.getWS() != null && !element.getWS().equals(Config.ANY)) { [2022-03-20T09:08:22.353Z] ^^^^^ [2022-03-20T09:08:22.353Z] Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[98] [2022-03-20T09:08:22.353Z] if (element.getWS() != null && !element.getWS().equals(Config.ANY)) { [2022-03-20T09:08:22.353Z] ^^^^^ [2022-03-20T09:08:22.353Z] Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[101] [2022-03-20T09:08:22.353Z] if (!isMatching(element.getWS(), config.getWs())) [2022-03-20T09:08:22.353Z] ^^^^^ [2022-03-20T09:08:22.353Z] Discouraged access: The method 'IPlatformEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[105] [2022-03-20T09:08:22.353Z] if (element.getArch() != null && !element.getArch().equals(Config.ANY)) { [2022-03-20T09:08:22.353Z] ^^^^^^^ [2022-03-20T09:08:22.353Z] Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[105] [2022-03-20T09:08:22.353Z] if (element.getArch() != null && !element.getArch().equals(Config.ANY)) { [2022-03-20T09:08:22.353Z] ^^^^^^^ [2022-03-20T09:08:22.353Z] Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.353Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/AbstractBuildScriptGenerator.java:[108] [2022-03-20T09:08:22.353Z] if (!isMatching(element.getArch(), config.getArch())) [2022-03-20T09:08:22.353Z] ^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The method 'IPlatformEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[23] [2022-03-20T09:08:22.354Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.354Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[117] [2022-03-20T09:08:22.354Z] public static VersionRange createVersionRange(FeatureEntry entry) { [2022-03-20T09:08:22.354Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[118] [2022-03-20T09:08:22.354Z] String versionSpec = entry.getVersion(); [2022-03-20T09:08:22.354Z] ^^^^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[126] [2022-03-20T09:08:22.354Z] String match = entry.getMatch(); [2022-03-20T09:08:22.354Z] ^^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The method 'FeatureEntry.getMatch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[127] [2022-03-20T09:08:22.354Z] if (!entry.isRequires() || match == null) { [2022-03-20T09:08:22.354Z] ^^^^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[432] [2022-03-20T09:08:22.354Z] public static FeatureEntry[] getPluginEntry(BuildTimeFeature feature, String pluginId, boolean raw) { [2022-03-20T09:08:22.354Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.354Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.354Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[433] [2022-03-20T09:08:22.354Z] FeatureEntry[] plugins; [2022-03-20T09:08:22.354Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[438] [2022-03-20T09:08:22.355Z] List foundEntries = new ArrayList<>(5); [2022-03-20T09:08:22.355Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[440] [2022-03-20T09:08:22.355Z] for (FeatureEntry plugin2 : plugins) { [2022-03-20T09:08:22.355Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[441] [2022-03-20T09:08:22.355Z] if (plugin2.getId().equals(pluginId)) [2022-03-20T09:08:22.355Z] ^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[444] [2022-03-20T09:08:22.355Z] return foundEntries.toArray(new FeatureEntry[foundEntries.size()]); [2022-03-20T09:08:22.355Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[475] [2022-03-20T09:08:22.355Z] public static boolean isIn(FeatureEntry[] array, FeatureEntry element) { [2022-03-20T09:08:22.355Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[475] [2022-03-20T09:08:22.355Z] public static boolean isIn(FeatureEntry[] array, FeatureEntry element) { [2022-03-20T09:08:22.355Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.355Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[476] [2022-03-20T09:08:22.355Z] for (FeatureEntry element2 : array) { [2022-03-20T09:08:22.355Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.355Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] [2022-03-20T09:08:22.356Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-20T09:08:22.356Z] ^^^^^ [2022-03-20T09:08:22.356Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] [2022-03-20T09:08:22.356Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-20T09:08:22.356Z] ^^^^^ [2022-03-20T09:08:22.356Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] [2022-03-20T09:08:22.356Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-20T09:08:22.356Z] ^^^^^^^^^^ [2022-03-20T09:08:22.356Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[477] [2022-03-20T09:08:22.356Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-20T09:08:22.356Z] ^^^^^^^^^^ [2022-03-20T09:08:22.356Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[999] [2022-03-20T09:08:22.356Z] public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site) { [2022-03-20T09:08:22.356Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.356Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1003] [2022-03-20T09:08:22.356Z] public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site, AssemblyInformation assembly) { [2022-03-20T09:08:22.356Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.356Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.356Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1008] [2022-03-20T09:08:22.356Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.356Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.357Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1009] [2022-03-20T09:08:22.357Z] String versionRequested = entry.getVersion(); [2022-03-20T09:08:22.357Z] ^^^^^^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.357Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1012] [2022-03-20T09:08:22.357Z] String id = entry.getId(); [2022-03-20T09:08:22.357Z] ^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.357Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1019] [2022-03-20T09:08:22.357Z] if (entry.isPlugin()) { [2022-03-20T09:08:22.357Z] ^^^^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.357Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1022] [2022-03-20T09:08:22.357Z] model = assembly.getPlugin(entry.getId(), versionRequested); [2022-03-20T09:08:22.357Z] ^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.357Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[1030] [2022-03-20T09:08:22.357Z] newVersion = feature.getVersion(); [2022-03-20T09:08:22.357Z] ^^^^^^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.357Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[20] [2022-03-20T09:08:22.357Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.357Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.357Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[304] [2022-03-20T09:08:22.358Z] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); [2022-03-20T09:08:22.358Z] ^^^^^^^^ [2022-03-20T09:08:22.358Z] Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[304] [2022-03-20T09:08:22.358Z] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); [2022-03-20T09:08:22.358Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.358Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[304] [2022-03-20T09:08:22.358Z] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); [2022-03-20T09:08:22.358Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.358Z] Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[313] [2022-03-20T09:08:22.358Z] BuildTimeFeature sourceFeature = getSite(false).findFeature(sourceBundleFeatureId, feature.getVersion(), true); [2022-03-20T09:08:22.358Z] ^^^^^^^^^^ [2022-03-20T09:08:22.358Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[337] [2022-03-20T09:08:22.358Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-20T09:08:22.358Z] ^^^^^ [2022-03-20T09:08:22.358Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[337] [2022-03-20T09:08:22.358Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-20T09:08:22.358Z] ^^^^^^^^^^ [2022-03-20T09:08:22.358Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.358Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[358] [2022-03-20T09:08:22.358Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-20T09:08:22.358Z] ^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BuildScriptGenerator.java:[358] [2022-03-20T09:08:22.359Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-20T09:08:22.359Z] ^^^^^^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java:[70] [2022-03-20T09:08:22.359Z] return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.359Z] ^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/PackageConfigScriptGenerator.java:[70] [2022-03-20T09:08:22.359Z] return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.359Z] ^^^^^^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[20] [2022-03-20T09:08:22.359Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.359Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[153] [2022-03-20T09:08:22.359Z] List entries = product.getProductEntries(); [2022-03-20T09:08:22.359Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[154] [2022-03-20T09:08:22.359Z] for (FeatureEntry featureEntry : entries) { [2022-03-20T09:08:22.359Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.359Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.359Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[155] [2022-03-20T09:08:22.359Z] Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion()); [2022-03-20T09:08:22.360Z] ^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[155] [2022-03-20T09:08:22.360Z] Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion()); [2022-03-20T09:08:22.360Z] ^^^^^^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[156] [2022-03-20T09:08:22.360Z] if (featureEntry.unpackSet()) [2022-03-20T09:08:22.360Z] ^^^^^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The method 'FeatureEntry.unpackSet()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[157] [2022-03-20T09:08:22.360Z] newEntry.addAttribute(Utils.EXTRA_UNPACK, String.valueOf(featureEntry.isUnpack())); [2022-03-20T09:08:22.360Z] ^^^^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[158] [2022-03-20T09:08:22.360Z] if (featureEntry.isFragment()) [2022-03-20T09:08:22.360Z] ^^^^^^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureGenerator.java:[160] [2022-03-20T09:08:22.360Z] else if (featureEntry.isPlugin()) [2022-03-20T09:08:22.360Z] ^^^^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[23] [2022-03-20T09:08:22.360Z] import org.eclipse.equinox.p2.publisher.actions.RootFilesAction; [2022-03-20T09:08:22.360Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.360Z] Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.360Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[26] [2022-03-20T09:08:22.361Z] public class RootFileParentAction extends AbstractPublisherAction { [2022-03-20T09:08:22.361Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.361Z] Discouraged access: The type 'AbstractPublisherAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.361Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[45] [2022-03-20T09:08:22.361Z] public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { [2022-03-20T09:08:22.361Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.361Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.361Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[45] [2022-03-20T09:08:22.361Z] public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { [2022-03-20T09:08:22.361Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.361Z] Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.361Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[50] [2022-03-20T09:08:22.361Z] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); [2022-03-20T09:08:22.361Z] ^^^^^^ [2022-03-20T09:08:22.361Z] Discouraged access: The method 'IPublisherResult.getIUs(String, String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.361Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[50] [2022-03-20T09:08:22.361Z] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); [2022-03-20T09:08:22.361Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.361Z] Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.361Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[50] [2022-03-20T09:08:22.361Z] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); [2022-03-20T09:08:22.361Z] ^^^^^^^^ [2022-03-20T09:08:22.361Z] Discouraged access: The field 'IPublisherResult.NON_ROOT' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.361Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[58] [2022-03-20T09:08:22.361Z] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); [2022-03-20T09:08:22.361Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The method 'AbstractPublisherAction.createParentIU(Collection, String, Version)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.362Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[58] [2022-03-20T09:08:22.362Z] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); [2022-03-20T09:08:22.362Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The type 'RootFilesAction' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.362Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[58] [2022-03-20T09:08:22.362Z] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); [2022-03-20T09:08:22.362Z] ^^^^^^^^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The method 'RootFilesAction.computeIUId(String, String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.362Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[61] [2022-03-20T09:08:22.362Z] results.addIU(rootIU, IPublisherResult.ROOT); [2022-03-20T09:08:22.362Z] ^^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The method 'IPublisherResult.addIU(IInstallableUnit, String)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.362Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[61] [2022-03-20T09:08:22.362Z] results.addIU(rootIU, IPublisherResult.ROOT); [2022-03-20T09:08:22.362Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The type 'IPublisherResult' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.362Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/RootFileParentAction.java:[61] [2022-03-20T09:08:22.362Z] results.addIU(rootIU, IPublisherResult.ROOT); [2022-03-20T09:08:22.362Z] ^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The field 'IPublisherResult.ROOT' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.362Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[20] [2022-03-20T09:08:22.362Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-20T09:08:22.362Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.362Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[21] [2022-03-20T09:08:22.363Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.363Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[27] [2022-03-20T09:08:22.363Z] public class BuildTimeFeature extends Feature { [2022-03-20T09:08:22.363Z] ^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[41] [2022-03-20T09:08:22.363Z] super(id, version); [2022-03-20T09:08:22.363Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The constructor 'Feature(String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[45] [2022-03-20T09:08:22.363Z] super("", ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.363Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The constructor 'Feature(String, String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[55] [2022-03-20T09:08:22.363Z] public FeatureEntry[] getRawIncludedFeatureReferences() { [2022-03-20T09:08:22.363Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[56] [2022-03-20T09:08:22.363Z] ArrayList included = new ArrayList<>(); [2022-03-20T09:08:22.363Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[57] [2022-03-20T09:08:22.363Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.363Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.363Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.363Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[57] [2022-03-20T09:08:22.364Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.364Z] ^^^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[58] [2022-03-20T09:08:22.364Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.364Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[59] [2022-03-20T09:08:22.364Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-20T09:08:22.364Z] ^^^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[59] [2022-03-20T09:08:22.364Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-20T09:08:22.364Z] ^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[63] [2022-03-20T09:08:22.364Z] return included.toArray(new FeatureEntry[included.size()]); [2022-03-20T09:08:22.364Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[66] [2022-03-20T09:08:22.364Z] public FeatureEntry[] getIncludedFeatureReferences() { [2022-03-20T09:08:22.364Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[67] [2022-03-20T09:08:22.364Z] ArrayList included = new ArrayList<>(); [2022-03-20T09:08:22.364Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.364Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.364Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[68] [2022-03-20T09:08:22.365Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.365Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[68] [2022-03-20T09:08:22.365Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.365Z] ^^^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[69] [2022-03-20T09:08:22.365Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.365Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[70] [2022-03-20T09:08:22.365Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-20T09:08:22.365Z] ^^^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[70] [2022-03-20T09:08:22.365Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-20T09:08:22.365Z] ^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[78] [2022-03-20T09:08:22.365Z] return included.toArray(new FeatureEntry[included.size()]); [2022-03-20T09:08:22.365Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[81] [2022-03-20T09:08:22.365Z] public FeatureEntry[] getPluginEntries() { [2022-03-20T09:08:22.365Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.365Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.365Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[82] [2022-03-20T09:08:22.365Z] ArrayList plugins = new ArrayList<>(); [2022-03-20T09:08:22.366Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[83] [2022-03-20T09:08:22.366Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.366Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[83] [2022-03-20T09:08:22.366Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.366Z] ^^^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[84] [2022-03-20T09:08:22.366Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.366Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[85] [2022-03-20T09:08:22.366Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-20T09:08:22.366Z] ^^^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[85] [2022-03-20T09:08:22.366Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-20T09:08:22.366Z] ^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[91] [2022-03-20T09:08:22.366Z] return plugins.toArray(new FeatureEntry[plugins.size()]); [2022-03-20T09:08:22.366Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.366Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.366Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[94] [2022-03-20T09:08:22.366Z] public FeatureEntry[] getRawPluginEntries() { [2022-03-20T09:08:22.366Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[95] [2022-03-20T09:08:22.367Z] ArrayList plugins = new ArrayList<>(); [2022-03-20T09:08:22.367Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[96] [2022-03-20T09:08:22.367Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.367Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[96] [2022-03-20T09:08:22.367Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.367Z] ^^^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[97] [2022-03-20T09:08:22.367Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.367Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[98] [2022-03-20T09:08:22.367Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-20T09:08:22.367Z] ^^^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[98] [2022-03-20T09:08:22.367Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-20T09:08:22.367Z] ^^^^^^^^ [2022-03-20T09:08:22.367Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.367Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[102] [2022-03-20T09:08:22.367Z] return plugins.toArray(new FeatureEntry[plugins.size()]); [2022-03-20T09:08:22.367Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[105] [2022-03-20T09:08:22.368Z] public FeatureEntry[] getImports() { [2022-03-20T09:08:22.368Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[106] [2022-03-20T09:08:22.368Z] ArrayList imports = new ArrayList<>(); [2022-03-20T09:08:22.368Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[107] [2022-03-20T09:08:22.368Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.368Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[107] [2022-03-20T09:08:22.368Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.368Z] ^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[108] [2022-03-20T09:08:22.368Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.368Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[109] [2022-03-20T09:08:22.368Z] if (!entry.isRequires()) [2022-03-20T09:08:22.368Z] ^^^^^^^^^^ [2022-03-20T09:08:22.368Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.368Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[113] [2022-03-20T09:08:22.369Z] return imports.toArray(new FeatureEntry[imports.size()]); [2022-03-20T09:08:22.369Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[185] [2022-03-20T09:08:22.369Z] public FeatureEntry findPluginEntry(String id, String version) { [2022-03-20T09:08:22.369Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[186] [2022-03-20T09:08:22.369Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.369Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[186] [2022-03-20T09:08:22.369Z] FeatureEntry[] entries = getEntries(); [2022-03-20T09:08:22.369Z] ^^^^^^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[187] [2022-03-20T09:08:22.369Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.369Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[188] [2022-03-20T09:08:22.369Z] if (entry.isPlugin() && entry.getId().equals(id)) [2022-03-20T09:08:22.369Z] ^^^^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[188] [2022-03-20T09:08:22.369Z] if (entry.isPlugin() && entry.getId().equals(id)) [2022-03-20T09:08:22.369Z] ^^^^^ [2022-03-20T09:08:22.369Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.369Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeFeature.java:[189] [2022-03-20T09:08:22.369Z] if (Utils.matchVersions(version, entry.getVersion())) [2022-03-20T09:08:22.370Z] ^^^^^^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java:[19] [2022-03-20T09:08:22.370Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-20T09:08:22.370Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java:[27] [2022-03-20T09:08:22.370Z] private Feature feature; [2022-03-20T09:08:22.370Z] ^^^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/compatibility/FeatureReference.java:[37] [2022-03-20T09:08:22.370Z] public Feature getFeature() throws CoreException { [2022-03-20T09:08:22.370Z] ^^^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[154] [2022-03-20T09:08:22.370Z] String id = feature.getId(); [2022-03-20T09:08:22.370Z] ^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[156] [2022-03-20T09:08:22.370Z] if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0) [2022-03-20T09:08:22.370Z] ^^^^^^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[156] [2022-03-20T09:08:22.370Z] if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0) [2022-03-20T09:08:22.370Z] ^^^^^^^^^^ [2022-03-20T09:08:22.370Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.370Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[158] [2022-03-20T09:08:22.371Z] rootMap.put(id + '_' + feature.getVersion(), feature); [2022-03-20T09:08:22.371Z] ^^^^^^^^^^ [2022-03-20T09:08:22.371Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.371Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] [2022-03-20T09:08:22.371Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.371Z] ^^^^^ [2022-03-20T09:08:22.371Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.371Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] [2022-03-20T09:08:22.371Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.371Z] ^^^^^ [2022-03-20T09:08:22.371Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.371Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] [2022-03-20T09:08:22.371Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.371Z] ^^^^^^^^^^ [2022-03-20T09:08:22.371Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.371Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[176] [2022-03-20T09:08:22.371Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.371Z] ^^^^^^^^^^ [2022-03-20T09:08:22.371Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.371Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] [2022-03-20T09:08:22.371Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.371Z] ^^^^^ [2022-03-20T09:08:22.371Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.371Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] [2022-03-20T09:08:22.371Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.371Z] ^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.372Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] [2022-03-20T09:08:22.372Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.372Z] ^^^^^^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.372Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[200] [2022-03-20T09:08:22.372Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-20T09:08:22.372Z] ^^^^^^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.372Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] [2022-03-20T09:08:22.372Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-20T09:08:22.372Z] ^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.372Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] [2022-03-20T09:08:22.372Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-20T09:08:22.372Z] ^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.372Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] [2022-03-20T09:08:22.372Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-20T09:08:22.372Z] ^^^^^^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.372Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/AssemblyInformation.java:[212] [2022-03-20T09:08:22.372Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-20T09:08:22.372Z] ^^^^^^^^^^ [2022-03-20T09:08:22.372Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[19] [2022-03-20T09:08:22.373Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-20T09:08:22.373Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.373Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[20] [2022-03-20T09:08:22.373Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.373Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.373Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[119] [2022-03-20T09:08:22.373Z] FeatureEntry[] pluginList = feature.getPluginEntries(); [2022-03-20T09:08:22.373Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.373Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[120] [2022-03-20T09:08:22.373Z] for (FeatureEntry entry : pluginList) { [2022-03-20T09:08:22.373Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.373Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[125] [2022-03-20T09:08:22.373Z] String versionRequested = entry.getVersion(); [2022-03-20T09:08:22.373Z] ^^^^^^^^^^ [2022-03-20T09:08:22.373Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[126] [2022-03-20T09:08:22.373Z] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-20T09:08:22.373Z] ^^^^^ [2022-03-20T09:08:22.373Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.373Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[128] [2022-03-20T09:08:22.373Z] if ((model == null || Utils.isBinary(model)) && featureProperties.containsKey(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())) { [2022-03-20T09:08:22.373Z] ^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.374Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[130] [2022-03-20T09:08:22.374Z] String[] extraEntries = Utils.getArrayFromString(featureProperties.getProperty(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())); [2022-03-20T09:08:22.374Z] ^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.374Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[137] [2022-03-20T09:08:22.374Z] String message = NLS.bind(Messages.exception_unableToGenerateSourceFromBinary, entry.getId(), originalBundle.getSymbolicName() + "_" + originalBundle.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.374Z] ^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.374Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[145] [2022-03-20T09:08:22.374Z] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-20T09:08:22.374Z] ^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.374Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[148] [2022-03-20T09:08:22.374Z] getSite(false).missingPlugin(entry.getId(), versionRequested, feature, true); [2022-03-20T09:08:22.374Z] ^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.374Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[166] [2022-03-20T09:08:22.374Z] private void associateModelAndEntry(BundleDescription model, FeatureEntry entry) { [2022-03-20T09:08:22.374Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.374Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[172] [2022-03-20T09:08:22.374Z] Set entries = (Set) bundleProperties.get(PLUGIN_ENTRY); [2022-03-20T09:08:22.374Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.374Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[180] [2022-03-20T09:08:22.375Z] private void generateEmbeddedSource(FeatureEntry pluginEntry, String[] extraEntries, boolean individual) throws CoreException { [2022-03-20T09:08:22.375Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.375Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[195] [2022-03-20T09:08:22.375Z] generateSourceFeature(baseFeature, pluginEntry.getId(), extraEntries, false); [2022-03-20T09:08:22.375Z] ^^^^^ [2022-03-20T09:08:22.375Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[252] [2022-03-20T09:08:22.375Z] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); [2022-03-20T09:08:22.375Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.375Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[253] [2022-03-20T09:08:22.375Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-20T09:08:22.375Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.375Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[254] [2022-03-20T09:08:22.375Z] String featureId = referencedFeature.getId(); [2022-03-20T09:08:22.375Z] ^^^^^ [2022-03-20T09:08:22.375Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[255] [2022-03-20T09:08:22.375Z] String featureVersion = referencedFeature.getVersion(); [2022-03-20T09:08:22.375Z] ^^^^^^^^^^ [2022-03-20T09:08:22.375Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.375Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[275] [2022-03-20T09:08:22.375Z] private void absorbExceptionIfOptionalFeature(FeatureEntry entry, CoreException toAbsorb) throws CoreException { [2022-03-20T09:08:22.375Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[276] [2022-03-20T09:08:22.376Z] if (toAbsorb.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (toAbsorb.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !entry.isOptional())) [2022-03-20T09:08:22.376Z] ^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[287] [2022-03-20T09:08:22.376Z] Version versionId = new Version(feature.getVersion()); [2022-03-20T09:08:22.376Z] ^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[293] [2022-03-20T09:08:22.376Z] feature.setVersion(newVersion); [2022-03-20T09:08:22.376Z] ^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The method 'Feature.setVersion(String)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[382] [2022-03-20T09:08:22.376Z] FeatureEntry[] referencedFeatures = buildFeature.getIncludedFeatureReferences(); [2022-03-20T09:08:22.376Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[383] [2022-03-20T09:08:22.376Z] FeatureEntry[] pluginList = buildFeature.getRawPluginEntries(); [2022-03-20T09:08:22.376Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[394] [2022-03-20T09:08:22.376Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-20T09:08:22.376Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.376Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.376Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[395] [2022-03-20T09:08:22.376Z] BuildTimeFeature refFeature = getSite(false).findFeature(referencedFeature.getId(), null, false); [2022-03-20T09:08:22.377Z] ^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[401] [2022-03-20T09:08:22.377Z] Version version = new Version(refFeature.getVersion()); [2022-03-20T09:08:22.377Z] ^^^^^^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[427] [2022-03-20T09:08:22.377Z] for (FeatureEntry entry : pluginList) { [2022-03-20T09:08:22.377Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[428] [2022-03-20T09:08:22.377Z] String versionRequested = entry.getVersion(); [2022-03-20T09:08:22.377Z] ^^^^^^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[429] [2022-03-20T09:08:22.377Z] BundleDescription model = getSite(false).getRegistry().getBundle(entry.getId(), versionRequested, false); [2022-03-20T09:08:22.377Z] ^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[532] [2022-03-20T09:08:22.377Z] FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next(); [2022-03-20T09:08:22.377Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[532] [2022-03-20T09:08:22.377Z] FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next(); [2022-03-20T09:08:22.377Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.377Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.377Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[573] [2022-03-20T09:08:22.378Z] * @see Feature [2022-03-20T09:08:22.378Z] ^^^^^^^ [2022-03-20T09:08:22.378Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.378Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[606] [2022-03-20T09:08:22.378Z] if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE)) [2022-03-20T09:08:22.378Z] ^^^^^ [2022-03-20T09:08:22.378Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.378Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[606] [2022-03-20T09:08:22.378Z] if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE)) [2022-03-20T09:08:22.378Z] ^^^^^ [2022-03-20T09:08:22.378Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.378Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[691] [2022-03-20T09:08:22.378Z] protected void collectElementToAssemble(FeatureEntry entryToCollect) throws CoreException { [2022-03-20T09:08:22.378Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.378Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.378Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[695] [2022-03-20T09:08:22.378Z] String versionRequested = entryToCollect.getVersion(); [2022-03-20T09:08:22.378Z] ^^^^^^^^^^ [2022-03-20T09:08:22.378Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.378Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/BuildDirector.java:[697] [2022-03-20T09:08:22.378Z] effectivePlugin = getSite(false).getRegistry().getResolvedBundle(entryToCollect.getId(), versionRequested); [2022-03-20T09:08:22.378Z] ^^^^^ [2022-03-20T09:08:22.378Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.378Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[21] [2022-03-20T09:08:22.379Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-20T09:08:22.379Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.379Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[22] [2022-03-20T09:08:22.379Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.379Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.379Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[55] [2022-03-20T09:08:22.379Z] private final Comparator featureComparator = (arg0, arg1) -> { [2022-03-20T09:08:22.379Z] ^^^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.379Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[56] [2022-03-20T09:08:22.379Z] Version v0 = new Version(arg0.getVersion()); [2022-03-20T09:08:22.379Z] ^^^^^^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.379Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[57] [2022-03-20T09:08:22.379Z] Version v1 = new Version(arg1.getVersion()); [2022-03-20T09:08:22.379Z] ^^^^^^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.379Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[169] [2022-03-20T09:08:22.379Z] public IStatus missingPlugin(String id, String version, Feature containingFeature, boolean throwException) throws CoreException { [2022-03-20T09:08:22.379Z] ^^^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.379Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[174] [2022-03-20T09:08:22.379Z] message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message); [2022-03-20T09:08:22.379Z] ^^^^^ [2022-03-20T09:08:22.379Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[189] [2022-03-20T09:08:22.380Z] public static IStatus missingPlugin(BundleDescription bundle, ResolverError[] resolutionErrors, Feature containingFeature, boolean throwException) throws CoreException { [2022-03-20T09:08:22.380Z] ^^^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[195] [2022-03-20T09:08:22.380Z] message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message); [2022-03-20T09:08:22.380Z] ^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[283] [2022-03-20T09:08:22.380Z] Version featureVersion = new Version(feature.getVersion()); [2022-03-20T09:08:22.380Z] ^^^^^^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[367] [2022-03-20T09:08:22.380Z] FeatureEntry[] includedRefs = toAnalyse.getIncludedFeatureReferences(); [2022-03-20T09:08:22.380Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[369] [2022-03-20T09:08:22.380Z] String featureId = includedRefs[i].getId(); [2022-03-20T09:08:22.380Z] ^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[370] [2022-03-20T09:08:22.380Z] BuildTimeFeature nested = findFeature(featureId, includedRefs[i].getVersion(), false); [2022-03-20T09:08:22.380Z] ^^^^^^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.380Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[385] [2022-03-20T09:08:22.380Z] FeatureEntry added = new FeatureEntry(id, version.toString(), false); [2022-03-20T09:08:22.380Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.380Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[385] [2022-03-20T09:08:22.381Z] FeatureEntry added = new FeatureEntry(id, version.toString(), false); [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.381Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[385] [2022-03-20T09:08:22.381Z] FeatureEntry added = new FeatureEntry(id, version.toString(), false); [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.381Z] Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[386] [2022-03-20T09:08:22.381Z] FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1]; [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.381Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[386] [2022-03-20T09:08:22.381Z] FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1]; [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.381Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[401] [2022-03-20T09:08:22.381Z] FeatureEntry[] entries = toAnalyse.getPluginEntries(); [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.381Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[402] [2022-03-20T09:08:22.381Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.381Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.381Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[405] [2022-03-20T09:08:22.381Z] FeatureEntry[] imports = toAnalyse.getImports(); [2022-03-20T09:08:22.381Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[406] [2022-03-20T09:08:22.382Z] for (FeatureEntry import1 : imports) { [2022-03-20T09:08:22.382Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[407] [2022-03-20T09:08:22.382Z] if (!import1.isPlugin()) { [2022-03-20T09:08:22.382Z] ^^^^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[408] [2022-03-20T09:08:22.382Z] rootFeatures.add(findFeature(import1.getId(), Utils.createVersionRange(import1), true)); [2022-03-20T09:08:22.382Z] ^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[440] [2022-03-20T09:08:22.382Z] public void addPluginEntry(FeatureEntry pluginEntry) { [2022-03-20T09:08:22.382Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[444] [2022-03-20T09:08:22.382Z] public Feature createFeature(URL url) throws CoreException { [2022-03-20T09:08:22.382Z] ^^^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[453] [2022-03-20T09:08:22.382Z] if (featureCache.containsKey(feature.getId())) { [2022-03-20T09:08:22.382Z] ^^^^^ [2022-03-20T09:08:22.382Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.382Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[454] [2022-03-20T09:08:22.382Z] Set set = featureCache.get(feature.getId()); [2022-03-20T09:08:22.382Z] ^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/BuildTimeSite.java:[459] [2022-03-20T09:08:22.383Z] featureCache.put(feature.getId(), set); [2022-03-20T09:08:22.383Z] ^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[23] [2022-03-20T09:08:22.383Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.383Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[65] [2022-03-20T09:08:22.383Z] featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.383Z] ^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[65] [2022-03-20T09:08:22.383Z] featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.383Z] ^^^^^^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[81] [2022-03-20T09:08:22.383Z] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.383Z] ^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[81] [2022-03-20T09:08:22.383Z] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.383Z] ^^^^^ [2022-03-20T09:08:22.383Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.383Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[81] [2022-03-20T09:08:22.384Z] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-20T09:08:22.384Z] ^^^^^ [2022-03-20T09:08:22.384Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.384Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[82] [2022-03-20T09:08:22.384Z] sourceFeatureFullNameVersioned = sourceFeatureName + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-20T09:08:22.384Z] ^^^^^^^^^^ [2022-03-20T09:08:22.384Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.384Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[117] [2022-03-20T09:08:22.384Z] Utils.updateVersion(customBuildFile, PROPERTY_FEATURE_VERSION_SUFFIX, feature.getVersion()); [2022-03-20T09:08:22.384Z] ^^^^^^^^^^ [2022-03-20T09:08:22.384Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.384Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[242] [2022-03-20T09:08:22.384Z] script.printTargetDeclaration(TARGET_CLEAN, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_clean, feature.getId())); [2022-03-20T09:08:22.384Z] ^^^^^ [2022-03-20T09:08:22.384Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.384Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[399] [2022-03-20T09:08:22.384Z] script.println(""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ [2022-03-20T09:08:22.384Z] ^^^^^^^^^^ [2022-03-20T09:08:22.384Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.384Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[411] [2022-03-20T09:08:22.384Z] String licenseFeatureName = feature.getLicenseFeature(); [2022-03-20T09:08:22.384Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.385Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[415] [2022-03-20T09:08:22.385Z] licenseFeature = getSite(false).findFeature(licenseFeatureName, feature.getLicenseFeatureVersion(), true); [2022-03-20T09:08:22.385Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.385Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[553] [2022-03-20T09:08:22.385Z] script.printTargetDeclaration(TARGET_BUILD_UPDATE_JAR, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildUpdateJar, feature.getId())); [2022-03-20T09:08:22.385Z] ^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.385Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[563] [2022-03-20T09:08:22.385Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-20T09:08:22.385Z] ^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.385Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[563] [2022-03-20T09:08:22.385Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-20T09:08:22.385Z] ^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.385Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[564] [2022-03-20T09:08:22.385Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-20T09:08:22.385Z] ^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.385Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[564] [2022-03-20T09:08:22.385Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-20T09:08:22.385Z] ^^^^^ [2022-03-20T09:08:22.385Z] Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[565] [2022-03-20T09:08:22.386Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-20T09:08:22.386Z] ^^^^^^^ [2022-03-20T09:08:22.386Z] Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[565] [2022-03-20T09:08:22.386Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-20T09:08:22.386Z] ^^^^^^^ [2022-03-20T09:08:22.386Z] Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[566] [2022-03-20T09:08:22.386Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-20T09:08:22.386Z] ^^^^^ [2022-03-20T09:08:22.386Z] Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[566] [2022-03-20T09:08:22.386Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-20T09:08:22.386Z] ^^^^^ [2022-03-20T09:08:22.386Z] Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[595] [2022-03-20T09:08:22.386Z] script.printTargetDeclaration(TARGET_ZIP_DISTRIBUTION, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_zips, feature.getId())); [2022-03-20T09:08:22.386Z] ^^^^^ [2022-03-20T09:08:22.386Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[601] [2022-03-20T09:08:22.386Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-20T09:08:22.386Z] ^^^^^ [2022-03-20T09:08:22.386Z] Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.386Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[601] [2022-03-20T09:08:22.386Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-20T09:08:22.387Z] ^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.387Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[602] [2022-03-20T09:08:22.387Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-20T09:08:22.387Z] ^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.387Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[602] [2022-03-20T09:08:22.387Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-20T09:08:22.387Z] ^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.387Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[603] [2022-03-20T09:08:22.387Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-20T09:08:22.387Z] ^^^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.387Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[603] [2022-03-20T09:08:22.387Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-20T09:08:22.387Z] ^^^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.387Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[604] [2022-03-20T09:08:22.387Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-20T09:08:22.387Z] ^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.387Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[604] [2022-03-20T09:08:22.387Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-20T09:08:22.387Z] ^^^^^ [2022-03-20T09:08:22.387Z] Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[650] [2022-03-20T09:08:22.388Z] FeatureEntry[] entries = Utils.getPluginEntry(feature, current.getSymbolicName(), false); //TODO This can be improved to use the value from the user object in the bundleDescription [2022-03-20T09:08:22.388Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.388Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[651] [2022-03-20T09:08:22.388Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.388Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.388Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[673] [2022-03-20T09:08:22.388Z] FeatureEntry[] pluginList = feature.getPluginEntries(); [2022-03-20T09:08:22.388Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.388Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[674] [2022-03-20T09:08:22.388Z] for (FeatureEntry entry : pluginList) { [2022-03-20T09:08:22.388Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.388Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[679] [2022-03-20T09:08:22.388Z] String versionRequested = entry.getVersion(); [2022-03-20T09:08:22.388Z] ^^^^^^^^^^ [2022-03-20T09:08:22.388Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[680] [2022-03-20T09:08:22.388Z] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-20T09:08:22.388Z] ^^^^^ [2022-03-20T09:08:22.388Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.388Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[682] [2022-03-20T09:08:22.389Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.389Z] ^^^^^ [2022-03-20T09:08:22.389Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.389Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[682] [2022-03-20T09:08:22.389Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.389Z] ^^^^^^^^^^ [2022-03-20T09:08:22.389Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.389Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[694] [2022-03-20T09:08:22.389Z] FeatureEntry[] features = feature.getIncludedFeatureReferences(); [2022-03-20T09:08:22.389Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.389Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.389Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[695] [2022-03-20T09:08:22.389Z] for (FeatureEntry feature2 : features) { [2022-03-20T09:08:22.389Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.389Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.389Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[696] [2022-03-20T09:08:22.389Z] String featureId = feature2.getId(); [2022-03-20T09:08:22.389Z] ^^^^^ [2022-03-20T09:08:22.389Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.389Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[697] [2022-03-20T09:08:22.389Z] String versionId = feature2.getVersion(); [2022-03-20T09:08:22.389Z] ^^^^^^^^^^ [2022-03-20T09:08:22.389Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.389Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[700] [2022-03-20T09:08:22.389Z] if (feature2.isOptional()) [2022-03-20T09:08:22.389Z] ^^^^^^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[729] [2022-03-20T09:08:22.390Z] script.printProjectDeclaration(feature.getId(), TARGET_BUILD_UPDATE_JAR, "."); //$NON-NLS-1$ [2022-03-20T09:08:22.390Z] ^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[785] [2022-03-20T09:08:22.390Z] script.printTargetDeclaration(TARGET_BUILD_JARS, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildJars, feature.getId())); [2022-03-20T09:08:22.390Z] ^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/FeatureBuildScriptGenerator.java:[803] [2022-03-20T09:08:22.390Z] script.printTargetDeclaration(TARGET_REFRESH, TARGET_INIT, PROPERTY_ECLIPSE_RUNNING, null, NLS.bind(Messages.build_feature_refresh, feature.getId())); [2022-03-20T09:08:22.390Z] ^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[27] [2022-03-20T09:08:22.390Z] protected Feature feature; [2022-03-20T09:08:22.390Z] ^^^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[31] [2022-03-20T09:08:22.390Z] public FeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) { [2022-03-20T09:08:22.390Z] ^^^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[54] [2022-03-20T09:08:22.390Z] parameters.put(ID, feature.getId()); [2022-03-20T09:08:22.390Z] ^^^^^ [2022-03-20T09:08:22.390Z] Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.390Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[55] [2022-03-20T09:08:22.391Z] parameters.put(VERSION, feature.getVersion()); [2022-03-20T09:08:22.391Z] ^^^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.391Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[56] [2022-03-20T09:08:22.391Z] parameters.put("label", feature.getLabel()); //$NON-NLS-1$ [2022-03-20T09:08:22.391Z] ^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getLabel()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.391Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[57] [2022-03-20T09:08:22.391Z] if (feature.getLicenseFeature() != null) { [2022-03-20T09:08:22.391Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.391Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[58] [2022-03-20T09:08:22.391Z] parameters.put("license-feature", feature.getLicenseFeature()); //$NON-NLS-1$ [2022-03-20T09:08:22.391Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getLicenseFeature()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.391Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[59] [2022-03-20T09:08:22.391Z] parameters.put("license-feature-version", feature.getLicenseFeatureVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.391Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getLicenseFeatureVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.391Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[61] [2022-03-20T09:08:22.391Z] parameters.put("provider-name", feature.getProviderName()); //$NON-NLS-1$ [2022-03-20T09:08:22.391Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getProviderName()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.391Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[62] [2022-03-20T09:08:22.391Z] parameters.put("image", feature.getImage()); //$NON-NLS-1$ [2022-03-20T09:08:22.391Z] ^^^^^^^^ [2022-03-20T09:08:22.391Z] Discouraged access: The method 'Feature.getImage()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[63] [2022-03-20T09:08:22.392Z] parameters.put("os", feature.getOS()); //$NON-NLS-1$ [2022-03-20T09:08:22.392Z] ^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[64] [2022-03-20T09:08:22.392Z] parameters.put("arch", feature.getArch()); //$NON-NLS-1$ [2022-03-20T09:08:22.392Z] ^^^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[65] [2022-03-20T09:08:22.392Z] parameters.put("ws", feature.getWS()); //$NON-NLS-1$ [2022-03-20T09:08:22.392Z] ^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[66] [2022-03-20T09:08:22.392Z] parameters.put("nl", feature.getNL()); //$NON-NLS-1$ [2022-03-20T09:08:22.392Z] ^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[75] [2022-03-20T09:08:22.392Z] String url = feature.getInstallHandlerURL(); [2022-03-20T09:08:22.392Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getInstallHandlerURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[76] [2022-03-20T09:08:22.392Z] String library = feature.getInstallHandlerLibrary(); [2022-03-20T09:08:22.392Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getInstallHandlerLibrary()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.392Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[77] [2022-03-20T09:08:22.392Z] String handler = feature.getInstallHandler(); [2022-03-20T09:08:22.392Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.392Z] Discouraged access: The method 'Feature.getInstallHandler()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[89] [2022-03-20T09:08:22.393Z] if (feature.getDescription() == null && feature.getDescriptionURL() == null) [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getDescription()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[89] [2022-03-20T09:08:22.393Z] if (feature.getDescription() == null && feature.getDescriptionURL() == null) [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getDescriptionURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[92] [2022-03-20T09:08:22.393Z] parameters.put("url", feature.getDescriptionURL()); //$NON-NLS-1$ [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getDescriptionURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[96] [2022-03-20T09:08:22.393Z] printlnEscaped(feature.getDescription()); [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getDescription()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[101] [2022-03-20T09:08:22.393Z] if (feature.getCopyright() == null && feature.getCopyrightURL() == null) [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getCopyright()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[101] [2022-03-20T09:08:22.393Z] if (feature.getCopyright() == null && feature.getCopyrightURL() == null) [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getCopyrightURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.393Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[104] [2022-03-20T09:08:22.393Z] parameters.put("url", feature.getCopyrightURL()); //$NON-NLS-1$ [2022-03-20T09:08:22.393Z] ^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.393Z] Discouraged access: The method 'Feature.getCopyrightURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[107] [2022-03-20T09:08:22.394Z] printlnEscaped(feature.getCopyright()); [2022-03-20T09:08:22.394Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getCopyright()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[112] [2022-03-20T09:08:22.394Z] if (feature.getLicense() == null && feature.getLicenseURL() == null) [2022-03-20T09:08:22.394Z] ^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getLicense()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[112] [2022-03-20T09:08:22.394Z] if (feature.getLicense() == null && feature.getLicenseURL() == null) [2022-03-20T09:08:22.394Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getLicenseURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[115] [2022-03-20T09:08:22.394Z] parameters.put("url", feature.getLicenseURL()); //$NON-NLS-1$ [2022-03-20T09:08:22.394Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getLicenseURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[118] [2022-03-20T09:08:22.394Z] printlnEscaped(feature.getLicense()); [2022-03-20T09:08:22.394Z] ^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getLicense()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[123] [2022-03-20T09:08:22.394Z] String updateSiteLabel = feature.getUpdateSiteLabel(); [2022-03-20T09:08:22.394Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getUpdateSiteLabel()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.394Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[124] [2022-03-20T09:08:22.394Z] String updateSiteURL = feature.getUpdateSiteURL(); [2022-03-20T09:08:22.394Z] ^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.394Z] Discouraged access: The method 'Feature.getUpdateSiteURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[125] [2022-03-20T09:08:22.395Z] URLEntry[] siteEntries = feature.getDiscoverySites(); [2022-03-20T09:08:22.395Z] ^^^^^^^^^^ [2022-03-20T09:08:22.395Z] Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[125] [2022-03-20T09:08:22.395Z] URLEntry[] siteEntries = feature.getDiscoverySites(); [2022-03-20T09:08:22.395Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.395Z] Discouraged access: The method 'Feature.getDiscoverySites()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[137] [2022-03-20T09:08:22.395Z] for (URLEntry siteEntry : siteEntries) { [2022-03-20T09:08:22.395Z] ^^^^^^^^ [2022-03-20T09:08:22.395Z] Discouraged access: The type 'URLEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[139] [2022-03-20T09:08:22.395Z] parameters.put("url", siteEntry.getURL()); //$NON-NLS-1$ [2022-03-20T09:08:22.395Z] ^^^^^^ [2022-03-20T09:08:22.395Z] Discouraged access: The method 'URLEntry.getURL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[140] [2022-03-20T09:08:22.395Z] parameters.put("label", siteEntry.getAnnotation()); //$NON-NLS-1$ [2022-03-20T09:08:22.395Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.395Z] Discouraged access: The method 'URLEntry.getAnnotation()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[148] [2022-03-20T09:08:22.395Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-20T09:08:22.395Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.395Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.395Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[148] [2022-03-20T09:08:22.395Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-20T09:08:22.395Z] ^^^^^^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[149] [2022-03-20T09:08:22.396Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.396Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[150] [2022-03-20T09:08:22.396Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-20T09:08:22.396Z] ^^^^^^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[150] [2022-03-20T09:08:22.396Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-20T09:08:22.396Z] ^^^^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[155] [2022-03-20T09:08:22.396Z] parameters.put(ID, entry.getId()); [2022-03-20T09:08:22.396Z] ^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[156] [2022-03-20T09:08:22.396Z] BuildTimeFeature tmpFeature = site.findFeature(entry.getId(), null, true); [2022-03-20T09:08:22.396Z] ^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[157] [2022-03-20T09:08:22.396Z] parameters.put(VERSION, tmpFeature.getVersion()); [2022-03-20T09:08:22.396Z] ^^^^^^^^^^ [2022-03-20T09:08:22.396Z] Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.396Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[159] [2022-03-20T09:08:22.396Z] String message = NLS.bind(Messages.exception_missingFeature, entry.getId()); [2022-03-20T09:08:22.396Z] ^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[170] [2022-03-20T09:08:22.397Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-20T09:08:22.397Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[170] [2022-03-20T09:08:22.397Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-20T09:08:22.397Z] ^^^^^^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[171] [2022-03-20T09:08:22.397Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.397Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[172] [2022-03-20T09:08:22.397Z] if (!entry.isRequires()) [2022-03-20T09:08:22.397Z] ^^^^^^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[180] [2022-03-20T09:08:22.397Z] if (entry.isPlugin()) { [2022-03-20T09:08:22.397Z] ^^^^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[181] [2022-03-20T09:08:22.397Z] parameters.put(PLUGIN, entry.getId()); [2022-03-20T09:08:22.397Z] ^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.397Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[182] [2022-03-20T09:08:22.397Z] parameters.put(VERSION, entry.getVersion()); [2022-03-20T09:08:22.397Z] ^^^^^^^^^^ [2022-03-20T09:08:22.397Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[185] [2022-03-20T09:08:22.398Z] parameters.put(FEATURE, entry.getId()); [2022-03-20T09:08:22.398Z] ^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[186] [2022-03-20T09:08:22.398Z] parameters.put(VERSION, entry.getVersion()); [2022-03-20T09:08:22.398Z] ^^^^^^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[188] [2022-03-20T09:08:22.398Z] parameters.put("match", entry.getMatch()); //$NON-NLS-1$ [2022-03-20T09:08:22.398Z] ^^^^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The method 'FeatureEntry.getMatch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[216] [2022-03-20T09:08:22.398Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-20T09:08:22.398Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[216] [2022-03-20T09:08:22.398Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-20T09:08:22.398Z] ^^^^^^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The method 'Feature.getEntries()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[217] [2022-03-20T09:08:22.398Z] for (FeatureEntry entry : entries) { [2022-03-20T09:08:22.398Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.398Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[218] [2022-03-20T09:08:22.398Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-20T09:08:22.398Z] ^^^^^^^^^^ [2022-03-20T09:08:22.398Z] Discouraged access: The method 'FeatureEntry.isRequires()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[218] [2022-03-20T09:08:22.399Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-20T09:08:22.399Z] ^^^^^^^^ [2022-03-20T09:08:22.399Z] Discouraged access: The method 'FeatureEntry.isPlugin()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[221] [2022-03-20T09:08:22.399Z] parameters.put(ID, entry.getId()); [2022-03-20T09:08:22.399Z] ^^^^^ [2022-03-20T09:08:22.399Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[223] [2022-03-20T09:08:22.399Z] String versionRequested = entry.getVersion(); [2022-03-20T09:08:22.399Z] ^^^^^^^^^^ [2022-03-20T09:08:22.399Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[226] [2022-03-20T09:08:22.399Z] effectivePlugin = site.getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-20T09:08:22.399Z] ^^^^^ [2022-03-20T09:08:22.399Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[228] [2022-03-20T09:08:22.399Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.399Z] ^^^^^ [2022-03-20T09:08:22.399Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[228] [2022-03-20T09:08:22.399Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.399Z] ^^^^^^^^^^ [2022-03-20T09:08:22.399Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.399Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[232] [2022-03-20T09:08:22.400Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.400Z] ^^^^^ [2022-03-20T09:08:22.400Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.400Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[232] [2022-03-20T09:08:22.400Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-20T09:08:22.400Z] ^^^^^^^^^^ [2022-03-20T09:08:22.400Z] Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.400Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[236] [2022-03-20T09:08:22.400Z] if (entry.isFragment()) [2022-03-20T09:08:22.400Z] ^^^^^^^^^^ [2022-03-20T09:08:22.400Z] Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.400Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[237] [2022-03-20T09:08:22.400Z] parameters.put(FRAGMENT, String.valueOf(entry.isFragment())); [2022-03-20T09:08:22.400Z] ^^^^^^^^^^ [2022-03-20T09:08:22.400Z] Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.400Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[238] [2022-03-20T09:08:22.400Z] parameters.put("os", entry.getOS()); //$NON-NLS-1$ [2022-03-20T09:08:22.400Z] ^^^^^ [2022-03-20T09:08:22.400Z] Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.400Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[239] [2022-03-20T09:08:22.401Z] parameters.put("arch", entry.getArch()); //$NON-NLS-1$ [2022-03-20T09:08:22.401Z] ^^^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[240] [2022-03-20T09:08:22.401Z] parameters.put("ws", entry.getWS()); //$NON-NLS-1$ [2022-03-20T09:08:22.401Z] ^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[241] [2022-03-20T09:08:22.401Z] parameters.put("nl", entry.getNL()); //$NON-NLS-1$ [2022-03-20T09:08:22.401Z] ^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The method 'FeatureEntry.getNL()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FeatureWriter.java:[242] [2022-03-20T09:08:22.401Z] if (!entry.isUnpack()) [2022-03-20T09:08:22.401Z] ^^^^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The method 'FeatureEntry.isUnpack()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[18] [2022-03-20T09:08:22.401Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.401Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[31] [2022-03-20T09:08:22.401Z] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); [2022-03-20T09:08:22.401Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[32] [2022-03-20T09:08:22.401Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-20T09:08:22.401Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.401Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.401Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[33] [2022-03-20T09:08:22.401Z] String featureId = referencedFeature.getId(); [2022-03-20T09:08:22.402Z] ^^^^^ [2022-03-20T09:08:22.402Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.402Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/packager/ElementCollector.java:[41] [2022-03-20T09:08:22.402Z] if (exception.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (exception.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !referencedFeature.isOptional())) [2022-03-20T09:08:22.402Z] ^^^^^^^^^^ [2022-03-20T09:08:22.402Z] Discouraged access: The method 'FeatureEntry.isOptional()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.402Z] 645 problems (645 warnings) [2022-03-20T09:08:22.402Z] [INFO] Compiling 28 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.build/org.eclipse.pde.build/target/lib/pdebuild-ant.jar-classes [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[21] [2022-03-20T09:08:22.661Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-20T09:08:22.661Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.661Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[171] [2022-03-20T09:08:22.661Z] FeatureEntry[] pluginEntries = feature.getPluginEntries(); [2022-03-20T09:08:22.661Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.661Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[172] [2022-03-20T09:08:22.661Z] for (FeatureEntry pluginEntry : pluginEntries) { [2022-03-20T09:08:22.661Z] ^^^^^^^^^^^^ [2022-03-20T09:08:22.661Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[173] [2022-03-20T09:08:22.661Z] String elementId = pluginEntry.getId(); [2022-03-20T09:08:22.661Z] ^^^^^ [2022-03-20T09:08:22.661Z] Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[174] [2022-03-20T09:08:22.661Z] if (pluginEntry.isFragment()) [2022-03-20T09:08:22.661Z] ^^^^^^^^^^ [2022-03-20T09:08:22.661Z] Discouraged access: The method 'FeatureEntry.isFragment()' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[26] [2022-03-20T09:08:22.661Z] import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; [2022-03-20T09:08:22.661Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.661Z] Discouraged access: The type 'BundlesAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.661Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[27] [2022-03-20T09:08:22.661Z] import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; [2022-03-20T09:08:22.661Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The type 'FeaturesAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.662Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[44] [2022-03-20T09:08:22.662Z] application.addAction(new FeaturesAction(f)); [2022-03-20T09:08:22.662Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The type 'FeaturesAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.662Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[44] [2022-03-20T09:08:22.662Z] application.addAction(new FeaturesAction(f)); [2022-03-20T09:08:22.662Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The constructor 'FeaturesAction(File[])' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.662Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[46] [2022-03-20T09:08:22.662Z] application.addAction(new BundlesAction(b)); [2022-03-20T09:08:22.662Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The type 'BundlesAction' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.662Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[46] [2022-03-20T09:08:22.662Z] application.addAction(new BundlesAction(b)); [2022-03-20T09:08:22.662Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The constructor 'BundlesAction(File[])' is not API (restriction on classpath entry '/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.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar') [2022-03-20T09:08:22.662Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/FeaturesAndBundlesTask.java:[61] [2022-03-20T09:08:22.662Z] application.run(getPublisherInfo()); [2022-03-20T09:08:22.662Z] ^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.662Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java:[23] [2022-03-20T09:08:22.662Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-20T09:08:22.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.662Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java:[73] [2022-03-20T09:08:22.663Z] PublisherInfo info = getPublisherInfo(); [2022-03-20T09:08:22.663Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.663Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherBundleTask.java:[77] [2022-03-20T09:08:22.663Z] application.run(info); [2022-03-20T09:08:22.663Z] ^^^ [2022-03-20T09:08:22.663Z] Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[27] [2022-03-20T09:08:22.663Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-20T09:08:22.663Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.663Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[53] [2022-03-20T09:08:22.663Z] PublisherInfo info = getPublisherInfo(); [2022-03-20T09:08:22.663Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.663Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[54] [2022-03-20T09:08:22.663Z] info.addAdvice(advice); [2022-03-20T09:08:22.663Z] ^^^^^^^^^ [2022-03-20T09:08:22.663Z] Discouraged access: The method 'PublisherInfo.addAdvice(IPublisherAdvice)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/GatherFeatureTask.java:[58] [2022-03-20T09:08:22.663Z] application.run(info); [2022-03-20T09:08:22.663Z] ^^^ [2022-03-20T09:08:22.663Z] Discouraged access: The method 'AbstractPublisherApplication.run(PublisherInfo)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.663Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[28] [2022-03-20T09:08:22.663Z] import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; [2022-03-20T09:08:22.663Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[31] [2022-03-20T09:08:22.664Z] import org.eclipse.equinox.internal.p2.engine.phases.Collect; [2022-03-20T09:08:22.664Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The type 'Collect' is not API (restriction on classpath entry '/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.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[32] [2022-03-20T09:08:22.664Z] import org.eclipse.equinox.internal.p2.engine.phases.Install; [2022-03-20T09:08:22.664Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The type 'Install' is not API (restriction on classpath entry '/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.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[33] [2022-03-20T09:08:22.664Z] import org.eclipse.equinox.internal.p2.metadata.TouchpointData; [2022-03-20T09:08:22.664Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[34] [2022-03-20T09:08:22.664Z] import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction; [2022-03-20T09:08:22.664Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] [2022-03-20T09:08:22.664Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-20T09:08:22.664Z] ^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The type 'Collect' is not API (restriction on classpath entry '/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.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] [2022-03-20T09:08:22.664Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-20T09:08:22.664Z] ^^^^^^^ [2022-03-20T09:08:22.664Z] Discouraged access: The constructor 'Collect(int)' is not API (restriction on classpath entry '/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.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar') [2022-03-20T09:08:22.664Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] [2022-03-20T09:08:22.665Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-20T09:08:22.665Z] ^^^^^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The type 'Install' is not API (restriction on classpath entry '/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.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar') [2022-03-20T09:08:22.665Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[71] [2022-03-20T09:08:22.665Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-20T09:08:22.665Z] ^^^^^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The constructor 'Install(int)' is not API (restriction on classpath entry '/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.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar') [2022-03-20T09:08:22.665Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[109] [2022-03-20T09:08:22.665Z] FileUtils.deleteAll(new File(getRootFolder())); [2022-03-20T09:08:22.665Z] ^^^^^^^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.665Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[109] [2022-03-20T09:08:22.665Z] FileUtils.deleteAll(new File(getRootFolder())); [2022-03-20T09:08:22.665Z] ^^^^^^^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The method 'FileUtils.deleteAll(File)' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.665Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] [2022-03-20T09:08:22.665Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-20T09:08:22.665Z] ^^^^^^^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.665Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] [2022-03-20T09:08:22.665Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-20T09:08:22.665Z] ^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The method 'FileUtils.zip(ZipOutputStream, File, Set, FileUtils.IPathComputer)' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.665Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] [2022-03-20T09:08:22.665Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-20T09:08:22.665Z] ^^^^^^^^^ [2022-03-20T09:08:22.665Z] Discouraged access: The type 'FileUtils' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[256] [2022-03-20T09:08:22.666Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-20T09:08:22.666Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.666Z] Discouraged access: The method 'FileUtils.createRootPathComputer(File)' is not API (restriction on classpath entry '/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.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[318] [2022-03-20T09:08:22.666Z] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ [2022-03-20T09:08:22.666Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.666Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[318] [2022-03-20T09:08:22.666Z] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ [2022-03-20T09:08:22.666Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.666Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[318] [2022-03-20T09:08:22.666Z] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ [2022-03-20T09:08:22.666Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.666Z] Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[323] [2022-03-20T09:08:22.666Z] results.set(i, new TouchpointData(instructions)); [2022-03-20T09:08:22.666Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.666Z] Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[323] [2022-03-20T09:08:22.666Z] results.set(i, new TouchpointData(instructions)); [2022-03-20T09:08:22.666Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.666Z] Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.666Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[329] [2022-03-20T09:08:22.667Z] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.667Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.667Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[329] [2022-03-20T09:08:22.667Z] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.667Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.667Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[329] [2022-03-20T09:08:22.667Z] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.667Z] Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.667Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[332] [2022-03-20T09:08:22.667Z] results.add(new TouchpointData(instructions)); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.667Z] Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.667Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[332] [2022-03-20T09:08:22.667Z] results.add(new TouchpointData(instructions)); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.667Z] Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.667Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[342] [2022-03-20T09:08:22.667Z] result.add(new TouchpointData(instructions)); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.667Z] Discouraged access: The type 'TouchpointData' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.667Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[342] [2022-03-20T09:08:22.667Z] result.add(new TouchpointData(instructions)); [2022-03-20T09:08:22.667Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The constructor 'TouchpointData(Map)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.668Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[347] [2022-03-20T09:08:22.668Z] return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$ [2022-03-20T09:08:22.668Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.668Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[347] [2022-03-20T09:08:22.668Z] return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$ [2022-03-20T09:08:22.668Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.668Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[353] [2022-03-20T09:08:22.668Z] return new TouchpointInstruction(body, null); [2022-03-20T09:08:22.668Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The type 'TouchpointInstruction' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.668Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/BrandP2Task.java:[353] [2022-03-20T09:08:22.668Z] return new TouchpointInstruction(body, null); [2022-03-20T09:08:22.668Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The constructor 'TouchpointInstruction(String, String)' is not API (restriction on classpath entry '/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.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-20T09:08:22.668Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[21] [2022-03-20T09:08:22.668Z] import org.eclipse.equinox.p2.publisher.IPublisherInfo; [2022-03-20T09:08:22.668Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.668Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[22] [2022-03-20T09:08:22.668Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-20T09:08:22.668Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.668Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[34] [2022-03-20T09:08:22.669Z] protected PublisherInfo info = null; [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[54] [2022-03-20T09:08:22.669Z] protected PublisherInfo getInfo() { [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[56] [2022-03-20T09:08:22.669Z] info = new PublisherInfo(); [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[56] [2022-03-20T09:08:22.669Z] info = new PublisherInfo(); [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[74] [2022-03-20T09:08:22.669Z] getGenerator().setArtifactLocation(URIUtil.fromString(location)); [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The method 'AbstractPublisherApplication.setArtifactLocation(URI)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[122] [2022-03-20T09:08:22.669Z] info = new PublisherInfo(); [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.669Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[122] [2022-03-20T09:08:22.669Z] info = new PublisherInfo(); [2022-03-20T09:08:22.669Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.669Z] Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[152] [2022-03-20T09:08:22.670Z] getInfo().setConfigurations(new String[] {config.toString()}); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The method 'PublisherInfo.setConfigurations(String[])' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[160] [2022-03-20T09:08:22.670Z] getGenerator().setMetadataLocation(URIUtil.fromString(location)); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The method 'AbstractPublisherApplication.setMetadataLocation(URI)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[173] [2022-03-20T09:08:22.670Z] info = new PublisherInfo(); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[173] [2022-03-20T09:08:22.670Z] info = new PublisherInfo(); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[179] [2022-03-20T09:08:22.670Z] info = new PublisherInfo(); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[179] [2022-03-20T09:08:22.670Z] info = new PublisherInfo(); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.670Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[190] [2022-03-20T09:08:22.670Z] int options = getInfo().getArtifactOptions(); [2022-03-20T09:08:22.670Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.670Z] Discouraged access: The method 'PublisherInfo.getArtifactOptions()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.671Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[192] [2022-03-20T09:08:22.671Z] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); [2022-03-20T09:08:22.671Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.671Z] Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.671Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[192] [2022-03-20T09:08:22.671Z] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); [2022-03-20T09:08:22.671Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.671Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.671Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[192] [2022-03-20T09:08:22.671Z] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); [2022-03-20T09:08:22.671Z] ^^^^^^^ [2022-03-20T09:08:22.671Z] Discouraged access: The field 'IPublisherInfo.A_INDEX' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.671Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[194] [2022-03-20T09:08:22.671Z] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); [2022-03-20T09:08:22.671Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.671Z] Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.671Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[194] [2022-03-20T09:08:22.671Z] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); [2022-03-20T09:08:22.671Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.671Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.671Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[194] [2022-03-20T09:08:22.671Z] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); [2022-03-20T09:08:22.671Z] ^^^^^^^ [2022-03-20T09:08:22.671Z] Discouraged access: The field 'IPublisherInfo.A_INDEX' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[198] [2022-03-20T09:08:22.672Z] int options = getInfo().getArtifactOptions(); [2022-03-20T09:08:22.672Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.672Z] Discouraged access: The method 'PublisherInfo.getArtifactOptions()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[200] [2022-03-20T09:08:22.672Z] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.672Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.672Z] Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[200] [2022-03-20T09:08:22.672Z] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.672Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.672Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[200] [2022-03-20T09:08:22.672Z] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.672Z] ^^^^^^^^^ [2022-03-20T09:08:22.672Z] Discouraged access: The field 'IPublisherInfo.A_PUBLISH' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[202] [2022-03-20T09:08:22.672Z] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.672Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.672Z] Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[202] [2022-03-20T09:08:22.672Z] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.672Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.672Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.672Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/generator/GeneratorTask.java:[202] [2022-03-20T09:08:22.673Z] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.673Z] ^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The field 'IPublisherInfo.A_PUBLISH' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.673Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[22] [2022-03-20T09:08:22.673Z] import org.eclipse.equinox.p2.publisher.IPublisherInfo; [2022-03-20T09:08:22.673Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.673Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[23] [2022-03-20T09:08:22.673Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-20T09:08:22.673Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.673Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[89] [2022-03-20T09:08:22.673Z] protected PublisherInfo publisherInfo = null; [2022-03-20T09:08:22.673Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.673Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[138] [2022-03-20T09:08:22.673Z] application.setMetadataLocation(metadataLocation); [2022-03-20T09:08:22.673Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The method 'AbstractPublisherApplication.setMetadataLocation(URI)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.673Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[139] [2022-03-20T09:08:22.673Z] application.setArtifactLocation(artifactLocation); [2022-03-20T09:08:22.673Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The method 'AbstractPublisherApplication.setArtifactLocation(URI)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.673Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[141] [2022-03-20T09:08:22.673Z] application.setCompress(compress); [2022-03-20T09:08:22.673Z] ^^^^^^^^^^^ [2022-03-20T09:08:22.673Z] Discouraged access: The method 'AbstractPublisherApplication.setCompress(boolean)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[145] [2022-03-20T09:08:22.674Z] application.setContextRepositories(metadata, artifacts); [2022-03-20T09:08:22.674Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.674Z] Discouraged access: The method 'AbstractPublisherApplication.setContextRepositories(URI[], URI[])' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[201] [2022-03-20T09:08:22.674Z] protected PublisherInfo getPublisherInfo() { [2022-03-20T09:08:22.674Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.674Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[203] [2022-03-20T09:08:22.674Z] publisherInfo = new PublisherInfo(); [2022-03-20T09:08:22.674Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.674Z] Discouraged access: The type 'PublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[203] [2022-03-20T09:08:22.674Z] publisherInfo = new PublisherInfo(); [2022-03-20T09:08:22.674Z] ^^^^^^^^^^^^^ [2022-03-20T09:08:22.674Z] Discouraged access: The constructor 'PublisherInfo()' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[204] [2022-03-20T09:08:22.674Z] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.674Z] ^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.674Z] Discouraged access: The method 'PublisherInfo.setArtifactOptions(int)' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[204] [2022-03-20T09:08:22.674Z] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.674Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:22.674Z] Discouraged access: The type 'IPublisherInfo' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.674Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/publisher/AbstractPublisherTask.java:[204] [2022-03-20T09:08:22.674Z] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); [2022-03-20T09:08:22.674Z] ^^^^^^^^^ [2022-03-20T09:08:22.675Z] Discouraged access: The field 'IPublisherInfo.A_PUBLISH' is not API (restriction on classpath entry '/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.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar') [2022-03-20T09:08:22.675Z] 92 problems (92 warnings) [2022-03-20T09:08:22.675Z] [INFO] [2022-03-20T09:08:22.675Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.build --- [2022-03-20T09:08:22.675Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:08:22.675Z] [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.build/org.eclipse.pde.build/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:08:22.675Z] [INFO] Command line: [2022-03-20T09:08:22.675Z] [/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.build/org.eclipse.pde.build/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.build/org.eclipse.pde.build/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.build/org.eclipse.pde.build/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.build_3.11.150.v20220317-1638_BETA_JAVA18, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/target/pdebuild.jar-classes:/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/target/lib/pdebuild-ant.jar-classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/target] [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:25.952Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:25.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.pde.build/org.eclipse.pde.build/src/test/resources [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] Tests are skipped. [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT-sources.jar [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [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.build/org.eclipse.pde.build/pdebuild.jar [2022-03-20T09:08:25.952Z] [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.build/org.eclipse.pde.build/lib/pdebuild-ant.jar [2022-03-20T09:08:25.952Z] [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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT.jar [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] Skipping tests [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] Tests are skipped. [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [INFO] Skipped [2022-03-20T09:08:25.952Z] [INFO] [2022-03-20T09:08:25.952Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.build --- [2022-03-20T09:08:25.952Z] [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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT.jar' is disabled. [2022-03-20T09:08:25.953Z] [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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT.jar [2022-03-20T09:08:26.884Z] [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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT-sources.jar' is disabled. [2022-03-20T09:08:26.884Z] [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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT-sources.jar [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.build --- [2022-03-20T09:08:28.779Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.150-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.build/org.eclipse.pde.build/pom.xml [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >-------------- [2022-03-20T09:08:28.779Z] [INFO] Building org.eclipse.pde.api.tools 1.2.850-SNAPSHOT [15/18] [2022-03-20T09:08:28.779Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.779Z] [INFO] The project's OSGi version is 1.2.850.v20220317-1642_BETA_JAVA18 [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.779Z] [INFO] [2022-03-20T09:08:28.779Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.779Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:28.779Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:28.779Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/saveproperties [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [INFO] Executing tasks [2022-03-20T09:08:28.780Z] [INFO] Executed tasks [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [INFO] Resolving class path of org.eclipse.pde.api.tools... [2022-03-20T09:08:28.780Z] [INFO] Fetching org.eclipse.pde.api.tools.ee.cdcfoundation10_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (110.17kB) [2022-03-20T09:08:28.780Z] [INFO] Fetching org.eclipse.pde.api.tools.ee.cdcfoundation11_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (109.77kB) [2022-03-20T09:08:28.780Z] [INFO] Fetching org.eclipse.pde.api.tools.ee.osgiminimum11_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (66.58kB) [2022-03-20T09:08:28.780Z] [INFO] Fetching org.eclipse.pde.api.tools.ee.osgiminimum12_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (110.12kB) [2022-03-20T09:08:28.780Z] [INFO] Fetching org.eclipse.pde.api.tools.ee.osgiminimum10_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (66.5kB) [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:28.780Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:28.780Z] [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.ui/apitools/org.eclipse.pde.api.tools/src/main/resources [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:28.780Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:28.780Z] [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.ui/apitools/org.eclipse.pde.api.tools/src/main/resources [2022-03-20T09:08:28.780Z] [INFO] [2022-03-20T09:08:28.780Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:28.780Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/classes [2022-03-20T09:08:29.710Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[48] [2022-03-20T09:08:29.710Z] import org.eclipse.jdt.internal.launching.environments.EnvironmentsManager; [2022-03-20T09:08:29.710Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:29.710Z] Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [2022-03-20T09:08:29.710Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[232] [2022-03-20T09:08:29.710Z] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); [2022-03-20T09:08:29.710Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-20T09:08:29.710Z] Discouraged access: The type 'EnvironmentsManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [2022-03-20T09:08:29.710Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[232] [2022-03-20T09:08:29.711Z] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); [2022-03-20T09:08:29.711Z] ^^^^^^^^^^ [2022-03-20T09:08:29.711Z] Discouraged access: The method 'EnvironmentsManager.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [2022-03-20T09:08:29.711Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[232] [2022-03-20T09:08:29.711Z] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); [2022-03-20T09:08:29.711Z] ^^^^^^^^^^^^^^ [2022-03-20T09:08:29.711Z] Discouraged access: The method 'EnvironmentsManager.getEnvironment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/classes') [2022-03-20T09:08:29.711Z] 4 problems (4 warnings) [2022-03-20T09:08:29.711Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes [2022-03-20T09:08:29.967Z] [INFO] [2022-03-20T09:08:29.968Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:30.224Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-20T09:08:30.224Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/apigeneration-workspace/data/.metadata/.log [2022-03-20T09:08:30.224Z] [INFO] Command line: [2022-03-20T09:08:30.225Z] [/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.ui/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.ui/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.ui/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.850.v20220317-1642_BETA_JAVA18, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/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.ui/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.ui/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.ui/apitools/org.eclipse.pde.api.tools/target] [2022-03-20T09:08:32.747Z] [INFO] [2022-03-20T09:08:32.748Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:32.748Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:32.748Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:32.748Z] [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.ui/apitools/org.eclipse.pde.api.tools/src/test/resources [2022-03-20T09:08:32.748Z] [INFO] [2022-03-20T09:08:32.748Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:32.748Z] [INFO] [2022-03-20T09:08:32.748Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:32.748Z] [INFO] Tests are skipped. [2022-03-20T09:08:32.748Z] [INFO] [2022-03-20T09:08:32.748Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:32.748Z] [INFO] [2022-03-20T09:08:32.748Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:32.748Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT-sources.jar [2022-03-20T09:08:33.005Z] [INFO] [2022-03-20T09:08:33.005Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:33.005Z] [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.ui/apitools/org.eclipse.pde.api.tools/lib/apitooling-ant.jar [2022-03-20T09:08:33.005Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT.jar [2022-03-20T09:08:33.005Z] [INFO] [2022-03-20T09:08:33.005Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:33.005Z] [INFO] [2022-03-20T09:08:33.005Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:33.005Z] [INFO] Skipping tests [2022-03-20T09:08:33.005Z] [INFO] [2022-03-20T09:08:33.005Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:33.005Z] [INFO] Tests are skipped. [2022-03-20T09:08:33.005Z] [INFO] [2022-03-20T09:08:33.005Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:33.005Z] [INFO] Skipped [2022-03-20T09:08:33.005Z] [INFO] [2022-03-20T09:08:33.005Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:33.005Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT.jar' is disabled. [2022-03-20T09:08:33.005Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT.jar [2022-03-20T09:08:37.182Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT-sources.jar' is disabled. [2022-03-20T09:08:37.182Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT-sources.jar [2022-03-20T09:08:37.748Z] [INFO] [2022-03-20T09:08:37.748Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools --- [2022-03-20T09:08:37.748Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.850-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/pom.xml [2022-03-20T09:08:37.748Z] [INFO] [2022-03-20T09:08:37.748Z] [INFO] --------< org.eclipse.jdt.feature:org.eclipse.jdt.java18patch >--------- [2022-03-20T09:08:37.748Z] [INFO] Building org.eclipse.jdt.java18patch 1.2.300-SNAPSHOT [16/18] [2022-03-20T09:08:37.748Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-20T09:08:37.748Z] [INFO] [2022-03-20T09:08:37.748Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:37.748Z] [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/java18patch/org.eclipse.jdt.java18patch/target [2022-03-20T09:08:37.748Z] [INFO] [2022-03-20T09:08:37.748Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] The project's OSGi version is 1.2.300.v20220320-0804_BETA_JAVA18 [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:38.006Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:38.006Z] [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/java18patch/org.eclipse.jdt.java18patch/saveproperties [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:38.006Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:38.006Z] [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/java18patch/org.eclipse.jdt.java18patch/src/main/resources [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [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/java18patch/org.eclipse.jdt.java18patch/target/org.eclipse.jdt.java18patch-1.2.300-SNAPSHOT.jar [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-source-feature-plugin:2.7.0:source-feature (source-feature) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2022-03-20T09:08:38.006Z] [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/java18patch/org.eclipse.jdt.java18patch/target/org.eclipse.jdt.java18patch-1.2.300-SNAPSHOT-sources-feature.jar [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.java18patch: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/java18patch/org.eclipse.jdt.java18patch/pom.xml [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.006Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.006Z] [INFO] Skipped [2022-03-20T09:08:38.006Z] [INFO] [2022-03-20T09:08:38.007Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:38.007Z] [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/java18patch/org.eclipse.jdt.java18patch/target/org.eclipse.jdt.java18patch-1.2.300-SNAPSHOT.jar [2022-03-20T09:08:39.902Z] [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/java18patch/org.eclipse.jdt.java18patch/target/org.eclipse.jdt.java18patch-1.2.300-SNAPSHOT-sources-feature.jar [2022-03-20T09:08:40.466Z] [INFO] [2022-03-20T09:08:40.466Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.java18patch --- [2022-03-20T09:08:40.466Z] [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.java18patch: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/java18patch/org.eclipse.jdt.java18patch/pom.xml [2022-03-20T09:08:40.466Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java18patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-20T09:08:40.466Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java18patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-20T09:08:40.466Z] [INFO] [2022-03-20T09:08:40.466Z] [INFO] --------< org.eclipse.pde.feature:org.eclipse.pde.java18patch >--------- [2022-03-20T09:08:40.466Z] [INFO] Building org.eclipse.pde.java18patch 1.2.300-SNAPSHOT [17/18] [2022-03-20T09:08:40.466Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-20T09:08:40.466Z] [INFO] [2022-03-20T09:08:40.466Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.466Z] [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/java18patch/org.eclipse.pde.java18patch/target [2022-03-20T09:08:40.466Z] [INFO] [2022-03-20T09:08:40.466Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.466Z] [INFO] The project's OSGi version is 1.2.300.v20220317-1642_BETA_JAVA18 [2022-03-20T09:08:40.466Z] [INFO] [2022-03-20T09:08:40.466Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.466Z] [INFO] [2022-03-20T09:08:40.466Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:40.467Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:40.467Z] [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/java18patch/org.eclipse.pde.java18patch/saveproperties [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:40.467Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:40.467Z] [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/java18patch/org.eclipse.pde.java18patch/src/main/resources [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [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/java18patch/org.eclipse.pde.java18patch/target/org.eclipse.pde.java18patch-1.2.300-SNAPSHOT.jar [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-source-feature-plugin:2.7.0:source-feature (source-feature) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2022-03-20T09:08:40.467Z] [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/java18patch/org.eclipse.pde.java18patch/target/org.eclipse.pde.java18patch-1.2.300-SNAPSHOT-sources-feature.jar [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] No baseline version MavenProject: org.eclipse.pde.feature:org.eclipse.pde.java18patch: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/java18patch/org.eclipse.pde.java18patch/pom.xml [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [INFO] Skipped [2022-03-20T09:08:40.467Z] [INFO] [2022-03-20T09:08:40.467Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:40.467Z] [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/java18patch/org.eclipse.pde.java18patch/target/org.eclipse.pde.java18patch-1.2.300-SNAPSHOT.jar [2022-03-20T09:08:41.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/java18patch/org.eclipse.pde.java18patch/target/org.eclipse.pde.java18patch-1.2.300-SNAPSHOT-sources-feature.jar [2022-03-20T09:08:42.771Z] [INFO] [2022-03-20T09:08:42.771Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.java18patch --- [2022-03-20T09:08:42.771Z] [INFO] No baseline version MavenProject: org.eclipse.pde.feature:org.eclipse.pde.java18patch: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/java18patch/org.eclipse.pde.java18patch/pom.xml [2022-03-20T09:08:42.771Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java18patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-20T09:08:42.771Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java18patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-20T09:08:42.771Z] [INFO] [2022-03-20T09:08:42.771Z] [INFO] ---< eclipse.platform.releng:eclipse.releng.repository.java18patch >---- [2022-03-20T09:08:42.771Z] [INFO] Building eclipse.releng.repository.java18patch 1.2.300-SNAPSHOT [18/18] [2022-03-20T09:08:42.771Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2022-03-20T09:08:42.771Z] [INFO] [2022-03-20T09:08:42.771Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.771Z] [INFO] [2022-03-20T09:08:42.771Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.771Z] [INFO] The project's OSGi version is 1.2.300.v20220320-0804_BETA_JAVA18 [2022-03-20T09:08:42.771Z] [INFO] [2022-03-20T09:08:42.771Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.771Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:42.771Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:42.771Z] [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/java18patch/eclipse.releng.repository.java18patch/saveproperties [2022-03-20T09:08:42.772Z] [INFO] [2022-03-20T09:08:42.772Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.772Z] [INFO] [2022-03-20T09:08:42.772Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.772Z] [INFO] [2022-03-20T09:08:42.772Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.772Z] [INFO] [2022-03-20T09:08:42.772Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.772Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:42.772Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:42.772Z] [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/java18patch/eclipse.releng.repository.java18patch/src/main/resources [2022-03-20T09:08:42.772Z] [INFO] [2022-03-20T09:08:42.772Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.772Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-20T09:08:42.772Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-20T09:08:42.772Z] [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/java18patch/eclipse.releng.repository.java18patch/src/main/resources [2022-03-20T09:08:42.772Z] [INFO] [2022-03-20T09:08:42.772Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:42.772Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2022-03-20T09:08:43.335Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2022-03-20T09:08:43.592Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2022-03-20T09:08:43.592Z] [INFO] [2022-03-20T09:08:43.592Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-products (default-publish-products) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:43.593Z] [INFO] [2022-03-20T09:08:43.593Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-categories (default-publish-categories) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:43.593Z] [INFO] [2022-03-20T09:08:43.593Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:attach-artifacts (default-attach-artifacts) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:43.593Z] [INFO] [2022-03-20T09:08:43.593Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:assemble-repository (default-assemble-repository) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:43.593Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:43.593Z] [2022-03-20T09:08:43.593Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:43.593Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:43.593Z] [2022-03-20T09:08:43.850Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:43.850Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:43.850Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:43.850Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:43.850Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:43.851Z] [2022-03-20T09:08:43.851Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:43.851Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:43.851Z] [2022-03-20T09:08:44.108Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:44.108Z] [2022-03-20T09:08:44.108Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:44.108Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:44.108Z] [2022-03-20T09:08:44.108Z] [INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (20.18kB) [2022-03-20T09:08:44.108Z] [INFO] Fetching org.eclipse.ant.launching_1.3.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (161.05kB) [2022-03-20T09:08:44.108Z] [INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (42.65kB) [2022-03-20T09:08:44.108Z] [INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.04MB) [2022-03-20T09:08:44.365Z] [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (140.91kB) [2022-03-20T09:08:44.365Z] [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.600.v20220226-0801.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.65MB) [2022-03-20T09:08:44.365Z] [INFO] Fetching org.eclipse.jdt.junit_3.14.0.v20220127-1854.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (516.78kB) [2022-03-20T09:08:44.622Z] [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (92.92kB) [2022-03-20T09:08:44.622Z] [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.200.v20220114-0046.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.43MB) [2022-03-20T09:08:44.622Z] [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (90.57kB) [2022-03-20T09:08:44.622Z] [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (294.61kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.57kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (31.95kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (31.04kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.63kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (74.06kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.400.v20220214-1604.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (658.08kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (170.59kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.jdt_3.18.1100.v20220308-0310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (42.93kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.ui.intro_3.6.400.v20211015-1317.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (344.68kB) [2022-03-20T09:08:44.879Z] [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (379kB) [2022-03-20T09:08:45.135Z] [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (15.08kB) [2022-03-20T09:08:45.135Z] [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.16kB) [2022-03-20T09:08:45.135Z] [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (391.95kB) [2022-03-20T09:08:45.136Z] [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (39.9kB) [2022-03-20T09:08:45.136Z] [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (71.97kB) [2022-03-20T09:08:45.136Z] [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (12.61kB) [2022-03-20T09:08:45.136Z] [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1300.v20220302-1215.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (8.65MB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (31.88kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.6kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (57.17kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (44.28kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (208.15kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (219.09kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1400.v20211108-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (22.2kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (117.58kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (38.14kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (83.87kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (38.41kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (180.42kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.eclipse.jdt.junit.core_3.11.200.v20220204-2234.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (176.32kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (65.43kB) [2022-03-20T09:08:46.066Z] [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (421.77kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (251.3kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (26.27kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (608.75kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (30.68kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (32.2kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.46kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.600.v20220210-1335.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (514.37kB) [2022-03-20T09:08:46.323Z] [INFO] Fetching org.eclipse.pde.ui_3.13.400.v20220215-1440.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (4.54MB) [2022-03-20T09:08:46.887Z] [INFO] Fetching org.eclipse.pde.doc.user_3.14.1500.v20220302-1713.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (6.92MB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.300.v20220210-1335.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (145.36kB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.pde.ds.core_1.2.400.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (58.83kB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.pde.ds.ui_1.2.200.v20211223-1606.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (205.14kB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (28.62kB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.pde.launching_3.9.600.v20220214-1856.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (134.4kB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.ui.trace_1.2.100.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (59.41kB) [2022-03-20T09:08:47.450Z] [INFO] Fetching org.eclipse.pde.ua.ui_1.2.300.v20211215-1133.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (450.7kB) [2022-03-20T09:08:47.451Z] [INFO] Fetching org.eclipse.pde.spy.bundle_0.12.100.v20220125-1245.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (42.98kB) [2022-03-20T09:08:47.451Z] [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (112.59kB) [2022-03-20T09:08:47.451Z] [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.200.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (87.78kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde.spy.context_1.0.200.v20220218-1824.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (88.95kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde.spy.css_0.12.200.v20211229-0835.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.21kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde_3.13.1800.v20220308-0310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (67.74kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.100.v20211112-1151.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (22.16kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde.ui.templates_3.7.500.v20220202-1226.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (579.33kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde.spy.core_1.0.100.v20211229-0835.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (22.96kB) [2022-03-20T09:08:47.707Z] [INFO] Fetching org.eclipse.pde.runtime_3.7.300.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (215.23kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.pde.spy.model_0.12.200.v20211229-0835.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.13kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (43.28kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.200.v20211229-0835.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (59.52kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (172.2kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (152.75kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (19.42kB) [2022-03-20T09:08:47.708Z] [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (58.78kB) [2022-03-20T09:08:48.271Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:48.836Z] [INFO] Fetching org.eclipse.jdt_3.18.1100.v20220308-0310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/features/ (19.77kB) [2022-03-20T09:08:48.836Z] [INFO] Fetching org.eclipse.pde_3.14.1100.v20220308-0310.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/features/ (19.61kB) [2022-03-20T09:08:50.206Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:50.206Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:50.207Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:50.207Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:50.207Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:50.207Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:50.464Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:50.464Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:50.464Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:50.464Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:50.464Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:50.464Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:50.464Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:50.464Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:50.465Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:50.465Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:50.465Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:52.985Z] [INFO] [2022-03-20T09:08:52.985Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:52.985Z] [INFO] [2022-03-20T09:08:52.985Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:archive-repository (default-archive-repository) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:52.985Z] [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/java18patch/eclipse.releng.repository.java18patch/target/eclipse.releng.repository.java18patch-1.2.300-SNAPSHOT.zip [2022-03-20T09:08:53.549Z] [INFO] [2022-03-20T09:08:53.549Z] [INFO] --- maven-antrun-plugin:3.0.0:run (unpack-content-jar) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:53.549Z] [INFO] Executing tasks [2022-03-20T09:08:53.549Z] [INFO] [echoproperties] #Ant properties [2022-03-20T09:08:53.549Z] [echoproperties] #Sun Mar 20 09:08:53 UTC 2022 [2022-03-20T09:08:53.549Z] [echoproperties] aggregatorBuild=true [2022-03-20T09:08:53.549Z] [echoproperties] p2.eclipse.plugin\:org.apache.commons.io\:eclipse-plugin=/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.apache.commons.io/2.8.0.v20210415-0900/org.apache.commons.io-2.8.0.v20210415-0900.jar [2022-03-20T09:08:53.549Z] [echoproperties] java.specification.version=11 [2022-03-20T09:08:53.549Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.commands\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.commands/1.0.100.v20211204-1536/org.eclipse.e4.core.commands-1.0.100.v20211204-1536.jar [2022-03-20T09:08:53.549Z] [echoproperties] sun.cpu.isalist= [2022-03-20T09:08:53.549Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jface.databinding\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jface.databinding/1.13.0.v20210619-1146/org.eclipse.jface.databinding-1.13.0.v20210619-1146.jar [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.emf.xpath\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.3.0.v20210722-1426/org.eclipse.e4.emf.xpath-0.3.0.v20210722-1426.jar [2022-03-20T09:08:53.550Z] [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/java18patch/eclipse.releng.repository.java18patch/target/test-classes [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.apache.batik.constants\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.batik.constants/1.14.0.v20210324-0332/org.apache.batik.constants-1.14.0.v20210324-0332.jar [2022-03-20T09:08:53.550Z] [echoproperties] sun.arch.data.model=64 [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.win32.win32.x86_64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.119.0.v20220223-1102/org.eclipse.swt.win32.win32.x86_64-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.550Z] [echoproperties] java.vendor.url=http\://java.oracle.com/ [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:javax.inject\:eclipse-plugin=/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/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar [2022-03-20T09:08:53.550Z] [echoproperties] code.ignoredWarnings=-warn\:-deprecation,unavoidableGenericProblems,warningToken [2022-03-20T09:08:53.550Z] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib [2022-03-20T09:08:53.550Z] [echoproperties] eclipse-repo.url=https\://repo.eclipse.org/content/repositories/cbi/ [2022-03-20T09:08:53.550Z] [echoproperties] sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -f eclipse.platform.releng.tychoeclipsebuilder/java18patch/pom.xml clean verify -Pjava18patch -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\=20220320-0500 -DbuildType\=P -DbuildId\=P20220320-0500 -Declipse-p2-repo.url\=NOT_FOR_PRODUCTION_USE -Declipse.javadoc\=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:08:53.550Z] [echoproperties] tycho.localArtifacts=ignore [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.gtk.linux.aarch64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.aarch64/3.119.0.v20220223-1102/org.eclipse.swt.gtk.linux.aarch64-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.550Z] [echoproperties] jdk.debug=release [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.team.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.team.ui/3.9.200.v20211130-1532/org.eclipse.team.ui-3.9.200.v20211130-1532.jar [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.w3c.dom.events\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.w3c.dom.events/3.0.0.draft20060413_v201105210656/org.w3c.dom.events-3.0.0.draft20060413_v201105210656.jar [2022-03-20T09:08:53.550Z] [echoproperties] java.specification.vendor=Oracle Corporation [2022-03-20T09:08:53.550Z] [echoproperties] java.version.date=2019-01-15 [2022-03-20T09:08:53.550Z] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-11/11.0.2+9 [2022-03-20T09:08:53.550Z] [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/java18patch/eclipse.releng.repository.java18patch [2022-03-20T09:08:53.550Z] [echoproperties] surefire.platformSystemProperties= [2022-03-20T09:08:53.550Z] [echoproperties] project.packaging=eclipse-repository [2022-03-20T09:08:53.550Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.di/1.8.100.v20210910-0640/org.eclipse.e4.core.di-1.8.100.v20210910-0640.jar [2022-03-20T09:08:53.550Z] [echoproperties] java.specification.name=Java Platform API Specification [2022-03-20T09:08:53.550Z] [echoproperties] java.vm.specification.vendor=Oracle Corporation [2022-03-20T09:08:53.550Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-netrexx.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-netrexx.jar [2022-03-20T09:08:53.550Z] [echoproperties] cbi-releases-repo.url=https\://repo.eclipse.org/content/repositories/cbi-releases/ [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.osgi.services\:eclipse-plugin=/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.osgi.services/3.10.200.v20210723-0643/org.eclipse.osgi.services-3.10.200.v20210723-0643.jar [2022-03-20T09:08:53.551Z] [echoproperties] tycho-snapshot-repo.url=https\://repo.eclipse.org/content/repositories/tycho-snapshots/ [2022-03-20T09:08:53.551Z] [echoproperties] jgit.dirtyWorkingTree-platformDefault=ignore [2022-03-20T09:08:53.551Z] [echoproperties] eclipse.p2.atomic.composite.loading.default=true [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-commons-net.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-net.jar [2022-03-20T09:08:53.551Z] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers [2022-03-20T09:08:53.551Z] [echoproperties] macSigner.forceContinue=false [2022-03-20T09:08:53.551Z] [echoproperties] java.runtime.version=11.0.2+9 [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-jai.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jai.jar [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-swing.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-swing.jar [2022-03-20T09:08:53.551Z] [echoproperties] surefire.version=3.0.0-M5 [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-launcher.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-launcher.jar [2022-03-20T09:08:53.551Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.filebuffers/3.7.200.v20220202-1008/org.eclipse.core.filebuffers-3.7.200.v20220202-1008.jar [2022-03-20T09:08:53.551Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.filesystem/1.9.300.v20220121-1426/org.eclipse.core.filesystem-1.9.300.v20220121-1426.jar [2022-03-20T09:08:53.551Z] [echoproperties] file.encoding=UTF-8 [2022-03-20T09:08:53.551Z] [echoproperties] guice.disable.misplaced.annotation.check=true [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.ecore\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.emf.ecore/2.26.0.v20220123-0838/org.eclipse.emf.ecore-2.26.0.v20220123-0838.jar [2022-03-20T09:08:53.551Z] [echoproperties] maven.build.timestamp.format=yyyyMMdd-HHmm [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.css.swt.theme\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.13.0.v20201026-1147/org.eclipse.e4.ui.css.swt.theme-0.13.0.v20201026-1147.jar [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.search\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar [2022-03-20T09:08:53.551Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.team.core/3.9.300.v20220204-0611/org.eclipse.team.core-3.9.300.v20220204-0611.jar [2022-03-20T09:08:53.551Z] [echoproperties] java.vendor.version=18.9 [2022-03-20T09:08:53.551Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ltk.ui.refactoring\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar [2022-03-20T09:08:53.551Z] [echoproperties] tycho.version=2.7.0 [2022-03-20T09:08:53.551Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.app/1.6.100.v20211021-1418/org.eclipse.equinox.app-1.6.100.v20211021-1418.jar [2022-03-20T09:08:53.551Z] [echoproperties] surefire.systemProperties= [2022-03-20T09:08:53.552Z] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp [2022-03-20T09:08:53.552Z] [echoproperties] jgit.dirtyWorkingTree=error [2022-03-20T09:08:53.552Z] [echoproperties] java.version=11 [2022-03-20T09:08:53.552Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar [2022-03-20T09:08:53.552Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ltk.core.refactoring\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.12.100.v20210926-1112/org.eclipse.ltk.core.refactoring-3.12.100.v20210926-1112.jar [2022-03-20T09:08:53.552Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.osgi/3.17.200.v20220215-2237/org.eclipse.osgi-3.17.200.v20220215-2237.jar [2022-03-20T09:08:53.552Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.views\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.views/3.11.100.v20210816-0811/org.eclipse.ui.views-3.11.100.v20210816-0811.jar [2022-03-20T09:08:53.552Z] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification [2022-03-20T09:08:53.552Z] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.core.manipulation\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT.jar [2022-03-20T09:08:53.552Z] [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob [2022-03-20T09:08:53.552Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.editors\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.editors/3.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar [2022-03-20T09:08:53.552Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant.jar [2022-03-20T09:08:53.552Z] [echoproperties] p2.eclipse.plugin\:org.w3c.dom.svg\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.w3c.dom.svg/1.1.0.v201011041433/org.w3c.dom.svg-1.1.0.v201011041433.jar [2022-03-20T09:08:53.552Z] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib [2022-03-20T09:08:53.552Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.common/3.16.0.v20220211-2322/org.eclipse.equinox.common-3.16.0.v20220211-2322.jar [2022-03-20T09:08:53.552Z] [echoproperties] java.vendor=Oracle Corporation [2022-03-20T09:08:53.552Z] [echoproperties] classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf [2022-03-20T09:08:53.552Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.registry/3.11.100.v20211021-1418/org.eclipse.equinox.registry-3.11.100.v20211021-1418.jar [2022-03-20T09:08:53.552Z] [echoproperties] sun.io.unicode.encoding=UnicodeLittle [2022-03-20T09:08:53.552Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.variables/3.5.100.v20210721-1355/org.eclipse.core.variables-3.5.100.v20210721-1355.jar [2022-03-20T09:08:53.552Z] [echoproperties] versionRangeForPatchPDE=[3.14.1100.v20220308-0310,3.14.1149.v20220426-2027) [2022-03-20T09:08:53.552Z] [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.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.850-SNAPSHOT.jar [2022-03-20T09:08:53.552Z] [echoproperties] releaseNumberSDK=4.23 [2022-03-20T09:08:53.552Z] [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/java18patch/eclipse.releng.repository.java18patch/target/antrun/build-main.xml [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.debug\:eclipse-plugin\:jdimodel.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.eclipse.jdt.debug-3.19.100.v20220301-0551.jar/jdimodel.jar [2022-03-20T09:08:53.553Z] [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/java18patch/eclipse.releng.repository.java18patch/target [2022-03-20T09:08:53.553Z] [echoproperties] cbi.jarsigner.continueOnFail=true [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.apache.commons.jxpath\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-javamail.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-javamail.jar [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.workbench.texteditor\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.16.400.v20220218-1619/org.eclipse.ui.workbench.texteditor-3.16.400.v20220218-1619.jar [2022-03-20T09:08:53.553Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.3.0.v20210325-0750/org.eclipse.equinox.p2.repository.tools-2.3.0.v20210325-0750.jar [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.bindings\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.13.100.v20210722-1426/org.eclipse.e4.ui.bindings-0.13.100.v20210722-1426.jar [2022-03-20T09:08:53.553Z] [echoproperties] tycho.mode=extension [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.console\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar [2022-03-20T09:08:53.553Z] [echoproperties] project.groupId=eclipse.platform.releng [2022-03-20T09:08:53.553Z] [echoproperties] versionRangeForPatch=[3.18.1100.v20220308-0310,3.18.1149.v20220426-2027) [2022-03-20T09:08:53.553Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.director.app/1.2.100.v20211220-1825/org.eclipse.equinox.p2.director.app-1.2.100.v20211220-1825.jar [2022-03-20T09:08:53.553Z] [echoproperties] surefire.moduleProperties=--add-modules\=ALL-SYSTEM [2022-03-20T09:08:53.553Z] [echoproperties] user.timezone=UTC [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jface\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jface/3.25.0.v20220218-1636/org.eclipse.jface-3.25.0.v20220218-1636.jar [2022-03-20T09:08:53.553Z] [echoproperties] java.vm.specification.version=11 [2022-03-20T09:08:53.553Z] [echoproperties] os.name=Linux [2022-03-20T09:08:53.553Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.resources/3.16.100.v20220214-1012/org.eclipse.core.resources-3.16.100.v20220214-1012.jar [2022-03-20T09:08:53.553Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.databinding\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.databinding/1.11.0.v20220118-1028/org.eclipse.core.databinding-1.11.0.v20220118-1028.jar [2022-03-20T09:08:53.553Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.runtime/3.24.100.v20220211-2001/org.eclipse.core.runtime-3.24.100.v20220211-2001.jar [2022-03-20T09:08:53.553Z] [echoproperties] eclipse-p2-repo.url=NOT_FOR_PRODUCTION_USE [2022-03-20T09:08:53.553Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.expressions/3.8.100.v20210910-0640/org.eclipse.core.expressions-3.8.100.v20210910-0640.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.forms\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.forms/3.11.300.v20211022-1451/org.eclipse.ui.forms-3.11.300.v20211022-1451.jar [2022-03-20T09:08:53.554Z] [echoproperties] qualifier.format='v'yyyyMMdd-HHmm'_BETA_JAVA18' [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.gtk.linux.ppc64le\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.ppc64le/3.119.0.v20220223-1102/org.eclipse.swt.gtk.linux.ppc64le-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.554Z] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.compiler.apt\: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.compiler.apt/target/org.eclipse.jdt.compiler.apt-1.4.100-SNAPSHOT.jar [2022-03-20T09:08:53.554Z] [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/java18patch/eclipse.releng.repository.java18patch/src/test/java [2022-03-20T09:08:53.554Z] [echoproperties] user.home=/home/jenkins [2022-03-20T09:08:53.554Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.9.100.v20211011-1349/org.eclipse.e4.core.contexts-1.9.100.v20211011-1349.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.updatesite\:eclipse-plugin=/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.p2.updatesite/1.2.200.v20211013-0600/org.eclipse.equinox.p2.updatesite-1.2.200.v20211013-0600.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.views.properties.tabbed\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.100.v20201223-1348/org.eclipse.ui.views.properties.tabbed-3.9.100.v20201223-1348.jar [2022-03-20T09:08:53.554Z] [echoproperties] eclipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-junitlauncher.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junitlauncher.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.w3c.dom.smil\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.w3c.dom.smil/1.0.1.v200903091627/org.w3c.dom.smil-1.0.1.v200903091627.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.model.workbench\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.2.0.v20210727-1533/org.eclipse.e4.ui.model.workbench-2.2.0.v20210727-1533.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.ide\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.ide/3.18.500.v20220215-1304/org.eclipse.ui.ide-3.18.500.v20220215-1304.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-resolver.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-resolver.jar [2022-03-20T09:08:53.554Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.ide\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.16.0.v20210625-1251/org.eclipse.e4.ui.ide-3.16.0.v20210625-1251.jar [2022-03-20T09:08:53.554Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar [2022-03-20T09:08:53.554Z] [echoproperties] tycho.scmUrl=scm\:git\:https\://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:08:53.554Z] [echoproperties] buildType=P [2022-03-20T09:08:53.554Z] [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment [2022-03-20T09:08:53.554Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar [2022-03-20T09:08:53.555Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.navigator\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.200.v20211009-1706/org.eclipse.ui.navigator-3.10.200.v20211009-1706.jar [2022-03-20T09:08:53.555Z] [echoproperties] defaultSigning-excludeInnerJars=false [2022-03-20T09:08:53.555Z] [echoproperties] buildTimestamp=20220320-0500 [2022-03-20T09:08:53.555Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.artifact.repository/1.4.400.v20220223-1131/org.eclipse.equinox.p2.artifact.repository-1.4.400.v20220223-1131.jar [2022-03-20T09:08:53.555Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.text/3.12.0.v20210512-1644/org.eclipse.text-3.12.0.v20210512-1644.jar [2022-03-20T09:08:53.555Z] [echoproperties] p2.eclipse.plugin\:org.objectweb.asm\:eclipse-plugin=/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.objectweb.asm/9.2.0.v20210813-1119/org.objectweb.asm-9.2.0.v20210813-1119.jar [2022-03-20T09:08:53.555Z] [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/java18patch/eclipse.releng.repository.java18patch/antrunbuild.xml [2022-03-20T09:08:53.555Z] [echoproperties] tycho.env.osgi.ws=gtk [2022-03-20T09:08:53.555Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.event\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.event/1.6.100.v20211021-1418/org.eclipse.equinox.event-1.6.100.v20211021-1418.jar [2022-03-20T09:08:53.555Z] [echoproperties] path.separator=\: [2022-03-20T09:08:53.555Z] [echoproperties] cbi-snapshots-repo.url=https\://repo.eclipse.org/content/repositories/cbi-snapshots/ [2022-03-20T09:08:53.555Z] [echoproperties] os.version=5.14.14-200.fc34.x86_64 [2022-03-20T09:08:53.555Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ant.core/3.6.300.v20220214-2001/org.eclipse.ant.core-3.6.300.v20220214-2001.jar [2022-03-20T09:08:53.555Z] [echoproperties] p2.eclipse.plugin\:org.objectweb.asm.tree\:eclipse-plugin=/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.objectweb.asm.tree/9.2.0.v20210813-1119/org.objectweb.asm.tree-9.2.0.v20210813-1119.jar [2022-03-20T09:08:53.555Z] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM [2022-03-20T09:08:53.555Z] [echoproperties] cbi-plugins.version=1.3.2 [2022-03-20T09:08:53.555Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.services\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.services/1.5.0.v20210115-1333/org.eclipse.e4.ui.services-1.5.0.v20210115-1333.jar [2022-03-20T09:08:53.555Z] [echoproperties] tycho.debug.artifactcomparator=true [2022-03-20T09:08:53.555Z] [echoproperties] previous-release.baseline=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:08:53.555Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.jobs/3.12.100.v20220120-1329/org.eclipse.core.jobs-3.12.100.v20220120-1329.jar [2022-03-20T09:08:53.555Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar [2022-03-20T09:08:53.555Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0.v20210315-2228/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.v20210315-2228.jar [2022-03-20T09:08:53.555Z] [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/java18patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar [2022-03-20T09:08:53.555Z] [echoproperties] featureToPatchVersion=3.18.1100.v20220308-0310 [2022-03-20T09:08:53.555Z] [echoproperties] os.arch=amd64 [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.di.extensions.supplier\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.di.extensions.supplier/0.16.200.v20210910-0640/org.eclipse.e4.core.di.extensions.supplier-0.16.200.v20210910-0640.jar [2022-03-20T09:08:53.556Z] [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-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-log4j.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-log4j.jar [2022-03-20T09:08:53.556Z] [echoproperties] p2.userAgent=tycho/2.7.0 [2022-03-20T09:08:53.556Z] [echoproperties] compare-version-with-baselines.skip=true [2022-03-20T09:08:53.556Z] [echoproperties] surefire.testArgLine= [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.w3c.css.sac\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar [2022-03-20T09:08:53.556Z] [echoproperties] cbi-jdt-repo.url=https\://repo.eclipse.org/content/repositories/eclipse-staging/ [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.cocoa.macosx.aarch64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.aarch64/3.119.0.v20220223-1102/org.eclipse.swt.cocoa.macosx.aarch64-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.sat4j.pb\:eclipse-plugin=/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.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar [2022-03-20T09:08:53.556Z] [echoproperties] contentjarexists=true [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench.renderers.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.15.400.v20220308-0630/org.eclipse.e4.ui.workbench.renderers.swt-0.15.400.v20220308-0630.jar [2022-03-20T09:08:53.556Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.contenttype/3.8.100.v20210910-0640/org.eclipse.core.contenttype-3.8.100.v20210910-0640.jar [2022-03-20T09:08:53.556Z] [echoproperties] java.vm.info=mixed mode [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:com.sun.jna\:eclipse-plugin=/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/com.sun.jna/5.8.0.v20210503-0343/com.sun.jna-5.8.0.v20210503-0343.jar [2022-03-20T09:08:53.556Z] [echoproperties] java.class.version=55.0 [2022-03-20T09:08:53.556Z] [echoproperties] ant.project.default-target=default [2022-03-20T09:08:53.556Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin.equinox/1.2.100.v20210703-1540/org.eclipse.equinox.frameworkadmin.equinox-1.2.100.v20210703-1540.jar [2022-03-20T09:08:53.556Z] [echoproperties] awt.toolkit=sun.awt.X11.XToolkit [2022-03-20T09:08:53.556Z] [echoproperties] ant.project.name=maven-antrun- [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:com.sun.jna.platform\:eclipse-plugin=/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/com.sun.jna.platform/5.8.0.v20210406-1004/com.sun.jna.platform-5.8.0.v20210406-1004.jar [2022-03-20T09:08:53.556Z] [echoproperties] sun.jnu.encoding=UTF-8 [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.apache.batik.css\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.batik.css/1.14.0.v20210324-0332/org.apache.batik.css-1.14.0.v20210324-0332.jar [2022-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.osgi.util\:eclipse-plugin=/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.osgi.util/3.6.100.v20210723-1119/org.eclipse.osgi.util-3.6.100.v20210723-1119.jar [2022-03-20T09:08:53.556Z] [echoproperties] project.name=eclipse.releng.repository.java18patch [2022-03-20T09:08:53.556Z] [echoproperties] cbi-ecj-version=3.29.0.v20220214-1307 [2022-03-20T09:08:53.556Z] [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-03-20T09:08:53.556Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.common\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.emf.common/2.24.0.v20220123-0838/org.eclipse.emf.common-2.24.0.v20220123-0838.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.databinding.observable\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.12.0.v20211231-1006/org.eclipse.core.databinding.observable-1.12.0.v20211231-1006.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.apache.batik.util\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.batik.util/1.14.0.v20210324-0332/org.apache.batik.util-1.14.0.v20210324-0332.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-commons-logging.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-commons-logging.jar [2022-03-20T09:08:53.557Z] [echoproperties] maven.home=/opt/tools/apache-maven/latest [2022-03-20T09:08:53.557Z] [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/java18patch/org.eclipse.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.help\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.help/3.9.100.v20210721-0601/org.eclipse.help-3.9.100.v20210721-0601.jar [2022-03-20T09:08:53.557Z] [echoproperties] project.artifactId=eclipse.releng.repository.java18patch [2022-03-20T09:08:53.557Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.2.0.v20210316-1209/org.eclipse.equinox.p2.garbagecollector-1.2.0.v20210316-1209.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.sat4j.core\:eclipse-plugin=/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.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar [2022-03-20T09:08:53.557Z] [echoproperties] project.version=1.2.300-SNAPSHOT [2022-03-20T09:08:53.557Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar [2022-03-20T09:08:53.557Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.pde.core/3.15.100.v20220221-1314/org.eclipse.pde.core-3.15.100.v20220221-1314.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui/3.201.0.v20220124-1108/org.eclipse.ui-3.201.0.v20220124-1108.jar [2022-03-20T09:08:53.557Z] [echoproperties] file.separator=/ [2022-03-20T09:08:53.557Z] [echoproperties] java.vm.compressedOopsMode=Zero based [2022-03-20T09:08:53.557Z] [echoproperties] line.separator=\n [2022-03-20T09:08:53.557Z] [echoproperties] buildQualifier=v20220320-0804_BETA_JAVA18 [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.apache.batik.i18n\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.batik.i18n/1.14.0.v20210324-0332/org.apache.batik.i18n-1.14.0.v20210324-0332.jar [2022-03-20T09:08:53.557Z] [echoproperties] p2.eclipse.plugin\:org.bouncycastle.bcprov\:eclipse-plugin=/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.bouncycastle.bcprov/1.70.0.v20220105-1522/org.bouncycastle.bcprov-1.70.0.v20220105-1522.jar [2022-03-20T09:08:53.557Z] [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/java18patch/org.eclipse.jdt-feature-dummy/target/org.eclipse.jdt-3.18.1100.v20220308-0310.jar [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:com.ibm.icu\:eclipse-plugin=/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/com.ibm.icu/67.1.0.v20200706-1749/com.ibm.icu-67.1.0.v20200706-1749.jar [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.gtk.linux.x86_64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.119.0.v20220223-1102/org.eclipse.swt.gtk.linux.x86_64-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jface.text\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar [2022-03-20T09:08:53.558Z] [echoproperties] releaseNumberPlatform=4.23 [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.dialogs\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.3.200.v20211210-1500/org.eclipse.e4.ui.dialogs-1.3.200.v20211210-1500.jar [2022-03-20T09:08:53.558Z] [echoproperties] user.name=jenkins [2022-03-20T09:08:53.558Z] [echoproperties] osgi.framework.useSystemProperties=false [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-testutil.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-testutil.jar [2022-03-20T09:08:53.558Z] [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/java18patch/org.eclipse.pde-feature-dummy/target/org.eclipse.pde-3.14.1100.v20220308-0310.jar [2022-03-20T09:08:53.558Z] [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-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.apache.felix.scr\:eclipse-plugin=/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.apache.felix.scr/2.1.24.v20200924-1939/org.apache.felix.scr-2.1.24.v20200924-1939.jar [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-xz.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-xz.jar [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.core.di.extensions\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.17.100.v20210910-0640/org.eclipse.e4.core.di.extensions-0.17.100.v20210910-0640.jar [2022-03-20T09:08:53.558Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-jmf.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jmf.jar [2022-03-20T09:08:53.558Z] [echoproperties] sun.os.patch.level=unknown [2022-03-20T09:08:53.558Z] [echoproperties] ant.version=Apache Ant(TM) version 1.9.14 compiled on March 12 2019 [2022-03-20T09:08:53.558Z] [echoproperties] org.eclipse.jdt.feature\:org.eclipse.jdt.java18patch\: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/java18patch/org.eclipse.jdt.java18patch/target/org.eclipse.jdt.java18patch-1.2.300-SNAPSHOT.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:javax.annotation\:eclipse-plugin=/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/javax.annotation/1.3.5.v20200909-1856/javax.annotation-1.3.5.v20200909-1856.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.databinding.property\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.databinding.property/1.9.0.v20210619-1129/org.eclipse.core.databinding.property-1.9.0.v20210619-1129.jar [2022-03-20T09:08:53.559Z] [echoproperties] comparator.repo=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:08:53.559Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.5.200.v20220127-1112/org.eclipse.equinox.p2.director-2.5.200.v20220127-1112.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-xalan2.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-xalan2.jar [2022-03-20T09:08:53.559Z] [echoproperties] maven.repo.local=localMavenRepo [2022-03-20T09:08:53.559Z] [echoproperties] library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native [2022-03-20T09:08:53.559Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.100.v20210615-1334/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100.v20210615-1334.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-bcel.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bcel.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-imageio.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-imageio.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.ecore.xmi\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar [2022-03-20T09:08:53.559Z] [echoproperties] releaseName=2022-03 [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.css.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.14.400.v20211026-1534/org.eclipse.e4.ui.css.swt-0.14.400.v20211026-1534.jar [2022-03-20T09:08:53.559Z] [echoproperties] tycho.env.osgi.arch=x86_64 [2022-03-20T09:08:53.559Z] [echoproperties] java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar [2022-03-20T09:08:53.559Z] [echoproperties] tests.ignoredWarnings=-warn\:-deprecation,raw,unchecked,discouraged,warningToken [2022-03-20T09:08:53.559Z] [echoproperties] java.vm.vendor=Oracle Corporation [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench3\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.16.0.v20210619-0956/org.eclipse.e4.ui.workbench3-0.16.0.v20210619-0956.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench.addons.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.4.400.v20211102-0453/org.eclipse.e4.ui.workbench.addons.swt-1.4.400.v20211102-0453.jar [2022-03-20T09:08:53.559Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator/1.4.0.v20210315-2228/org.eclipse.equinox.simpleconfigurator-1.4.0.v20210315-2228.jar [2022-03-20T09:08:53.559Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-bsf.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-bsf.jar [2022-03-20T09:08:53.559Z] [echoproperties] maven.conf=/opt/tools/apache-maven/latest/conf [2022-03-20T09:08:53.560Z] [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/java18patch/eclipse.releng.repository.java18patch/target/classes [2022-03-20T09:08:53.560Z] [echoproperties] ant.file.type.maven-antrun-=file [2022-03-20T09:08:53.560Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.urischeme\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.urischeme/1.2.100.v20211001-1648/org.eclipse.urischeme-1.2.100.v20211001-1648.jar [2022-03-20T09:08:53.560Z] [echoproperties] sun.java.launcher=SUN_STANDARD [2022-03-20T09:08:53.560Z] [echoproperties] user.country=US [2022-03-20T09:08:53.560Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.compare\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.compare/3.8.300.v20220121-1000/org.eclipse.compare-3.8.300.v20220121-1000.jar [2022-03-20T09:08:53.560Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.2.200.v20220207-0719/org.eclipse.equinox.p2.jarprocessor-1.2.200.v20220207-0719.jar [2022-03-20T09:08:53.560Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.compare.core/3.6.1000.v20201020-1107/org.eclipse.compare.core-3.6.1000.v20201020-1107.jar [2022-03-20T09:08:53.560Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.metadata.repository/1.4.0.v20210315-2228/org.eclipse.equinox.p2.metadata.repository-1.4.0.v20210315-2228.jar [2022-03-20T09:08:53.560Z] [echoproperties] qualifiedVersion=1.2.300.v20220320-0804_BETA_JAVA18 [2022-03-20T09:08:53.560Z] [echoproperties] sun.cpu.endian=little [2022-03-20T09:08:53.560Z] [echoproperties] user.language=en [2022-03-20T09:08:53.560Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.emf.ecore.change\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.14.0.v20190528-0725/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar [2022-03-20T09:08:53.560Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.di\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.di/1.4.0.v20210621-1133/org.eclipse.e4.ui.di-1.4.0.v20210621-1133.jar [2022-03-20T09:08:53.560Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-jdepend.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jdepend.jar [2022-03-20T09:08:53.560Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar [2022-03-20T09:08:53.560Z] [echoproperties] featureToPatchPDE=org.eclipse.pde [2022-03-20T09:08:53.560Z] [echoproperties] ant.java.version=11 [2022-03-20T09:08:53.560Z] [echoproperties] org.eclipse.pde.feature\:org.eclipse.pde.java18patch\: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/java18patch/org.eclipse.pde.java18patch/target/org.eclipse.pde.java18patch-1.2.300-SNAPSHOT.jar [2022-03-20T09:08:53.560Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.security/1.3.900.v20220108-1321/org.eclipse.equinox.security-1.3.900.v20220108-1321.jar [2022-03-20T09:08:53.561Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.bouncycastle.bcpg/1.70.0.v20220105-1522/org.bouncycastle.bcpg-1.70.0.v20220105-1522.jar [2022-03-20T09:08:53.561Z] [echoproperties] org.eclipse.pde\:org.eclipse.pde.build\: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.build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.11.150-SNAPSHOT.jar [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-regexp.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-regexp.jar [2022-03-20T09:08:53.561Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.6.0.v20220215-0840/org.eclipse.equinox.p2.repository-2.6.0.v20220215-0840.jar [2022-03-20T09:08:53.561Z] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.launching\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.bidi\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.bidi/1.4.100.v20211021-1418/org.eclipse.equinox.bidi-1.4.100.v20211021-1418.jar [2022-03-20T09:08:53.561Z] [echoproperties] java.runtime.name=OpenJDK Runtime Environment [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.css.core\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.200.v20211022-1402/org.eclipse.e4.ui.css.core-0.13.200.v20211022-1402.jar [2022-03-20T09:08:53.561Z] [echoproperties] eclipserun-repo=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:08:53.561Z] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.compiler.tool\: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.compiler.tool/target/org.eclipse.jdt.compiler.tool-1.3.150-SNAPSHOT.jar [2022-03-20T09:08:53.561Z] [echoproperties] ant.project.invoked-targets=preTransform [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-apache-oro.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-apache-oro.jar [2022-03-20T09:08:53.561Z] [echoproperties] unqualifiedVersion=1.2.300 [2022-03-20T09:08:53.561Z] [echoproperties] project.build.sourceEncoding=UTF-8 [2022-03-20T09:08:53.561Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.100.v20210910-0640/org.eclipse.e4.core.services-2.3.100.v20210910-0640.jar [2022-03-20T09:08:53.561Z] [echoproperties] skipTests=true [2022-03-20T09:08:53.561Z] [echoproperties] featureToPatch=org.eclipse.jdt [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.workbench\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar [2022-03-20T09:08:53.561Z] [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.9.14/ant-1.9.14.jar [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-jsch.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-jsch.jar [2022-03-20T09:08:53.561Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-antlr.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-antlr.jar [2022-03-20T09:08:53.561Z] [echoproperties] java.vendor.url.bug=http\://bugreport.java.com/bugreport/ [2022-03-20T09:08:53.562Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.preferences/3.9.100.v20211021-1418/org.eclipse.equinox.preferences-3.9.100.v20211021-1418.jar [2022-03-20T09:08:53.562Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.core.commands/3.10.100.v20210722-1426/org.eclipse.core.commands-3.10.100.v20210722-1426.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-junit4.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit4.jar [2022-03-20T09:08:53.562Z] [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-03-20T09:08:53.562Z] [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.29.50-SNAPSHOT.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.widgets\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.3.0.v20210621-1136/org.eclipse.e4.ui.widgets-1.3.0.v20210621-1136.jar [2022-03-20T09:08:53.562Z] [echoproperties] buildId=P20220320-0500 [2022-03-20T09:08:53.562Z] [echoproperties] featureToPatchVersionPDE=3.14.1100.v20220308-0310 [2022-03-20T09:08:53.562Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.7.100.v20210910-0640/org.eclipse.e4.core.di.annotations-1.7.100.v20210910-0640.jar [2022-03-20T09:08:53.562Z] [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/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.7.300.v20220209-1714/org.eclipse.equinox.p2.engine-2.7.300.v20220209-1714.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.debug.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.13.100.v20211019-0756/org.eclipse.e4.ui.workbench-1.13.100.v20211019-0756.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.apache.commons.logging\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.navigator.resources\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.8.400.v20220203-1803/org.eclipse.ui.navigator.resources-3.8.400.v20220203-1803.jar [2022-03-20T09:08:53.562Z] [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/java18patch/eclipse.releng.repository.java18patch/src/main/java [2022-03-20T09:08:53.562Z] [echoproperties] tycho.env.osgi.os=linux [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt.cocoa.macosx.x86_64\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt.cocoa.macosx.x86_64/3.119.0.v20220223-1102/org.eclipse.swt.cocoa.macosx.x86_64-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.562Z] [echoproperties] java.vm.version=11.0.2+9 [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.swt/3.119.0.v20220223-1102/org.eclipse.swt-3.119.0.v20220223-1102.jar [2022-03-20T09:08:53.562Z] [echoproperties] p2.eclipse.plugin\:org.tukaani.xz\:eclipse-plugin=/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.tukaani.xz/1.9.0.v20210624-1259/org.tukaani.xz-1.9.0.v20210624-1259.jar [2022-03-20T09:08:53.563Z] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.ui\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.26.50-SNAPSHOT.jar [2022-03-20T09:08:53.563Z] [echoproperties] p2.eclipse.plugin\:org.apache.ant\:eclipse-plugin\:lib/ant-junit.jar=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/.cache/tycho/org.apache.ant-1.10.12.v20211102-1452.jar/lib/ant-junit.jar [2022-03-20T09:08:53.563Z] [echoproperties] maven.project.dependencies.versions=1.2.300-SNAPSHOT\:1.2.300-SNAPSHOT\:1.4.100-SNAPSHOT\:3.17.200.v20220215-2237\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:3.10.100.v20210722-1426\:3.16.0.v20220211-2322\:3.8.100.v20210910-0640\:3.9.100.v20211021-1418\:3.11.100.v20211021-1418\:3.8.100.v20210910-0640\:3.24.100.v20220211-2001\:1.9.300.v20220121-1426\:3.12.100.v20220120-1329\:3.16.100.v20220214-1012\:1.6.100.v20211021-1418\:3.12.0.v20210512-1644\:3.29.50-SNAPSHOT\:3.6.1000.v20201020-1107\:3.9.300.v20220204-0611\:1.3.150-SNAPSHOT\:1.16.0-SNAPSHOT\:3.7.200.v20220202-1008\:3.5.100.v20210721-1355\:3.19.0.v20220125-2302\:3.12.100.v20210926-1112\:3.19.100.v20220301-0551\:3.19.550-SNAPSHOT\:1.1.300-SNAPSHOT\:3.18.1100.v20220308-0310\:3.26.50-SNAPSHOT\:67.1.0.v20200706-1749\:5.8.0.v20210503-0343\:5.8.0.v20210406-1004\:1.3.5.v20200909-1856\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:2.6.0.v20210409-0748\:1.1.0.v201011041433\:3.0.0.draft20060413_v201105210656\:1.3.1.v200903091627\:2.8.0.v20210415-0900\:1.2.0.v20180409-1502\:2.1.24.v20200924-1939\:3.10.200.v20210723-0643\:3.6.100.v20210723-1119\:1.70.0.v20220105-1522\:1.70.0.v20220105-1522\:3.8.300.v20220121-1000\:3.201.0.v20220124-1108\:3.20.0.v20220218-1549\:3.18.500.v20220215-1304\:3.11.100.v20210816-0811\:3.16.400.v20220218-1619\:3.14.300.v20210913-0815\:3.11.300.v20211022-1451\:1.11.0.v20220118-1028\:1.12.0.v20211231-1006\:1.9.0.v20210619-1129\:3.16.0.v20220228-0706\:3.11.100.v20210721-1355\:3.9.100.v20210721-0601\:3.25.0.v20220218-1636\:3.125.0.v20220308-0722\:1.5.0.v20210115-1333\:1.0.100.v20211204-1536\:1.8.100.v20210910-0640\:1.0.0.v20091030\:1.9.100.v20211011-1349\:2.3.100.v20210910-0640\:1.7.100.v20210910-0640\:0.17.100.v20210910-0640\:0.16.200.v20210910-0640\:0.3.0.v20210722-1426\:1.3.0.v200911051830\:2.26.0.v20220123-0838\:0.13.100.v20210722-1426\:3.119.0.v20220223-1102\:0.13.200.v20211022-1402\:0.14.400.v20211026-1534\:0.13.0.v20201026-1147\:1.4.0.v20210621-1133\:1.3.200.v20211210-1500\:3.16.0.v20210625-1251\:2.2.0.v20210727-1533\:1.6.100.v20211021-1418\:1.3.0.v20210621-1136\:1.13.100.v20211019-0756\:2.14.0.v20190528-0725\:2.16.0.v20190528-0725\:1.4.400.v20211102-0453\:0.15.400.v20220308-0630\:0.16.400.v20220222-1128\:1.13.0.v20210619-1146\:0.16.0.v20210619-0956\:1.2.100.v20211001-1648\:2.24.0.v20220123-0838\:1.4.100.v20211021-1418\:1.4.400.v20220223-1131\:2.6.100.v20210813-0606\:1.9.0.v20210624-1259\:2.9.0.v20220210-1157\:1.2.200.v20220207-0719\:2.6.0.v20220215-0840\:2.7.300.v20220209-1714\:1.4.0.v20210315-2228\:1.3.900.v20220108-1321\:3.14.100.v20220120-1549\:3.9.200.v20211130-1532\:3.12.0.v20210618-1953\:3.10.200.v20211009-1706\:3.8.400.v20220203-1803\:3.119.0.v20220223-1102\:3.9.100.v20201223-1348\:1.0.1.v200903091627\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:1.2.850-SNAPSHOT\:3.6.300.v20220214-2001\:2.2.0.v20210315-2042\:1.2.100.v20210703-1540\:2.5.200.v20220127-1112\:2.3.5.v201308161310\:2.3.5.v201404071733\:1.4.0.v20210315-2228\:1.2.100.v20211220-1825\:1.2.0.v20210316-1209\:1.7.0.v20220127-1312\:1.4.2.v20220127-1658\:2.2.0.v20210315-2228\:2.3.0.v20210325-0750\:2.3.100.v20210615-1334\:3.15.100.v20220221-1314\:9.2.0.v20210813-1119\:9.2.0.v20210813-1119\:3.11.150-SNAPSHOT\:1.2.200.v20211013-0600\:1.1.300-SNAPSHOT\:3.14.1100.v20220308-0310\: [2022-03-20T09:08:53.563Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.e4.ui.workbench.swt\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.16.400.v20220222-1128/org.eclipse.e4.ui.workbench.swt-0.16.400.v20220222-1128.jar [2022-03-20T09:08:53.563Z] [echoproperties] p2.eclipse.plugin\:org.apache.xmlgraphics\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.apache.xmlgraphics/2.6.0.v20210409-0748/org.apache.xmlgraphics-2.6.0.v20210409-0748.jar [2022-03-20T09:08:53.563Z] [WARNING] [echo] unzip content.jar, for xslt transform [2022-03-20T09:08:53.563Z] [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/java18patch/eclipse.releng.repository.java18patch/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/java18patch/eclipse.releng.repository.java18patch/target/repository [2022-03-20T09:08:53.563Z] [WARNING] [echo] backup, of originals, just to help debugging [2022-03-20T09:08:53.564Z] [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/java18patch/eclipse.releng.repository.java18patch/target/backup [2022-03-20T09:08:53.564Z] [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/java18patch/eclipse.releng.repository.java18patch/target/backup [2022-03-20T09:08:53.564Z] [INFO] Executed tasks [2022-03-20T09:08:53.564Z] [INFO] [2022-03-20T09:08:53.564Z] [INFO] --- xml-maven-plugin:1.0.2:transform (transformForExactVersionRange) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:53.564Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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 39 kB/s) [2022-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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 131 kB/s) [2022-03-20T09:08:53.821Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-03-20T09:08:53.821Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-03-20T09:08:53.821Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-03-20T09:08:53.821Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-03-20T09:08:53.821Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-03-20T09:08:53.821Z] [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-03-20T09:08:53.821Z] [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 9.4 MB/s) [2022-03-20T09:08:53.821Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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 79 kB/s) [2022-03-20T09:08:54.079Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom [2022-03-20T09:08:54.079Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom [2022-03-20T09:08:54.079Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom [2022-03-20T09:08:54.079Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [2022-03-20T09:08:54.079Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom [2022-03-20T09:08:54.079Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [2022-03-20T09:08:54.079Z] [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 3.4 MB/s) [2022-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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 136 kB/s) [2022-03-20T09:08:54.079Z] [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-03-20T09:08:54.079Z] [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-03-20T09:08:54.080Z] [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-03-20T09:08:54.080Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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 106 kB/s) [2022-03-20T09:08:54.337Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom [2022-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 3.7 MB/s) [2022-03-20T09:08:54.337Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/24/commons-parent-24.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [2022-03-20T09:08:54.337Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom [2022-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar [2022-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.jar [2022-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.337Z] [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-03-20T09:08:54.338Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar [2022-03-20T09:08:54.594Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.jar [2022-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.jar [2022-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [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-03-20T09:08:54.595Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 4.4 MB/s) [2022-03-20T09:08:54.595Z] [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 4.3 MB/s) [2022-03-20T09:08:54.595Z] [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 1.1 MB/s) [2022-03-20T09:08:54.595Z] [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 7.9 MB/s) [2022-03-20T09:08:54.595Z] [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 10 MB/s) [2022-03-20T09:08:54.855Z] [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/java18patch/eclipse.releng.repository.java18patch/target/repository/content.xml [2022-03-20T09:08:54.855Z] [INFO] Transformed 1 file(s). [2022-03-20T09:08:54.855Z] [INFO] [2022-03-20T09:08:54.855Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-categories (categories-java18patch) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:54.855Z] [INFO] [2022-03-20T09:08:54.855Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:assemble-repository (assemble-java18patch) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:54.855Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:54.855Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:54.855Z] [2022-03-20T09:08:55.163Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:55.163Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:55.163Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:55.163Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:55.163Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:55.163Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:55.164Z] [2022-03-20T09:08:55.164Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:55.164Z] [2022-03-20T09:08:55.164Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:55.164Z] [2022-03-20T09:08:55.164Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:55.164Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:55.165Z] [2022-03-20T09:08:55.165Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743]. [2022-03-20T09:08:55.165Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559]. [2022-03-20T09:08:55.165Z] [2022-03-20T09:08:55.469Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:55.777Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:55.777Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:55.778Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:55.778Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:55.778Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:55.778Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:55.778Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:55.778Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:55.778Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:55.778Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:55.778Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:55.779Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:55.779Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:55.779Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:55.779Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.build [3.11.100.v20210916-0743,3.11.100.v20210916-0743].; Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.apt [1.4.50.v20210914-1429,1.4.50.v20210914-1429].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.compiler.tool [1.3.100.v20211201-1611,1.3.100.v20211201-1611].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core [3.29.0.v20220214-1307,3.29.0.v20220214-1307].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.core.manipulation [1.16.0.v20220214-0655,1.16.0.v20220214-0655].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.19.500.v20220125-2008,3.19.500.v20220125-2008].; Unable to satisfy dependency from org.eclipse.jdt.feature.group 3.18.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.26.0.v20220222-0629,3.26.0.v20220222-0629].] [2022-03-20T09:08:55.779Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-20T09:08:55.779Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-20T09:08:57.674Z] [INFO] [2022-03-20T09:08:57.674Z] [INFO] --- maven-antrun-plugin:3.0.0:run (jar-content-xml) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:57.674Z] [INFO] Executing tasks [2022-03-20T09:08:57.674Z] [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/java18patch/eclipse.releng.repository.java18patch/target/repository/content.jar [2022-03-20T09:08:57.674Z] [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/java18patch/eclipse.releng.repository.java18patch/target/repository/content.jar [2022-03-20T09:08:57.674Z] [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/java18patch/eclipse.releng.repository.java18patch/target/backup [2022-03-20T09:08:57.675Z] [INFO] Executed tasks [2022-03-20T09:08:57.675Z] [INFO] [2022-03-20T09:08:57.675Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:archive-repository (archive-java18patch) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:57.675Z] [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/java18patch/eclipse.releng.repository.java18patch/target/Java18EarlyAccessPatchRepo.zip [2022-03-20T09:08:58.613Z] [INFO] [2022-03-20T09:08:58.613Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:58.613Z] [INFO] Skipped [2022-03-20T09:08:58.613Z] [INFO] [2022-03-20T09:08:58.613Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:58.613Z] [INFO] [2022-03-20T09:08:58.613Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse.releng.repository.java18patch --- [2022-03-20T09:08:58.613Z] [INFO] ------------------------------------------------------------------------ [2022-03-20T09:08:58.613Z] [INFO] Reactor Summary: [2022-03-20T09:08:58.613Z] [INFO] [2022-03-20T09:08:58.613Z] [INFO] eclipse-platform-parent 4.23.0-SNAPSHOT ............ SUCCESS [ 10.374 s] [2022-03-20T09:08:58.613Z] [INFO] eclipse-sdk-prereqs 4.23.0-SNAPSHOT ................ SUCCESS [ 1.650 s] [2022-03-20T09:08:58.613Z] [INFO] eclipse.platform.releng.java18patch 4.23.0-SNAPSHOT SUCCESS [ 0.007 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 14.793 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt 3.18.1100.v20220308-0310 ........... SUCCESS [ 2.105 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.pde.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 3.085 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.pde 3.14.1100.v20220308-0310 ........... SUCCESS [ 1.147 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.core 3.29.50-SNAPSHOT .............. SUCCESS [ 40.843 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.compiler.tool 1.3.150-SNAPSHOT ..... SUCCESS [ 9.676 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.compiler.apt 1.4.100-SNAPSHOT ...... SUCCESS [ 10.104 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.launching 3.19.550-SNAPSHOT ........ SUCCESS [ 9.759 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.core.manipulation 1.16.0-SNAPSHOT .. SUCCESS [ 10.186 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.ui 3.26.50-SNAPSHOT ................ SUCCESS [ 36.917 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.pde.build 3.11.150-SNAPSHOT ............ SUCCESS [ 6.856 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.pde.api.tools 1.2.850-SNAPSHOT ......... SUCCESS [ 9.304 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.jdt.java18patch 1.2.300-SNAPSHOT ....... SUCCESS [ 2.640 s] [2022-03-20T09:08:58.613Z] [INFO] org.eclipse.pde.java18patch 1.2.300-SNAPSHOT ....... SUCCESS [ 2.256 s] [2022-03-20T09:08:58.613Z] [INFO] eclipse.releng.repository.java18patch 1.2.300-SNAPSHOT SUCCESS [ 15.985 s] [2022-03-20T09:08:58.613Z] [INFO] ------------------------------------------------------------------------ [2022-03-20T09:08:58.613Z] [INFO] BUILD SUCCESS [2022-03-20T09:08:58.613Z] [INFO] ------------------------------------------------------------------------ [2022-03-20T09:08:58.613Z] [INFO] Total time: 03:54 min [2022-03-20T09:08:58.613Z] [INFO] Finished at: 2022-03-20T09:08:58Z [2022-03-20T09:08:58.614Z] [INFO] ------------------------------------------------------------------------ [2022-03-20T09:08:59.545Z] + [[ 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-03-20T09:09:00.152Z] 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-jfxbz-qwznm [Pipeline] { [Pipeline] sh [2022-03-20T09:09:03.055Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:09:03.056Z] + bash -x ./mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.056Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log [2022-03-20T09:09:03.056Z] + set -e [2022-03-20T09:09:03.056Z] + '[' 1 -ne 1 ']' [2022-03-20T09:09:03.056Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource [2022-03-20T09:09:03.056Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.056Z] ++ export TIMESTAMP=20220320-0500 [2022-03-20T09:09:03.056Z] ++ TIMESTAMP=20220320-0500 [2022-03-20T09:09:03.056Z] ++ export 'BUILD_PRETTY_DATE=Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:09:03.056Z] ++ BUILD_PRETTY_DATE='Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:09:03.056Z] ++ export BRANCH=R4_23_maintenance [2022-03-20T09:09:03.056Z] ++ BRANCH=R4_23_maintenance [2022-03-20T09:09:03.056Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:09:03.056Z] ++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:09:03.056Z] ++ export PATCH_BUILD=java18patch [2022-03-20T09:09:03.056Z] ++ PATCH_BUILD=java18patch [2022-03-20T09:09:03.056Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-20T09:09:03.056Z] ++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-20T09:09:03.056Z] ++ export BUILD_TYPE=P [2022-03-20T09:09:03.056Z] ++ BUILD_TYPE=P [2022-03-20T09:09:03.056Z] ++ export TESTED_BUILD_TYPE=P [2022-03-20T09:09:03.056Z] ++ TESTED_BUILD_TYPE=P [2022-03-20T09:09:03.056Z] ++ export RELEASE_VER=4.23 [2022-03-20T09:09:03.056Z] ++ RELEASE_VER=4.23 [2022-03-20T09:09:03.056Z] ++ export STREAM=4.23.0 [2022-03-20T09:09:03.056Z] ++ STREAM=4.23.0 [2022-03-20T09:09:03.056Z] ++ export STREAMMajor=4 [2022-03-20T09:09:03.056Z] ++ STREAMMajor=4 [2022-03-20T09:09:03.056Z] ++ export STREAMMinor=23 [2022-03-20T09:09:03.056Z] ++ STREAMMinor=23 [2022-03-20T09:09:03.056Z] ++ export STREAMService=0 [2022-03-20T09:09:03.056Z] ++ STREAMService=0 [2022-03-20T09:09:03.056Z] ++ export GIT_ROOT=git@github.com: [2022-03-20T09:09:03.056Z] ++ GIT_ROOT=git@github.com: [2022-03-20T09:09:03.056Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:09:03.056Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:09:03.056Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:09:03.056Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:09:03.056Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:09:03.056Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:09:03.056Z] ++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:09:03.056Z] ++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:09:03.056Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:09:03.056Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:09:03.056Z] ++ export TMP_DIR=tmp [2022-03-20T09:09:03.056Z] ++ TMP_DIR=tmp [2022-03-20T09:09:03.056Z] ++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:09:03.056Z] ++ DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:09:03.056Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:09:03.056Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:09:03.056Z] ++ export LOCAL_REPO=localMavenRepo [2022-03-20T09:09:03.056Z] ++ LOCAL_REPO=localMavenRepo [2022-03-20T09:09:03.056Z] ++ export BASEBUILDER_TAG=4.22 [2022-03-20T09:09:03.057Z] ++ BASEBUILDER_TAG=4.22 [2022-03-20T09:09:03.057Z] ++ export API_PREV_REF_LABEL=4.22 [2022-03-20T09:09:03.057Z] ++ API_PREV_REF_LABEL=4.22 [2022-03-20T09:09:03.057Z] ++ export API_FREEZE_REF_LABEL= [2022-03-20T09:09:03.057Z] ++ API_FREEZE_REF_LABEL= [2022-03-20T09:09:03.057Z] ++ export 'FREEZE_PARAMS= ' [2022-03-20T09:09:03.057Z] ++ FREEZE_PARAMS=' ' [2022-03-20T09:09:03.057Z] ++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:09:03.057Z] ++ PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:09:03.057Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:09:03.057Z] ++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:09:03.057Z] ++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:09:03.057Z] ++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:09:03.057Z] ++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:09:03.057Z] ++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:09:03.057Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:09:03.057Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:09:03.057Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:09:03.057Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:09:03.057Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:09:03.057Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:09:03.057Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:09:03.057Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:09:03.057Z] ++ export MAVEN_OPTS=-Xmx6G [2022-03-20T09:09:03.057Z] ++ MAVEN_OPTS=-Xmx6G [2022-03-20T09:09:03.057Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:09:03.057Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:09:03.057Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.057Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.057Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:09:03.057Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:09:03.057Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:09:03.057Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:09:03.057Z] ++ export BUILD_ID=P20220320-0500 [2022-03-20T09:09:03.057Z] ++ BUILD_ID=P20220320-0500 [2022-03-20T09:09:03.057Z] ++ export BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.057Z] ++ BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.057Z] ++ export EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.057Z] ++ EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.057Z] ++ export EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:09:03.057Z] ++ EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:09:03.057Z] ++ 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-03-20T09:09:03.057Z] ++ 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-03-20T09:09:03.057Z] ++ 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-03-20T09:09:03.057Z] ++ 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-03-20T09:09:03.058Z] ++ 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-03-20T09:09:03.058Z] ++ 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-03-20T09:09:03.058Z] ++ 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-03-20T09:09:03.058Z] ++ 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-03-20T09:09:03.058Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220320-0500 [2022-03-20T09:09:03.058Z] + JavaCMD=/opt/tools/java/openjdk/jdk-11/latest/bin/java [2022-03-20T09:09:03.058Z] + 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/P20220320-0500/mavenproperties.properties [2022-03-20T09:09:03.058Z] + echo java18patch [2022-03-20T09:09:03.058Z] java18patch [2022-03-20T09:09:03.058Z] + PATCH_BUILD_GENERIC=java18patch [2022-03-20T09:09:03.058Z] + 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/java18patch/eclipse.releng.repository.java18patch/target/repository [2022-03-20T09:09:03.058Z] + '[' -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/java18patch/eclipse.releng.repository.java18patch/target/repository ']' [2022-03-20T09:09:03.058Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/eclipse.releng.repository.java18patch/target/repository [2022-03-20T09:09:03.058Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/eclipse.releng.repository.java18patch/target/repository ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:09:03.058Z] + cp -r artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220320-0500 [2022-03-20T09:09:03.058Z] + popd [2022-03-20T09:09:03.058Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:09:03.058Z] + [[ 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-03-20T09:09:03.686Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.687Z] +++ export TIMESTAMP=20220320-0500 [2022-03-20T09:09:03.687Z] +++ TIMESTAMP=20220320-0500 [2022-03-20T09:09:03.687Z] +++ export 'BUILD_PRETTY_DATE=Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:09:03.687Z] +++ BUILD_PRETTY_DATE='Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:09:03.687Z] +++ export BRANCH=R4_23_maintenance [2022-03-20T09:09:03.687Z] +++ BRANCH=R4_23_maintenance [2022-03-20T09:09:03.687Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:09:03.687Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:09:03.687Z] +++ export PATCH_BUILD=java18patch [2022-03-20T09:09:03.687Z] +++ PATCH_BUILD=java18patch [2022-03-20T09:09:03.687Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-20T09:09:03.687Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-20T09:09:03.687Z] +++ export BUILD_TYPE=P [2022-03-20T09:09:03.687Z] +++ BUILD_TYPE=P [2022-03-20T09:09:03.687Z] +++ export TESTED_BUILD_TYPE=P [2022-03-20T09:09:03.687Z] +++ TESTED_BUILD_TYPE=P [2022-03-20T09:09:03.687Z] +++ export RELEASE_VER=4.23 [2022-03-20T09:09:03.687Z] +++ RELEASE_VER=4.23 [2022-03-20T09:09:03.687Z] +++ export STREAM=4.23.0 [2022-03-20T09:09:03.687Z] +++ STREAM=4.23.0 [2022-03-20T09:09:03.687Z] +++ export STREAMMajor=4 [2022-03-20T09:09:03.687Z] +++ STREAMMajor=4 [2022-03-20T09:09:03.687Z] +++ export STREAMMinor=23 [2022-03-20T09:09:03.687Z] +++ STREAMMinor=23 [2022-03-20T09:09:03.687Z] +++ export STREAMService=0 [2022-03-20T09:09:03.687Z] +++ STREAMService=0 [2022-03-20T09:09:03.687Z] +++ export GIT_ROOT=git@github.com: [2022-03-20T09:09:03.687Z] +++ GIT_ROOT=git@github.com: [2022-03-20T09:09:03.687Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:09:03.687Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:09:03.687Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:09:03.687Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:09:03.687Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:09:03.687Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:09:03.687Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:09:03.687Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:09:03.687Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:09:03.687Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:09:03.687Z] +++ export TMP_DIR=tmp [2022-03-20T09:09:03.687Z] +++ TMP_DIR=tmp [2022-03-20T09:09:03.687Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:09:03.687Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:09:03.687Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:09:03.687Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:09:03.687Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-20T09:09:03.687Z] +++ LOCAL_REPO=localMavenRepo [2022-03-20T09:09:03.687Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-20T09:09:03.687Z] +++ BASEBUILDER_TAG=4.22 [2022-03-20T09:09:03.687Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-20T09:09:03.687Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-20T09:09:03.687Z] +++ export API_FREEZE_REF_LABEL= [2022-03-20T09:09:03.687Z] +++ API_FREEZE_REF_LABEL= [2022-03-20T09:09:03.687Z] +++ export 'FREEZE_PARAMS= ' [2022-03-20T09:09:03.687Z] +++ FREEZE_PARAMS=' ' [2022-03-20T09:09:03.687Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:09:03.687Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:09:03.687Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:09:03.687Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:09:03.687Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:09:03.687Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:09:03.687Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:09:03.688Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:09:03.688Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:09:03.688Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:09:03.688Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:09:03.688Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:09:03.688Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:09:03.688Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:09:03.688Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:09:03.688Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:09:03.688Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-20T09:09:03.688Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-20T09:09:03.688Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:09:03.688Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:09:03.688Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.688Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:03.688Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:09:03.688Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:09:03.688Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:09:03.688Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:09:03.688Z] +++ export BUILD_ID=P20220320-0500 [2022-03-20T09:09:03.688Z] +++ BUILD_ID=P20220320-0500 [2022-03-20T09:09:03.688Z] +++ export BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.688Z] +++ BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.688Z] +++ export EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.688Z] +++ EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:03.688Z] +++ export EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:09:03.688Z] +++ EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] +++ 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-03-20T09:09:03.688Z] ++ echo P20220320-0500 [2022-03-20T09:09:03.688Z] + echo P20220320-0500 [Pipeline] sh [2022-03-20T09:09:04.220Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:04.221Z] +++ export TIMESTAMP=20220320-0500 [2022-03-20T09:09:04.221Z] +++ TIMESTAMP=20220320-0500 [2022-03-20T09:09:04.221Z] +++ export 'BUILD_PRETTY_DATE=Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:09:04.221Z] +++ BUILD_PRETTY_DATE='Sun Mar 20 05:00:00 EDT 2022' [2022-03-20T09:09:04.221Z] +++ export BRANCH=R4_23_maintenance [2022-03-20T09:09:04.221Z] +++ BRANCH=R4_23_maintenance [2022-03-20T09:09:04.221Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:09:04.221Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-20T09:09:04.221Z] +++ export PATCH_BUILD=java18patch [2022-03-20T09:09:04.221Z] +++ PATCH_BUILD=java18patch [2022-03-20T09:09:04.221Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-20T09:09:04.221Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-20T09:09:04.221Z] +++ export BUILD_TYPE=P [2022-03-20T09:09:04.221Z] +++ BUILD_TYPE=P [2022-03-20T09:09:04.221Z] +++ export TESTED_BUILD_TYPE=P [2022-03-20T09:09:04.221Z] +++ TESTED_BUILD_TYPE=P [2022-03-20T09:09:04.221Z] +++ export RELEASE_VER=4.23 [2022-03-20T09:09:04.221Z] +++ RELEASE_VER=4.23 [2022-03-20T09:09:04.221Z] +++ export STREAM=4.23.0 [2022-03-20T09:09:04.221Z] +++ STREAM=4.23.0 [2022-03-20T09:09:04.221Z] +++ export STREAMMajor=4 [2022-03-20T09:09:04.221Z] +++ STREAMMajor=4 [2022-03-20T09:09:04.221Z] +++ export STREAMMinor=23 [2022-03-20T09:09:04.221Z] +++ STREAMMinor=23 [2022-03-20T09:09:04.221Z] +++ export STREAMService=0 [2022-03-20T09:09:04.221Z] +++ STREAMService=0 [2022-03-20T09:09:04.221Z] +++ export GIT_ROOT=git@github.com: [2022-03-20T09:09:04.221Z] +++ GIT_ROOT=git@github.com: [2022-03-20T09:09:04.221Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:09:04.221Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-20T09:09:04.221Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:09:04.221Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-20T09:09:04.221Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:09:04.221Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-20T09:09:04.221Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:09:04.221Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-20T09:09:04.221Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:09:04.221Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-20T09:09:04.221Z] +++ export TMP_DIR=tmp [2022-03-20T09:09:04.221Z] +++ TMP_DIR=tmp [2022-03-20T09:09:04.221Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:09:04.221Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-20T09:09:04.221Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:09:04.221Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-20T09:09:04.221Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-20T09:09:04.222Z] +++ LOCAL_REPO=localMavenRepo [2022-03-20T09:09:04.222Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-20T09:09:04.222Z] +++ BASEBUILDER_TAG=4.22 [2022-03-20T09:09:04.222Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-20T09:09:04.222Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-20T09:09:04.222Z] +++ export API_FREEZE_REF_LABEL= [2022-03-20T09:09:04.222Z] +++ API_FREEZE_REF_LABEL= [2022-03-20T09:09:04.222Z] +++ export 'FREEZE_PARAMS= ' [2022-03-20T09:09:04.222Z] +++ FREEZE_PARAMS=' ' [2022-03-20T09:09:04.222Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:09:04.222Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-20T09:09:04.222Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:09:04.222Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-20T09:09:04.222Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:09:04.222Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-20T09:09:04.222Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:09:04.222Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-20T09:09:04.222Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:09:04.222Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-20T09:09:04.222Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:09:04.222Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-20T09:09:04.222Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:09:04.222Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-20T09:09:04.222Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:09:04.222Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-20T09:09:04.222Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-20T09:09:04.222Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-20T09:09:04.222Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:09:04.222Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-20T09:09:04.222Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:04.222Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:04.222Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:09:04.222Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-20T09:09:04.222Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:09:04.222Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-20T09:09:04.222Z] +++ export BUILD_ID=P20220320-0500 [2022-03-20T09:09:04.222Z] +++ BUILD_ID=P20220320-0500 [2022-03-20T09:09:04.222Z] +++ export BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:04.222Z] +++ BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:04.222Z] +++ export EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:04.222Z] +++ EQ_BUILD_DIR_SEG=P20220320-0500 [2022-03-20T09:09:04.222Z] +++ export EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:09:04.222Z] +++ EBUILDER_HASH=cfa55edd17c6e1a8e5e289140bd2c4894b940d42 [2022-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.222Z] +++ 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-03-20T09:09:04.223Z] +++ 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-03-20T09:09:04.223Z] ++ echo 4.23 [2022-03-20T09:09:04.223Z] + echo 4.23 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] archiveArtifacts [2022-03-20T09:09:04.310Z] Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote Update Site) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-20T09:09:11.474Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [2022-03-20T09:09:11.474Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-20T09:09:11.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-20T09:09:11.784Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:09:12.026Z] Executing command: "ssh-agent" [2022-03-20T09:09:12.026Z] exit [2022-03-20T09:09:12.083Z] SSH_AUTH_SOCK=/tmp/ssh-3dhyzmn9oEqd/agent.8019; export SSH_AUTH_SOCK; [2022-03-20T09:09:12.083Z] SSH_AGENT_PID=8020; export SSH_AGENT_PID; [2022-03-20T09:09:12.083Z] echo Agent pid 8020; [2022-03-20T09:09:12.086Z] SSH_AUTH_SOCK=/tmp/ssh-3dhyzmn9oEqd/agent.8019 [2022-03-20T09:09:12.086Z] SSH_AGENT_PID=8020 [2022-03-20T09:09:12.095Z] Running ssh-add (command line suppressed) [2022-03-20T09:09:12.403Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_9771745269095901866.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_9771745269095901866.key) [2022-03-20T09:09:12.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-20T09:09:12.939Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-20T09:09:12.939Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-20T09:09:12.939Z] ~/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-03-20T09:09:16.216Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [Pipeline] } [2022-03-20T09:09:16.223Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jfxbz-qwznm [2022-03-20T09:09:16.466Z] Executing command: "ssh-agent" "-k" [2022-03-20T09:09:16.466Z] exit [2022-03-20T09:09:16.522Z] unset SSH_AUTH_SOCK; [2022-03-20T09:09:16.522Z] unset SSH_AGENT_PID; [2022-03-20T09:09:16.522Z] echo Agent pid 8020 killed; [2022-03-20T09:09:16.524Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext [2022-03-20T09:09:16.803Z] Sending email to: kitlo@us.ibm.com 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