Started by user Sravan Kumar Lakkimsetti Running as Sravan Kumar Lakkimsetti [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes releng/aggrbuild-pod-kngm4-2sqtt [Normal][releng/aggrbuild-pod-kngm4-2sqtt][Scheduled] Successfully assigned releng/aggrbuild-pod-kngm4-2sqtt to okdnode-4 [Normal][releng/aggrbuild-pod-kngm4-2sqtt][AddedInterface] Add eth0 [10.40.19.182/23] from openshift-sdn [Normal][releng/aggrbuild-pod-kngm4-2sqtt][Pulling] Pulling image "eclipsecbijenkins/jipp-migration-agent:latest" [Normal][releng/aggrbuild-pod-kngm4-2sqtt][Pulled] Successfully pulled image "eclipsecbijenkins/jipp-migration-agent:latest" in 609.976119ms [Normal][releng/aggrbuild-pod-kngm4-2sqtt][Created] Created container jnlp [Normal][releng/aggrbuild-pod-kngm4-2sqtt][Started] Started container jnlp Agent aggrbuild-pod-kngm4-2sqtt is provisioned from template aggrbuild-pod-kngm4 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/P-build/85/" runUrl: "job/P-build/85/" labels: jenkins: "slave" jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e" jenkins/label: "aggrbuild-pod" name: "aggrbuild-pod-kngm4-2sqtt" 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-kngm4-2sqtt" - name: "JENKINS_NAME" value: "aggrbuild-pod-kngm4-2sqtt" - 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-kngm4-2sqtt in /home/jenkins/agent/workspace/P-build [Pipeline] { [Pipeline] container [Pipeline] { Created Pod: kubernetes releng/aggrbuild-pod-kngm4-z3zm1 [Normal][releng/aggrbuild-pod-kngm4-z3zm1][Scheduled] Successfully assigned releng/aggrbuild-pod-kngm4-z3zm1 to okdnode-13 [Pipeline] withEnv [Pipeline] { [Normal][releng/aggrbuild-pod-kngm4-z3zm1][AddedInterface] Add eth0 [10.40.65.147/23] from openshift-sdn [Normal][releng/aggrbuild-pod-kngm4-z3zm1][Pulling] Pulling image "eclipsecbijenkins/jipp-migration-agent:latest" [Normal][releng/aggrbuild-pod-kngm4-z3zm1][Pulled] Successfully pulled image "eclipsecbijenkins/jipp-migration-agent:latest" in 722.803985ms [Pipeline] timeout Timeout set to expire in 6 hr 0 min [Pipeline] { [Normal][releng/aggrbuild-pod-kngm4-z3zm1][Created] Created container jnlp [Normal][releng/aggrbuild-pod-kngm4-z3zm1][Started] Started container jnlp [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Clean Workspace) [Pipeline] container [Pipeline] { [Pipeline] sh [2022-03-23T09:47:52.871Z] + cd /home/jenkins/agent/workspace/P-build [2022-03-23T09:47:52.871Z] + rm -rf '*' [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Setup intial configuration) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-23T09:48:01.939Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-03-23T09:48:01.940Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T09:48:02.255Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T09:48:02.256Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:48:02.512Z] Executing command: "ssh-agent" [2022-03-23T09:48:02.512Z] exit [2022-03-23T09:48:02.570Z] SSH_AUTH_SOCK=/tmp/ssh-ISI8E5lMSmgN/agent.96; export SSH_AUTH_SOCK; [2022-03-23T09:48:02.570Z] SSH_AGENT_PID=97; export SSH_AGENT_PID; [2022-03-23T09:48:02.570Z] echo Agent pid 97; [2022-03-23T09:48:02.572Z] SSH_AUTH_SOCK=/tmp/ssh-ISI8E5lMSmgN/agent.96 [2022-03-23T09:48:02.572Z] SSH_AGENT_PID=97 [2022-03-23T09:48:02.593Z] Running ssh-add (command line suppressed) [2022-03-23T09:48:02.907Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_17555905276143434256.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_17555905276143434256.key) [2022-03-23T09:48:02.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] dir [2022-03-23T09:48:03.639Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator [Pipeline] { [Pipeline] sh [2022-03-23T09:48:06.040Z] + git clone -b R4_23_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:48:06.041Z] Cloning into 'eclipse.platform.releng.aggregator'... [Pipeline] } [Pipeline] // dir [Pipeline] } [2022-03-23T09:48:17.449Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:48:17.696Z] Executing command: "ssh-agent" "-k" [2022-03-23T09:48:17.696Z] exit [2022-03-23T09:48:17.753Z] unset SSH_AUTH_SOCK; [2022-03-23T09:48:17.753Z] unset SSH_AGENT_PID; [2022-03-23T09:48:17.753Z] echo Agent pid 97 killed; [2022-03-23T09:48:17.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sh [2022-03-23T09:48:19.859Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production [2022-03-23T09:48:19.860Z] + 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-23T09:48:19.860Z] + 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-23T09:48:29.098Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:48:29.099Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt [2022-03-23T09:48:29.099Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:29.099Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log [2022-03-23T09:48:29.099Z] + [[ 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-23T09:48:39.456Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:39.457Z] +++ export TIMESTAMP=20220323-0540 [2022-03-23T09:48:39.457Z] +++ TIMESTAMP=20220323-0540 [2022-03-23T09:48:39.457Z] +++ export 'BUILD_PRETTY_DATE=Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:48:39.457Z] +++ BUILD_PRETTY_DATE='Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:48:39.457Z] +++ export BRANCH=R4_23_maintenance [2022-03-23T09:48:39.457Z] +++ BRANCH=R4_23_maintenance [2022-03-23T09:48:39.457Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:48:39.457Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:48:39.457Z] +++ export PATCH_BUILD=java18patch [2022-03-23T09:48:39.457Z] +++ PATCH_BUILD=java18patch [2022-03-23T09:48:39.457Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-23T09:48:39.457Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-23T09:48:39.457Z] +++ export BUILD_TYPE=P [2022-03-23T09:48:39.457Z] +++ BUILD_TYPE=P [2022-03-23T09:48:39.457Z] +++ export TESTED_BUILD_TYPE=P [2022-03-23T09:48:39.457Z] +++ TESTED_BUILD_TYPE=P [2022-03-23T09:48:39.457Z] +++ export RELEASE_VER=4.23 [2022-03-23T09:48:39.457Z] +++ RELEASE_VER=4.23 [2022-03-23T09:48:39.457Z] +++ export STREAM=4.23.0 [2022-03-23T09:48:39.457Z] +++ STREAM=4.23.0 [2022-03-23T09:48:39.457Z] +++ export STREAMMajor=4 [2022-03-23T09:48:39.457Z] +++ STREAMMajor=4 [2022-03-23T09:48:39.457Z] +++ export STREAMMinor=23 [2022-03-23T09:48:39.457Z] +++ STREAMMinor=23 [2022-03-23T09:48:39.457Z] +++ export STREAMService=0 [2022-03-23T09:48:39.457Z] +++ STREAMService=0 [2022-03-23T09:48:39.457Z] +++ export GIT_ROOT=git@github.com: [2022-03-23T09:48:39.457Z] +++ GIT_ROOT=git@github.com: [2022-03-23T09:48:39.457Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:48:39.457Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:48:39.457Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:48:39.457Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:48:39.457Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:48:39.457Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:48:39.457Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:48:39.457Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:48:39.457Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:48:39.458Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:48:39.458Z] +++ export TMP_DIR=tmp [2022-03-23T09:48:39.458Z] +++ TMP_DIR=tmp [2022-03-23T09:48:39.458Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:48:39.458Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:48:39.458Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:48:39.458Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:48:39.458Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-23T09:48:39.458Z] +++ LOCAL_REPO=localMavenRepo [2022-03-23T09:48:39.458Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-23T09:48:39.458Z] +++ BASEBUILDER_TAG=4.22 [2022-03-23T09:48:39.458Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-23T09:48:39.458Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-23T09:48:39.458Z] +++ export API_FREEZE_REF_LABEL= [2022-03-23T09:48:39.458Z] +++ API_FREEZE_REF_LABEL= [2022-03-23T09:48:39.458Z] +++ export 'FREEZE_PARAMS= ' [2022-03-23T09:48:39.458Z] +++ FREEZE_PARAMS=' ' [2022-03-23T09:48:39.458Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:48:39.458Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:48:39.458Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:48:39.458Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:48:39.458Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:48:39.458Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:48:39.458Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:48:39.458Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:48:39.458Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:48:39.458Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:48:39.458Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:48:39.458Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:48:39.458Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:48:39.458Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:48:39.458Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:48:39.458Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:48:39.458Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-23T09:48:39.458Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-23T09:48:39.458Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:48:39.458Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:48:39.458Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:39.458Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-23T09:48:39.458Z] +++ export BUILD_ID=P20220323-0540 [2022-03-23T09:48:39.458Z] +++ BUILD_ID=P20220323-0540 [2022-03-23T09:48:39.458Z] +++ export BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:39.458Z] +++ BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:39.458Z] +++ export EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:39.458Z] +++ EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:39.458Z] +++ export EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:48:39.458Z] +++ EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ 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-23T09:48:39.458Z] +++ 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-23T09:48:39.459Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target [2022-03-23T09:48:39.459Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target [2022-03-23T09:48:39.459Z] ++ echo P20220323-0540 [2022-03-23T09:48:39.459Z] + echo P20220323-0540 [Pipeline] sh [2022-03-23T09:48:40.320Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:40.321Z] +++ export TIMESTAMP=20220323-0540 [2022-03-23T09:48:40.321Z] +++ TIMESTAMP=20220323-0540 [2022-03-23T09:48:40.321Z] +++ export 'BUILD_PRETTY_DATE=Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:48:40.321Z] +++ BUILD_PRETTY_DATE='Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:48:40.321Z] +++ export BRANCH=R4_23_maintenance [2022-03-23T09:48:40.321Z] +++ BRANCH=R4_23_maintenance [2022-03-23T09:48:40.321Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:48:40.321Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:48:40.321Z] +++ export PATCH_BUILD=java18patch [2022-03-23T09:48:40.321Z] +++ PATCH_BUILD=java18patch [2022-03-23T09:48:40.321Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-23T09:48:40.321Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-23T09:48:40.321Z] +++ export BUILD_TYPE=P [2022-03-23T09:48:40.321Z] +++ BUILD_TYPE=P [2022-03-23T09:48:40.321Z] +++ export TESTED_BUILD_TYPE=P [2022-03-23T09:48:40.321Z] +++ TESTED_BUILD_TYPE=P [2022-03-23T09:48:40.321Z] +++ export RELEASE_VER=4.23 [2022-03-23T09:48:40.321Z] +++ RELEASE_VER=4.23 [2022-03-23T09:48:40.321Z] +++ export STREAM=4.23.0 [2022-03-23T09:48:40.321Z] +++ STREAM=4.23.0 [2022-03-23T09:48:40.321Z] +++ export STREAMMajor=4 [2022-03-23T09:48:40.321Z] +++ STREAMMajor=4 [2022-03-23T09:48:40.321Z] +++ export STREAMMinor=23 [2022-03-23T09:48:40.321Z] +++ STREAMMinor=23 [2022-03-23T09:48:40.321Z] +++ export STREAMService=0 [2022-03-23T09:48:40.321Z] +++ STREAMService=0 [2022-03-23T09:48:40.321Z] +++ export GIT_ROOT=git@github.com: [2022-03-23T09:48:40.321Z] +++ GIT_ROOT=git@github.com: [2022-03-23T09:48:40.321Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:48:40.321Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:48:40.321Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:48:40.321Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:48:40.321Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:48:40.321Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:48:40.321Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:48:40.321Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:48:40.321Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:48:40.321Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:48:40.321Z] +++ export TMP_DIR=tmp [2022-03-23T09:48:40.321Z] +++ TMP_DIR=tmp [2022-03-23T09:48:40.321Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:48:40.321Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:48:40.321Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:48:40.321Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:48:40.321Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-23T09:48:40.321Z] +++ LOCAL_REPO=localMavenRepo [2022-03-23T09:48:40.321Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-23T09:48:40.321Z] +++ BASEBUILDER_TAG=4.22 [2022-03-23T09:48:40.321Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-23T09:48:40.321Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-23T09:48:40.321Z] +++ export API_FREEZE_REF_LABEL= [2022-03-23T09:48:40.321Z] +++ API_FREEZE_REF_LABEL= [2022-03-23T09:48:40.321Z] +++ export 'FREEZE_PARAMS= ' [2022-03-23T09:48:40.321Z] +++ FREEZE_PARAMS=' ' [2022-03-23T09:48:40.321Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:48:40.321Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:48:40.321Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:48:40.321Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:48:40.321Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:48:40.321Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:48:40.321Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:48:40.321Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:48:40.321Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:48:40.321Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:48:40.321Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:48:40.321Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:48:40.321Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:48:40.321Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:48:40.321Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:48:40.321Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:48:40.321Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-23T09:48:40.321Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-23T09:48:40.321Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:48:40.321Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:48:40.321Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:40.321Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-23T09:48:40.322Z] +++ export BUILD_ID=P20220323-0540 [2022-03-23T09:48:40.322Z] +++ BUILD_ID=P20220323-0540 [2022-03-23T09:48:40.322Z] +++ export BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:40.322Z] +++ BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:40.322Z] +++ export EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:40.322Z] +++ EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:48:40.322Z] +++ export EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:48:40.322Z] +++ EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] +++ 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-23T09:48:40.322Z] ++ echo 4.23 [2022-03-23T09:48:40.322Z] + echo 4.23 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clone Repositories) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-23T09:48:54.744Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) [2022-03-23T09:48:54.744Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-03-23T09:48:54.744Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T09:48:55.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T09:48:55.050Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:48:55.507Z] Executing command: "ssh-agent" [2022-03-23T09:48:55.508Z] exit [2022-03-23T09:48:55.565Z] SSH_AUTH_SOCK=/tmp/ssh-EzAww9uaZB5Y/agent.466; export SSH_AUTH_SOCK; [2022-03-23T09:48:55.565Z] SSH_AGENT_PID=467; export SSH_AGENT_PID; [2022-03-23T09:48:55.565Z] echo Agent pid 467; [2022-03-23T09:48:55.568Z] SSH_AUTH_SOCK=/tmp/ssh-EzAww9uaZB5Y/agent.466 [2022-03-23T09:48:55.568Z] SSH_AGENT_PID=467 [2022-03-23T09:48:55.579Z] Running ssh-add (command line suppressed) [2022-03-23T09:48:55.897Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_11760164451898606973.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_11760164451898606973.key) [2022-03-23T09:48:55.915Z] Running ssh-add (command line suppressed) [2022-03-23T09:48:56.229Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_8954638589109220003.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_8954638589109220003.key) [2022-03-23T09:48:56.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T09:48:57.494Z] + git config --global user.email releng-bot@eclipse.org [2022-03-23T09:48:57.495Z] + git config --global user.name 'Eclipse Releng Bot' [2022-03-23T09:48:57.495Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:48:57.495Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:48:57.495Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log [2022-03-23T09:48:57.495Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'... [2022-03-23T09:49:00.782Z] Submodule 'eclipse.jdt' (https://git.eclipse.org/r/jdt/eclipse.jdt) registered for path 'eclipse.jdt' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.jdt.core' (https://git.eclipse.org/r/jdt/eclipse.jdt.core) registered for path 'eclipse.jdt.core' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.jdt.core.binaries' (https://git.eclipse.org/r/jdt/eclipse.jdt.core.binaries) registered for path 'eclipse.jdt.core.binaries' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.jdt.debug' (https://git.eclipse.org/r/jdt/eclipse.jdt.debug) registered for path 'eclipse.jdt.debug' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.jdt.ui' (https://git.eclipse.org/r/jdt/eclipse.jdt.ui) registered for path 'eclipse.jdt.ui' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.pde.build' (https://git.eclipse.org/r/pde/eclipse.pde.build) registered for path 'eclipse.pde.build' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.pde.ui' (https://git.eclipse.org/r/pde/eclipse.pde.ui) registered for path 'eclipse.pde.ui' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.debug' (https://git.eclipse.org/r/platform/eclipse.platform.debug) registered for path 'eclipse.platform.debug' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.resources' (https://git.eclipse.org/r/platform/eclipse.platform.resources) registered for path 'eclipse.platform.resources' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.runtime' (https://git.eclipse.org/r/platform/eclipse.platform.runtime) registered for path 'eclipse.platform.runtime' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.swt' (https://git.eclipse.org/r/platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt' [2022-03-23T09:49:00.782Z] 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-23T09:49:00.782Z] Submodule 'eclipse.platform.team' (https://github.com/eclipse-platform/eclipse.platform.team.git) registered for path 'eclipse.platform.team' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.text' (https://git.eclipse.org/r/platform/eclipse.platform.text) registered for path 'eclipse.platform.text' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.ua' (https://github.com/eclipse-platform/eclipse.platform.ua.git) registered for path 'eclipse.platform.ua' [2022-03-23T09:49:00.782Z] Submodule 'eclipse.platform.ui' (https://git.eclipse.org/r/platform/eclipse.platform.ui) registered for path 'eclipse.platform.ui' [2022-03-23T09:49:01.040Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools' [2022-03-23T09:49:01.041Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries' [2022-03-23T09:49:01.041Z] Submodule 'rt.equinox.bundles' (https://github.com/eclipse-equinox/equinox.bundles.git) registered for path 'rt.equinox.bundles' [2022-03-23T09:49:01.041Z] Submodule 'rt.equinox.framework' (https://github.com/eclipse-equinox/equinox.framework.git) registered for path 'rt.equinox.framework' [2022-03-23T09:49:01.041Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2' [2022-03-23T09:49:01.041Z] Cloning into 'eclipse.jdt'... [2022-03-23T09:49:01.974Z] Submodule path 'eclipse.jdt': checked out 'aceeeb7026ee095408cf1688c1fc99ce0ab98190' [2022-03-23T09:49:01.975Z] Cloning into 'eclipse.jdt.core'... [2022-03-23T09:49:34.056Z] Submodule path 'eclipse.jdt.core': checked out 'f2650a37b916e3760d3138a69c1f96ad6bc5e758' [2022-03-23T09:49:34.056Z] Cloning into 'eclipse.jdt.core.binaries'... [2022-03-23T09:49:34.056Z] Submodule path 'eclipse.jdt.core.binaries': checked out 'd3ce32c1a17268c2e09d0778a040213605897066' [2022-03-23T09:49:34.056Z] Cloning into 'eclipse.jdt.debug'... [2022-03-23T09:49:37.397Z] Submodule path 'eclipse.jdt.debug': checked out '3cbf71c91c16c91cba9f8887b52208c2ad39e9a7' [2022-03-23T09:49:37.397Z] Cloning into 'eclipse.jdt.ui'... [2022-03-23T09:49:59.327Z] Submodule path 'eclipse.jdt.ui': checked out 'ed2dbf6574c773d5367e4b647dd71cfe107602c7' [2022-03-23T09:49:59.327Z] Cloning into 'eclipse.pde.build'... [2022-03-23T09:49:59.327Z] Submodule path 'eclipse.pde.build': checked out 'fa188e63e0f4b29b021d898adf5609ae18526ea8' [2022-03-23T09:49:59.327Z] Cloning into 'eclipse.pde.ui'... [2022-03-23T09:50:11.537Z] Submodule path 'eclipse.pde.ui': checked out 'dd9ed8e7db94bb71cef797d43a3006ab73ebf246' [2022-03-23T09:50:11.537Z] Cloning into 'eclipse.platform'... [2022-03-23T09:50:15.724Z] Submodule path 'eclipse.platform': checked out 'd5bda2a1b022b19b77bf260f8304404e4bdca7e5' [2022-03-23T09:50:15.724Z] Cloning into 'eclipse.platform.common'... [2022-03-23T09:50:27.930Z] Submodule path 'eclipse.platform.common': checked out '991fc00ac4e555277a689e3ba1d59439bdefa235' [2022-03-23T09:50:27.930Z] Cloning into 'eclipse.platform.debug'... [2022-03-23T09:50:34.495Z] Submodule path 'eclipse.platform.debug': checked out 'd1237798c5bac68689d4b79be24f6f7384af3daf' [2022-03-23T09:50:34.495Z] Cloning into 'eclipse.platform.releng'... [2022-03-23T09:50:35.870Z] Submodule path 'eclipse.platform.releng': checked out '471356a37b808ef23c22281bca4f9018d021ffc2' [2022-03-23T09:50:35.870Z] Cloning into 'eclipse.platform.resources'... [2022-03-23T09:50:38.403Z] Submodule path 'eclipse.platform.resources': checked out 'e21d7232ffc843013739ccee7dcd342c93de8997' [2022-03-23T09:50:38.403Z] Cloning into 'eclipse.platform.runtime'... [2022-03-23T09:50:40.996Z] Submodule path 'eclipse.platform.runtime': checked out 'e1fb032dc1431019308065cce1fd8c7fecfc964e' [2022-03-23T09:50:40.996Z] Cloning into 'eclipse.platform.swt'... [2022-03-23T09:51:02.920Z] Submodule path 'eclipse.platform.swt': checked out '991582dc1284379a8fcf12568c92768f8bf17f01' [2022-03-23T09:51:02.920Z] Cloning into 'eclipse.platform.swt.binaries'... [2022-03-23T09:51:59.419Z] Submodule path 'eclipse.platform.swt.binaries': checked out 'e8644899a22dc47b937f759eb6ddec8373d2dd4b' [2022-03-23T09:51:59.419Z] Cloning into 'eclipse.platform.team'... [2022-03-23T09:51:59.419Z] Submodule path 'eclipse.platform.team': checked out '8e348bd773cd2ee4603a8bc4ceb8a98da93cb6cd' [2022-03-23T09:51:59.419Z] Cloning into 'eclipse.platform.text'... [2022-03-23T09:52:00.793Z] Submodule path 'eclipse.platform.text': checked out 'd87caaa4bcb5f492bbe08581f9ac79e241c64cbd' [2022-03-23T09:52:01.050Z] Cloning into 'eclipse.platform.ua'... [2022-03-23T09:52:05.237Z] Submodule path 'eclipse.platform.ua': checked out 'faac7fb99f307b0a201854eab997d405587d3cdf' [2022-03-23T09:52:05.237Z] Cloning into 'eclipse.platform.ui'... [2022-03-23T09:52:27.153Z] Submodule path 'eclipse.platform.ui': checked out '589d8e6f5a834cf7debfad282d09d0ae8672a81c' [2022-03-23T09:52:27.153Z] Cloning into 'eclipse.platform.ui.tools'... [2022-03-23T09:52:27.153Z] Submodule path 'eclipse.platform.ui.tools': checked out '4699fc168d74a0fe1bb0cf2376aaec10ac24be57' [2022-03-23T09:52:27.153Z] Cloning into 'rt.equinox.binaries'... [2022-03-23T09:52:30.431Z] Submodule path 'rt.equinox.binaries': checked out 'e1375eab8fd20503501df88c00e257b79d66cc4d' [2022-03-23T09:52:30.431Z] Cloning into 'rt.equinox.bundles'... [2022-03-23T09:52:32.956Z] Submodule path 'rt.equinox.bundles': checked out '97a02a0669e4581297d11fbccaf44249de3cb6e4' [2022-03-23T09:52:33.213Z] Cloning into 'rt.equinox.framework'... [2022-03-23T09:52:37.403Z] Submodule path 'rt.equinox.framework': checked out '167fc48203b373e0311adf95f69ca9bc857609e7' [2022-03-23T09:52:37.403Z] Cloning into 'rt.equinox.p2'... [2022-03-23T09:52:45.507Z] Submodule path 'rt.equinox.p2': checked out 'b406e5d7315451293dbc7dfb97255a3840ca0c2a' [2022-03-23T09:52:45.507Z] Already on 'R4_23_maintenance' [2022-03-23T09:52:45.507Z] M cje-production/buildproperties.txt [2022-03-23T09:52:45.507Z] M cje-production/mbscripts/mb011_loadPGPKeys.sh [2022-03-23T09:52:46.072Z] Already up-to-date. [2022-03-23T09:52:46.072Z] ~/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-23T09:52:46.072Z] Entering 'eclipse.jdt' [2022-03-23T09:52:46.329Z] Checking out R4_23_maintenance [2022-03-23T09:52:46.329Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:46.329Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:46.587Z] Already up-to-date. [2022-03-23T09:52:46.587Z] Entering 'eclipse.jdt.core' [2022-03-23T09:52:47.154Z] Checking out BETA_JAVA18 [2022-03-23T09:52:47.722Z] Previous HEAD position was f2650a3... Bug 575639 - [Mac] testExtraLibraries11 fails on mac: no delta [2022-03-23T09:52:47.722Z] Switched to a new branch 'BETA_JAVA18' [2022-03-23T09:52:47.722Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-23T09:52:48.287Z] Already up-to-date. [2022-03-23T09:52:48.287Z] Entering 'eclipse.jdt.core.binaries' [2022-03-23T09:52:48.545Z] Checking out R4_23_maintenance [2022-03-23T09:52:48.545Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:48.545Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:48.803Z] Already up-to-date. [2022-03-23T09:52:48.803Z] Entering 'eclipse.jdt.debug' [2022-03-23T09:52:49.369Z] Checking out BETA_JAVA18 [2022-03-23T09:52:49.627Z] Previous HEAD position was 3cbf71c... Bug 578996 - Breakpoints cannot be place in nested lambdas [2022-03-23T09:52:49.627Z] Switched to a new branch 'BETA_JAVA18' [2022-03-23T09:52:49.627Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-23T09:52:49.884Z] Already up-to-date. [2022-03-23T09:52:49.884Z] Entering 'eclipse.jdt.ui' [2022-03-23T09:52:50.816Z] Checking out BETA_JAVA18 [2022-03-23T09:52:51.382Z] Previous HEAD position was ed2dbf6... Bug 497947: JDT-Icons blurred on Retina displays [2022-03-23T09:52:51.382Z] Switched to a new branch 'BETA_JAVA18' [2022-03-23T09:52:51.382Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-23T09:52:52.315Z] Already up-to-date. [2022-03-23T09:52:52.315Z] Entering 'eclipse.pde.build' [2022-03-23T09:52:52.572Z] Checking out BETA_JAVA18 [2022-03-23T09:52:52.572Z] Previous HEAD position was fa188e6... Bug 578536 - Stop pointing to http://download.eclipse.org [2022-03-23T09:52:52.572Z] Switched to a new branch 'BETA_JAVA18' [2022-03-23T09:52:52.572Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-23T09:52:53.036Z] Already up-to-date. [2022-03-23T09:52:53.036Z] Entering 'eclipse.pde.ui' [2022-03-23T09:52:53.295Z] Checking out BETA_JAVA18 [2022-03-23T09:52:53.558Z] Previous HEAD position was dd9ed8e... Bug 579015 - Move to tycho 2.7.0 [2022-03-23T09:52:53.558Z] Switched to a new branch 'BETA_JAVA18' [2022-03-23T09:52:53.558Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin. [2022-03-23T09:52:54.123Z] Already up-to-date. [2022-03-23T09:52:54.123Z] Entering 'eclipse.platform' [2022-03-23T09:52:54.689Z] Checking out R4_23_maintenance [2022-03-23T09:52:54.689Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:54.689Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:55.253Z] Already up-to-date. [2022-03-23T09:52:55.253Z] Entering 'eclipse.platform.common' [2022-03-23T09:52:55.818Z] Checking out R4_23_maintenance [2022-03-23T09:52:56.075Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:56.075Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:56.654Z] Already up-to-date. [2022-03-23T09:52:56.654Z] Entering 'eclipse.platform.debug' [2022-03-23T09:52:57.586Z] Checking out R4_23_maintenance [2022-03-23T09:52:57.586Z] Previous HEAD position was d123779... Bug 579015 - Move to tycho 2.7.0 [2022-03-23T09:52:57.586Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:57.586Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:58.518Z] Already up-to-date. [2022-03-23T09:52:58.518Z] Entering 'eclipse.platform.releng' [2022-03-23T09:52:58.776Z] Checking out R4_23_maintenance [2022-03-23T09:52:58.776Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:58.776Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:59.341Z] Already up-to-date. [2022-03-23T09:52:59.341Z] Entering 'eclipse.platform.resources' [2022-03-23T09:52:59.598Z] Checking out R4_23_maintenance [2022-03-23T09:52:59.598Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:52:59.598Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:52:59.855Z] Already up-to-date. [2022-03-23T09:52:59.855Z] Entering 'eclipse.platform.runtime' [2022-03-23T09:53:00.420Z] Checking out R4_23_maintenance [2022-03-23T09:53:00.420Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:00.420Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:00.677Z] Already up-to-date. [2022-03-23T09:53:00.677Z] Entering 'eclipse.platform.swt' [2022-03-23T09:53:01.243Z] Checking out R4_23_maintenance [2022-03-23T09:53:01.500Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:01.500Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:02.433Z] Already up-to-date. [2022-03-23T09:53:02.433Z] Entering 'eclipse.platform.swt.binaries' [2022-03-23T09:53:02.691Z] Checking out R4_23_maintenance [2022-03-23T09:53:02.691Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:02.691Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:02.948Z] Already up-to-date. [2022-03-23T09:53:02.948Z] Entering 'eclipse.platform.team' [2022-03-23T09:53:03.512Z] Checking out R4_23_maintenance [2022-03-23T09:53:03.512Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:03.512Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:04.077Z] Already up-to-date. [2022-03-23T09:53:04.077Z] Entering 'eclipse.platform.text' [2022-03-23T09:53:04.334Z] Checking out R4_23_maintenance [2022-03-23T09:53:04.591Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:04.592Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:04.849Z] Already up-to-date. [2022-03-23T09:53:04.849Z] Entering 'eclipse.platform.ua' [2022-03-23T09:53:05.440Z] Checking out R4_23_maintenance [2022-03-23T09:53:05.440Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:05.440Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:06.079Z] Already up-to-date. [2022-03-23T09:53:06.079Z] Entering 'eclipse.platform.ui' [2022-03-23T09:53:07.509Z] Checking out R4_23_maintenance [2022-03-23T09:53:07.766Z] Previous HEAD position was 589d8e6... Bug 579119 - Unexpected large file editor selection pop-up [2022-03-23T09:53:07.766Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:07.766Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:08.699Z] Already up-to-date. [2022-03-23T09:53:08.699Z] Entering 'eclipse.platform.ui.tools' [2022-03-23T09:53:08.960Z] Checking out R4_23_maintenance [2022-03-23T09:53:08.961Z] Previous HEAD position was 4699fc1... Adjust Jenkinsfile for move of releng.aggregator to github [2022-03-23T09:53:08.961Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:08.961Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:09.525Z] Already up-to-date. [2022-03-23T09:53:09.525Z] Entering 'rt.equinox.binaries' [2022-03-23T09:53:09.783Z] Checking out R4_23_maintenance [2022-03-23T09:53:09.783Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:09.783Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:10.348Z] Already up-to-date. [2022-03-23T09:53:10.348Z] Entering 'rt.equinox.bundles' [2022-03-23T09:53:10.914Z] Checking out R4_23_maintenance [2022-03-23T09:53:10.914Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:10.914Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:11.481Z] Already up-to-date. [2022-03-23T09:53:11.481Z] Entering 'rt.equinox.framework' [2022-03-23T09:53:11.740Z] Checking out R4_23_maintenance [2022-03-23T09:53:11.998Z] Previous HEAD position was 167fc48... Bug 578772 - Lambda in MultiplexingFactory causes NPE one Hotspot Java version 8 [2022-03-23T09:53:11.998Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:11.998Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:12.257Z] Already up-to-date. [2022-03-23T09:53:12.515Z] Entering 'rt.equinox.p2' [2022-03-23T09:53:12.781Z] Checking out R4_23_maintenance [2022-03-23T09:53:13.348Z] Switched to a new branch 'R4_23_maintenance' [2022-03-23T09:53:13.348Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin. [2022-03-23T09:53:14.720Z] Already up-to-date. [2022-03-23T09:53:14.720Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:53:14.720Z] ~/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-23T09:53:16.297Z] 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-23T09:53:16.298Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:53:16.298Z] + [[ 0 -ne 0 ]] [Pipeline] } [2022-03-23T09:53:16.803Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:53:17.063Z] Executing command: "ssh-agent" "-k" [2022-03-23T09:53:17.063Z] exit [2022-03-23T09:53:17.120Z] unset SSH_AUTH_SOCK; [2022-03-23T09:53:17.120Z] unset SSH_AGENT_PID; [2022-03-23T09:53:17.120Z] echo Agent pid 467 killed; [2022-03-23T09:53:17.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tag Build Inputs) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-23T09:53:42.915Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) [2022-03-23T09:53:42.916Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) [2022-03-23T09:53:42.916Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [2022-03-23T09:53:42.916Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T09:53:43.223Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T09:53:43.223Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:53:43.473Z] Executing command: "ssh-agent" [2022-03-23T09:53:43.473Z] exit [2022-03-23T09:53:43.531Z] SSH_AUTH_SOCK=/tmp/ssh-E8fDK7tmcliT/agent.5290; export SSH_AUTH_SOCK; [2022-03-23T09:53:43.531Z] SSH_AGENT_PID=5291; export SSH_AGENT_PID; [2022-03-23T09:53:43.531Z] echo Agent pid 5291; [2022-03-23T09:53:43.533Z] SSH_AUTH_SOCK=/tmp/ssh-E8fDK7tmcliT/agent.5290 [2022-03-23T09:53:43.533Z] SSH_AGENT_PID=5291 [2022-03-23T09:53:43.546Z] Running ssh-add (command line suppressed) [2022-03-23T09:53:43.862Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_12084581445959092917.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_12084581445959092917.key) [2022-03-23T09:53:43.880Z] Running ssh-add (command line suppressed) [2022-03-23T09:53:44.201Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_8432479366096399765.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_8432479366096399765.key) [2022-03-23T09:53:44.219Z] Running ssh-add (command line suppressed) [2022-03-23T09:53:44.535Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_5755523198388517720.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_5755523198388517720.key) [2022-03-23T09:53:44.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T09:53:45.764Z] + git config --global user.email releng-bot@eclipse.org [2022-03-23T09:53:45.765Z] + git config --global user.name 'Eclipse Releng Bot' [2022-03-23T09:53:45.765Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:53:45.765Z] + 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-23T09:53:45.765Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log [2022-03-23T09:53:45.765Z] + '[' 1 -ne 1 ']' [2022-03-23T09:53:45.765Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource [2022-03-23T09:53:45.765Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:53:45.765Z] ++ export TIMESTAMP=20220323-0540 [2022-03-23T09:53:45.765Z] ++ TIMESTAMP=20220323-0540 [2022-03-23T09:53:45.765Z] ++ export 'BUILD_PRETTY_DATE=Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:53:45.765Z] ++ BUILD_PRETTY_DATE='Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:53:45.765Z] ++ export BRANCH=R4_23_maintenance [2022-03-23T09:53:45.765Z] ++ BRANCH=R4_23_maintenance [2022-03-23T09:53:45.765Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:53:45.765Z] ++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:53:45.765Z] ++ export PATCH_BUILD=java18patch [2022-03-23T09:53:45.765Z] ++ PATCH_BUILD=java18patch [2022-03-23T09:53:45.765Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-23T09:53:45.765Z] ++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-23T09:53:45.765Z] ++ export BUILD_TYPE=P [2022-03-23T09:53:45.765Z] ++ BUILD_TYPE=P [2022-03-23T09:53:45.765Z] ++ export TESTED_BUILD_TYPE=P [2022-03-23T09:53:45.765Z] ++ TESTED_BUILD_TYPE=P [2022-03-23T09:53:45.766Z] ++ export RELEASE_VER=4.23 [2022-03-23T09:53:45.766Z] ++ RELEASE_VER=4.23 [2022-03-23T09:53:45.766Z] ++ export STREAM=4.23.0 [2022-03-23T09:53:45.766Z] ++ STREAM=4.23.0 [2022-03-23T09:53:45.766Z] ++ export STREAMMajor=4 [2022-03-23T09:53:45.766Z] ++ STREAMMajor=4 [2022-03-23T09:53:45.766Z] ++ export STREAMMinor=23 [2022-03-23T09:53:45.766Z] ++ STREAMMinor=23 [2022-03-23T09:53:45.766Z] ++ export STREAMService=0 [2022-03-23T09:53:45.766Z] ++ STREAMService=0 [2022-03-23T09:53:45.766Z] ++ export GIT_ROOT=git@github.com: [2022-03-23T09:53:45.766Z] ++ GIT_ROOT=git@github.com: [2022-03-23T09:53:45.766Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:53:45.766Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:53:45.766Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:53:45.766Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:53:45.766Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:53:45.766Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:53:45.766Z] ++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:53:45.766Z] ++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:53:45.766Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:53:45.766Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:53:45.766Z] ++ export TMP_DIR=tmp [2022-03-23T09:53:45.766Z] ++ TMP_DIR=tmp [2022-03-23T09:53:45.766Z] ++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:53:45.766Z] ++ DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:53:45.766Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:53:45.766Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:53:45.766Z] ++ export LOCAL_REPO=localMavenRepo [2022-03-23T09:53:45.766Z] ++ LOCAL_REPO=localMavenRepo [2022-03-23T09:53:45.766Z] ++ export BASEBUILDER_TAG=4.22 [2022-03-23T09:53:45.766Z] ++ BASEBUILDER_TAG=4.22 [2022-03-23T09:53:45.766Z] ++ export API_PREV_REF_LABEL=4.22 [2022-03-23T09:53:45.766Z] ++ API_PREV_REF_LABEL=4.22 [2022-03-23T09:53:45.766Z] ++ export API_FREEZE_REF_LABEL= [2022-03-23T09:53:45.766Z] ++ API_FREEZE_REF_LABEL= [2022-03-23T09:53:45.766Z] ++ export 'FREEZE_PARAMS= ' [2022-03-23T09:53:45.766Z] ++ FREEZE_PARAMS=' ' [2022-03-23T09:53:45.766Z] ++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:53:45.766Z] ++ PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:53:45.766Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:53:45.766Z] ++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:53:45.766Z] ++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:53:45.766Z] ++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:53:45.766Z] ++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:53:45.766Z] ++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:53:45.766Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:53:45.766Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:53:45.766Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:53:45.766Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:53:45.766Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:53:45.766Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:53:45.766Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:53:45.766Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:53:45.766Z] ++ export MAVEN_OPTS=-Xmx6G [2022-03-23T09:53:45.766Z] ++ MAVEN_OPTS=-Xmx6G [2022-03-23T09:53:45.766Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:53:45.766Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:53:45.766Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:53:45.766Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:53:45.766Z] ++ 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-23T09:53:45.766Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-23T09:53:45.766Z] ++ 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-23T09:53:45.766Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-23T09:53:45.766Z] ++ export BUILD_ID=P20220323-0540 [2022-03-23T09:53:45.766Z] ++ BUILD_ID=P20220323-0540 [2022-03-23T09:53:45.766Z] ++ export BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:53:45.766Z] ++ BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:53:45.766Z] ++ export EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:53:45.766Z] ++ EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:53:45.766Z] ++ export EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:53:45.766Z] ++ EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:53:45.766Z] ++ 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-23T09:53:45.766Z] ++ 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-23T09:53:45.766Z] ++ 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-23T09:53:45.767Z] ++ 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-23T09:53:45.767Z] ++ 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-23T09:53:45.767Z] ++ 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-23T09:53:45.767Z] ++ 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-23T09:53:45.767Z] ++ 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-23T09:53:45.767Z] ++ TZ=America/New_York [2022-03-23T09:53:45.767Z] ++ date +%s [2022-03-23T09:53:45.767Z] + reportDate=1648029225 [2022-03-23T09:53:45.767Z] ++ TZ=America/New_York [2022-03-23T09:53:45.767Z] ++ date +%Y%m%d-%H%M --date=@1648029225 [2022-03-23T09:53:45.767Z] + reportTimestamp=20220323-0553 [2022-03-23T09:53:45.767Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220323-0540/gitLog.html [2022-03-23T09:53:45.767Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220323-0540 [2022-03-23T09:53:45.767Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates [2022-03-23T09:53:45.767Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds [2022-03-23T09:53:45.767Z] ++ git tag --list 'P*' [2022-03-23T09:53:45.767Z] ++ tail -n5 [2022-03-23T09:53:45.767Z] + lastTagList='P20220318-0540 [2022-03-23T09:53:45.767Z] P20220319-0500 [2022-03-23T09:53:45.767Z] P20220320-0500 [2022-03-23T09:53:45.767Z] P20220321-0500 [2022-03-23T09:53:45.767Z] P20220322-0720' [2022-03-23T09:53:45.767Z] + lastTag= [2022-03-23T09:53:45.767Z] + for lt in '$lastTagList' [2022-03-23T09:53:45.767Z] + 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-23T09:53:46.702Z] + lastTag=P20220318-0540 [2022-03-23T09:53:46.702Z] + for lt in '$lastTagList' [2022-03-23T09:53:46.702Z] + 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-23T09:53:47.644Z] + lastTag=P20220319-0500 [2022-03-23T09:53:47.644Z] + for lt in '$lastTagList' [2022-03-23T09:53:47.644Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220320-0500 [2022-03-23T09:53:48.581Z] + lastTag=P20220320-0500 [2022-03-23T09:53:48.581Z] + for lt in '$lastTagList' [2022-03-23T09:53:48.581Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220321-0500 [2022-03-23T09:53:49.162Z] + lastTag=P20220321-0500 [2022-03-23T09:53:49.162Z] + for lt in '$lastTagList' [2022-03-23T09:53:49.162Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220322-0720 [2022-03-23T09:53:49.936Z] + lastTag=P20220322-0720 [2022-03-23T09:53:49.936Z] + [[ -z P20220322-0720 ]] [2022-03-23T09:53:49.936Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:53:49.936Z] ~/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-23T09:53:49.936Z] + '[' P == I ']' [2022-03-23T09:53:49.936Z] + export -f toPushRepo [2022-03-23T09:53:49.936Z] + 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-23T09:53:50.194Z] Entering 'eclipse.jdt' [2022-03-23T09:53:50.194Z] Skipping eclipse.jdt [2022-03-23T09:53:50.194Z] Entering 'eclipse.jdt.core' [2022-03-23T09:53:50.194Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.core [2022-03-23T09:53:51.574Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-23T09:53:51.574Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.core [2022-03-23T09:53:51.574Z] * [new tag] P20220323-0540 -> P20220323-0540 [2022-03-23T09:53:51.574Z] Entering 'eclipse.jdt.core.binaries' [2022-03-23T09:53:51.574Z] Skipping eclipse.jdt.core.binaries [2022-03-23T09:53:51.574Z] Entering 'eclipse.jdt.debug' [2022-03-23T09:53:51.574Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.debug [2022-03-23T09:53:52.139Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-23T09:53:52.139Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.debug [2022-03-23T09:53:52.139Z] * [new tag] P20220323-0540 -> P20220323-0540 [2022-03-23T09:53:52.139Z] Entering 'eclipse.jdt.ui' [2022-03-23T09:53:52.139Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.ui [2022-03-23T09:53:53.071Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-23T09:53:53.071Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.ui [2022-03-23T09:53:53.071Z] * [new tag] P20220323-0540 -> P20220323-0540 [2022-03-23T09:53:53.071Z] Entering 'eclipse.pde.build' [2022-03-23T09:53:53.071Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.build [2022-03-23T09:53:53.637Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-23T09:53:53.637Z] To ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.build [2022-03-23T09:53:53.637Z] * [new tag] P20220323-0540 -> P20220323-0540 [2022-03-23T09:53:53.637Z] Entering 'eclipse.pde.ui' [2022-03-23T09:53:53.637Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.ui [2022-03-23T09:53:54.202Z] remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done  [2022-03-23T09:53:54.202Z] To ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.ui [2022-03-23T09:53:54.202Z] * [new tag] P20220323-0540 -> P20220323-0540 [2022-03-23T09:53:54.202Z] Entering 'eclipse.platform' [2022-03-23T09:53:54.202Z] Skipping eclipse.platform [2022-03-23T09:53:54.202Z] Entering 'eclipse.platform.common' [2022-03-23T09:53:54.202Z] Skipping eclipse.platform.common [2022-03-23T09:53:54.202Z] Entering 'eclipse.platform.debug' [2022-03-23T09:53:54.202Z] Skipping eclipse.platform.debug [2022-03-23T09:53:54.202Z] Entering 'eclipse.platform.releng' [2022-03-23T09:53:54.202Z] Skipping eclipse.platform.releng [2022-03-23T09:53:54.202Z] Entering 'eclipse.platform.resources' [2022-03-23T09:53:54.202Z] Skipping eclipse.platform.resources [2022-03-23T09:53:54.459Z] Entering 'eclipse.platform.runtime' [2022-03-23T09:53:54.459Z] Skipping eclipse.platform.runtime [2022-03-23T09:53:54.459Z] Entering 'eclipse.platform.swt' [2022-03-23T09:53:54.459Z] Skipping eclipse.platform.swt [2022-03-23T09:53:54.459Z] Entering 'eclipse.platform.swt.binaries' [2022-03-23T09:53:54.459Z] Skipping eclipse.platform.swt.binaries [2022-03-23T09:53:54.460Z] Entering 'eclipse.platform.team' [2022-03-23T09:53:54.460Z] Skipping eclipse.platform.team [2022-03-23T09:53:54.460Z] Entering 'eclipse.platform.text' [2022-03-23T09:53:54.460Z] Skipping eclipse.platform.text [2022-03-23T09:53:54.460Z] Entering 'eclipse.platform.ua' [2022-03-23T09:53:54.460Z] Skipping eclipse.platform.ua [2022-03-23T09:53:54.460Z] Entering 'eclipse.platform.ui' [2022-03-23T09:53:54.460Z] Skipping eclipse.platform.ui [2022-03-23T09:53:54.460Z] Entering 'eclipse.platform.ui.tools' [2022-03-23T09:53:54.460Z] Skipping eclipse.platform.ui.tools [2022-03-23T09:53:54.460Z] Entering 'rt.equinox.binaries' [2022-03-23T09:53:54.460Z] Skipping rt.equinox.binaries [2022-03-23T09:53:54.460Z] Entering 'rt.equinox.bundles' [2022-03-23T09:53:54.460Z] Skipping rt.equinox.bundles [2022-03-23T09:53:54.460Z] Entering 'rt.equinox.framework' [2022-03-23T09:53:54.460Z] Skipping rt.equinox.framework [2022-03-23T09:53:54.460Z] Entering 'rt.equinox.p2' [2022-03-23T09:53:54.460Z] Skipping rt.equinox.p2 [2022-03-23T09:53:54.460Z] + git tag P20220323-0540 [2022-03-23T09:53:54.460Z] + git push --verbose origin P20220323-0540 [2022-03-23T09:53:54.460Z] Pushing to git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:53:55.833Z] To git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:53:55.833Z] * [new tag] P20220323-0540 -> P20220323-0540 [2022-03-23T09:53:55.833Z] + [[ -n P20220322-0720 ]] [2022-03-23T09:53:55.833Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt [2022-03-23T09:53:55.833Z] + echo -e '

Git log from P20220322-0720 (previous) to P20220323-0540 (current)

' [2022-03-23T09:53:55.833Z] + echo -e '

The tagging, and this report, were done at about 20220323-0553

' [2022-03-23T09:53:55.833Z] + git log P20220322-0720..P20220323-0540 --date=short '--format=format:%cd%s%aN' [2022-03-23T09:53:55.833Z] ./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-23T09:53:55.833Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt [2022-03-23T09:53:56.091Z] 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-23T09:53:56.091Z] + tmpFileSize= [2022-03-23T09:53:56.091Z] + '[' -ne 0 ']' [2022-03-23T09:53:56.091Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected [2022-03-23T09:53:56.091Z] + git submodule --quiet foreach 'comp=$(echo $path|cut -d. -f2);git log P20220322-0720..P20220323-0540 --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-23T09:53:56.091Z] /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-23T09:53:56.091Z] 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-23T09:53:56.091Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.091Z] /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-23T09:53:56.091Z] 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-23T09:53:56.091Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.092Z] /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-23T09:53:56.092Z] 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-23T09:53:56.092Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.350Z] /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-23T09:53:56.350Z] 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-23T09:53:56.350Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.350Z] /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-23T09:53:56.350Z] 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-23T09:53:56.350Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.350Z] /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-23T09:53:56.350Z] 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-23T09:53:56.350Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.350Z] /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-23T09:53:56.350Z] 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-23T09:53:56.350Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.350Z] /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-23T09:53:56.350Z] 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-23T09:53:56.350Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.350Z] /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-23T09:53:56.350Z] 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-23T09:53:56.350Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.351Z] /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-23T09:53:56.351Z] 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-23T09:53:56.351Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.351Z] /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-23T09:53:56.351Z] 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-23T09:53:56.351Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.351Z] /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-23T09:53:56.351Z] 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-23T09:53:56.351Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.351Z] /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-23T09:53:56.351Z] 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-23T09:53:56.351Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.351Z] /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-23T09:53:56.351Z] 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-23T09:53:56.351Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.351Z] /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-23T09:53:56.351Z] 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-23T09:53:56.351Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.608Z] /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-23T09:53:56.609Z] 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-23T09:53:56.609Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected [2022-03-23T09:53:56.609Z] + popd [2022-03-23T09:53:56.609Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:53:56.609Z] + [[ 0 -ne 0 ]] [Pipeline] } [2022-03-23T09:53:56.895Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:53:57.146Z] Executing command: "ssh-agent" "-k" [2022-03-23T09:53:57.146Z] exit [2022-03-23T09:53:57.203Z] unset SSH_AUTH_SOCK; [2022-03-23T09:53:57.203Z] unset SSH_AGENT_PID; [2022-03-23T09:53:57.203Z] echo Agent pid 5291 killed; [2022-03-23T09:53:57.205Z] [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-23T09:54:06.967Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build [2022-03-23T09:54:06.967Z] + 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-23T09:54:06.967Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/. [2022-03-23T09:54:06.967Z] + 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-23T09:54:06.967Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/. [2022-03-23T09:54:06.967Z] + 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-23T09:54:06.967Z] + 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-23T09:54:17.904Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:54:17.905Z] + unset JAVA_TOOL_OPTIONS [2022-03-23T09:54:17.905Z] + unset _JAVA_OPTIONS [2022-03-23T09:54:17.905Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:54:17.905Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log [2022-03-23T09:54:19.805Z] [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-23T09:54:20.064Z] [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 13 kB/s) [2022-03-23T09:54:20.064Z] [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-23T09:54:20.064Z] [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 1.8 MB/s) [2022-03-23T09:54:20.322Z] [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-23T09:54:20.323Z] [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 163 kB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [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 197 kB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [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 205 kB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [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 381 kB/s) [2022-03-23T09:54:20.323Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom [2022-03-23T09:54:20.323Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom (14 kB at 1.8 MB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [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 688 kB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.0 MB/s) [2022-03-23T09:54:20.323Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [2022-03-23T09:54:20.323Z] [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 335 kB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [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 86 kB/s) [2022-03-23T09:54:20.323Z] [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-23T09:54:20.323Z] [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 637 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 192 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 88 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 220 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 122 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 285 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 190 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 132 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 144 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 157 kB/s) [2022-03-23T09:54:20.582Z] [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-23T09:54:20.582Z] [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 102 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 173 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 82 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 157 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 432 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 133 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 577 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.583Z] [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 432 kB/s) [2022-03-23T09:54:20.583Z] [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-23T09:54:20.841Z] [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 345 kB/s) [2022-03-23T09:54:20.841Z] [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-23T09:54:20.841Z] [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 161 kB/s) [2022-03-23T09:54:20.841Z] [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-23T09:54:20.841Z] [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 96 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 143 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 657 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 79 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 646 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 646 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 149 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 215 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 97 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 485 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 139 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 326 kB/s) [2022-03-23T09:54:20.842Z] [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-23T09:54:20.842Z] [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 653 kB/s) [2022-03-23T09:54:20.843Z] [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-23T09:54:20.843Z] [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 115 kB/s) [2022-03-23T09:54:20.843Z] [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-23T09:54:20.843Z] [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 245 kB/s) [2022-03-23T09:54:20.843Z] [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-23T09:54:21.101Z] [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 70 kB/s) [2022-03-23T09:54:21.101Z] [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-23T09:54:21.101Z] [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 82 kB/s) [2022-03-23T09:54:21.101Z] [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-23T09:54:21.101Z] [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 68 kB/s) [2022-03-23T09:54:21.101Z] [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-23T09:54:21.101Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 490 kB/s) [2022-03-23T09:54:21.101Z] [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-23T09:54:21.101Z] [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 489 kB/s) [2022-03-23T09:54:21.101Z] [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-23T09:54:21.101Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 123 kB/s) [2022-03-23T09:54:21.101Z] [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-23T09:54:21.102Z] [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 489 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 197 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 527 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 59 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 641 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 128 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom (1.9 kB at 480 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 481 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 388 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 485 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom (1.9 kB at 485 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [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 647 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.102Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom (1.9 kB at 484 kB/s) [2022-03-23T09:54:21.102Z] [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-23T09:54:21.103Z] [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 488 kB/s) [2022-03-23T09:54:21.103Z] [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-23T09:54:21.103Z] [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 129 kB/s) [2022-03-23T09:54:21.103Z] [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-23T09:54:21.103Z] [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 88 kB/s) [2022-03-23T09:54:21.103Z] [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-23T09:54:21.103Z] [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 421 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 140 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 708 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 708 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 708 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 531 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom (2.1 kB at 531 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 531 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 530 kB/s) [2022-03-23T09:54:21.361Z] [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-23T09:54:21.361Z] [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 177 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 530 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 118 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 144 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 729 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 2.4 MB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 2.2 MB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 547 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 2.8 MB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 143 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom (2.1 kB at 695 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 52 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 570 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 222 kB/s) [2022-03-23T09:54:21.362Z] [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-23T09:54:21.362Z] [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 645 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.363Z] [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 484 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.363Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 645 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.363Z] [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 645 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.363Z] [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 488 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.363Z] [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 651 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.363Z] [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 326 kB/s) [2022-03-23T09:54:21.363Z] [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-23T09:54:21.621Z] [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 70 kB/s) [2022-03-23T09:54:21.621Z] [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-23T09:54:21.621Z] [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 488 kB/s) [2022-03-23T09:54:21.621Z] [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-23T09:54:21.621Z] [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 651 kB/s) [2022-03-23T09:54:21.621Z] [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-23T09:54:21.621Z] [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 651 kB/s) [2022-03-23T09:54:21.621Z] [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-23T09:54:21.621Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 177 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 391 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 489 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 489 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 655 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 178 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 707 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 46 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 495 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 236 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom (2.3 kB at 574 kB/s) [2022-03-23T09:54:21.622Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml [2022-03-23T09:54:21.622Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 192 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 635 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.622Z] [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 952 kB/s) [2022-03-23T09:54:21.622Z] [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-23T09:54:21.623Z] [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 952 kB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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 952 kB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.623Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom (1.9 kB at 636 kB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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 636 kB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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 682 kB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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 2.2 MB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.623Z] [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 5.6 MB/s) [2022-03-23T09:54:21.623Z] [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-23T09:54:21.881Z] [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 4.2 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 709 kB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 991 kB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 645 kB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 2.0 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 2.0 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 2.7 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 1.6 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 4.7 MB/s) [2022-03-23T09:54:21.882Z] [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 2.3 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 4.6 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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-23T09:54:21.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar (199 kB at 1.9 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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 1.3 MB/s) [2022-03-23T09:54:21.882Z] [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-23T09:54:21.882Z] [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.6 MB/s) [2022-03-23T09:54:21.883Z] [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-23T09:54:21.883Z] [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 9.0 MB/s) [2022-03-23T09:54:21.883Z] [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-23T09:54:21.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar (369 kB at 2.2 MB/s) [2022-03-23T09:54:21.883Z] [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.6 MB/s) [2022-03-23T09:54:21.883Z] [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 792 kB/s) [2022-03-23T09:54:21.883Z] [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 686 kB/s) [2022-03-23T09:54:21.883Z] [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.7 MB/s) [2022-03-23T09:54:22.141Z] [INFO] Scanning for projects... [2022-03-23T09:54:22.399Z] [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-23T09:54:22.400Z] [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-23T09:54:22.400Z] [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-23T09:54:23.333Z] [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-23T09:54:23.333Z] [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-23T09:54:23.333Z] [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-23T09:54:23.591Z] [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-23T09:54:23.591Z] [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-23T09:54:23.591Z] [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-23T09:54:23.591Z] [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-23T09:54:23.591Z] [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-23T09:54:23.591Z] [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-23T09:54:23.592Z] [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-23T09:54:23.592Z] [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 202 kB/s) [2022-03-23T09:54:23.592Z] [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-23T09:54:23.592Z] [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-23T09:54:23.592Z] [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-23T09:54:23.592Z] [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-23T09:54:23.592Z] [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-23T09:54:23.592Z] [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-23T09:54:23.850Z] [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 15 kB/s) [2022-03-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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 23 kB/s) [2022-03-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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-23T09:54:23.850Z] [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 1.2 MB/s) [2022-03-23T09:54:23.850Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-23T09:54:24.108Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-23T09:54:24.108Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-23T09:54:24.108Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-23T09:54:24.108Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [2022-03-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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 6.4 MB/s) [2022-03-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.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.pom (8.0 kB at 2.0 MB/s) [2022-03-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.108Z] [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-23T09:54:24.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.pom [2022-03-23T09:54:24.367Z] [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 1.1 MB/s) [2022-03-23T09:54:24.367Z] [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-23T09:54:24.367Z] [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-23T09:54:24.367Z] [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-23T09:54:24.367Z] [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-23T09:54:24.367Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2022-03-23T09:54:24.367Z] [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-23T09:54:24.367Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 2.0 MB/s) [2022-03-23T09:54:24.367Z] [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-23T09:54:24.367Z] [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-23T09:54:24.367Z] [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-23T09:54:24.367Z] [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-23T09:54:24.367Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [2022-03-23T09:54:24.637Z] [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-23T09:54:24.637Z] [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 648 kB/s) [2022-03-23T09:54:24.637Z] [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-23T09:54:24.637Z] [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-23T09:54:24.637Z] [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-23T09:54:24.637Z] [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-23T09:54:24.637Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [2022-03-23T09:54:24.637Z] [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-23T09:54:24.637Z] [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 3.8 MB/s) [2022-03-23T09:54:24.637Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom [2022-03-23T09:54:24.637Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom [2022-03-23T09:54:24.637Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom [2022-03-23T09:54:25.106Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [2022-03-23T09:54:25.107Z] [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 979 kB/s) [2022-03-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 3.9 MB/s) [2022-03-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom [2022-03-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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 8.8 MB/s) [2022-03-23T09:54:25.107Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom [2022-03-23T09:54:25.107Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [2022-03-23T09:54:25.107Z] [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 1.5 MB/s) [2022-03-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2022-03-23T09:54:25.107Z] [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-23T09:54:25.107Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 4.8 MB/s) [2022-03-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.107Z] [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-23T09:54:25.108Z] [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-23T09:54:25.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.pom [2022-03-23T09:54:25.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.pom (2.7 kB at 1.3 MB/s) [2022-03-23T09:54:25.108Z] [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-23T09:54:25.365Z] [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-23T09:54:25.365Z] [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-23T09:54:25.365Z] [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-23T09:54:25.365Z] [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-23T09:54:25.365Z] [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-23T09:54:25.365Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 1.5 MB/s) [2022-03-23T09:54:25.365Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-23T09:54:25.623Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-23T09:54:25.623Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-23T09:54:25.623Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-23T09:54:25.623Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [2022-03-23T09:54:25.623Z] [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-23T09:54:25.624Z] [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 51 kB/s) [2022-03-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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 108 kB/s) [2022-03-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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 60 kB/s) [2022-03-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.624Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 257 kB/s) [2022-03-23T09:54:25.624Z] [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-23T09:54:25.624Z] [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-23T09:54:25.883Z] [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-23T09:54:25.883Z] [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-23T09:54:25.883Z] [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-23T09:54:25.883Z] [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-23T09:54:25.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 2.0 MB/s) [2022-03-23T09:54:25.883Z] [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-23T09:54:25.883Z] [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-23T09:54:26.818Z] [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-23T09:54:26.818Z] [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-23T09:54:26.818Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2022-03-23T09:54:26.818Z] [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-23T09:54:26.818Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 6.4 MB/s) [2022-03-23T09:54:26.818Z] [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-23T09:54:26.818Z] [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-23T09:54:26.818Z] [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-23T09:54:26.818Z] [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-23T09:54:26.819Z] [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-23T09:54:26.819Z] [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-23T09:54:27.076Z] [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 59 kB/s) [2022-03-23T09:54:27.076Z] [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-23T09:54:27.076Z] [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-23T09:54:27.076Z] [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-23T09:54:27.076Z] [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-23T09:54:27.076Z] [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-23T09:54:27.076Z] [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-23T09:54:27.076Z] [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 90 kB/s) [2022-03-23T09:54:27.076Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-23T09:54:27.076Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-23T09:54:27.077Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-23T09:54:27.077Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-23T09:54:27.077Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom [2022-03-23T09:54:27.077Z] [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-23T09:54:27.077Z] [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-23T09:54:27.077Z] [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-23T09:54:27.077Z] [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-23T09:54:27.077Z] [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-23T09:54:27.077Z] [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-23T09:54:27.334Z] [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-23T09:54:27.334Z] [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-23T09:54:27.334Z] [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 59 kB/s) [2022-03-23T09:54:27.334Z] [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-23T09:54:27.334Z] [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-23T09:54:27.334Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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 62 kB/s) [2022-03-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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-23T09:54:27.592Z] [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 57 kB/s) [2022-03-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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 62 kB/s) [2022-03-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.593Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.852Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [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-23T09:54:27.853Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-23T09:54:27.854Z] [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-23T09:54:27.854Z] [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-23T09:54:27.854Z] [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-23T09:54:27.854Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.227Z] [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-23T09:54:29.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar [2022-03-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.228Z] [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-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 18 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 13 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 3.1 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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.9 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 6.7 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 605 kB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 2.1 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 116 kB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 5.3 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 48 kB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 213 kB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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.9 MB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 42 kB/s) [2022-03-23T09:54:29.229Z] [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-23T09:54:29.229Z] [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 13 MB/s) [2022-03-23T09:54:29.230Z] [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-23T09:54:29.230Z] [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 150 kB/s) [2022-03-23T09:54:29.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [2022-03-23T09:54:29.230Z] [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 388 kB/s) [2022-03-23T09:54:29.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 41 kB/s) [2022-03-23T09:54:29.230Z] [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 147 kB/s) [2022-03-23T09:54:29.230Z] [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 59 kB/s) [2022-03-23T09:54:29.230Z] [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 228 kB/s) [2022-03-23T09:54:30.168Z] [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-23T09:54:30.168Z] [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-23T09:54:30.168Z] [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-23T09:54:30.168Z] [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-23T09:54:30.168Z] [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-23T09:54:30.168Z] [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-23T09:54:30.736Z] [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-23T09:54:30.993Z] [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-23T09:54:30.993Z] [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-23T09:54:30.993Z] [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-23T09:54:30.993Z] [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-23T09:54:30.993Z] [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-23T09:54:30.993Z] [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-23T09:54:30.993Z] [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 1.2 MB/s) [2022-03-23T09:54:31.925Z] [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-23T09:54:31.926Z] [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-23T09:54:31.926Z] [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-23T09:54:31.926Z] [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-23T09:54:31.926Z] [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-23T09:54:31.926Z] [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-23T09:54:31.926Z] [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 32 kB/s) [2022-03-23T09:54:31.926Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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 183 kB/s) [2022-03-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.184Z] [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-23T09:54:32.441Z] [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 12 kB/s) [2022-03-23T09:54:32.442Z] [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-23T09:54:32.442Z] [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-23T09:54:32.699Z] [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-23T09:54:32.699Z] [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-23T09:54:32.699Z] [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-23T09:54:32.699Z] [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-23T09:54:32.699Z] [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 2.1 MB/s) [2022-03-23T09:54:32.699Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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 407 kB/s) [2022-03-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [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-23T09:54:32.700Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [2022-03-23T09:54:32.700Z] [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-23T09:54:32.957Z] [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 396 kB/s) [2022-03-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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 117 kB/s) [2022-03-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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-23T09:54:32.957Z] [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 661 kB/s) [2022-03-23T09:54:32.957Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [2022-03-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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 2.7 MB/s) [2022-03-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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 132 kB/s) [2022-03-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.215Z] [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-23T09:54:33.472Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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 113 kB/s) [2022-03-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.4 MB/s) [2022-03-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [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-23T09:54:33.473Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2022-03-23T09:54:33.473Z] [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-23T09:54:33.730Z] [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 346 kB/s) [2022-03-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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 3.4 MB/s) [2022-03-23T09:54:33.730Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-23T09:54:33.730Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-23T09:54:33.730Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-23T09:54:33.730Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-23T09:54:33.730Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom [2022-03-23T09:54:33.730Z] [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-23T09:54:33.730Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 1.6 MB/s) [2022-03-23T09:54:33.730Z] [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-23T09:54:33.730Z] [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-23T09:54:33.731Z] [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-23T09:54:33.731Z] [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-23T09:54:33.731Z] [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-23T09:54:33.988Z] [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-23T09:54:33.988Z] [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 114 kB/s) [2022-03-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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 900 kB/s) [2022-03-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 2.4 MB/s) [2022-03-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:33.989Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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 6.8 MB/s) [2022-03-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2022-03-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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 193 kB/s) [2022-03-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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-23T09:54:34.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2022-03-23T09:54:34.247Z] [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-23T09:54:34.247Z] [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 331 kB/s) [2022-03-23T09:54:34.504Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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 2.6 MB/s) [2022-03-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.505Z] [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-23T09:54:34.762Z] [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-23T09:54:34.763Z] [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 73 kB/s) [2022-03-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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 55 kB/s) [2022-03-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:34.763Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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 61 kB/s) [2022-03-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 1.6 MB/s) [2022-03-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.021Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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 44 kB/s) [2022-03-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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 97 kB/s) [2022-03-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.279Z] [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-23T09:54:35.280Z] [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-23T09:54:35.280Z] [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-23T09:54:35.280Z] [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 141 kB/s) [2022-03-23T09:54:35.280Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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 188 kB/s) [2022-03-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [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-23T09:54:35.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 6.3 MB/s) [2022-03-23T09:54:35.538Z] [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-23T09:54:35.538Z] [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-23T09:54:35.538Z] [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-23T09:54:35.538Z] [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-23T09:54:35.538Z] [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-23T09:54:35.538Z] [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-23T09:54:35.538Z] [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 884 kB/s) [2022-03-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 1.4 MB/s) [2022-03-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 2.1 MB/s) [2022-03-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:35.796Z] [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-23T09:54:36.054Z] [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-23T09:54:36.054Z] [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-23T09:54:36.054Z] [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-23T09:54:36.054Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 9.3 MB/s) [2022-03-23T09:54:36.054Z] [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-23T09:54:36.054Z] [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-23T09:54:36.054Z] [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-23T09:54:36.054Z] [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-23T09:54:36.054Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [2022-03-23T09:54:36.054Z] [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-23T09:54:36.055Z] [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.8 MB/s) [2022-03-23T09:54:36.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom [2022-03-23T09:54:36.055Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom [2022-03-23T09:54:36.055Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom [2022-03-23T09:54:36.055Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [2022-03-23T09:54:36.055Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [2022-03-23T09:54:36.055Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [2022-03-23T09:54:36.055Z] [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 3.9 MB/s) [2022-03-23T09:54:36.055Z] [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-23T09:54:36.055Z] [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-23T09:54:36.055Z] [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-23T09:54:36.055Z] [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-23T09:54:36.055Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 1.3 MB/s) [2022-03-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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 920 kB/s) [2022-03-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 1.9 MB/s) [2022-03-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [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-23T09:54:36.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 2.5 MB/s) [2022-03-23T09:54:36.313Z] [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-23T09:54:36.571Z] [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-23T09:54:36.571Z] [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-23T09:54:36.571Z] [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-23T09:54:36.571Z] [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-23T09:54:36.572Z] [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-23T09:54:36.572Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 3.7 MB/s) [2022-03-23T09:54:36.572Z] [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-23T09:54:36.572Z] [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-23T09:54:36.572Z] [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-23T09:54:36.572Z] [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-23T09:54:36.572Z] [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-23T09:54:36.572Z] [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-23T09:54:36.572Z] [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 895 kB/s) [2022-03-23T09:54:36.572Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom [2022-03-23T09:54:36.572Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom [2022-03-23T09:54:36.572Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom [2022-03-23T09:54:36.829Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [2022-03-23T09:54:36.830Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom [2022-03-23T09:54:36.830Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [2022-03-23T09:54:36.830Z] [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 1.2 MB/s) [2022-03-23T09:54:36.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-23T09:54:36.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-23T09:54:36.830Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-23T09:54:36.830Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-23T09:54:36.830Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2022-03-23T09:54:36.830Z] [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-23T09:54:36.830Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s) [2022-03-23T09:54:36.830Z] [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-23T09:54:36.830Z] [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-23T09:54:36.830Z] [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-23T09:54:36.830Z] [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-23T09:54:36.830Z] [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-23T09:54:36.830Z] [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-23T09:54:36.830Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 2.6 MB/s) [2022-03-23T09:54:36.830Z] [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-23T09:54:36.830Z] [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-23T09:54:37.088Z] [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-23T09:54:37.088Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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 3.4 MB/s) [2022-03-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 2.1 MB/s) [2022-03-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2022-03-23T09:54:37.089Z] [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-23T09:54:37.089Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.6 MB/s) [2022-03-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.089Z] [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-23T09:54:37.347Z] [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-23T09:54:37.347Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 1.4 MB/s) [2022-03-23T09:54:37.347Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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 896 kB/s) [2022-03-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 1.4 MB/s) [2022-03-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [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-23T09:54:37.348Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 1.3 MB/s) [2022-03-23T09:54:37.348Z] [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-23T09:54:37.606Z] [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-23T09:54:37.606Z] [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-23T09:54:37.606Z] [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-23T09:54:37.606Z] [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-23T09:54:37.606Z] [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-23T09:54:37.606Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 2.2 MB/s) [2022-03-23T09:54:37.606Z] [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-23T09:54:37.606Z] [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-23T09:54:37.606Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2022-03-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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 6.1 MB/s) [2022-03-23T09:54:37.607Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-23T09:54:37.607Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-23T09:54:37.607Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-23T09:54:37.607Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-23T09:54:37.607Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2022-03-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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 166 kB/s) [2022-03-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 1.9 MB/s) [2022-03-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.607Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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 4.6 MB/s) [2022-03-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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 2.8 MB/s) [2022-03-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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 199 kB/s) [2022-03-23T09:54:37.866Z] [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-23T09:54:37.866Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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 79 kB/s) [2022-03-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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 56 kB/s) [2022-03-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.125Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.383Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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 8.7 MB/s) [2022-03-23T09:54:38.384Z] [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 26 MB/s) [2022-03-23T09:54:38.384Z] [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 2.1 MB/s) [2022-03-23T09:54:38.384Z] [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 8.1 MB/s) [2022-03-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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 4.0 MB/s) [2022-03-23T09:54:38.384Z] [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-23T09:54:38.384Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2022-03-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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 16 MB/s) [2022-03-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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 3.8 MB/s) [2022-03-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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 2.9 MB/s) [2022-03-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.643Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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 9.0 MB/s) [2022-03-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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 356 kB/s) [2022-03-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.644Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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.3 MB/s) [2022-03-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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 166 kB/s) [2022-03-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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 1.3 MB/s) [2022-03-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom [2022-03-23T09:54:38.902Z] [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-23T09:54:38.902Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 1.2 MB/s) [2022-03-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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 1.5 MB/s) [2022-03-23T09:54:38.902Z] [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-23T09:54:38.902Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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 1.3 MB/s) [2022-03-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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-23T09:54:38.903Z] [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 229 kB/s) [2022-03-23T09:54:39.160Z] [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-23T09:54:39.160Z] [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-23T09:54:39.160Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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 5.5 MB/s) [2022-03-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom [2022-03-23T09:54:39.161Z] [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-23T09:54:39.161Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 14 MB/s) [2022-03-23T09:54:39.161Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom [2022-03-23T09:54:39.161Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom [2022-03-23T09:54:39.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom [2022-03-23T09:54:39.161Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [2022-03-23T09:54:39.161Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [2022-03-23T09:54:39.161Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [2022-03-23T09:54:39.161Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 5.1 MB/s) [2022-03-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.161Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar [2022-03-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.162Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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 11 MB/s) [2022-03-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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 31 MB/s) [2022-03-23T09:54:39.420Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2022-03-23T09:54:39.420Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 7.8 MB/s) [2022-03-23T09:54:39.420Z] [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 7.1 MB/s) [2022-03-23T09:54:39.420Z] [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 3.8 MB/s) [2022-03-23T09:54:39.420Z] [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.1 MB/s) [2022-03-23T09:54:39.420Z] [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 1.2 MB/s) [2022-03-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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 60 kB/s) [2022-03-23T09:54:39.420Z] [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-23T09:54:39.420Z] [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-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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 142 kB/s) [2022-03-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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-23T09:54:39.678Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 96 kB/s) [2022-03-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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-23T09:54:39.678Z] [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-23T09:54:39.935Z] [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-23T09:54:39.935Z] [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 283 kB/s) [2022-03-23T09:54:39.935Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 1.6 MB/s) [2022-03-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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 91 kB/s) [2022-03-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:39.936Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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 1.3 MB/s) [2022-03-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.0 MB/s) [2022-03-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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-23T09:54:40.194Z] [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 1.7 MB/s) [2022-03-23T09:54:40.194Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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 37 MB/s) [2022-03-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.452Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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 1.6 MB/s) [2022-03-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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 3.5 MB/s) [2022-03-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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 78 kB/s) [2022-03-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.715Z] [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-23T09:54:40.992Z] [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-23T09:54:40.992Z] [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-23T09:54:40.993Z] [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-23T09:54:40.993Z] [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 634 kB/s) [2022-03-23T09:54:40.993Z] [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-23T09:54:40.993Z] [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-23T09:54:40.993Z] [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-23T09:54:40.993Z] [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-23T09:54:41.323Z] [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-23T09:54:41.323Z] [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-23T09:54:41.323Z] [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 1.7 MB/s) [2022-03-23T09:54:41.323Z] [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-23T09:54:41.323Z] [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-23T09:54:41.323Z] [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-23T09:54:41.323Z] [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-23T09:54:41.323Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [2022-03-23T09:54:41.323Z] [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-23T09:54:41.323Z] [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 1.3 MB/s) [2022-03-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [2022-03-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.324Z] [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-23T09:54:41.598Z] [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-23T09:54:41.598Z] [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 10 MB/s) [2022-03-23T09:54:41.598Z] [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-23T09:54:41.598Z] [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-23T09:54:41.598Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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 555 kB/s) [2022-03-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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.1 MB/s) [2022-03-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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-23T09:54:41.599Z] [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 188 kB/s) [2022-03-23T09:54:41.599Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 1.9 MB/s) [2022-03-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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 6.8 MB/s) [2022-03-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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 113 kB/s) [2022-03-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:41.857Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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 30 kB/s) [2022-03-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.115Z] [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-23T09:54:42.373Z] [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 29 kB/s) [2022-03-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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 54 kB/s) [2022-03-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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-23T09:54:42.373Z] [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 113 kB/s) [2022-03-23T09:54:42.373Z] [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-23T09:54:42.630Z] [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-23T09:54:42.630Z] [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-23T09:54:42.630Z] [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-23T09:54:42.630Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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 61 kB/s) [2022-03-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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 194 kB/s) [2022-03-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.631Z] [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-23T09:54:42.891Z] [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 42 kB/s) [2022-03-23T09:54:42.891Z] [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-23T09:54:42.891Z] [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-23T09:54:42.891Z] [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-23T09:54:42.891Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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 105 kB/s) [2022-03-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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-23T09:54:42.892Z] [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 224 kB/s) [2022-03-23T09:54:42.892Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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 67 kB/s) [2022-03-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.149Z] [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-23T09:54:43.150Z] [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-23T09:54:43.150Z] [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 50 kB/s) [2022-03-23T09:54:43.150Z] [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-23T09:54:43.150Z] [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-23T09:54:43.150Z] [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-23T09:54:43.150Z] [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-23T09:54:43.150Z] [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-23T09:54:43.150Z] [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-23T09:54:43.407Z] [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 65 kB/s) [2022-03-23T09:54:43.407Z] [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-23T09:54:43.407Z] [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-23T09:54:43.407Z] [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-23T09:54:43.407Z] [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-23T09:54:43.407Z] [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-23T09:54:43.407Z] [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-23T09:54:43.407Z] [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 3.5 MB/s) [2022-03-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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 8.6 MB/s) [2022-03-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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 980 kB/s) [2022-03-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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 5.7 MB/s) [2022-03-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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 720 kB/s) [2022-03-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.408Z] [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-23T09:54:43.409Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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 4.9 MB/s) [2022-03-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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 573 kB/s) [2022-03-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.666Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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 1.0 MB/s) [2022-03-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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 1.5 MB/s) [2022-03-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [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-23T09:54:43.667Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [2022-03-23T09:54:43.667Z] [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-23T09:54:43.667Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.2 MB/s) [2022-03-23T09:54:43.667Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom [2022-03-23T09:54:43.667Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom [2022-03-23T09:54:43.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom [2022-03-23T09:54:43.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [2022-03-23T09:54:43.667Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [2022-03-23T09:54:43.667Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [2022-03-23T09:54:43.930Z] [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 273 kB/s) [2022-03-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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 2.0 MB/s) [2022-03-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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 492 kB/s) [2022-03-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.930Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13.2/junit-4.13.2.pom [2022-03-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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 9.0 MB/s) [2022-03-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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-23T09:54:43.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [2022-03-23T09:54:43.931Z] [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-23T09:54:43.931Z] [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 104 kB/s) [2022-03-23T09:54:43.931Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-23T09:54:43.931Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-23T09:54:43.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-23T09:54:43.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-23T09:54:43.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2022-03-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.6 MB/s) [2022-03-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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 213 kB/s) [2022-03-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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-23T09:54:44.189Z] [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 50 kB/s) [2022-03-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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 64 kB/s) [2022-03-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.190Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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 365 kB/s) [2022-03-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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 553 kB/s) [2022-03-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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 194 kB/s) [2022-03-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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-23T09:54:44.448Z] [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 98 kB/s) [2022-03-23T09:54:44.449Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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 40 kB/s) [2022-03-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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 161 kB/s) [2022-03-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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.1 MB/s) [2022-03-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.706Z] [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-23T09:54:44.707Z] [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-23T09:54:44.707Z] [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-23T09:54:44.707Z] [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 2.6 MB/s) [2022-03-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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 2.1 MB/s) [2022-03-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2022-03-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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 7.2 MB/s) [2022-03-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [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-23T09:54:44.964Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.pom [2022-03-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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 1.5 MB/s) [2022-03-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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 5.3 MB/s) [2022-03-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:44.965Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.223Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.224Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2022-03-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.225Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.226Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.227Z] [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-23T09:54:45.484Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.485Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.jar [2022-03-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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 3.4 MB/s) [2022-03-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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 2.3 MB/s) [2022-03-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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 26 MB/s) [2022-03-23T09:54:45.486Z] [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-23T09:54:45.486Z] [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 7.7 MB/s) [2022-03-23T09:54:45.487Z] [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-23T09:54:45.487Z] [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 2.9 MB/s) [2022-03-23T09:54:45.487Z] [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-23T09:54:45.487Z] [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 7.2 MB/s) [2022-03-23T09:54:45.487Z] [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-23T09:54:45.487Z] [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 5.7 MB/s) [2022-03-23T09:54:45.487Z] [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-23T09:54:45.487Z] [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-23T09:54:45.487Z] [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-23T09:54:45.487Z] [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 4.5 MB/s) [2022-03-23T09:54:45.487Z] [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-23T09:54:45.745Z] [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.3 MB/s) [2022-03-23T09:54:45.745Z] [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-23T09:54:45.745Z] [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-23T09:54:45.745Z] [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-23T09:54:45.745Z] [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 771 kB/s) [2022-03-23T09:54:45.745Z] [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-23T09:54:45.745Z] [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 55 kB/s) [2022-03-23T09:54:45.745Z] [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-23T09:54:45.745Z] [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 455 kB/s) [2022-03-23T09:54:45.745Z] [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-23T09:54:45.745Z] [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 1.0 MB/s) [2022-03-23T09:54:45.745Z] [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-23T09:54:45.746Z] [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 2.2 MB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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.9 MB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 141 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 552 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 124 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 129 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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.1 MB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 224 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 98 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 123 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 128 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 358 kB/s) [2022-03-23T09:54:45.746Z] [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-23T09:54:45.746Z] [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 622 kB/s) [2022-03-23T09:54:45.746Z] [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 989 kB/s) [2022-03-23T09:54:45.746Z] [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 77 kB/s) [2022-03-23T09:54:46.677Z] [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 23 kB/s) [2022-03-23T09:54:46.677Z] [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 571 kB/s) [2022-03-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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 2.7 MB/s) [2022-03-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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 5.5 MB/s) [2022-03-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.678Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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 22 MB/s) [2022-03-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.935Z] [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-23T09:54:46.936Z] [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 105 kB/s) [2022-03-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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 2.6 MB/s) [2022-03-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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 439 kB/s) [2022-03-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:46.936Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2022-03-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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 762 kB/s) [2022-03-23T09:54:46.936Z] [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-23T09:54:46.936Z] [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-23T09:54:47.193Z] [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-23T09:54:47.193Z] [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-23T09:54:47.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [2022-03-23T09:54:47.193Z] [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-23T09:54:47.193Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 12 MB/s) [2022-03-23T09:54:47.193Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom [2022-03-23T09:54:47.193Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom [2022-03-23T09:54:47.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom [2022-03-23T09:54:47.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [2022-03-23T09:54:47.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom [2022-03-23T09:54:47.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [2022-03-23T09:54:47.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 4.3 MB/s) [2022-03-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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 3.3 MB/s) [2022-03-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.194Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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 444 kB/s) [2022-03-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2022-03-23T09:54:47.451Z] [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-23T09:54:47.451Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 1.1 MB/s) [2022-03-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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-23T09:54:47.451Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [2022-03-23T09:54:47.451Z] [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-23T09:54:47.451Z] [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 629 kB/s) [2022-03-23T09:54:47.451Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom [2022-03-23T09:54:47.451Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom [2022-03-23T09:54:47.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom [2022-03-23T09:54:47.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [2022-03-23T09:54:47.710Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom [2022-03-23T09:54:47.710Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [2022-03-23T09:54:47.710Z] [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 4.8 MB/s) [2022-03-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 7.6 MB/s) [2022-03-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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 1.5 MB/s) [2022-03-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.710Z] [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-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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 42 MB/s) [2022-03-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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-23T09:54:47.968Z] [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 496 kB/s) [2022-03-23T09:54:47.968Z] [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-23T09:54:48.225Z] [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-23T09:54:48.226Z] [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-23T09:54:48.226Z] [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-23T09:54:48.226Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2022-03-23T09:54:48.226Z] [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-23T09:54:48.226Z] [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 327 kB/s) [2022-03-23T09:54:48.226Z] [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-23T09:54:48.226Z] [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-23T09:54:48.226Z] [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-23T09:54:48.226Z] [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-23T09:54:48.226Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [2022-03-23T09:54:48.226Z] [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-23T09:54:48.226Z] [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 987 kB/s) [2022-03-23T09:54:48.226Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom [2022-03-23T09:54:48.226Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom [2022-03-23T09:54:48.226Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom [2022-03-23T09:54:48.226Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [2022-03-23T09:54:48.226Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom [2022-03-23T09:54:48.483Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [2022-03-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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 3.2 MB/s) [2022-03-23T09:54:48.483Z] [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-23T09:54:48.483Z] [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-23T09:54:48.484Z] [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-23T09:54:48.484Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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 92 kB/s) [2022-03-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2022-03-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.741Z] [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-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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 1.8 MB/s) [2022-03-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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-23T09:54:48.998Z] [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 63 kB/s) [2022-03-23T09:54:48.999Z] [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-23T09:54:48.999Z] [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-23T09:54:48.999Z] [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-23T09:54:48.999Z] [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-23T09:54:48.999Z] [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-23T09:54:48.999Z] [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-23T09:54:49.263Z] [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 306 kB/s) [2022-03-23T09:54:49.263Z] [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-23T09:54:49.263Z] [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-23T09:54:49.263Z] [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-23T09:54:49.263Z] [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-23T09:54:49.263Z] [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-23T09:54:49.263Z] [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-23T09:54:49.263Z] [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 14 MB/s) [2022-03-23T09:54:49.520Z] [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-23T09:54:49.521Z] [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-23T09:54:49.521Z] [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-23T09:54:49.521Z] [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-23T09:54:49.521Z] [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-23T09:54:49.521Z] [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-23T09:54:49.777Z] [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 9.6 kB/s) [2022-03-23T09:54:49.778Z] [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-23T09:54:49.778Z] [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-23T09:54:49.778Z] [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-23T09:54:49.778Z] [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-23T09:54:49.778Z] [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-23T09:54:49.778Z] [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-23T09:54:49.778Z] [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 1.1 MB/s) [2022-03-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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 428 kB/s) [2022-03-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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-23T09:54:50.035Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2022-03-23T09:54:50.035Z] [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-23T09:54:50.035Z] [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 4.2 MB/s) [2022-03-23T09:54:50.035Z] [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-23T09:54:50.292Z] [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-23T09:54:50.292Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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 2.1 MB/s) [2022-03-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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 69 kB/s) [2022-03-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.293Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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.4 MB/s) [2022-03-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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 71 kB/s) [2022-03-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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-23T09:54:50.550Z] [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 1.3 MB/s) [2022-03-23T09:54:50.550Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [2022-03-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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 39 kB/s) [2022-03-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [2022-03-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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 88 kB/s) [2022-03-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [2022-03-23T09:54:50.810Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [2022-03-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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-23T09:54:50.810Z] [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 16 MB/s) [2022-03-23T09:54:51.069Z] [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 42 MB/s) [2022-03-23T09:54:51.327Z] [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@36d7e8d2... [2022-03-23T09:54:52.699Z] [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-23T09:54:52.699Z] [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-23T09:54:52.956Z] [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 11 MB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 726 kB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 2.4 MB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 527 kB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 900 kB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 383 kB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 657 kB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 4.3 MB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 928 kB/s) [2022-03-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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-23T09:54:52.957Z] [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 741 kB/s) [2022-03-23T09:54:52.958Z] [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-23T09:54:52.958Z] [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.9 MB/s) [2022-03-23T09:54:52.958Z] [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-23T09:54:52.958Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/findbugs-annotations/3.0.1/findbugs-annotations-3.0.1.pom (6.2 kB at 3.1 MB/s) [2022-03-23T09:54:52.958Z] [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-23T09:54:52.958Z] [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 6.4 MB/s) [2022-03-23T09:54:52.958Z] [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-23T09:54:53.215Z] [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-23T09:54:53.215Z] [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-23T09:54:53.215Z] [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 847 kB/s) [2022-03-23T09:54:53.216Z] [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-23T09:54:53.216Z] [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 37 MB/s) [2022-03-23T09:54:53.476Z] [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-23T09:54:53.735Z] [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 45 MB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [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.2 MB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [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.6 MB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [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 2.8 MB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 2.5 MB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [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 167 kB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [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 842 kB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.735Z] [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 118 kB/s) [2022-03-23T09:54:53.735Z] [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-23T09:54:53.736Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 509 kB/s) [2022-03-23T09:54:53.736Z] [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-23T09:54:53.736Z] [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 6.6 MB/s) [2022-03-23T09:54:53.736Z] [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-23T09:54:53.736Z] [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 672 kB/s) [2022-03-23T09:54:53.736Z] [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-23T09:54:53.736Z] [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 581 kB/s) [2022-03-23T09:54:53.736Z] [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-23T09:54:53.736Z] [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 1.1 MB/s) [2022-03-23T09:54:53.736Z] [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-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 458 kB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 4.1 MB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 7.1 MB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 1.5 MB/s) [2022-03-23T09:54:53.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [2022-03-23T09:54:53.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 7.9 MB/s) [2022-03-23T09:54:53.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [2022-03-23T09:54:53.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 14 MB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 108 kB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 117 kB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 114 kB/s) [2022-03-23T09:54:53.994Z] [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-23T09:54:53.994Z] [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 118 kB/s) [2022-03-23T09:54:53.995Z] [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-23T09:54:54.252Z] [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 100 kB/s) [2022-03-23T09:54:54.252Z] [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-23T09:54:54.252Z] [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 847 kB/s) [2022-03-23T09:54:54.252Z] [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-23T09:54:54.252Z] [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 2.6 MB/s) [2022-03-23T09:54:54.252Z] [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-23T09:54:54.253Z] [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 165 kB/s) [2022-03-23T09:54:54.253Z] [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-23T09:54:54.253Z] [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 134 kB/s) [2022-03-23T09:54:54.253Z] [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-23T09:54:54.253Z] [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-23T09:54:54.253Z] [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-23T09:54:54.253Z] [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 90 kB/s) [2022-03-23T09:54:54.253Z] [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 1.1 MB/s) [2022-03-23T09:54:54.253Z] [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 39 MB/s) [2022-03-23T09:54:54.253Z] [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-23T09:54:54.253Z] [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 27 MB/s) [2022-03-23T09:54:54.510Z] [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-23T09:54:54.767Z] [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 1.5 MB/s) [2022-03-23T09:54:54.767Z] [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-23T09:54:54.767Z] [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 229 kB/s) [2022-03-23T09:54:54.767Z] [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-23T09:54:54.767Z] [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 22 MB/s) [2022-03-23T09:54:55.025Z] [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-23T09:54:55.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 1.4 MB/s) [2022-03-23T09:54:55.025Z] [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-23T09:54:55.025Z] [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 334 kB/s) [2022-03-23T09:54:55.025Z] [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-23T09:54:55.025Z] [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 9.1 MB/s) [2022-03-23T09:54:55.025Z] [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-23T09:54:55.025Z] [WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2 [2022-03-23T09:54:55.025Z] [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-23T09:54:55.025Z] [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 3.5 MB/s) [2022-03-23T09:54:55.025Z] [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-23T09:54:55.283Z] [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 17 MB/s) [2022-03-23T09:54:55.283Z] [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-23T09:54:55.283Z] [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 108 kB/s) [2022-03-23T09:54:55.283Z] [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-23T09:54:55.283Z] [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 403 kB/s) [2022-03-23T09:54:55.283Z] [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-23T09:54:55.283Z] [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-23T09:54:55.283Z] [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 7.2 MB/s) [2022-03-23T09:54:55.543Z] [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 18 MB/s) [2022-03-23T09:54:55.543Z] [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-23T09:54:55.543Z] [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 8.1 MB/s) [2022-03-23T09:54:55.543Z] [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-23T09:54:55.800Z] [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 15 MB/s) [2022-03-23T09:54:56.058Z] [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-23T09:54:56.058Z] [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 4.6 MB/s) [2022-03-23T09:54:56.058Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (142B) [2022-03-23T09:54:56.058Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310 [2022-03-23T09:54:56.058Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (130.4kB) [2022-03-23T09:54:56.315Z] [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-23T09:54:56.573Z] [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-23T09:54:56.573Z] [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-23T09:54:56.573Z] [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-23T09:54:56.573Z] [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-23T09:54:57.505Z] [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-23T09:54:57.505Z] [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-23T09:54:57.505Z] [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-23T09:54:57.762Z] [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-23T09:54:57.762Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.019Z] [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-23T09:54:58.276Z] [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-23T09:54:58.276Z] [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-23T09:54:58.277Z] [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-23T09:54:58.536Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.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.core.manipulation/pom.xml [2022-03-23T09:54:58.536Z] [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-23T09:54:58.536Z] [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-23T09:54:58.536Z] [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-23T09:54:58.536Z] [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-23T09:54:58.536Z] [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-23T09:54:58.794Z] [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-23T09:54:59.051Z] [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-23T09:54:59.983Z] [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-23T09:55:00.241Z] [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-23T09:55:00.241Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.501Z] [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-23T09:55:00.759Z] [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-23T09:55:00.759Z] [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-23T09:55:00.759Z] [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-23T09:55:00.759Z] [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-23T09:55:01.323Z] [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-23T09:55:01.323Z] [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-23T09:55:01.323Z] [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-23T09:55:01.581Z] [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-23T09:55:01.581Z] [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-23T09:55:01.581Z] [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-23T09:55:01.838Z] [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-23T09:55:01.838Z] [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-23T09:55:01.838Z] [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-23T09:55:01.838Z] [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-23T09:55:01.839Z] [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-23T09:55:02.096Z] [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-23T09:55:02.353Z] [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-23T09:55:02.353Z] [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-23T09:55:02.353Z] [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-23T09:55:02.353Z] [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-23T09:55:02.917Z] [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-23T09:55:02.917Z] [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-23T09:55:02.917Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:02.918Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.175Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.432Z] [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-23T09:55:03.689Z] [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-23T09:55:03.689Z] [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-23T09:55:03.689Z] [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-23T09:55:03.689Z] [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-23T09:55:03.689Z] [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-23T09:55:03.690Z] [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-23T09:55:03.690Z] [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-23T09:55:03.690Z] [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-23T09:55:03.690Z] [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-23T09:55:03.690Z] [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-23T09:55:03.948Z] [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-23T09:55:03.948Z] [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-23T09:55:03.948Z] [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-23T09:55:03.948Z] [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-23T09:55:03.948Z] [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-23T09:55:03.948Z] [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-23T09:55:04.206Z] [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-23T09:55:04.206Z] [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-23T09:55:04.206Z] [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-23T09:55:04.463Z] [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-23T09:55:04.463Z] [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-23T09:55:04.463Z] [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-23T09:55:04.720Z] [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-23T09:55:04.720Z] [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-23T09:55:04.976Z] [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-23T09:55:05.233Z] [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-23T09:55:05.491Z] [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-23T09:55:05.748Z] [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-23T09:55:05.748Z] [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-23T09:55:05.748Z] [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-23T09:55:05.748Z] [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-23T09:55:05.748Z] [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-23T09:55:05.749Z] [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-23T09:55:05.749Z] [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-23T09:55:05.749Z] [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-23T09:55:05.749Z] [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-23T09:55:06.006Z] [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-23T09:55:06.006Z] [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-23T09:55:06.006Z] [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-23T09:55:06.006Z] [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-23T09:55:06.006Z] [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-23T09:55:06.263Z] [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-23T09:55:06.264Z] [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-23T09:55:06.264Z] [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-23T09:55:06.521Z] [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-23T09:55:06.521Z] [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-23T09:55:06.521Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.450-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/ui/org.eclipse.pde.ui/pom.xml [2022-03-23T09:55:06.779Z] [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-23T09:55:06.779Z] [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-23T09:55:06.779Z] [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-23T09:55:07.036Z] [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-23T09:55:07.036Z] [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-23T09:55:07.293Z] [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-23T09:55:07.293Z] [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-23T09:55:07.293Z] [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-23T09:55:07.293Z] [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-23T09:55:07.293Z] [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-23T09:55:07.293Z] [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-23T09:55:07.293Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.550Z] [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-23T09:55:07.808Z] [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-23T09:55:07.808Z] [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-23T09:55:08.065Z] [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-23T09:55:08.322Z] [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-23T09:55:08.886Z] [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-23T09:55:08.886Z] [INFO] ------------------------------------------------------------------------ [2022-03-23T09:55:08.886Z] [INFO] Reactor Build Order: [2022-03-23T09:55:08.886Z] [INFO] [2022-03-23T09:55:08.886Z] [INFO] eclipse-platform-parent [pom] [2022-03-23T09:55:08.886Z] [INFO] eclipse-sdk-prereqs [eclipse-target-definition] [2022-03-23T09:55:08.886Z] [INFO] eclipse.platform.releng.java18patch [pom] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.jdt.dummy [eclipse-plugin] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.jdt [eclipse-feature] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.pde.dummy [eclipse-plugin] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.pde [eclipse-feature] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.jdt.core [eclipse-plugin] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.jdt.compiler.tool [eclipse-plugin] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.jdt.compiler.apt [eclipse-plugin] [2022-03-23T09:55:08.886Z] [INFO] org.eclipse.jdt.launching [eclipse-plugin] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.jdt.core.manipulation [eclipse-plugin] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.jdt.ui [eclipse-plugin] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.pde.build [eclipse-plugin] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.pde.api.tools [eclipse-plugin] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.pde.ui [eclipse-plugin] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.jdt.java18patch [eclipse-feature] [2022-03-23T09:55:08.887Z] [INFO] org.eclipse.pde.java18patch [eclipse-feature] [2022-03-23T09:55:08.887Z] [INFO] eclipse.releng.repository.java18patch [eclipse-repository] [2022-03-23T09:55:08.887Z] [INFO] [2022-03-23T09:55:08.887Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >----------------- [2022-03-23T09:55:08.887Z] [INFO] Building eclipse-platform-parent 4.23.0-SNAPSHOT [1/19] [2022-03-23T09:55:08.887Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-23T09:55:08.887Z] [INFO] [2022-03-23T09:55:08.887Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-platform-parent --- [2022-03-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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 163 kB/s) [2022-03-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [2022-03-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:08.887Z] [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-23T09:55:09.144Z] [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-23T09:55:09.144Z] [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-23T09:55:09.144Z] [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-23T09:55:09.144Z] [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-23T09:55:09.144Z] [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-23T09:55:09.144Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 1.7 MB/s) [2022-03-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.145Z] [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-23T09:55:09.402Z] [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 1.2 MB/s) [2022-03-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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 241 kB/s) [2022-03-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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-23T09:55:09.403Z] [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 447 kB/s) [2022-03-23T09:55:09.403Z] [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-23T09:55:09.660Z] [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-23T09:55:09.660Z] [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-23T09:55:09.660Z] [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-23T09:55:09.660Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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 69 kB/s) [2022-03-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.661Z] [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-23T09:55:09.918Z] [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-23T09:55:09.918Z] [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 2.6 MB/s) [2022-03-23T09:55:09.918Z] [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-23T09:55:09.918Z] [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-23T09:55:09.918Z] [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-23T09:55:09.918Z] [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-23T09:55:09.918Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2022-03-23T09:55:09.918Z] [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-23T09:55:09.919Z] [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 717 kB/s) [2022-03-23T09:55:09.919Z] [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-23T09:55:09.919Z] [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-23T09:55:09.919Z] [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-23T09:55:09.919Z] [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-23T09:55:09.919Z] [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-23T09:55:09.919Z] [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-23T09:55:09.919Z] [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 257 kB/s) [2022-03-23T09:55:09.919Z] [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-23T09:55:10.176Z] [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-23T09:55:10.176Z] [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-23T09:55:10.176Z] [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-23T09:55:10.176Z] [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-23T09:55:10.176Z] [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-23T09:55:10.176Z] [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 629 kB/s) [2022-03-23T09:55:10.176Z] [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-23T09:55:10.176Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 2.0 MB/s) [2022-03-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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 3.3 MB/s) [2022-03-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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-23T09:55:10.177Z] [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 2.7 MB/s) [2022-03-23T09:55:10.434Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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 1.2 MB/s) [2022-03-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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 2.8 MB/s) [2022-03-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.435Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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 382 kB/s) [2022-03-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [2022-03-23T09:55:10.692Z] [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-23T09:55:10.692Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 14 MB/s) [2022-03-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [2022-03-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [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-23T09:55:10.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [2022-03-23T09:55:10.949Z] [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-23T09:55:10.949Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 15 MB/s) [2022-03-23T09:55:10.949Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom [2022-03-23T09:55:10.949Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom [2022-03-23T09:55:10.949Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom [2022-03-23T09:55:10.949Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [2022-03-23T09:55:10.949Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [2022-03-23T09:55:10.949Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [2022-03-23T09:55:10.949Z] [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 700 kB/s) [2022-03-23T09:55:10.949Z] [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-23T09:55:10.949Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:10.950Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.341Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [2022-03-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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 34 MB/s) [2022-03-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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 4.1 MB/s) [2022-03-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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 306 kB/s) [2022-03-23T09:55:12.342Z] [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-23T09:55:12.342Z] [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 2.6 MB/s) [2022-03-23T09:55:12.342Z] [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-23T09:55:12.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.8 MB/s) [2022-03-23T09:55:12.603Z] [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-23T09:55:12.603Z] [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 6.3 MB/s) [2022-03-23T09:55:12.603Z] [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-23T09:55:12.603Z] [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 6.9 MB/s) [2022-03-23T09:55:12.603Z] [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 5.4 MB/s) [2022-03-23T09:55:12.603Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 4.9 MB/s) [2022-03-23T09:55:12.603Z] [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 6.5 MB/s) [2022-03-23T09:55:12.604Z] [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 12 MB/s) [2022-03-23T09:55:12.604Z] [INFO] [2022-03-23T09:55:12.604Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-platform-parent --- [2022-03-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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 1.0 MB/s) [2022-03-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.604Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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 11 MB/s) [2022-03-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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 1.9 MB/s) [2022-03-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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 1.6 MB/s) [2022-03-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [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-23T09:55:12.871Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2022-03-23T09:55:12.871Z] [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-23T09:55:12.872Z] [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 9.9 MB/s) [2022-03-23T09:55:12.872Z] [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-23T09:55:12.872Z] [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-23T09:55:12.872Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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 63 kB/s) [2022-03-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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 2.9 MB/s) [2022-03-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.136Z] [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-23T09:55:13.402Z] [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 2.6 MB/s) [2022-03-23T09:55:13.402Z] [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-23T09:55:13.402Z] [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-23T09:55:13.402Z] [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-23T09:55:13.402Z] [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-23T09:55:13.402Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2022-03-23T09:55:13.402Z] [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-23T09:55:13.402Z] [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 143 kB/s) [2022-03-23T09:55:13.402Z] [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-23T09:55:13.402Z] [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-23T09:55:13.402Z] [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-23T09:55:13.661Z] [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-23T09:55:13.661Z] [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-23T09:55:13.661Z] [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-23T09:55:13.661Z] [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 91 kB/s) [2022-03-23T09:55:13.661Z] [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-23T09:55:13.661Z] [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-23T09:55:13.661Z] [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-23T09:55:13.662Z] [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-23T09:55:13.662Z] [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-23T09:55:13.662Z] [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-23T09:55:13.662Z] [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 4.0 MB/s) [2022-03-23T09:55:13.662Z] [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-23T09:55:13.927Z] [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-23T09:55:13.927Z] [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-23T09:55:13.927Z] [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-23T09:55:13.927Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2022-03-23T09:55:13.927Z] [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-23T09:55:13.927Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 10 MB/s) [2022-03-23T09:55:13.927Z] [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-23T09:55:13.927Z] [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-23T09:55:13.927Z] [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-23T09:55:14.187Z] [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-23T09:55:14.187Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2022-03-23T09:55:14.187Z] [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-23T09:55:14.187Z] [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 341 kB/s) [2022-03-23T09:55:14.187Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.451Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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 178 kB/s) [2022-03-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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 322 kB/s) [2022-03-23T09:55:14.721Z] [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-23T09:55:14.721Z] [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-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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 5.1 MB/s) [2022-03-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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-23T09:55:14.979Z] [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-23T09:55:15.237Z] [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-23T09:55:15.237Z] [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-23T09:55:15.237Z] [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 5.5 MB/s) [2022-03-23T09:55:15.237Z] [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-23T09:55:15.237Z] [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-23T09:55:15.237Z] [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-23T09:55:15.238Z] [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-23T09:55:15.238Z] [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-23T09:55:15.238Z] [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-23T09:55:15.238Z] [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 2.5 MB/s) [2022-03-23T09:55:15.238Z] [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-23T09:55:15.238Z] [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-23T09:55:15.238Z] [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-23T09:55:15.238Z] [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-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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 312 kB/s) [2022-03-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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-23T09:55:15.496Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom [2022-03-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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 266 kB/s) [2022-03-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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-23T09:55:15.496Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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 2.2 MB/s) [2022-03-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:15.754Z] [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-23T09:55:16.014Z] [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 29 kB/s) [2022-03-23T09:55:16.014Z] [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-23T09:55:16.014Z] [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-23T09:55:16.014Z] [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-23T09:55:16.014Z] [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-23T09:55:16.270Z] [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-23T09:55:16.270Z] [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-23T09:55:16.271Z] [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 2.4 MB/s) [2022-03-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.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.pom [2022-03-23T09:55:16.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.pom [2022-03-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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 1.9 MB/s) [2022-03-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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 8.6 MB/s) [2022-03-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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 2.0 MB/s) [2022-03-23T09:55:16.271Z] [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-23T09:55:16.271Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2022-03-23T09:55:16.529Z] [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-23T09:55:16.529Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 4.2 MB/s) [2022-03-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2022-03-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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 4.2 MB/s) [2022-03-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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 3.5 MB/s) [2022-03-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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 916 kB/s) [2022-03-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.529Z] [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-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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 2.3 MB/s) [2022-03-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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 514 kB/s) [2022-03-23T09:55:16.530Z] [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-23T09:55:16.530Z] [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-23T09:55:16.787Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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 118 kB/s) [2022-03-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 1.5 MB/s) [2022-03-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2022-03-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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 486 kB/s) [2022-03-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2022-03-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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 323 kB/s) [2022-03-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:16.788Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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 303 kB/s) [2022-03-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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-23T09:55:17.045Z] [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 997 kB/s) [2022-03-23T09:55:17.046Z] [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-23T09:55:17.046Z] [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-23T09:55:17.046Z] [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-23T09:55:17.046Z] [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-23T09:55:17.046Z] [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-23T09:55:17.046Z] [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-23T09:55:17.046Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s) [2022-03-23T09:55:17.046Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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 946 kB/s) [2022-03-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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 1.2 MB/s) [2022-03-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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-23T09:55:17.303Z] [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 1.8 MB/s) [2022-03-23T09:55:17.304Z] [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-23T09:55:17.304Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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 579 kB/s) [2022-03-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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 3.5 MB/s) [2022-03-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.561Z] [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-23T09:55:17.562Z] [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-23T09:55:17.562Z] [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-23T09:55:17.562Z] [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 880 kB/s) [2022-03-23T09:55:17.562Z] [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-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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 1.0 MB/s) [2022-03-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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-23T09:55:17.819Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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 1.1 MB/s) [2022-03-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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 1.2 MB/s) [2022-03-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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-23T09:55:17.820Z] [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 9.3 MB/s) [2022-03-23T09:55:17.820Z] [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-23T09:55:18.077Z] [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-23T09:55:18.077Z] [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-23T09:55:18.077Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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 3.4 MB/s) [2022-03-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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 324 kB/s) [2022-03-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.6 MB/s) [2022-03-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.078Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2022-03-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.336Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.337Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.596Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.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.jar [2022-03-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.597Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.598Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2022-03-23T09:55:18.598Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2022-03-23T09:55:18.598Z] [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-23T09:55:18.598Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 12 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 13 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 5.2 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 20 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 1.8 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 5.5 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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.6 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 40 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 9.7 MB/s) [2022-03-23T09:55:18.599Z] [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-23T09:55:18.599Z] [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 1.8 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 1.5 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 12 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 643 kB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 6.1 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 184 kB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 1.7 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 4.6 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 202 kB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 6.7 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.6 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 1.0 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 9.4 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 5.2 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.600Z] [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 1.0 MB/s) [2022-03-23T09:55:18.600Z] [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 3.8 MB/s) [2022-03-23T09:55:18.600Z] [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-23T09:55:18.601Z] [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-23T09:55:18.601Z] [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 1.2 MB/s) [2022-03-23T09:55:18.601Z] [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 89 kB/s) [2022-03-23T09:55:18.858Z] [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 157 kB/s) [2022-03-23T09:55:18.858Z] [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 9.1 MB/s) [2022-03-23T09:55:18.859Z] [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 21 MB/s) [2022-03-23T09:55:18.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:18.859Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:18.859Z] [INFO] Copying 1 resource [2022-03-23T09:55:18.859Z] [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-23T09:55:18.859Z] [INFO] [2022-03-23T09:55:18.859Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse-platform-parent --- [2022-03-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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 985 kB/s) [2022-03-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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 11 MB/s) [2022-03-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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 1.7 MB/s) [2022-03-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:18.859Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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 345 kB/s) [2022-03-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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 1.6 MB/s) [2022-03-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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 6.6 MB/s) [2022-03-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.117Z] [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-23T09:55:19.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.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2022-03-23T09:55:19.118Z] [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 1.3 MB/s) [2022-03-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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 7.0 MB/s) [2022-03-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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-23T09:55:19.118Z] [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 2.4 MB/s) [2022-03-23T09:55:19.118Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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 1.1 MB/s) [2022-03-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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 1.3 MB/s) [2022-03-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.376Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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 1.0 MB/s) [2022-03-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.377Z] [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-23T09:55:19.634Z] [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 170 kB/s) [2022-03-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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 1.1 MB/s) [2022-03-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.634Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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 1.4 MB/s) [2022-03-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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 2.0 MB/s) [2022-03-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.635Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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 2.5 MB/s) [2022-03-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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 190 kB/s) [2022-03-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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 2.3 MB/s) [2022-03-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.893Z] [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-23T09:55:19.894Z] [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-23T09:55:19.894Z] [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-23T09:55:19.894Z] [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-23T09:55:19.894Z] [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 3.5 MB/s) [2022-03-23T09:55:19.894Z] [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-23T09:55:19.894Z] [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-23T09:55:19.894Z] [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-23T09:55:19.894Z] [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-23T09:55:19.894Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2022-03-23T09:55:20.152Z] [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-23T09:55:20.152Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 7.7 MB/s) [2022-03-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [2022-03-23T09:55:20.152Z] [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-23T09:55:20.152Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 2.5 MB/s) [2022-03-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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 3.5 MB/s) [2022-03-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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 1.4 MB/s) [2022-03-23T09:55:20.152Z] [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-23T09:55:20.152Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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 6.3 MB/s) [2022-03-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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 1.3 MB/s) [2022-03-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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 2.0 MB/s) [2022-03-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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 1.7 MB/s) [2022-03-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [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-23T09:55:20.410Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2022-03-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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 2.2 MB/s) [2022-03-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.668Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.669Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.670Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.671Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2022-03-23T09:55:20.928Z] [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-23T09:55:20.928Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [2022-03-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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 15 MB/s) [2022-03-23T09:55:20.928Z] [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 17 MB/s) [2022-03-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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 26 MB/s) [2022-03-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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 6.0 MB/s) [2022-03-23T09:55:20.928Z] [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-23T09:55:20.928Z] [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 3.8 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 26 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 4.3 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 11 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 1.6 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 2.8 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 581 kB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 11 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 4.8 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 22 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 2.4 MB/s) [2022-03-23T09:55:20.929Z] [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 7.6 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 3.3 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 11 MB/s) [2022-03-23T09:55:20.929Z] [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-23T09:55:20.929Z] [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 4.7 MB/s) [2022-03-23T09:55:20.930Z] [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 3.7 MB/s) [2022-03-23T09:55:20.930Z] [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 7.3 MB/s) [2022-03-23T09:55:20.930Z] [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 1.3 MB/s) [2022-03-23T09:55:20.930Z] [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 7.5 MB/s) [2022-03-23T09:55:20.930Z] [INFO] [2022-03-23T09:55:20.930Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-platform-parent --- [2022-03-23T09:55:20.930Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:20.930Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:20.930Z] [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-23T09:55:20.930Z] [INFO] [2022-03-23T09:55:20.930Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse-platform-parent --- [2022-03-23T09:55:20.930Z] [INFO] [2022-03-23T09:55:20.930Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent --- [2022-03-23T09:55:20.930Z] [INFO] Skipped [2022-03-23T09:55:20.930Z] [INFO] [2022-03-23T09:55:20.930Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-platform-parent --- [2022-03-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 630 kB/s) [2022-03-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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 8.8 MB/s) [2022-03-23T09:55:20.930Z] [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-23T09:55:20.930Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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 2.0 MB/s) [2022-03-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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 65 kB/s) [2022-03-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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 141 kB/s) [2022-03-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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 88 kB/s) [2022-03-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.188Z] [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-23T09:55:21.189Z] [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-23T09:55:21.189Z] [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-23T09:55:21.189Z] [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-23T09:55:21.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 1.3 MB/s) [2022-03-23T09:55:21.189Z] [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-23T09:55:21.189Z] [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-23T09:55:21.189Z] [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-23T09:55:21.189Z] [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-23T09:55:21.446Z] [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-23T09:55:21.446Z] [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-23T09:55:21.446Z] [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 185 kB/s) [2022-03-23T09:55:21.446Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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 59 kB/s) [2022-03-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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 2.4 MB/s) [2022-03-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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-23T09:55:21.447Z] [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 1.5 MB/s) [2022-03-23T09:55:21.447Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 521 kB/s) [2022-03-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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 6.9 MB/s) [2022-03-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.705Z] [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-23T09:55:21.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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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 202 kB/s) [2022-03-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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 626 kB/s) [2022-03-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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 750 kB/s) [2022-03-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:21.963Z] [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-23T09:55:22.220Z] [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-23T09:55:22.220Z] [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-23T09:55:22.220Z] [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 601 kB/s) [2022-03-23T09:55:22.220Z] [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-23T09:55:22.220Z] [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-23T09:55:22.220Z] [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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.221Z] [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 97 kB/s) [2022-03-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.221Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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 110 kB/s) [2022-03-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.478Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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 147 kB/s) [2022-03-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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-23T09:55:22.479Z] [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 187 kB/s) [2022-03-23T09:55:22.479Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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 117 kB/s) [2022-03-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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 5.5 MB/s) [2022-03-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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 8.1 MB/s) [2022-03-23T09:55:22.736Z] [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-23T09:55:22.736Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 1.2 MB/s) [2022-03-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.737Z] [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-23T09:55:22.994Z] [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-23T09:55:22.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 5.1 MB/s) [2022-03-23T09:55:22.994Z] [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-23T09:55:22.994Z] [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-23T09:55:22.994Z] [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-23T09:55:22.994Z] [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-23T09:55:22.994Z] [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-23T09:55:22.994Z] [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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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 1.1 MB/s) [2022-03-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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 2.1 MB/s) [2022-03-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 3.5 MB/s) [2022-03-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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 2.8 MB/s) [2022-03-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.995Z] [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-23T09:55:22.996Z] [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-23T09:55:22.996Z] [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-23T09:55:22.996Z] [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-23T09:55:22.996Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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 173 kB/s) [2022-03-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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 3.3 MB/s) [2022-03-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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 5.5 MB/s) [2022-03-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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-23T09:55:23.253Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2022-03-23T09:55:23.253Z] [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-23T09:55:23.253Z] [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 8.7 MB/s) [2022-03-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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 2.5 MB/s) [2022-03-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.254Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 6.6 MB/s) [2022-03-23T09:55:23.254Z] [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-23T09:55:23.254Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2022-03-23T09:55:23.512Z] [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-23T09:55:23.512Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 6.4 MB/s) [2022-03-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom [2022-03-23T09:55:23.512Z] [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-23T09:55:23.512Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 8.0 MB/s) [2022-03-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2022-03-23T09:55:23.512Z] [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-23T09:55:23.512Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.6 MB/s) [2022-03-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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-23T09:55:23.512Z] [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 2.6 MB/s) [2022-03-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.513Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.514Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.772Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.773Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.774Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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.1 MB/s) [2022-03-23T09:55:23.775Z] [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 461 kB/s) [2022-03-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.775Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2022-03-23T09:55:23.776Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2022-03-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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 43 MB/s) [2022-03-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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 4.5 MB/s) [2022-03-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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 1.3 MB/s) [2022-03-23T09:55:23.776Z] [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-23T09:55:23.776Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 1.6 MB/s) [2022-03-23T09:55:23.776Z] [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-23T09:55:23.776Z] [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 23 MB/s) [2022-03-23T09:55:23.776Z] [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-23T09:55:24.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 1.5 MB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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.9 MB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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 776 kB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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 340 kB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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.6 MB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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 943 kB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 4.0 MB/s) [2022-03-23T09:55:24.034Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [2022-03-23T09:55:24.034Z] [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 3.9 MB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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 3.3 MB/s) [2022-03-23T09:55:24.034Z] [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-23T09:55:24.034Z] [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.6 MB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 651 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 69 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 867 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 6.1 MB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 735 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 71 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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.5 MB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 33 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 293 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 192 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 122 kB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 2.6 MB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 3.5 MB/s) [2022-03-23T09:55:24.035Z] [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-23T09:55:24.035Z] [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 637 kB/s) [2022-03-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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 402 kB/s) [2022-03-23T09:55:24.036Z] [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 7.5 MB/s) [2022-03-23T09:55:24.036Z] [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 3.1 MB/s) [2022-03-23T09:55:24.036Z] [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.7 MB/s) [2022-03-23T09:55:24.036Z] [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 23 MB/s) [2022-03-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse-platform-parent --- [2022-03-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >------------------- [2022-03-23T09:55:24.036Z] [INFO] Building eclipse-sdk-prereqs 4.23.0-SNAPSHOT [2/19] [2022-03-23T09:55:24.036Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2022-03-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.036Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:24.036Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:24.036Z] [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-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.036Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:24.036Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:24.036Z] [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-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.036Z] [INFO] [2022-03-23T09:55:24.036Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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 117 kB/s) [2022-03-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.036Z] [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-23T09:55:24.037Z] [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-23T09:55:24.037Z] [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-23T09:55:24.295Z] [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 472 kB/s) [2022-03-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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.1 MB/s) [2022-03-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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 2.5 MB/s) [2022-03-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [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-23T09:55:24.295Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2022-03-23T09:55:24.295Z] [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-23T09:55:24.296Z] [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 816 kB/s) [2022-03-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.296Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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-23T09:55:24.297Z] [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 14 MB/s) [2022-03-23T09:55:24.297Z] [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 15 MB/s) [2022-03-23T09:55:24.585Z] [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 773 kB/s) [2022-03-23T09:55:24.585Z] [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 150 kB/s) [2022-03-23T09:55:24.585Z] [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-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.585Z] [INFO] Skipped [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] ----< eclipse.platform.releng:eclipse.platform.releng.java18patch >----- [2022-03-23T09:55:24.585Z] [INFO] Building eclipse.platform.releng.java18patch 4.23.0-SNAPSHOT [3/19] [2022-03-23T09:55:24.585Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:24.585Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:24.585Z] [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-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:24.585Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:24.585Z] [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-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] Skipped [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse.platform.releng.java18patch --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.dummy >---------------- [2022-03-23T09:55:24.585Z] [INFO] Building org.eclipse.jdt.dummy 1.1.300-SNAPSHOT [4/19] [2022-03-23T09:55:24.585Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:24.585Z] [INFO] [2022-03-23T09:55:24.585Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:28.017Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504 [2022-03-23T09:55:28.018Z] [INFO] [2022-03-23T09:55:28.018Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:28.018Z] [INFO] [2022-03-23T09:55:28.018Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:28.018Z] [INFO] [2022-03-23T09:55:28.018Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:28.018Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:28.018Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:28.018Z] [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-23T09:55:28.018Z] [INFO] [2022-03-23T09:55:28.018Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:28.018Z] [INFO] [2022-03-23T09:55:28.018Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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 1.3 MB/s) [2022-03-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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 7.5 MB/s) [2022-03-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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 293 kB/s) [2022-03-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.018Z] [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-23T09:55:28.019Z] [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 1.4 MB/s) [2022-03-23T09:55:28.019Z] [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-23T09:55:28.019Z] [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-23T09:55:28.019Z] [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-23T09:55:28.019Z] [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-23T09:55:28.019Z] [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-23T09:55:28.019Z] [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-23T09:55:28.019Z] [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 544 kB/s) [2022-03-23T09:55:28.019Z] [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-23T09:55:28.276Z] [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-23T09:55:28.276Z] [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-23T09:55:28.276Z] [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-23T09:55:28.276Z] [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-23T09:55:28.276Z] [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-23T09:55:28.277Z] [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 3.1 MB/s) [2022-03-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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 1.9 MB/s) [2022-03-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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 338 kB/s) [2022-03-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.277Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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 600 kB/s) [2022-03-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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 1.6 MB/s) [2022-03-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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 1.3 MB/s) [2022-03-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.535Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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 647 kB/s) [2022-03-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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 571 kB/s) [2022-03-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:28.793Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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 500 kB/s) [2022-03-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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 166 kB/s) [2022-03-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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 916 kB/s) [2022-03-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.050Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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 753 kB/s) [2022-03-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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-23T09:55:29.308Z] [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 412 kB/s) [2022-03-23T09:55:29.308Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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 135 kB/s) [2022-03-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.566Z] [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-23T09:55:29.567Z] [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 1.2 MB/s) [2022-03-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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 1.4 MB/s) [2022-03-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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 712 kB/s) [2022-03-23T09:55:29.567Z] [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-23T09:55:29.567Z] [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-23T09:55:29.824Z] [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-23T09:55:29.824Z] [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-23T09:55:29.824Z] [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-23T09:55:29.824Z] [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-23T09:55:29.824Z] [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 3.4 MB/s) [2022-03-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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 103 kB/s) [2022-03-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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 862 kB/s) [2022-03-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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 826 kB/s) [2022-03-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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 5.0 MB/s) [2022-03-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.825Z] [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-23T09:55:29.826Z] [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 2.8 MB/s) [2022-03-23T09:55:29.826Z] [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-23T09:55:29.826Z] [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-23T09:55:29.826Z] [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-23T09:55:29.826Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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 1.2 MB/s) [2022-03-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.084Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.085Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.343Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.344Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 7.0 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 20 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 23 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 24 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 3.2 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 2.0 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 29 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 7.9 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 3.0 MB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.345Z] [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 671 kB/s) [2022-03-23T09:55:30.345Z] [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-23T09:55:30.346Z] [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 3.6 MB/s) [2022-03-23T09:55:30.346Z] [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-23T09:55:30.346Z] [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 5.2 MB/s) [2022-03-23T09:55:30.346Z] [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-23T09:55:30.346Z] [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 4.6 MB/s) [2022-03-23T09:55:30.346Z] [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-23T09:55:30.346Z] [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 1.6 MB/s) [2022-03-23T09:55:30.346Z] [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-23T09:55:30.346Z] [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 2.0 MB/s) [2022-03-23T09:55:30.346Z] [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-23T09:55:30.346Z] [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 1.6 MB/s) [2022-03-23T09:55:30.346Z] [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 542 kB/s) [2022-03-23T09:55:30.346Z] [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 37 MB/s) [2022-03-23T09:55:30.346Z] [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 1.1 MB/s) [2022-03-23T09:55:30.346Z] [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 30 MB/s) [2022-03-23T09:55:30.604Z] [INFO] Executing tasks [2022-03-23T09:55:30.604Z] [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-23T09:55:30.604Z] [INFO] Executed tasks [2022-03-23T09:55:30.604Z] [INFO] [2022-03-23T09:55:30.604Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:30.862Z] [INFO] [2022-03-23T09:55:30.862Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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 204 kB/s) [2022-03-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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 81 kB/s) [2022-03-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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 579 kB/s) [2022-03-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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-23T09:55:30.862Z] [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 2.7 MB/s) [2022-03-23T09:55:30.862Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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 76 kB/s) [2022-03-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:30.863Z] [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-23T09:55:31.120Z] [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-23T09:55:31.120Z] [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 171 kB/s) [2022-03-23T09:55:31.120Z] [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-23T09:55:31.120Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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 104 kB/s) [2022-03-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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 104 kB/s) [2022-03-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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 50 MB/s) [2022-03-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.121Z] [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-23T09:55:31.122Z] [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-23T09:55:31.122Z] [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-23T09:55:31.122Z] [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-23T09:55:31.122Z] [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-23T09:55:31.122Z] [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-23T09:55:31.122Z] [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-23T09:55:31.122Z] [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 1.3 MB/s) [2022-03-23T09:55:31.122Z] [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 251 kB/s) [2022-03-23T09:55:31.379Z] [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.1 MB/s) [2022-03-23T09:55:31.379Z] [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 95 kB/s) [2022-03-23T09:55:31.379Z] [INFO] Resolving class path of org.eclipse.jdt.dummy... [2022-03-23T09:55:31.379Z] [INFO] [2022-03-23T09:55:31.379Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.379Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:31.379Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:31.379Z] [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-23T09:55:31.379Z] [INFO] [2022-03-23T09:55:31.379Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.379Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:31.379Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:31.379Z] [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-23T09:55:31.379Z] [INFO] [2022-03-23T09:55:31.379Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.379Z] [INFO] No sources to compile [2022-03-23T09:55:31.379Z] [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-23T09:55:31.379Z] [INFO] [2022-03-23T09:55:31.379Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.380Z] [INFO] [2022-03-23T09:55:31.380Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.380Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:31.380Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:31.380Z] [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-23T09:55:31.380Z] [INFO] [2022-03-23T09:55:31.380Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.380Z] [INFO] [2022-03-23T09:55:31.380Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:31.380Z] [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-23T09:55:31.380Z] [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-23T09:55:31.380Z] [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-23T09:55:31.380Z] [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-23T09:55:31.380Z] [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-23T09:55:31.380Z] [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-23T09:55:31.380Z] [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 4.8 MB/s) [2022-03-23T09:55:31.380Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 1.6 MB/s) [2022-03-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 1.8 MB/s) [2022-03-23T09:55:31.638Z] [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-23T09:55:31.638Z] [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-23T09:55:31.895Z] [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-23T09:55:31.895Z] [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-23T09:55:31.895Z] [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-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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 781 kB/s) [2022-03-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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-23T09:55:31.896Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 1.9 MB/s) [2022-03-23T09:55:31.896Z] [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-23T09:55:31.896Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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 139 kB/s) [2022-03-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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-23T09:55:32.153Z] [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 211 kB/s) [2022-03-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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 1.6 MB/s) [2022-03-23T09:55:32.154Z] [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-23T09:55:32.154Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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 2.2 MB/s) [2022-03-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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 7.1 MB/s) [2022-03-23T09:55:32.411Z] [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-23T09:55:32.411Z] [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-23T09:55:32.412Z] [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-23T09:55:32.412Z] [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-23T09:55:32.412Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom [2022-03-23T09:55:32.412Z] [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-23T09:55:32.412Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 16 MB/s) [2022-03-23T09:55:32.412Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom [2022-03-23T09:55:32.412Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom [2022-03-23T09:55:32.412Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom [2022-03-23T09:55:32.412Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [2022-03-23T09:55:32.875Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom [2022-03-23T09:55:32.875Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [2022-03-23T09:55:32.875Z] [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 321 kB/s) [2022-03-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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 954 kB/s) [2022-03-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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 232 kB/s) [2022-03-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.875Z] [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-23T09:55:32.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 2.6 MB/s) [2022-03-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 2.3 MB/s) [2022-03-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 1.3 MB/s) [2022-03-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:32.876Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [2022-03-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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 2.7 MB/s) [2022-03-23T09:55:32.876Z] [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-23T09:55:32.876Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom [2022-03-23T09:55:33.134Z] [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-23T09:55:33.134Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 1.5 MB/s) [2022-03-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 7.9 MB/s) [2022-03-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.134Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.135Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar [2022-03-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.136Z] [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-23T09:55:33.394Z] [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-23T09:55:33.394Z] [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-23T09:55:33.394Z] [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-23T09:55:33.394Z] [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-23T09:55:33.394Z] [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-23T09:55:33.394Z] [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 24 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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 18 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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 39 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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 1.1 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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 4.0 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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 1.2 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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 12 MB/s) [2022-03-23T09:55:33.395Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [2022-03-23T09:55:33.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 7.7 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 1.5 MB/s) [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 18 MB/s) [2022-03-23T09:55:33.395Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 8.4 MB/s) [2022-03-23T09:55:33.395Z] [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 2.7 MB/s) [2022-03-23T09:55:33.395Z] [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 2.1 MB/s) [2022-03-23T09:55:33.395Z] [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 36 MB/s) [2022-03-23T09:55:33.395Z] [INFO] Tests are skipped. [2022-03-23T09:55:33.395Z] [INFO] [2022-03-23T09:55:33.395Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:33.395Z] [INFO] [2022-03-23T09:55:33.395Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:33.395Z] [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-23T09:55:33.395Z] [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-23T09:55:33.395Z] [INFO] [2022-03-23T09:55:33.395Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:33.654Z] [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-23T09:55:33.654Z] [INFO] [2022-03-23T09:55:33.654Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:33.654Z] [INFO] [2022-03-23T09:55:33.654Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:33.654Z] [INFO] Skipping tests [2022-03-23T09:55:33.654Z] [INFO] [2022-03-23T09:55:33.654Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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 730 kB/s) [2022-03-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.654Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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 233 kB/s) [2022-03-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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 5.1 MB/s) [2022-03-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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 790 kB/s) [2022-03-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.913Z] [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-23T09:55:33.914Z] [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-23T09:55:33.914Z] [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-23T09:55:33.914Z] [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 856 kB/s) [2022-03-23T09:55:33.914Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.pom [2022-03-23T09:55:33.914Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.pom [2022-03-23T09:55:33.914Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom [2022-03-23T09:55:33.914Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom [2022-03-23T09:55:33.914Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [2022-03-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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.1 MB/s) [2022-03-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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 272 kB/s) [2022-03-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.171Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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 3.2 MB/s) [2022-03-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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 5.8 MB/s) [2022-03-23T09:55:34.428Z] [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-23T09:55:34.428Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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 978 kB/s) [2022-03-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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 1.9 MB/s) [2022-03-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.429Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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 4.0 MB/s) [2022-03-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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 426 kB/s) [2022-03-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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 145 kB/s) [2022-03-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.686Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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 2.4 MB/s) [2022-03-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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 622 kB/s) [2022-03-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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-23T09:55:34.944Z] [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 95 kB/s) [2022-03-23T09:55:34.944Z] [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-23T09:55:34.945Z] [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-23T09:55:34.945Z] [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-23T09:55:35.202Z] [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-23T09:55:35.202Z] [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-23T09:55:35.202Z] [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-23T09:55:35.202Z] [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 628 kB/s) [2022-03-23T09:55:35.202Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-23T09:55:35.202Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-23T09:55:36.134Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-23T09:55:36.134Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-23T09:55:36.134Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom [2022-03-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.jar [2022-03-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.134Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-23T09:55:36.393Z] [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-23T09:55:36.393Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.jar [2022-03-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.jar [2022-03-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.394Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar [2022-03-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.jar [2022-03-23T09:55:36.395Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2022-03-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.395Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 33 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 31 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 4.5 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 4.1 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 3.9 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 773 kB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 1.2 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.396Z] [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 9.9 MB/s) [2022-03-23T09:55:36.396Z] [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-23T09:55:36.654Z] [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 1.1 MB/s) [2022-03-23T09:55:36.654Z] [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 441 kB/s) [2022-03-23T09:55:36.654Z] [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-23T09:55:36.654Z] [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-23T09:55:36.654Z] [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 3.7 MB/s) [2022-03-23T09:55:36.654Z] [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-23T09:55:36.654Z] [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 497 kB/s) [2022-03-23T09:55:36.654Z] [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-23T09:55:36.654Z] [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 4.0 MB/s) [2022-03-23T09:55:36.654Z] [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-23T09:55:36.654Z] [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 1.1 MB/s) [2022-03-23T09:55:36.654Z] [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 543 kB/s) [2022-03-23T09:55:36.654Z] [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-23T09:55:36.654Z] [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 436 kB/s) [2022-03-23T09:55:36.654Z] [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 1.5 MB/s) [2022-03-23T09:55:36.654Z] [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 549 kB/s) [2022-03-23T09:55:36.654Z] [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 619 kB/s) [2022-03-23T09:55:36.654Z] [INFO] Tests are skipped. [2022-03-23T09:55:36.654Z] [INFO] [2022-03-23T09:55:36.654Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:36.654Z] [INFO] Skipped [2022-03-23T09:55:36.654Z] [INFO] [2022-03-23T09:55:36.654Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:36.655Z] [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-23T09:55:38.026Z] [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-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.dummy --- [2022-03-23T09:55:38.591Z] [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-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [2022-03-23T09:55:38.591Z] [INFO] Building org.eclipse.jdt 3.18.1100.v20220308-0310 [5/19] [2022-03-23T09:55:38.591Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt --- [2022-03-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [2022-03-23T09:55:38.591Z] [INFO] The project's OSGi version is 3.18.1100.v20220308-0310 [2022-03-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt --- [2022-03-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt --- [2022-03-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [2022-03-23T09:55:38.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:38.591Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:38.591Z] [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-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt --- [2022-03-23T09:55:38.591Z] [INFO] [2022-03-23T09:55:38.591Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:38.849Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:38.849Z] [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-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [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-23T09:55:38.849Z] [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-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [INFO] Skipped [2022-03-23T09:55:38.849Z] [INFO] [2022-03-23T09:55:38.849Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt --- [2022-03-23T09:55:38.849Z] [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-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt --- [2022-03-23T09:55:40.746Z] [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-23T09:55:40.746Z] [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-23T09:55:40.746Z] no-classifier: different [2022-03-23T09:55:40.746Z] feature.properties: properties files differ [2022-03-23T09:55:40.746Z] copyright: baseline='Copyright (c) 2000, 2020 IBM Corporation and others. [2022-03-23T09:55:40.746Z] All rights reserved. This program and the accompanying materials [2022-03-23T09:55:40.746Z] are made available under the terms of the Eclipse Public License v1.0 [2022-03-23T09:55:40.746Z] which accompanies this distribution, and is available at [2022-03-23T09:55:40.746Z] http://www.eclipse.org/legal/epl-v10.html [2022-03-23T09:55:40.746Z] [2022-03-23T09:55:40.746Z] Contributors: [2022-03-23T09:55:40.746Z] IBM Corporation - initial API and implementation [2022-03-23T09:55:40.746Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others. [2022-03-23T09:55:40.746Z] [2022-03-23T09:55:40.746Z] This program and the accompanying materials [2022-03-23T09:55:40.746Z] are made available under the terms of the Eclipse Public License 2.0 [2022-03-23T09:55:40.746Z] which accompanies this distribution, and is available at [2022-03-23T09:55:40.746Z] https://www.eclipse.org/legal/epl-2.0/ [2022-03-23T09:55:40.746Z] [2022-03-23T09:55:40.746Z] SPDX-License-Identifier: EPL-2.0 [2022-03-23T09:55:40.746Z] [2022-03-23T09:55:40.746Z] Contributors: [2022-03-23T09:55:40.746Z] IBM Corporation - initial API and implementation [2022-03-23T09:55:40.746Z] ' [2022-03-23T09:55:40.746Z] description: baseline='Eclipse Java development tools (binary runtime and user documentation).' != reactor='Dummy feature for build-time constraint.' [2022-03-23T09:55:40.746Z] featureName: baseline='Eclipse Java Development Tools' != reactor='Eclipse Java Development Tools - Dummy, for build only. ' [2022-03-23T09:55:40.746Z] feature.xml: different [2022-03-23T09:55:40.746Z] [2022-03-23T09:55:40.746Z] [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-23T09:55:40.746Z] The main artifact has been replaced with the baseline version. [2022-03-23T09:55:40.746Z] [2022-03-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.dummy >---------------- [2022-03-23T09:55:40.746Z] [INFO] Building org.eclipse.pde.dummy 1.1.300-SNAPSHOT [6/19] [2022-03-23T09:55:40.746Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.746Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504 [2022-03-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.746Z] [INFO] [2022-03-23T09:55:40.746Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.746Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:40.746Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] Executing tasks [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] Executed tasks [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] Resolving class path of org.eclipse.pde.dummy... [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:40.747Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:40.747Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] No sources to compile [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:40.747Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] Tests are skipped. [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.747Z] [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-23T09:55:40.747Z] [INFO] [2022-03-23T09:55:40.747Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.748Z] [INFO] [2022-03-23T09:55:40.748Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.748Z] [INFO] Skipping tests [2022-03-23T09:55:40.748Z] [INFO] [2022-03-23T09:55:40.748Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.748Z] [INFO] Tests are skipped. [2022-03-23T09:55:40.748Z] [INFO] [2022-03-23T09:55:40.748Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.748Z] [INFO] Skipped [2022-03-23T09:55:40.748Z] [INFO] [2022-03-23T09:55:40.748Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:40.748Z] [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-23T09:55:41.679Z] [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-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.dummy --- [2022-03-23T09:55:43.050Z] [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-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --------------< org.eclipse.pde.feature:org.eclipse.pde >--------------- [2022-03-23T09:55:43.050Z] [INFO] Building org.eclipse.pde 3.14.1100.v20220308-0310 [7/19] [2022-03-23T09:55:43.050Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] The project's OSGi version is 3.14.1100.v20220308-0310 [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:43.050Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:43.050Z] [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-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:43.050Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:43.050Z] [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-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.pde --- [2022-03-23T09:55:43.050Z] [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-23T09:55:43.050Z] [INFO] [2022-03-23T09:55:43.050Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde --- [2022-03-23T09:55:43.051Z] [INFO] [2022-03-23T09:55:43.051Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde --- [2022-03-23T09:55:43.051Z] [INFO] [2022-03-23T09:55:43.051Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde --- [2022-03-23T09:55:43.051Z] [INFO] Skipped [2022-03-23T09:55:43.051Z] [INFO] [2022-03-23T09:55:43.051Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde --- [2022-03-23T09:55:43.051Z] [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-23T09:55:44.422Z] [INFO] [2022-03-23T09:55:44.422Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde --- [2022-03-23T09:55:44.422Z] [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-23T09:55:44.422Z] [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-23T09:55:44.422Z] no-classifier: different [2022-03-23T09:55:44.422Z] feature.properties: properties files differ [2022-03-23T09:55:44.422Z] copyright: baseline='Copyright (c) 2000, 2015 IBM Corporation and others. [2022-03-23T09:55:44.422Z] [2022-03-23T09:55:44.422Z] This program and the accompanying materials [2022-03-23T09:55:44.422Z] are made available under the terms of the Eclipse Public License 2.0 [2022-03-23T09:55:44.422Z] which accompanies this distribution, and is available at [2022-03-23T09:55:44.422Z] https://www.eclipse.org/legal/epl-2.0/ [2022-03-23T09:55:44.422Z] [2022-03-23T09:55:44.422Z] SPDX-License-Identifier: EPL-2.0 [2022-03-23T09:55:44.422Z] [2022-03-23T09:55:44.422Z] Contributors: [2022-03-23T09:55:44.422Z] IBM Corporation - initial API and implementation [2022-03-23T09:55:44.423Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others. [2022-03-23T09:55:44.423Z] [2022-03-23T09:55:44.423Z] This program and the accompanying materials [2022-03-23T09:55:44.423Z] are made available under the terms of the Eclipse Public License 2.0 [2022-03-23T09:55:44.423Z] which accompanies this distribution, and is available at [2022-03-23T09:55:44.423Z] https://www.eclipse.org/legal/epl-2.0/ [2022-03-23T09:55:44.423Z] [2022-03-23T09:55:44.423Z] SPDX-License-Identifier: EPL-2.0 [2022-03-23T09:55:44.423Z] [2022-03-23T09:55:44.423Z] Contributors: [2022-03-23T09:55:44.423Z] IBM Corporation - initial API and implementation [2022-03-23T09:55:44.423Z] ' [2022-03-23T09:55:44.423Z] description: baseline='Eclipse plug-in development environment.' != reactor='Dummy feature for build-time constraint.' [2022-03-23T09:55:44.423Z] featureName: baseline='Eclipse Plug-in Development Environment' != reactor='Eclipse Java Development Tools - Dummy, for build only. ' [2022-03-23T09:55:44.423Z] feature.xml: different [2022-03-23T09:55:44.423Z] [2022-03-23T09:55:44.423Z] [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-23T09:55:44.423Z] The main artifact has been replaced with the baseline version. [2022-03-23T09:55:44.423Z] [2022-03-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [2022-03-23T09:55:44.423Z] [INFO] Building org.eclipse.jdt.core 3.29.50-SNAPSHOT [8/19] [2022-03-23T09:55:44.423Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core --- [2022-03-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- [2022-03-23T09:55:44.423Z] [INFO] The project's OSGi version is 3.29.50.v20220323-0940_BETA_JAVA18 [2022-03-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [2022-03-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [2022-03-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core --- [2022-03-23T09:55:44.423Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:44.423Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:44.423Z] [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-23T09:55:44.423Z] [INFO] [2022-03-23T09:55:44.423Z] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core --- [2022-03-23T09:55:44.423Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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 255 kB/s) [2022-03-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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 38 kB/s) [2022-03-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.681Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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 85 kB/s) [2022-03-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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 12 kB/s) [2022-03-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:44.938Z] [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-23T09:55:45.196Z] [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 112 kB/s) [2022-03-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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 77 kB/s) [2022-03-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.196Z] [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-23T09:55:45.453Z] [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-23T09:55:45.453Z] [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-23T09:55:45.453Z] [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 4.2 MB/s) [2022-03-23T09:55:45.453Z] [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-23T09:55:45.453Z] [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-23T09:55:45.453Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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 2.2 MB/s) [2022-03-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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 58 kB/s) [2022-03-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.454Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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 165 kB/s) [2022-03-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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 105 kB/s) [2022-03-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.711Z] [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-23T09:55:45.712Z] [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-23T09:55:45.712Z] [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 309 kB/s) [2022-03-23T09:55:45.712Z] [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-23T09:55:45.712Z] [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-23T09:55:45.712Z] [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-23T09:55:45.712Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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 86 kB/s) [2022-03-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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 123 kB/s) [2022-03-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.969Z] [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-23T09:55:45.970Z] [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 60 kB/s) [2022-03-23T09:55:45.970Z] [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-23T09:55:45.970Z] [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-23T09:55:45.970Z] [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-23T09:55:45.970Z] [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-23T09:55:45.970Z] [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-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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 172 kB/s) [2022-03-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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-23T09:55:46.227Z] [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 521 kB/s) [2022-03-23T09:55:46.227Z] [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-23T09:55:46.228Z] [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-23T09:55:46.228Z] [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-23T09:55:46.228Z] [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-23T09:55:46.228Z] [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-23T09:55:46.228Z] [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-23T09:55:46.228Z] [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 269 kB/s) [2022-03-23T09:55:46.228Z] [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-23T09:55:46.485Z] [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-23T09:55:46.485Z] [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-23T09:55:46.485Z] [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-23T09:55:46.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [2022-03-23T09:55:46.485Z] [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-23T09:55:46.485Z] [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 814 kB/s) [2022-03-23T09:55:46.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom [2022-03-23T09:55:46.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/17/apache-17.pom [2022-03-23T09:55:46.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom [2022-03-23T09:55:46.485Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [2022-03-23T09:55:46.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [2022-03-23T09:55:46.485Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [2022-03-23T09:55:46.743Z] [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 229 kB/s) [2022-03-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 520 kB/s) [2022-03-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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-23T09:55:46.743Z] [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 4.0 MB/s) [2022-03-23T09:55:46.743Z] [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-23T09:55:47.001Z] [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-23T09:55:47.001Z] [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-23T09:55:47.001Z] [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-23T09:55:47.001Z] [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-23T09:55:47.001Z] [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-23T09:55:47.002Z] [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 44 kB/s) [2022-03-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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 253 kB/s) [2022-03-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.002Z] [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-23T09:55:47.259Z] [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-23T09:55:47.259Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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 93 kB/s) [2022-03-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 577 kB/s) [2022-03-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [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-23T09:55:47.516Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [2022-03-23T09:55:47.516Z] [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-23T09:55:47.516Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.9 MB/s) [2022-03-23T09:55:47.516Z] [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-23T09:55:47.775Z] [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-23T09:55:47.775Z] [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-23T09:55:48.708Z] [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-23T09:55:48.708Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom [2022-03-23T09:55:48.708Z] [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-23T09:55:48.708Z] [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 1.3 MB/s) [2022-03-23T09:55:48.708Z] [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-23T09:55:48.708Z] [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-23T09:55:48.708Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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 90 kB/s) [2022-03-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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 266 kB/s) [2022-03-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.084Z] [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-23T09:55:50.085Z] [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-23T09:55:50.085Z] [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 340 kB/s) [2022-03-23T09:55:50.085Z] [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-23T09:55:50.085Z] [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-23T09:55:50.085Z] [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-23T09:55:50.085Z] [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-23T09:55:50.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [2022-03-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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 2.3 MB/s) [2022-03-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom [2022-03-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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-23T09:55:50.344Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom [2022-03-23T09:55:50.344Z] [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-23T09:55:50.344Z] [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 16 MB/s) [2022-03-23T09:55:50.344Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom [2022-03-23T09:55:50.344Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom [2022-03-23T09:55:50.344Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom [2022-03-23T09:55:50.344Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [2022-03-23T09:55:50.344Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom [2022-03-23T09:55:50.344Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [2022-03-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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 348 kB/s) [2022-03-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.345Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.605Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.606Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [2022-03-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.607Z] [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-23T09:55:50.865Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 6.2 MB/s) [2022-03-23T09:55:50.865Z] [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-23T09:55:50.865Z] [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 912 kB/s) [2022-03-23T09:55:50.865Z] [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-23T09:55:50.865Z] [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 15 MB/s) [2022-03-23T09:55:50.865Z] [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-23T09:55:50.865Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.2 MB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 1.3 MB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.9 MB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.8 MB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 1.2 MB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 535 kB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 601 kB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 174 kB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 3.1 MB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 53 kB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [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 661 kB/s) [2022-03-23T09:55:50.866Z] [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-23T09:55:50.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.8 MB/s) [2022-03-23T09:55:50.866Z] [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 3.3 MB/s) [2022-03-23T09:55:50.866Z] [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 319 kB/s) [2022-03-23T09:55:50.866Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.5 MB/s) [2022-03-23T09:55:51.799Z] [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 37 kB/s) [2022-03-23T09:55:51.800Z] [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-23T09:55:51.800Z] [INFO] [2022-03-23T09:55:51.800Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.core --- [2022-03-23T09:55:51.800Z] [INFO] [2022-03-23T09:55:51.800Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core --- [2022-03-23T09:55:51.800Z] [INFO] [2022-03-23T09:55:51.800Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core --- [2022-03-23T09:55:51.800Z] [INFO] Executing tasks [2022-03-23T09:55:51.800Z] [INFO] Executed tasks [2022-03-23T09:55:51.800Z] [INFO] [2022-03-23T09:55:51.800Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [2022-03-23T09:55:51.800Z] [INFO] [2022-03-23T09:55:51.800Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core --- [2022-03-23T09:55:51.800Z] [INFO] Resolving class path of org.eclipse.jdt.core... [2022-03-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.058Z] [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-23T09:55:52.316Z] [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-23T09:55:52.316Z] [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-23T09:55:52.316Z] [INFO] [2022-03-23T09:55:52.316Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core --- [2022-03-23T09:55:52.316Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:52.316Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:52.316Z] [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-23T09:55:52.316Z] [INFO] [2022-03-23T09:55:52.316Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core --- [2022-03-23T09:55:52.316Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:55:52.316Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:55:52.316Z] [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-23T09:55:52.316Z] [INFO] [2022-03-23T09:55:52.316Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.core --- [2022-03-23T09:55:52.316Z] [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-23T09:56:07.386Z] [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-23T09:56:07.386Z] [INFO] [2022-03-23T09:56:07.386Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core --- [2022-03-23T09:56:07.386Z] [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-23T09:56:07.386Z] [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-23T09:56:07.386Z] [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-23T09:56:07.387Z] [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-23T09:56:07.387Z] [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-23T09:56:07.387Z] [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-23T09:56:07.387Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:56:07.387Z] [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-23T09:56:07.387Z] [INFO] Command line: [2022-03-23T09:56:07.387Z] [/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.v20220323-0940_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-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:17.347Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:17.347Z] [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-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [INFO] Tests are skipped. [2022-03-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [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-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [INFO] Executing tasks [2022-03-23T09:56:17.347Z] [INFO] Executed tasks [2022-03-23T09:56:17.347Z] [INFO] [2022-03-23T09:56:17.347Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.347Z] [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-23T09:56:17.348Z] [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-23T09:56:17.913Z] [INFO] [2022-03-23T09:56:17.913Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.913Z] [INFO] [2022-03-23T09:56:17.913Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.913Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:17.913Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:17.913Z] [INFO] Copying 1 resource [2022-03-23T09:56:17.913Z] [INFO] [2022-03-23T09:56:17.913Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.913Z] [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-23T09:56:17.913Z] [INFO] [2022-03-23T09:56:17.913Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core --- [2022-03-23T09:56:17.913Z] [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-23T09:56:18.170Z] [INFO] [2022-03-23T09:56:18.170Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core --- [2022-03-23T09:56:18.170Z] [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-23T09:56:18.170Z] [INFO] [2022-03-23T09:56:18.170Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [2022-03-23T09:56:18.428Z] [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-23T09:56:18.428Z] [INFO] [2022-03-23T09:56:18.428Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.core --- [2022-03-23T09:56:18.428Z] [INFO] Skipping tests [2022-03-23T09:56:18.428Z] [INFO] [2022-03-23T09:56:18.428Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core --- [2022-03-23T09:56:18.428Z] [INFO] Tests are skipped. [2022-03-23T09:56:18.428Z] [INFO] [2022-03-23T09:56:18.428Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [2022-03-23T09:56:18.428Z] [INFO] Skipped [2022-03-23T09:56:18.428Z] [INFO] [2022-03-23T09:56:18.428Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core --- [2022-03-23T09:56:18.685Z] [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-23T09:56:18.686Z] [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-23T09:56:21.966Z] [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-23T09:56:21.966Z] [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-23T09:56:25.241Z] [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-23T09:56:25.241Z] [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-23T09:56:26.613Z] [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-23T09:56:26.871Z] [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-23T09:56:28.450Z] [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-23T09:56:28.450Z] [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-23T09:56:30.347Z] [INFO] [2022-03-23T09:56:30.347Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.core --- [2022-03-23T09:56:30.347Z] [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-23T09:56:30.347Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.29.50-SNAPSHOT already attached, replace previous instance [2022-03-23T09:56:30.347Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.29.50-SNAPSHOT already attached, replace previous instance [2022-03-23T09:56:30.347Z] [INFO] [2022-03-23T09:56:30.347Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool >------------ [2022-03-23T09:56:30.347Z] [INFO] Building org.eclipse.jdt.compiler.tool 1.3.150-SNAPSHOT [9/19] [2022-03-23T09:56:30.347Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:56:30.347Z] [INFO] [2022-03-23T09:56:30.347Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.347Z] [INFO] [2022-03-23T09:56:30.347Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.347Z] [INFO] The project's OSGi version is 1.3.150.v20220318-0906_BETA_JAVA18 [2022-03-23T09:56:30.347Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:30.348Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:30.348Z] [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-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] Executing tasks [2022-03-23T09:56:30.348Z] [INFO] Executed tasks [2022-03-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.tool... [2022-03-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:30.348Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:30.348Z] [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-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:30.348Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:30.348Z] [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-23T09:56:30.348Z] [INFO] [2022-03-23T09:56:30.348Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.348Z] [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-23T09:56:30.606Z] [INFO] [2022-03-23T09:56:30.606Z] [INFO] --- maven-antrun-plugin:3.0.0:run (update-ecj) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:30.606Z] [INFO] Executing tasks [2022-03-23T09:56:30.606Z] [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-23T09:56:30.606Z] [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-23T09:56:30.606Z] [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-23T09:56:31.172Z] [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-23T09:56:31.736Z] [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-23T09:56:31.736Z] [INFO] Executed tasks [2022-03-23T09:56:31.737Z] [INFO] [2022-03-23T09:56:31.737Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:31.737Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:56:31.737Z] [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-23T09:56:31.737Z] [INFO] Command line: [2022-03-23T09:56:31.737Z] [/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-23T09:56:34.264Z] [INFO] [2022-03-23T09:56:34.264Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.264Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:34.264Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:34.265Z] [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-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [INFO] Tests are skipped. [2022-03-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [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-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [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-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [INFO] [2022-03-23T09:56:34.265Z] [INFO] --- maven-antrun-plugin:3.0.0:run (sign-ecj) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:34.265Z] [INFO] Executing tasks [2022-03-23T09:56:36.163Z] [INFO] Executed tasks [2022-03-23T09:56:36.164Z] [INFO] [2022-03-23T09:56:36.164Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:36.164Z] [INFO] Skipping tests [2022-03-23T09:56:36.164Z] [INFO] [2022-03-23T09:56:36.164Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:36.164Z] [INFO] Tests are skipped. [2022-03-23T09:56:36.164Z] [INFO] [2022-03-23T09:56:36.164Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:36.164Z] [INFO] Skipped [2022-03-23T09:56:36.164Z] [INFO] [2022-03-23T09:56:36.164Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:36.164Z] [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-23T09:56:37.549Z] [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-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.tool --- [2022-03-23T09:56:38.996Z] [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-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt >------------ [2022-03-23T09:56:38.996Z] [INFO] Building org.eclipse.jdt.compiler.apt 1.4.100-SNAPSHOT [10/19] [2022-03-23T09:56:38.996Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] The project's OSGi version is 1.4.100.v20220318-0906_BETA_JAVA18 [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:38.996Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:38.996Z] [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-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] Executing tasks [2022-03-23T09:56:38.996Z] [INFO] Executed tasks [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.apt... [2022-03-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:38.996Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:38.996Z] [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-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:38.996Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:38.996Z] [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-23T09:56:38.996Z] [INFO] [2022-03-23T09:56:38.996Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:38.996Z] [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-23T09:56:39.289Z] [INFO] [2022-03-23T09:56:39.289Z] [INFO] --- maven-antrun-plugin:3.0.0:run (natives) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:39.289Z] [INFO] Executing tasks [2022-03-23T09:56:39.289Z] [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-23T09:56:39.289Z] [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-23T09:56:39.289Z] [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-23T09:56:39.581Z] [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-23T09:56:40.170Z] [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-23T09:56:40.170Z] [INFO] Executed tasks [2022-03-23T09:56:40.170Z] [INFO] [2022-03-23T09:56:40.170Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:40.170Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:56:40.170Z] [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-23T09:56:40.171Z] [INFO] Command line: [2022-03-23T09:56:40.171Z] [/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-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:42.728Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:42.728Z] [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-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [INFO] Tests are skipped. [2022-03-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [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-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [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-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [INFO] [2022-03-23T09:56:42.728Z] [INFO] --- maven-antrun-plugin:3.0.0:run (sign-ecj) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:42.728Z] [INFO] Executing tasks [2022-03-23T09:56:44.624Z] [INFO] Executed tasks [2022-03-23T09:56:44.624Z] [INFO] [2022-03-23T09:56:44.624Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:44.624Z] [INFO] Skipping tests [2022-03-23T09:56:44.624Z] [INFO] [2022-03-23T09:56:44.624Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:44.624Z] [INFO] Tests are skipped. [2022-03-23T09:56:44.624Z] [INFO] [2022-03-23T09:56:44.624Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:44.624Z] [INFO] Skipped [2022-03-23T09:56:44.624Z] [INFO] [2022-03-23T09:56:44.624Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:44.624Z] [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-23T09:56:45.554Z] [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-23T09:56:46.484Z] [INFO] [2022-03-23T09:56:46.484Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.apt --- [2022-03-23T09:56:46.485Z] [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-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >-------------- [2022-03-23T09:56:46.485Z] [INFO] Building org.eclipse.jdt.launching 3.19.550-SNAPSHOT [11/19] [2022-03-23T09:56:46.485Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] The project's OSGi version is 3.19.550.v20220322-1758_BETA_JAVA18 [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:46.485Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:46.485Z] [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-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] Executing tasks [2022-03-23T09:56:46.485Z] [INFO] Executed tasks [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] Resolving class path of org.eclipse.jdt.launching... [2022-03-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:46.485Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:46.485Z] [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-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:46.485Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:46.485Z] [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-23T09:56:46.485Z] [INFO] [2022-03-23T09:56:46.485Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:46.485Z] [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-23T09:56:47.049Z] [INFO] [2022-03-23T09:56:47.049Z] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-internal-jar) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:47.306Z] [INFO] Executing tasks [2022-03-23T09:56:47.306Z] [INFO] Executed tasks [2022-03-23T09:56:47.306Z] [INFO] [2022-03-23T09:56:47.306Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:47.306Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:56:47.306Z] [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-23T09:56:47.306Z] [INFO] Command line: [2022-03-23T09:56:47.306Z] [/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.v20220322-1758_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-23T09:56:50.585Z] [INFO] [2022-03-23T09:56:50.585Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:50.585Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:50.585Z] [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-23T09:56:50.585Z] [INFO] [2022-03-23T09:56:50.585Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.585Z] [INFO] [2022-03-23T09:56:50.585Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.585Z] [INFO] Tests are skipped. [2022-03-23T09:56:50.585Z] [INFO] [2022-03-23T09:56:50.585Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.585Z] [INFO] [2022-03-23T09:56:50.585Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.585Z] [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-23T09:56:50.585Z] [INFO] [2022-03-23T09:56:50.585Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.585Z] [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-23T09:56:50.843Z] [INFO] [2022-03-23T09:56:50.843Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.843Z] [INFO] [2022-03-23T09:56:50.843Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.843Z] [INFO] Skipping tests [2022-03-23T09:56:50.843Z] [INFO] [2022-03-23T09:56:50.843Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.843Z] [INFO] Tests are skipped. [2022-03-23T09:56:50.843Z] [INFO] [2022-03-23T09:56:50.843Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.843Z] [INFO] Skipped [2022-03-23T09:56:50.843Z] [INFO] [2022-03-23T09:56:50.843Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:50.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_3690963417498300393/lib/javaagent-shaded.jar' is disabled. [2022-03-23T09:56:50.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_3690963417498300393/lib/javaagent-shaded.jar [2022-03-23T09:56:52.216Z] [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_3690963417498300393/lib/launchingsupport.jar' is disabled. [2022-03-23T09:56:52.216Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.550-SNAPSHOT.jar_unpacked_3690963417498300393/lib/launchingsupport.jar [2022-03-23T09:56:53.154Z] [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-23T09:56:54.085Z] [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-23T09:56:55.980Z] [INFO] [2022-03-23T09:56:55.980Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching --- [2022-03-23T09:56:55.980Z] [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-23T09:56:55.980Z] [INFO] [2022-03-23T09:56:55.980Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >---------- [2022-03-23T09:56:55.980Z] [INFO] Building org.eclipse.jdt.core.manipulation 1.16.50-SNAPSHOT [12/19] [2022-03-23T09:56:55.980Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:56:55.980Z] [INFO] [2022-03-23T09:56:55.980Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.980Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] The project's OSGi version is 1.16.50.v20220323-0851_BETA_JAVA18 [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:55.981Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:55.981Z] [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-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] Executing tasks [2022-03-23T09:56:55.981Z] [INFO] Executed tasks [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] Resolving class path of org.eclipse.jdt.core.manipulation... [2022-03-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:55.981Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:55.981Z] [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-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:56:55.981Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:56:55.981Z] [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-23T09:56:55.981Z] [INFO] [2022-03-23T09:56:55.981Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:55.981Z] [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-23T09:56:57.879Z] [INFO] [2022-03-23T09:56:57.879Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:56:57.879Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:56:57.879Z] [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-23T09:56:57.879Z] [INFO] Command line: [2022-03-23T09:56:57.879Z] [/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.50.v20220323-0851_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-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:02.059Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:02.059Z] [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-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] Tests are skipped. [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [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.50-SNAPSHOT-sources.jar [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [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.50-SNAPSHOT.jar [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] Skipping tests [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] Tests are skipped. [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.059Z] [INFO] Skipped [2022-03-23T09:57:02.059Z] [INFO] [2022-03-23T09:57:02.059Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:02.623Z] [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.50-SNAPSHOT.jar [2022-03-23T09:57:04.517Z] [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.50-SNAPSHOT-sources.jar [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.manipulation --- [2022-03-23T09:57:06.414Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.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.core.manipulation/pom.xml [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >----------------- [2022-03-23T09:57:06.414Z] [INFO] Building org.eclipse.jdt.ui 3.26.50-SNAPSHOT [13/19] [2022-03-23T09:57:06.414Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.414Z] [INFO] The project's OSGi version is 3.26.50.v20220323-0851_BETA_JAVA18 [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.414Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.414Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:06.414Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:06.414Z] [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-23T09:57:06.414Z] [INFO] [2022-03-23T09:57:06.415Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.415Z] [INFO] [2022-03-23T09:57:06.415Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.415Z] [INFO] Executing tasks [2022-03-23T09:57:06.415Z] [INFO] Executed tasks [2022-03-23T09:57:06.415Z] [INFO] [2022-03-23T09:57:06.415Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.415Z] [INFO] [2022-03-23T09:57:06.415Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.415Z] [INFO] Resolving class path of org.eclipse.jdt.ui... [2022-03-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.672Z] [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-23T09:57:06.930Z] [INFO] [2022-03-23T09:57:06.930Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.930Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:06.930Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:06.930Z] [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-23T09:57:06.930Z] [INFO] [2022-03-23T09:57:06.930Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.930Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:06.930Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:06.930Z] [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-23T09:57:06.930Z] [INFO] [2022-03-23T09:57:06.930Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:06.930Z] [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-23T09:57:16.888Z] [INFO] [2022-03-23T09:57:16.888Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:16.888Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:57:16.888Z] [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-23T09:57:16.888Z] [INFO] Command line: [2022-03-23T09:57:16.888Z] [/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.v20220323-0851_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-23T09:57:26.852Z] [INFO] [2022-03-23T09:57:26.852Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:26.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:26.852Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:26.852Z] [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-23T09:57:26.852Z] [INFO] [2022-03-23T09:57:26.852Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:26.852Z] [INFO] [2022-03-23T09:57:26.852Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:26.852Z] [INFO] Tests are skipped. [2022-03-23T09:57:26.852Z] [INFO] [2022-03-23T09:57:26.852Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:26.852Z] [INFO] [2022-03-23T09:57:26.852Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:26.852Z] [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-23T09:57:27.109Z] [INFO] [2022-03-23T09:57:27.109Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:27.109Z] [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-23T09:57:28.041Z] [INFO] [2022-03-23T09:57:28.041Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:28.041Z] [INFO] [2022-03-23T09:57:28.041Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:28.041Z] [INFO] Skipping tests [2022-03-23T09:57:28.041Z] [INFO] [2022-03-23T09:57:28.041Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:28.041Z] [INFO] Tests are skipped. [2022-03-23T09:57:28.041Z] [INFO] [2022-03-23T09:57:28.041Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:28.041Z] [INFO] Skipped [2022-03-23T09:57:28.041Z] [INFO] [2022-03-23T09:57:28.041Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:31.320Z] [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-23T09:57:39.431Z] [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-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui --- [2022-03-23T09:57:41.327Z] [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-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.build >---------------- [2022-03-23T09:57:41.327Z] [INFO] Building org.eclipse.pde.build 3.11.150-SNAPSHOT [14/19] [2022-03-23T09:57:41.327Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] The project's OSGi version is 3.11.150.v20220323-0621_BETA_JAVA18 [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:41.327Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:41.327Z] [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-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] Executing tasks [2022-03-23T09:57:41.327Z] [INFO] Executed tasks [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] [2022-03-23T09:57:41.327Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.327Z] [INFO] Resolving class path of org.eclipse.pde.build... [2022-03-23T09:57:41.327Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [2022-03-23T09:57:41.327Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar [2022-03-23T09:57:41.585Z] [INFO] [2022-03-23T09:57:41.585Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:41.585Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:41.585Z] [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-23T09:57:41.585Z] [INFO] [2022-03-23T09:57:41.585Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:41.585Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:41.585Z] [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-23T09:57:41.585Z] [INFO] [2022-03-23T09:57:41.585Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.build --- [2022-03-23T09:57:41.585Z] [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-23T09:57:42.157Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.157Z] String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null); [2022-03-23T09:57:42.157Z] ^^^^^^^^^^ [2022-03-23T09:57:42.157Z] 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-23T09:57:42.157Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null); [2022-03-23T09:57:42.158Z] ^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.158Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] if (feature.getVersion().endsWith(PROPERTY_QUALIFIER) && (qualifier == null || !qualifier.equalsIgnoreCase(PROPERTY_NONE))) { [2022-03-23T09:57:42.158Z] ^^^^^^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.158Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] int idx = feature.getVersion().lastIndexOf("."); //$NON-NLS-1$ [2022-03-23T09:57:42.158Z] ^^^^^^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.158Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] feature.setVersion(newVersion); [2022-03-23T09:57:42.158Z] ^^^^^^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.158Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.158Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.158Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); [2022-03-23T09:57:42.158Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.158Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.158Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-23T09:57:42.158Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.158Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] String featureId = referencedFeature.getId(); [2022-03-23T09:57:42.159Z] ^^^^^ [2022-03-23T09:57:42.159Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] FetchScriptGenerator generator = new FetchScriptGenerator("feature@" + featureId + ',' + referencedFeature.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.159Z] ^^^^^^^^^^ [2022-03-23T09:57:42.159Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] FeatureEntry[] compiledFeatures = feature.getIncludedFeatureReferences(); [2022-03-23T09:57:42.159Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.159Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] for (FeatureEntry compiledFeature : compiledFeatures) { [2022-03-23T09:57:42.159Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.159Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] String featureId = compiledFeature.getId(); [2022-03-23T09:57:42.159Z] ^^^^^ [2022-03-23T09:57:42.159Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] if (getRepositoryInfo(IFetchFactory.ELEMENT_TYPE_FEATURE + '@' + featureId, new Version(compiledFeature.getVersion())) != null) [2022-03-23T09:57:42.159Z] ^^^^^^^^^^ [2022-03-23T09:57:42.159Z] 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-23T09:57:42.159Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.159Z] FeatureEntry[] allChildren = feature.getRawPluginEntries(); [2022-03-23T09:57:42.159Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] FeatureEntry[] compiledChildren = feature.getPluginEntries(); [2022-03-23T09:57:42.160Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] for (FeatureEntry child : allChildren) { [2022-03-23T09:57:42.160Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] elementId = child.getId(); [2022-03-23T09:57:42.160Z] ^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] Version versionId = new Version(child.getVersion()); [2022-03-23T09:57:42.160Z] ^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] if (child.isFragment()) [2022-03-23T09:57:42.160Z] ^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] elementId = feature.getLicenseFeature(); [2022-03-23T09:57:42.160Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.160Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.160Z] String version = feature.getLicenseFeatureVersion(); [2022-03-23T09:57:42.160Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.160Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] public class GeneratorApplication extends AbstractPublisherApplication { [2022-03-23T09:57:42.161Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.161Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] private IPublisherResult result = null; [2022-03-23T09:57:42.161Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.161Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] protected IPublisherAction[] createActions() { [2022-03-23T09:57:42.161Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.161Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] File sourceFile = source != null ? new File(source) : null; [2022-03-23T09:57:42.161Z] ^^^^^^ [2022-03-23T09:57:42.161Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] File sourceFile = source != null ? new File(source) : null; [2022-03-23T09:57:42.161Z] ^^^^^^ [2022-03-23T09:57:42.161Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] List actions = new ArrayList<>(); [2022-03-23T09:57:42.161Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.161Z] 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-23T09:57:42.161Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.161Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-23T09:57:42.161Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.162Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.162Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-23T09:57:42.162Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.162Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.162Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-23T09:57:42.162Z] ^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.162Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.162Z] actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations())); [2022-03-23T09:57:42.162Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.162Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.162Z] actions.add(new ProductAction(source, product, flavor, null)); [2022-03-23T09:57:42.162Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.162Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.162Z] actions.add(new ProductAction(source, product, flavor, null)); [2022-03-23T09:57:42.162Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.162Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.162Z] actions.add(new ProductAction(source, product, flavor, null)); [2022-03-23T09:57:42.162Z] ^^^^^^ [2022-03-23T09:57:42.162Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-23T09:57:42.163Z] ^^^^ [2022-03-23T09:57:42.163Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-23T09:57:42.163Z] ^^^^^^^^^ [2022-03-23T09:57:42.163Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-23T09:57:42.163Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.163Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] info.addAdvice(new RootIUResultFilterAdvice(null)); [2022-03-23T09:57:42.163Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.163Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); [2022-03-23T09:57:42.163Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.163Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null)); [2022-03-23T09:57:42.163Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.163Z] 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-23T09:57:42.163Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.163Z] actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$ [2022-03-23T09:57:42.163Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$ [2022-03-23T09:57:42.164Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$ [2022-03-23T09:57:42.164Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$ [2022-03-23T09:57:42.164Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] String[] configs = info.getConfigurations(); [2022-03-23T09:57:42.164Z] ^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] String[] configs = info.getConfigurations(); [2022-03-23T09:57:42.164Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null)); [2022-03-23T09:57:42.164Z] ^^^^ [2022-03-23T09:57:42.164Z] 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-23T09:57:42.164Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.164Z] info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null)); [2022-03-23T09:57:42.165Z] ^^^^^^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.165Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.165Z] info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0])); [2022-03-23T09:57:42.165Z] ^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.165Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.165Z] info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0])); [2022-03-23T09:57:42.165Z] ^^^^^^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.165Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.165Z] info.addAdvice(createVersionAdvice()); [2022-03-23T09:57:42.165Z] ^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.165Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.165Z] info.addAdvice(createVersionAdvice()); [2022-03-23T09:57:42.165Z] ^^^^^^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.165Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.165Z] return actions.toArray(new IPublisherAction[actions.size()]); [2022-03-23T09:57:42.165Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.165Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.165Z] protected IVersionAdvice createVersionAdvice() { [2022-03-23T09:57:42.165Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.165Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] VersionAdvice advice = new VersionAdvice(); [2022-03-23T09:57:42.166Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] VersionAdvice advice = new VersionAdvice(); [2022-03-23T09:57:42.166Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] VersionAdvice advice = new VersionAdvice(); [2022-03-23T09:57:42.166Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] advice.load(IInstallableUnit.NAMESPACE_IU_ID, versionAdvice, features ? ".feature.group" : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.166Z] ^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] protected IPublisherAction createRootFileAction(String configSpec) { [2022-03-23T09:57:42.166Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-23T09:57:42.166Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.166Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.166Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-23T09:57:42.166Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.166Z] 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-23T09:57:42.167Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.167Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-23T09:57:42.167Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.167Z] 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-23T09:57:42.167Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.167Z] RootFilesAction action = new RootFilesAction(info, id, version, flavor); [2022-03-23T09:57:42.167Z] ^^^^ [2022-03-23T09:57:42.167Z] 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-23T09:57:42.167Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.167Z] action.setCreateParent(false); [2022-03-23T09:57:42.167Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.167Z] 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-23T09:57:42.167Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.167Z] protected Publisher createPublisher(PublisherInfo publisherInfo) { [2022-03-23T09:57:42.167Z] ^^^^^^^^^ [2022-03-23T09:57:42.167Z] 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-23T09:57:42.167Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.167Z] protected Publisher createPublisher(PublisherInfo publisherInfo) { [2022-03-23T09:57:42.167Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.167Z] 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-23T09:57:42.168Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.168Z] return new Publisher(publisherInfo, result); [2022-03-23T09:57:42.168Z] ^^^^^^^^^ [2022-03-23T09:57:42.168Z] 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-23T09:57:42.168Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.168Z] return new Publisher(publisherInfo, result); [2022-03-23T09:57:42.168Z] ^^^^^^^^^ [2022-03-23T09:57:42.168Z] 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-23T09:57:42.168Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.168Z] return new Publisher(publisherInfo); [2022-03-23T09:57:42.168Z] ^^^^^^^^^ [2022-03-23T09:57:42.168Z] 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-23T09:57:42.168Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.168Z] return new Publisher(publisherInfo); [2022-03-23T09:57:42.168Z] ^^^^^^^^^ [2022-03-23T09:57:42.168Z] 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-23T09:57:42.168Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.168Z] super.append = value; [2022-03-23T09:57:42.168Z] ^^^^^^ [2022-03-23T09:57:42.168Z] 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-23T09:57:42.168Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.168Z] super.artifactRepoName = name; [2022-03-23T09:57:42.168Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.168Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] super.compress = value; [2022-03-23T09:57:42.169Z] ^^^^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] super.metadataRepoName = name; [2022-03-23T09:57:42.169Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] this.source = location; [2022-03-23T09:57:42.169Z] ^^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] public void setIncrementalResult(IPublisherResult result) { [2022-03-23T09:57:42.169Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.169Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true); [2022-03-23T09:57:42.169Z] ^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.169Z] return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true); [2022-03-23T09:57:42.169Z] ^^^^^^^^^^ [2022-03-23T09:57:42.169Z] 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-23T09:57:42.169Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] FeatureEntry entry = (FeatureEntry) entry2; [2022-03-23T09:57:42.170Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] FeatureEntry entry = (FeatureEntry) entry2; [2022-03-23T09:57:42.170Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] if (entry.unpackSet()) { [2022-03-23T09:57:42.170Z] ^^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] result = Boolean.valueOf(entry.isUnpack()); [2022-03-23T09:57:42.170Z] ^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] else if (result.booleanValue() != entry.isUnpack()) { [2022-03-23T09:57:42.170Z] ^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-23T09:57:42.170Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.170Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.170Z] 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-23T09:57:42.170Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.170Z] public SourceFeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) { [2022-03-23T09:57:42.171Z] ^^^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] FeatureEntry[] features = feature.getEntries(); [2022-03-23T09:57:42.171Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] FeatureEntry[] features = feature.getEntries(); [2022-03-23T09:57:42.171Z] ^^^^^^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] for (FeatureEntry feature2 : features) { [2022-03-23T09:57:42.171Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] if (feature2.isRequires() || feature2.isPlugin()) [2022-03-23T09:57:42.171Z] ^^^^^^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] if (feature2.isRequires() || feature2.isPlugin()) [2022-03-23T09:57:42.171Z] ^^^^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] parameters.put(ID, feature2.getId()); [2022-03-23T09:57:42.171Z] ^^^^^ [2022-03-23T09:57:42.171Z] 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-23T09:57:42.171Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.171Z] parameters.put(VERSION, feature2.getVersion()); [2022-03-23T09:57:42.171Z] ^^^^^^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] if (feature2.isOptional()) [2022-03-23T09:57:42.172Z] ^^^^^^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] if (feature2.getArch() != null) [2022-03-23T09:57:42.172Z] ^^^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] parameters.put("arch", feature2.getArch()); //$NON-NLS-1$ [2022-03-23T09:57:42.172Z] ^^^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] if (feature2.getWS() != null) [2022-03-23T09:57:42.172Z] ^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] parameters.put("ws", feature2.getWS()); //$NON-NLS-1$ [2022-03-23T09:57:42.172Z] ^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] if (feature2.getOS() != null) [2022-03-23T09:57:42.172Z] ^^^^^ [2022-03-23T09:57:42.172Z] 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-23T09:57:42.172Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.172Z] parameters.put("os", feature2.getOS()); //$NON-NLS-1$ [2022-03-23T09:57:42.172Z] ^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.173Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] private FeatureEntry associatedEntry; [2022-03-23T09:57:42.173Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] if (associatedEntry != null && (associatedEntry.unpackSet() || !Utils.hasBundleShapeHeader(model))) [2022-03-23T09:57:42.173Z] ^^^^^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] script.println(" unpack=\"" + String.valueOf(associatedEntry.isUnpack()) + "\""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.173Z] ^^^^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] public FeatureEntry getAssociatedEntry() { [2022-03-23T09:57:42.173Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] public void setAssociatedEntry(FeatureEntry associatedEntry) { [2022-03-23T09:57:42.173Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.173Z] 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-23T09:57:42.173Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.173Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.173Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] public ReachablePlugin(FeatureEntry entry) { [2022-03-23T09:57:42.174Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] id = entry.getId(); [2022-03-23T09:57:42.174Z] ^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.174Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] FeatureEntry associatedEntry = generator.getAssociatedEntry(); [2022-03-23T09:57:42.174Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] String os = associatedEntry.getOS(); [2022-03-23T09:57:42.174Z] ^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] String ws = associatedEntry.getWS(); [2022-03-23T09:57:42.174Z] ^^^^^ [2022-03-23T09:57:42.174Z] 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-23T09:57:42.174Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.174Z] String arch = associatedEntry.getArch(); [2022-03-23T09:57:42.174Z] ^^^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] String nl = associatedEntry.getNL(); [2022-03-23T09:57:42.175Z] ^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] import org.eclipse.equinox.internal.p2.publisher.QuotedTokenizer; [2022-03-23T09:57:42.175Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.175Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] String brandedVersion = executableFeature.getVersion(); [2022-03-23T09:57:42.175Z] ^^^^^^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] versionString = requiredFeature.getVersion(); [2022-03-23T09:57:42.175Z] ^^^^^^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] List pluginList = productFile.getProductEntries(); [2022-03-23T09:57:42.175Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.175Z] 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-23T09:57:42.175Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.175Z] for (FeatureEntry entry : pluginList) { [2022-03-23T09:57:42.175Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] if (!entry.isPlugin()) [2022-03-23T09:57:42.176Z] ^^^^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion()); [2022-03-23T09:57:42.176Z] ^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion()); [2022-03-23T09:57:42.176Z] ^^^^^^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); [2022-03-23T09:57:42.176Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); [2022-03-23T09:57:42.176Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs); [2022-03-23T09:57:42.176Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.176Z] 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-23T09:57:42.176Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.176Z] while (tokenizer.hasMoreTokens()) { [2022-03-23T09:57:42.176Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] String token = tokenizer.nextToken().trim(); [2022-03-23T09:57:42.177Z] ^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); [2022-03-23T09:57:42.177Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); [2022-03-23T09:57:42.177Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs); [2022-03-23T09:57:42.177Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] while (tokenizer.hasMoreTokens()) { [2022-03-23T09:57:42.177Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] String token = tokenizer.nextToken().trim(); [2022-03-23T09:57:42.177Z] ^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.177Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.177Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.177Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.177Z] 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-23T09:57:42.178Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.178Z] List productEntries = product.getProductEntries(); [2022-03-23T09:57:42.178Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.178Z] 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-23T09:57:42.178Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.178Z] String mappings = Utils.getEntryVersionMappings(productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo); [2022-03-23T09:57:42.178Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.178Z] 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-23T09:57:42.178Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.178Z] script.printAttribute(VERSION, feature.getVersion(), true); [2022-03-23T09:57:42.178Z] ^^^^^^^^^^ [2022-03-23T09:57:42.178Z] 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-23T09:57:42.178Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.178Z] if (!(havePDEUIState() && rootProvider.getId().equals("org.eclipse.pde.container.feature"))) { //$NON-NLS-1$ [2022-03-23T09:57:42.178Z] ^^^^^ [2022-03-23T09:57:42.178Z] 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-23T09:57:42.178Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.178Z] script.printAttribute(VERSION, rootProvider.getVersion(), true); [2022-03-23T09:57:42.178Z] ^^^^^^^^^^ [2022-03-23T09:57:42.178Z] 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-23T09:57:42.178Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.178Z] return feature.getId() + ".feature.group"; //$NON-NLS-1$ [2022-03-23T09:57:42.178Z] ^^^^^ [2022-03-23T09:57:42.178Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE); [2022-03-23T09:57:42.179Z] ^^^^^ [2022-03-23T09:57:42.179Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE); [2022-03-23T09:57:42.179Z] ^^^^^^^^^^ [2022-03-23T09:57:42.179Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.179Z] ^^^^^ [2022-03-23T09:57:42.179Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.179Z] ^^^^^^^^^^ [2022-03-23T09:57:42.179Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.179Z] ^^^^^ [2022-03-23T09:57:42.179Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.179Z] ^^^^^^^^^^ [2022-03-23T09:57:42.179Z] 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-23T09:57:42.179Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.179Z] script.printAttribute("id", feature2.getId(), true); //$NON-NLS-1$ [2022-03-23T09:57:42.179Z] ^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] script.printAttribute("version", feature2.getVersion(), true); //$NON-NLS-1$ [2022-03-23T09:57:42.180Z] ^^^^^^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] script.printAttribute(VERSION, feature.getVersion(), true); [2022-03-23T09:57:42.180Z] ^^^^^^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.180Z] ^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.180Z] ^^^^^^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.180Z] ^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.180Z] ^^^^^^^^^^ [2022-03-23T09:57:42.180Z] 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-23T09:57:42.180Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.180Z] if (!feature.getId().equals(FEATURE_EQUINOX_EXECUTABLE)) [2022-03-23T09:57:42.180Z] ^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.181Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.181Z] if (feature.isBinary() || !OLD_EXECUTABLE_RANGE.isIncluded(new Version(feature.getVersion()))) [2022-03-23T09:57:42.181Z] ^^^^^^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.181Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.181Z] String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.181Z] ^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.181Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.181Z] String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.181Z] ^^^^^^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.181Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.181Z] import org.eclipse.equinox.p2.publisher.AbstractPublisherAction; [2022-03-23T09:57:42.181Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.181Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.181Z] import org.eclipse.equinox.p2.publisher.actions.ITouchpointAdvice; [2022-03-23T09:57:42.181Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.181Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.181Z] import org.eclipse.equinox.p2.publisher.actions.RootFilesAdvice; [2022-03-23T09:57:42.181Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.181Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice { [2022-03-23T09:57:42.182Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.182Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice { [2022-03-23T09:57:42.182Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.182Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] super(root, includedFiles, excludedFiles, configSpec); [2022-03-23T09:57:42.182Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.182Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); [2022-03-23T09:57:42.182Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.182Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); [2022-03-23T09:57:42.182Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.182Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec()); [2022-03-23T09:57:42.182Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.182Z] 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-23T09:57:42.182Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.182Z] File root = getRoot(); [2022-03-23T09:57:42.182Z] ^^^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] private String getSourcePluginName(FeatureEntry plugin, boolean versionSuffix) { [2022-03-23T09:57:42.183Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.183Z] ^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.183Z] ^^^^^^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] FeatureEntry[] pluginList = feature.getPluginEntries(); [2022-03-23T09:57:42.183Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] for (FeatureEntry entry : pluginList) { [2022-03-23T09:57:42.183Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] String versionRequested = entry.getVersion(); [2022-03-23T09:57:42.183Z] ^^^^^^^^^^ [2022-03-23T09:57:42.183Z] 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-23T09:57:42.183Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.183Z] model = getSite().getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-23T09:57:42.183Z] ^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.184Z] private void collectSourcePlugins(BuildTimeFeature feature, FeatureEntry pluginEntry, BundleDescription model) throws CoreException { [2022-03-23T09:57:42.184Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.184Z] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { [2022-03-23T09:57:42.184Z] ^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.184Z] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { [2022-03-23T09:57:42.184Z] ^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.184Z] if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) { [2022-03-23T09:57:42.184Z] ^^^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.184Z] FeatureEntry sourcePlugin; [2022-03-23T09:57:42.184Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.184Z] brandingPlugin = feature.getBrandingPlugin(); [2022-03-23T09:57:42.184Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.184Z] 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-23T09:57:42.184Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] sourceFeature.setBrandingPlugin(brandingPlugin); [2022-03-23T09:57:42.185Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.185Z] 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-23T09:57:42.185Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] brandingPlugin = sourceFeature.getId(); [2022-03-23T09:57:42.185Z] ^^^^^ [2022-03-23T09:57:42.185Z] 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-23T09:57:42.185Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] FeatureEntry[] plugins = feature.getPluginEntries(); [2022-03-23T09:57:42.185Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.185Z] 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-23T09:57:42.185Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] for (FeatureEntry plugin2 : plugins) { [2022-03-23T09:57:42.185Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.185Z] 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-23T09:57:42.185Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] FeatureEntry entry; [2022-03-23T09:57:42.185Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.185Z] 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-23T09:57:42.185Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] entry = new FeatureEntry(id, version.toString(), false); [2022-03-23T09:57:42.185Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.185Z] 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-23T09:57:42.185Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.185Z] entry = new FeatureEntry(id, version.toString(), false); [2022-03-23T09:57:42.185Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] entry.setOptional(((Boolean) items.get(Utils.EXTRA_OPTIONAL)).booleanValue()); [2022-03-23T09:57:42.186Z] ^^^^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null); [2022-03-23T09:57:42.186Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] sourceFeature.addEntry(entry); [2022-03-23T09:57:42.186Z] ^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); [2022-03-23T09:57:42.186Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true); [2022-03-23T09:57:42.186Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] entry.setUnpack(((Boolean) items.get(Utils.EXTRA_UNPACK)).booleanValue()); [2022-03-23T09:57:42.186Z] ^^^^^^^^^ [2022-03-23T09:57:42.186Z] 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-23T09:57:42.186Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.186Z] entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null); [2022-03-23T09:57:42.186Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.187Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.187Z] sourceFeature.addEntry(entry); [2022-03-23T09:57:42.187Z] ^^^^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.187Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.187Z] private void generateSourceFragments(BuildTimeFeature sourceFeature, FeatureEntry sourcePlugin) throws CoreException { [2022-03-23T09:57:42.187Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.187Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.187Z] String sourceFragmentId = sourceFeature.getId() + "." + configInfo.toString("."); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.187Z] ^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.187Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.187Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-23T09:57:42.187Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.187Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.187Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-23T09:57:42.187Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.187Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.187Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-23T09:57:42.187Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.187Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true); [2022-03-23T09:57:42.188Z] ^^^^^^^^^^ [2022-03-23T09:57:42.188Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] sourceFragment.setEnvironment(configInfo.getOs(), configInfo.getWs(), configInfo.getArch(), null); [2022-03-23T09:57:42.188Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.188Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] sourceFragment.setFragment(true); [2022-03-23T09:57:42.188Z] ^^^^^^^^^^^ [2022-03-23T09:57:42.188Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] sourceFeature.addEntry(sourceFragment); [2022-03-23T09:57:42.188Z] ^^^^^^^^ [2022-03-23T09:57:42.188Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] private String computeSourceFeatureName(Feature featureForName, boolean withNumber) throws CoreException { [2022-03-23T09:57:42.188Z] ^^^^^^^ [2022-03-23T09:57:42.188Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] sourceFeatureName = featureForName.getId() + ".source"; //$NON-NLS-1$ [2022-03-23T09:57:42.188Z] ^^^^^ [2022-03-23T09:57:42.188Z] 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-23T09:57:42.188Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.188Z] return sourceFeatureName + (withNumber ? "_" + featureForName.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.188Z] ^^^^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.189Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.189Z] private BuildTimeFeature createSourceFeature(Feature featureExample) throws CoreException { [2022-03-23T09:57:42.189Z] ^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.189Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.189Z] String version = featureExample.getVersion(); [2022-03-23T09:57:42.189Z] ^^^^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.189Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.189Z] result.setLabel(featureExample.getLabel()); [2022-03-23T09:57:42.189Z] ^^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.189Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.189Z] result.setLabel(featureExample.getLabel()); [2022-03-23T09:57:42.189Z] ^^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.189Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.189Z] result.setProviderName(featureExample.getProviderName()); [2022-03-23T09:57:42.189Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.189Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.189Z] result.setProviderName(featureExample.getProviderName()); [2022-03-23T09:57:42.189Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.189Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setImage(featureExample.getImage()); [2022-03-23T09:57:42.190Z] ^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setImage(featureExample.getImage()); [2022-03-23T09:57:42.190Z] ^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setInstallHandler(featureExample.getInstallHandler()); [2022-03-23T09:57:42.190Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setInstallHandler(featureExample.getInstallHandler()); [2022-03-23T09:57:42.190Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary()); [2022-03-23T09:57:42.190Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary()); [2022-03-23T09:57:42.190Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.190Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.190Z] result.setInstallHandlerURL(featureExample.getInstallHandlerURL()); [2022-03-23T09:57:42.190Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.190Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setInstallHandlerURL(featureExample.getInstallHandlerURL()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setDescription(featureExample.getDescription()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setDescription(featureExample.getDescription()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setDescriptionURL(featureExample.getDescriptionURL()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setDescriptionURL(featureExample.getDescriptionURL()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setCopyright(featureExample.getCopyright()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.191Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.191Z] result.setCopyright(featureExample.getCopyright()); [2022-03-23T09:57:42.191Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.191Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setCopyrightURL(featureExample.getCopyrightURL()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.192Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setCopyrightURL(featureExample.getCopyrightURL()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.192Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setLicense(featureExample.getLicense()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^ [2022-03-23T09:57:42.192Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setLicense(featureExample.getLicense()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^ [2022-03-23T09:57:42.192Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setLicenseURL(featureExample.getLicenseURL()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.192Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setLicenseURL(featureExample.getLicenseURL()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.192Z] 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-23T09:57:42.192Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.192Z] result.setLicenseFeature(featureExample.getLicenseFeature()); [2022-03-23T09:57:42.192Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setLicenseFeature(featureExample.getLicenseFeature()); [2022-03-23T09:57:42.193Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion()); [2022-03-23T09:57:42.193Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion()); [2022-03-23T09:57:42.193Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel()); [2022-03-23T09:57:42.193Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel()); [2022-03-23T09:57:42.193Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setUpdateSiteURL(featureExample.getUpdateSiteURL()); [2022-03-23T09:57:42.193Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.193Z] 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-23T09:57:42.193Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.193Z] result.setUpdateSiteURL(featureExample.getUpdateSiteURL()); [2022-03-23T09:57:42.194Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.194Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.194Z] URLEntry[] siteEntries = featureExample.getDiscoverySites(); [2022-03-23T09:57:42.194Z] ^^^^^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.194Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.194Z] URLEntry[] siteEntries = featureExample.getDiscoverySites(); [2022-03-23T09:57:42.194Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.194Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.194Z] for (URLEntry siteEntry : siteEntries) { [2022-03-23T09:57:42.194Z] ^^^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.194Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.194Z] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); [2022-03-23T09:57:42.194Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.194Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.194Z] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); [2022-03-23T09:57:42.194Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.194Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.194Z] result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL()); [2022-03-23T09:57:42.194Z] ^^^^^^ [2022-03-23T09:57:42.194Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.195Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-23T09:57:42.195Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.195Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.195Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-23T09:57:42.195Z] ^^^^^ [2022-03-23T09:57:42.195Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.195Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-23T09:57:42.195Z] ^^^^^ [2022-03-23T09:57:42.195Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.195Z] result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null); [2022-03-23T09:57:42.195Z] ^^^^^^^ [2022-03-23T09:57:42.195Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.195Z] private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException { [2022-03-23T09:57:42.195Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.195Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.195Z] private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException { [2022-03-23T09:57:42.195Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.195Z] 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-23T09:57:42.195Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.196Z] buffer.replace(beginId, beginId + REPLACED_FRAGMENT_ID.length(), fragment.getId()); [2022-03-23T09:57:42.196Z] ^^^^^ [2022-03-23T09:57:42.196Z] 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-23T09:57:42.196Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.196Z] buffer.replace(beginId, beginId + REPLACED_FRAGMENT_VERSION.length(), fragment.getVersion()); [2022-03-23T09:57:42.196Z] ^^^^^^^^^^ [2022-03-23T09:57:42.196Z] 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-23T09:57:42.196Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.196Z] buffer.replace(beginId, beginId + REPLACED_PLUGIN_ID.length(), plugin.getId()); [2022-03-23T09:57:42.196Z] ^^^^^ [2022-03-23T09:57:42.196Z] 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-23T09:57:42.196Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.196Z] BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion()); [2022-03-23T09:57:42.196Z] ^^^^^ [2022-03-23T09:57:42.196Z] 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-23T09:57:42.196Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.196Z] BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion()); [2022-03-23T09:57:42.196Z] ^^^^^^^^^^ [2022-03-23T09:57:42.196Z] 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-23T09:57:42.196Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.196Z] 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-23T09:57:42.196Z] ^^^^^ [2022-03-23T09:57:42.196Z] 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-23T09:57:42.196Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.197Z] 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-23T09:57:42.197Z] ^^^^^ [2022-03-23T09:57:42.197Z] 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-23T09:57:42.197Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.197Z] 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-23T09:57:42.197Z] ^^^^^^^ [2022-03-23T09:57:42.197Z] 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-23T09:57:42.197Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.197Z] replaceManifestValue(sourceFragmentDirURL.append(Constants.BUNDLE_FILENAME_DESCRIPTOR).toOSString(), org.osgi.framework.Constants.BUNDLE_VERSION, fragment.getVersion()); [2022-03-23T09:57:42.197Z] ^^^^^^^^^^ [2022-03-23T09:57:42.197Z] 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-23T09:57:42.197Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.197Z] String host = plugin.getId() + ';' + org.osgi.framework.Constants.BUNDLE_VERSION + '=' + effectivePlugin.getVersion().toString(); [2022-03-23T09:57:42.197Z] ^^^^^ [2022-03-23T09:57:42.197Z] 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-23T09:57:42.197Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.197Z] BundleDescription oldBundle = state.getResolvedBundle(fragment.getId()); [2022-03-23T09:57:42.197Z] ^^^^^ [2022-03-23T09:57:42.197Z] 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-23T09:57:42.197Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.197Z] String message = NLS.bind(Messages.error_creatingFeature, sourceFeature.getId()); [2022-03-23T09:57:42.197Z] ^^^^^ [2022-03-23T09:57:42.197Z] 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-23T09:57:42.197Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] replaceXMLAttribute(sourceFeatureDir + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR, FEATURE_START_TAG, VERSION, sourceFeature.getVersion()); [2022-03-23T09:57:42.198Z] ^^^^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.198Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] private FeatureEntry createSourceBundle(BuildTimeFeature sourceFeature, FeatureEntry pluginEntry) throws CoreException { [2022-03-23T09:57:42.198Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.198Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-23T09:57:42.198Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.198Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] protected Feature createFeature(String id, String version) { [2022-03-23T09:57:42.198Z] ^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.198Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] public Feature parse(URL featureURL) throws SAXException, IOException { [2022-03-23T09:57:42.198Z] ^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.198Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] static private PublisherResult result = null; [2022-03-23T09:57:42.198Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.198Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.198Z] static private ArrayList advice = null; [2022-03-23T09:57:42.198Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.198Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.199Z] public void run(GeneratorApplication generator, PublisherInfo provider) throws Exception { [2022-03-23T09:57:42.199Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.199Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.199Z] provider.setConfigurations(configs.toArray(new String[configs.size()])); [2022-03-23T09:57:42.199Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.199Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.199Z] for (IPublisherAdvice iPublisherAdvice : advice) { [2022-03-23T09:57:42.199Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.199Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.199Z] provider.addAdvice(iPublisherAdvice); [2022-03-23T09:57:42.199Z] ^^^^^^^^^ [2022-03-23T09:57:42.199Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.199Z] generator.run(provider); [2022-03-23T09:57:42.199Z] ^^^ [2022-03-23T09:57:42.199Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.199Z] configs.addAll(Arrays.asList(provider.getConfigurations())); [2022-03-23T09:57:42.199Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.199Z] 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-23T09:57:42.199Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] advice.addAll(provider.getAdvice()); [2022-03-23T09:57:42.200Z] ^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] result = new PublisherResult(); [2022-03-23T09:57:42.200Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] result = new PublisherResult(); [2022-03-23T09:57:42.200Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils; [2022-03-23T09:57:42.200Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData; [2022-03-23T09:57:42.200Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData; [2022-03-23T09:57:42.200Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.200Z] import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice; [2022-03-23T09:57:42.200Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.200Z] 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-23T09:57:42.200Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] import org.eclipse.equinox.p2.publisher.eclipse.IExecutableAdvice; [2022-03-23T09:57:42.201Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.201Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice { [2022-03-23T09:57:42.201Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.201Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice { [2022-03-23T09:57:42.201Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.201Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] private LauncherData launcherData = null; [2022-03-23T09:57:42.201Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.201Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] private ConfigData configData = null; [2022-03-23T09:57:42.201Z] ^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.201Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] return configData.getBundles(); [2022-03-23T09:57:42.201Z] ^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.201Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.201Z] Properties configProps = configData.getProperties(); [2022-03-23T09:57:42.201Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.201Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] CollectionUtils.putAll(configProps, props); [2022-03-23T09:57:42.202Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.202Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] CollectionUtils.putAll(configProps, props); [2022-03-23T09:57:42.202Z] ^^^^^^ [2022-03-23T09:57:42.202Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] int startLevel = configData.getInitialBundleStartLevel(); [2022-03-23T09:57:42.202Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.202Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] return (launcherData != null) ? launcherData.getProgramArgs() : new String[0]; [2022-03-23T09:57:42.202Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.202Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] return (launcherData != null) ? launcherData.getJvmArgs() : new String[0]; [2022-03-23T09:57:42.202Z] ^^^^^^^^^^ [2022-03-23T09:57:42.202Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry; [2022-03-23T09:57:42.202Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.202Z] 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-23T09:57:42.202Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.202Z] public static boolean isValidEnvironment(IPlatformEntry candidate) { [2022-03-23T09:57:42.202Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] String candidateOS = candidate.getOS(); [2022-03-23T09:57:42.203Z] ^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] String candidateWS = candidate.getWS(); [2022-03-23T09:57:42.203Z] ^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] String candidateArch = candidate.getArch(); [2022-03-23T09:57:42.203Z] ^^^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] String candiateNL = candidate.getNL(); [2022-03-23T09:57:42.203Z] ^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry; [2022-03-23T09:57:42.203Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] public List selectConfigs(IPlatformEntry element) { [2022-03-23T09:57:42.203Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.203Z] 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-23T09:57:42.203Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.203Z] 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-23T09:57:42.204Z] ^^^^^ [2022-03-23T09:57:42.204Z] 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-23T09:57:42.204Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.204Z] 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-23T09:57:42.204Z] ^^^^^ [2022-03-23T09:57:42.204Z] 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-23T09:57:42.204Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.204Z] 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-23T09:57:42.204Z] ^^^^^ [2022-03-23T09:57:42.204Z] 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-23T09:57:42.204Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.204Z] 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-23T09:57:42.204Z] ^^^^^ [2022-03-23T09:57:42.204Z] 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-23T09:57:42.204Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.204Z] 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-23T09:57:42.204Z] ^^^^^^^ [2022-03-23T09:57:42.204Z] 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-23T09:57:42.204Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.204Z] 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-23T09:57:42.205Z] ^^^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.205Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.205Z] if (element.getOS() != null && !element.getOS().equals(Config.ANY)) { [2022-03-23T09:57:42.205Z] ^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.205Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.205Z] if (element.getOS() != null && !element.getOS().equals(Config.ANY)) { [2022-03-23T09:57:42.205Z] ^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.205Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.205Z] if (!isMatching(element.getOS(), config.getOs())) [2022-03-23T09:57:42.205Z] ^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.205Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.205Z] if (element.getWS() != null && !element.getWS().equals(Config.ANY)) { [2022-03-23T09:57:42.205Z] ^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.205Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.205Z] if (element.getWS() != null && !element.getWS().equals(Config.ANY)) { [2022-03-23T09:57:42.205Z] ^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.205Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.205Z] if (!isMatching(element.getWS(), config.getWs())) [2022-03-23T09:57:42.205Z] ^^^^^ [2022-03-23T09:57:42.205Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] if (element.getArch() != null && !element.getArch().equals(Config.ANY)) { [2022-03-23T09:57:42.206Z] ^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] if (element.getArch() != null && !element.getArch().equals(Config.ANY)) { [2022-03-23T09:57:42.206Z] ^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] if (!isMatching(element.getArch(), config.getArch())) [2022-03-23T09:57:42.206Z] ^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.206Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] public static VersionRange createVersionRange(FeatureEntry entry) { [2022-03-23T09:57:42.206Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] String versionSpec = entry.getVersion(); [2022-03-23T09:57:42.206Z] ^^^^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.206Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.206Z] String match = entry.getMatch(); [2022-03-23T09:57:42.206Z] ^^^^^^^^ [2022-03-23T09:57:42.206Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] if (!entry.isRequires() || match == null) { [2022-03-23T09:57:42.207Z] ^^^^^^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] public static FeatureEntry[] getPluginEntry(BuildTimeFeature feature, String pluginId, boolean raw) { [2022-03-23T09:57:42.207Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] FeatureEntry[] plugins; [2022-03-23T09:57:42.207Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] List foundEntries = new ArrayList<>(5); [2022-03-23T09:57:42.207Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] for (FeatureEntry plugin2 : plugins) { [2022-03-23T09:57:42.207Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] if (plugin2.getId().equals(pluginId)) [2022-03-23T09:57:42.207Z] ^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.207Z] return foundEntries.toArray(new FeatureEntry[foundEntries.size()]); [2022-03-23T09:57:42.207Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.207Z] 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-23T09:57:42.207Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] public static boolean isIn(FeatureEntry[] array, FeatureEntry element) { [2022-03-23T09:57:42.208Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.208Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] public static boolean isIn(FeatureEntry[] array, FeatureEntry element) { [2022-03-23T09:57:42.208Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.208Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] for (FeatureEntry element2 : array) { [2022-03-23T09:57:42.208Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.208Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-23T09:57:42.208Z] ^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.208Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-23T09:57:42.208Z] ^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.208Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-23T09:57:42.208Z] ^^^^^^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.208Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.208Z] if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion())) [2022-03-23T09:57:42.208Z] ^^^^^^^^^^ [2022-03-23T09:57:42.208Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site) { [2022-03-23T09:57:42.209Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site, AssemblyInformation assembly) { [2022-03-23T09:57:42.209Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.209Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] String versionRequested = entry.getVersion(); [2022-03-23T09:57:42.209Z] ^^^^^^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] String id = entry.getId(); [2022-03-23T09:57:42.209Z] ^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] if (entry.isPlugin()) { [2022-03-23T09:57:42.209Z] ^^^^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.209Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.209Z] model = assembly.getPlugin(entry.getId(), versionRequested); [2022-03-23T09:57:42.209Z] ^^^^^ [2022-03-23T09:57:42.209Z] 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-23T09:57:42.210Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.210Z] newVersion = feature.getVersion(); [2022-03-23T09:57:42.210Z] ^^^^^^^^^^ [2022-03-23T09:57:42.210Z] 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-23T09:57:42.210Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.210Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.210Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.210Z] 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-23T09:57:42.210Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.210Z] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); [2022-03-23T09:57:42.210Z] ^^^^^^^^ [2022-03-23T09:57:42.210Z] 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-23T09:57:42.210Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.210Z] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); [2022-03-23T09:57:42.210Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.210Z] 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-23T09:57:42.210Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.210Z] feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true)); [2022-03-23T09:57:42.210Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.210Z] 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-23T09:57:42.210Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.210Z] BuildTimeFeature sourceFeature = getSite(false).findFeature(sourceBundleFeatureId, feature.getVersion(), true); [2022-03-23T09:57:42.210Z] ^^^^^^^^^^ [2022-03-23T09:57:42.210Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-23T09:57:42.211Z] ^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-23T09:57:42.211Z] ^^^^^^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-23T09:57:42.211Z] ^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] recordVersion(feature.getId(), new Version(feature.getVersion()), versions); [2022-03-23T09:57:42.211Z] ^^^^^^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.211Z] ^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.211Z] ^^^^^^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.211Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.211Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.211Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.211Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] List entries = product.getProductEntries(); [2022-03-23T09:57:42.212Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.212Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] for (FeatureEntry featureEntry : entries) { [2022-03-23T09:57:42.212Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.212Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion()); [2022-03-23T09:57:42.212Z] ^^^^^ [2022-03-23T09:57:42.212Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion()); [2022-03-23T09:57:42.212Z] ^^^^^^^^^^ [2022-03-23T09:57:42.212Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] if (featureEntry.unpackSet()) [2022-03-23T09:57:42.212Z] ^^^^^^^^^ [2022-03-23T09:57:42.212Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] newEntry.addAttribute(Utils.EXTRA_UNPACK, String.valueOf(featureEntry.isUnpack())); [2022-03-23T09:57:42.212Z] ^^^^^^^^ [2022-03-23T09:57:42.212Z] 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-23T09:57:42.212Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.212Z] if (featureEntry.isFragment()) [2022-03-23T09:57:42.212Z] ^^^^^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] else if (featureEntry.isPlugin()) [2022-03-23T09:57:42.213Z] ^^^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] import org.eclipse.equinox.p2.publisher.actions.RootFilesAction; [2022-03-23T09:57:42.213Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] public class RootFileParentAction extends AbstractPublisherAction { [2022-03-23T09:57:42.213Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { [2022-03-23T09:57:42.213Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) { [2022-03-23T09:57:42.213Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); [2022-03-23T09:57:42.213Z] ^^^^^^ [2022-03-23T09:57:42.213Z] 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-23T09:57:42.213Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.213Z] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); [2022-03-23T09:57:42.213Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.214Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.214Z] Iterator iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); [2022-03-23T09:57:42.214Z] ^^^^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.214Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.214Z] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); [2022-03-23T09:57:42.214Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.214Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.214Z] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); [2022-03-23T09:57:42.214Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.214Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.214Z] InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version)); [2022-03-23T09:57:42.214Z] ^^^^^^^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.214Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.214Z] results.addIU(rootIU, IPublisherResult.ROOT); [2022-03-23T09:57:42.214Z] ^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.214Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.214Z] results.addIU(rootIU, IPublisherResult.ROOT); [2022-03-23T09:57:42.214Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.214Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] results.addIU(rootIU, IPublisherResult.ROOT); [2022-03-23T09:57:42.215Z] ^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-23T09:57:42.215Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.215Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] public class BuildTimeFeature extends Feature { [2022-03-23T09:57:42.215Z] ^^^^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] super(id, version); [2022-03-23T09:57:42.215Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] super("", ""); //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.215Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.215Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.215Z] public FeatureEntry[] getRawIncludedFeatureReferences() { [2022-03-23T09:57:42.215Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.215Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] ArrayList included = new ArrayList<>(); [2022-03-23T09:57:42.216Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.216Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.216Z] ^^^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.216Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-23T09:57:42.216Z] ^^^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-23T09:57:42.216Z] ^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.216Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.216Z] return included.toArray(new FeatureEntry[included.size()]); [2022-03-23T09:57:42.216Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.216Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] public FeatureEntry[] getIncludedFeatureReferences() { [2022-03-23T09:57:42.217Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] ArrayList included = new ArrayList<>(); [2022-03-23T09:57:42.217Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.217Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.217Z] ^^^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.217Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-23T09:57:42.217Z] ^^^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.217Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-23T09:57:42.217Z] ^^^^^^^^ [2022-03-23T09:57:42.217Z] 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-23T09:57:42.217Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] return included.toArray(new FeatureEntry[included.size()]); [2022-03-23T09:57:42.218Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] public FeatureEntry[] getPluginEntries() { [2022-03-23T09:57:42.218Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] ArrayList plugins = new ArrayList<>(); [2022-03-23T09:57:42.218Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.218Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.218Z] ^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.218Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-23T09:57:42.218Z] ^^^^^^^^^^ [2022-03-23T09:57:42.218Z] 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-23T09:57:42.218Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.218Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-23T09:57:42.219Z] ^^^^^^^^ [2022-03-23T09:57:42.219Z] 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-23T09:57:42.219Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.219Z] return plugins.toArray(new FeatureEntry[plugins.size()]); [2022-03-23T09:57:42.219Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.219Z] 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-23T09:57:42.219Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.219Z] public FeatureEntry[] getRawPluginEntries() { [2022-03-23T09:57:42.219Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.219Z] 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-23T09:57:42.219Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.219Z] ArrayList plugins = new ArrayList<>(); [2022-03-23T09:57:42.219Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.219Z] 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-23T09:57:42.219Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.219Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.219Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.219Z] 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-23T09:57:42.219Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.219Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.219Z] ^^^^^^^^^^ [2022-03-23T09:57:42.219Z] 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-23T09:57:42.219Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.220Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.220Z] 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-23T09:57:42.220Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-23T09:57:42.220Z] ^^^^^^^^^^ [2022-03-23T09:57:42.220Z] 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-23T09:57:42.220Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-23T09:57:42.220Z] ^^^^^^^^ [2022-03-23T09:57:42.220Z] 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-23T09:57:42.220Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] return plugins.toArray(new FeatureEntry[plugins.size()]); [2022-03-23T09:57:42.220Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.220Z] 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-23T09:57:42.220Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] public FeatureEntry[] getImports() { [2022-03-23T09:57:42.220Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.220Z] 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-23T09:57:42.220Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] ArrayList imports = new ArrayList<>(); [2022-03-23T09:57:42.220Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.220Z] 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-23T09:57:42.220Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.220Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.221Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.221Z] ^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.221Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] if (!entry.isRequires()) [2022-03-23T09:57:42.221Z] ^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] return imports.toArray(new FeatureEntry[imports.size()]); [2022-03-23T09:57:42.221Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] public FeatureEntry findPluginEntry(String id, String version) { [2022-03-23T09:57:42.221Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.221Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.221Z] 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-23T09:57:42.221Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.221Z] FeatureEntry[] entries = getEntries(); [2022-03-23T09:57:42.221Z] ^^^^^^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.222Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.222Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.222Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.222Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.222Z] if (entry.isPlugin() && entry.getId().equals(id)) [2022-03-23T09:57:42.222Z] ^^^^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.222Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.222Z] if (entry.isPlugin() && entry.getId().equals(id)) [2022-03-23T09:57:42.222Z] ^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.222Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.222Z] if (Utils.matchVersions(version, entry.getVersion())) [2022-03-23T09:57:42.222Z] ^^^^^^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.222Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.222Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-23T09:57:42.222Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.222Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.222Z] private Feature feature; [2022-03-23T09:57:42.222Z] ^^^^^^^ [2022-03-23T09:57:42.222Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] public Feature getFeature() throws CoreException { [2022-03-23T09:57:42.223Z] ^^^^^^^ [2022-03-23T09:57:42.223Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] String id = feature.getId(); [2022-03-23T09:57:42.223Z] ^^^^^ [2022-03-23T09:57:42.223Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0) [2022-03-23T09:57:42.223Z] ^^^^^^^^^^ [2022-03-23T09:57:42.223Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0) [2022-03-23T09:57:42.223Z] ^^^^^^^^^^ [2022-03-23T09:57:42.223Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] rootMap.put(id + '_' + feature.getVersion(), feature); [2022-03-23T09:57:42.223Z] ^^^^^^^^^^ [2022-03-23T09:57:42.223Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.223Z] ^^^^^ [2022-03-23T09:57:42.223Z] 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-23T09:57:42.223Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.223Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.224Z] ^^^^^ [2022-03-23T09:57:42.224Z] 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-23T09:57:42.224Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.224Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.224Z] ^^^^^^^^^^ [2022-03-23T09:57:42.224Z] 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-23T09:57:42.224Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.224Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.224Z] ^^^^^^^^^^ [2022-03-23T09:57:42.224Z] 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-23T09:57:42.224Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.224Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.224Z] ^^^^^ [2022-03-23T09:57:42.224Z] 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-23T09:57:42.224Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.224Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.224Z] ^^^^^ [2022-03-23T09:57:42.224Z] 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-23T09:57:42.224Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.224Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.224Z] ^^^^^^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.225Z] if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion())) [2022-03-23T09:57:42.225Z] ^^^^^^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.225Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-23T09:57:42.225Z] ^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.225Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-23T09:57:42.225Z] ^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.225Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-23T09:57:42.225Z] ^^^^^^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.225Z] if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) { [2022-03-23T09:57:42.225Z] ^^^^^^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.225Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-23T09:57:42.225Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.225Z] 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-23T09:57:42.225Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.226Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.226Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] FeatureEntry[] pluginList = feature.getPluginEntries(); [2022-03-23T09:57:42.226Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.226Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] for (FeatureEntry entry : pluginList) { [2022-03-23T09:57:42.226Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.226Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] String versionRequested = entry.getVersion(); [2022-03-23T09:57:42.226Z] ^^^^^^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.226Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-23T09:57:42.226Z] ^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.226Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] if ((model == null || Utils.isBinary(model)) && featureProperties.containsKey(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())) { [2022-03-23T09:57:42.226Z] ^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.226Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.226Z] String[] extraEntries = Utils.getArrayFromString(featureProperties.getProperty(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())); [2022-03-23T09:57:42.226Z] ^^^^^ [2022-03-23T09:57:42.226Z] 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-23T09:57:42.227Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.227Z] String message = NLS.bind(Messages.exception_unableToGenerateSourceFromBinary, entry.getId(), originalBundle.getSymbolicName() + "_" + originalBundle.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.227Z] ^^^^^ [2022-03-23T09:57:42.227Z] 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-23T09:57:42.227Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.227Z] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-23T09:57:42.227Z] ^^^^^ [2022-03-23T09:57:42.227Z] 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-23T09:57:42.227Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.227Z] getSite(false).missingPlugin(entry.getId(), versionRequested, feature, true); [2022-03-23T09:57:42.227Z] ^^^^^ [2022-03-23T09:57:42.227Z] 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-23T09:57:42.227Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.227Z] private void associateModelAndEntry(BundleDescription model, FeatureEntry entry) { [2022-03-23T09:57:42.227Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.227Z] 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-23T09:57:42.227Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.227Z] Set entries = (Set) bundleProperties.get(PLUGIN_ENTRY); [2022-03-23T09:57:42.227Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.227Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] private void generateEmbeddedSource(FeatureEntry pluginEntry, String[] extraEntries, boolean individual) throws CoreException { [2022-03-23T09:57:42.228Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.228Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] generateSourceFeature(baseFeature, pluginEntry.getId(), extraEntries, false); [2022-03-23T09:57:42.228Z] ^^^^^ [2022-03-23T09:57:42.228Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); [2022-03-23T09:57:42.228Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.228Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-23T09:57:42.228Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.228Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] String featureId = referencedFeature.getId(); [2022-03-23T09:57:42.228Z] ^^^^^ [2022-03-23T09:57:42.228Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] String featureVersion = referencedFeature.getVersion(); [2022-03-23T09:57:42.228Z] ^^^^^^^^^^ [2022-03-23T09:57:42.228Z] 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-23T09:57:42.228Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.228Z] private void absorbExceptionIfOptionalFeature(FeatureEntry entry, CoreException toAbsorb) throws CoreException { [2022-03-23T09:57:42.228Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.229Z] if (toAbsorb.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (toAbsorb.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !entry.isOptional())) [2022-03-23T09:57:42.229Z] ^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.229Z] Version versionId = new Version(feature.getVersion()); [2022-03-23T09:57:42.229Z] ^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.229Z] feature.setVersion(newVersion); [2022-03-23T09:57:42.229Z] ^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.229Z] FeatureEntry[] referencedFeatures = buildFeature.getIncludedFeatureReferences(); [2022-03-23T09:57:42.229Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.229Z] FeatureEntry[] pluginList = buildFeature.getRawPluginEntries(); [2022-03-23T09:57:42.229Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.229Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-23T09:57:42.229Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.229Z] 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-23T09:57:42.229Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] BuildTimeFeature refFeature = getSite(false).findFeature(referencedFeature.getId(), null, false); [2022-03-23T09:57:42.230Z] ^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.230Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] Version version = new Version(refFeature.getVersion()); [2022-03-23T09:57:42.230Z] ^^^^^^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.230Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] for (FeatureEntry entry : pluginList) { [2022-03-23T09:57:42.230Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.230Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] String versionRequested = entry.getVersion(); [2022-03-23T09:57:42.230Z] ^^^^^^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.230Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] BundleDescription model = getSite(false).getRegistry().getBundle(entry.getId(), versionRequested, false); [2022-03-23T09:57:42.230Z] ^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.230Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next(); [2022-03-23T09:57:42.230Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.230Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.230Z] FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next(); [2022-03-23T09:57:42.230Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.230Z] 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-23T09:57:42.231Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.231Z] * @see Feature [2022-03-23T09:57:42.231Z] ^^^^^^^ [2022-03-23T09:57:42.231Z] 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-23T09:57:42.231Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.231Z] if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE)) [2022-03-23T09:57:42.231Z] ^^^^^ [2022-03-23T09:57:42.231Z] 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-23T09:57:42.231Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.231Z] if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE)) [2022-03-23T09:57:42.231Z] ^^^^^ [2022-03-23T09:57:42.231Z] 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-23T09:57:42.231Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.231Z] protected void collectElementToAssemble(FeatureEntry entryToCollect) throws CoreException { [2022-03-23T09:57:42.231Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.231Z] 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-23T09:57:42.231Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.231Z] String versionRequested = entryToCollect.getVersion(); [2022-03-23T09:57:42.231Z] ^^^^^^^^^^ [2022-03-23T09:57:42.231Z] 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-23T09:57:42.231Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.231Z] effectivePlugin = getSite(false).getRegistry().getResolvedBundle(entryToCollect.getId(), versionRequested); [2022-03-23T09:57:42.231Z] ^^^^^ [2022-03-23T09:57:42.231Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] import org.eclipse.equinox.p2.publisher.eclipse.Feature; [2022-03-23T09:57:42.232Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.232Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] private final Comparator featureComparator = (arg0, arg1) -> { [2022-03-23T09:57:42.232Z] ^^^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] Version v0 = new Version(arg0.getVersion()); [2022-03-23T09:57:42.232Z] ^^^^^^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] Version v1 = new Version(arg1.getVersion()); [2022-03-23T09:57:42.232Z] ^^^^^^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] public IStatus missingPlugin(String id, String version, Feature containingFeature, boolean throwException) throws CoreException { [2022-03-23T09:57:42.232Z] ^^^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.232Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.232Z] message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message); [2022-03-23T09:57:42.232Z] ^^^^^ [2022-03-23T09:57:42.232Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] public static IStatus missingPlugin(BundleDescription bundle, ResolverError[] resolutionErrors, Feature containingFeature, boolean throwException) throws CoreException { [2022-03-23T09:57:42.233Z] ^^^^^^^ [2022-03-23T09:57:42.233Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message); [2022-03-23T09:57:42.233Z] ^^^^^ [2022-03-23T09:57:42.233Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] Version featureVersion = new Version(feature.getVersion()); [2022-03-23T09:57:42.233Z] ^^^^^^^^^^ [2022-03-23T09:57:42.233Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] FeatureEntry[] includedRefs = toAnalyse.getIncludedFeatureReferences(); [2022-03-23T09:57:42.233Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.233Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] String featureId = includedRefs[i].getId(); [2022-03-23T09:57:42.233Z] ^^^^^ [2022-03-23T09:57:42.233Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] BuildTimeFeature nested = findFeature(featureId, includedRefs[i].getVersion(), false); [2022-03-23T09:57:42.233Z] ^^^^^^^^^^ [2022-03-23T09:57:42.233Z] 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-23T09:57:42.233Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.233Z] FeatureEntry added = new FeatureEntry(id, version.toString(), false); [2022-03-23T09:57:42.233Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] FeatureEntry added = new FeatureEntry(id, version.toString(), false); [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] FeatureEntry added = new FeatureEntry(id, version.toString(), false); [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1]; [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1]; [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] FeatureEntry[] entries = toAnalyse.getPluginEntries(); [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.234Z] 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-23T09:57:42.234Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.234Z] FeatureEntry[] imports = toAnalyse.getImports(); [2022-03-23T09:57:42.234Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] for (FeatureEntry import1 : imports) { [2022-03-23T09:57:42.235Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] if (!import1.isPlugin()) { [2022-03-23T09:57:42.235Z] ^^^^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] rootFeatures.add(findFeature(import1.getId(), Utils.createVersionRange(import1), true)); [2022-03-23T09:57:42.235Z] ^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] public void addPluginEntry(FeatureEntry pluginEntry) { [2022-03-23T09:57:42.235Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] public Feature createFeature(URL url) throws CoreException { [2022-03-23T09:57:42.235Z] ^^^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] if (featureCache.containsKey(feature.getId())) { [2022-03-23T09:57:42.235Z] ^^^^^ [2022-03-23T09:57:42.235Z] 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-23T09:57:42.235Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.235Z] Set set = featureCache.get(feature.getId()); [2022-03-23T09:57:42.235Z] ^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.236Z] featureCache.put(feature.getId(), set); [2022-03-23T09:57:42.236Z] ^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.236Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.236Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.236Z] featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.236Z] ^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.236Z] featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.236Z] ^^^^^^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.236Z] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.236Z] ^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.236Z] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.236Z] ^^^^^ [2022-03-23T09:57:42.236Z] 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-23T09:57:42.236Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.237Z] sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$ [2022-03-23T09:57:42.237Z] ^^^^^ [2022-03-23T09:57:42.237Z] 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-23T09:57:42.237Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.237Z] sourceFeatureFullNameVersioned = sourceFeatureName + "_" + feature.getVersion(); //$NON-NLS-1$ [2022-03-23T09:57:42.237Z] ^^^^^^^^^^ [2022-03-23T09:57:42.237Z] 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-23T09:57:42.237Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.237Z] Utils.updateVersion(customBuildFile, PROPERTY_FEATURE_VERSION_SUFFIX, feature.getVersion()); [2022-03-23T09:57:42.237Z] ^^^^^^^^^^ [2022-03-23T09:57:42.237Z] 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-23T09:57:42.237Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.237Z] script.printTargetDeclaration(TARGET_CLEAN, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_clean, feature.getId())); [2022-03-23T09:57:42.237Z] ^^^^^ [2022-03-23T09:57:42.237Z] 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-23T09:57:42.237Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.237Z] script.println(""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ [2022-03-23T09:57:42.237Z] ^^^^^^^^^^ [2022-03-23T09:57:42.237Z] 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-23T09:57:42.237Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.237Z] String licenseFeatureName = feature.getLicenseFeature(); [2022-03-23T09:57:42.237Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.237Z] 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-23T09:57:42.237Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.238Z] licenseFeature = getSite(false).findFeature(licenseFeatureName, feature.getLicenseFeatureVersion(), true); [2022-03-23T09:57:42.238Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.238Z] 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-23T09:57:42.238Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.238Z] script.printTargetDeclaration(TARGET_BUILD_UPDATE_JAR, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildUpdateJar, feature.getId())); [2022-03-23T09:57:42.238Z] ^^^^^ [2022-03-23T09:57:42.238Z] 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-23T09:57:42.238Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.238Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-23T09:57:42.238Z] ^^^^^ [2022-03-23T09:57:42.238Z] 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-23T09:57:42.238Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.238Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-23T09:57:42.238Z] ^^^^^ [2022-03-23T09:57:42.238Z] 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-23T09:57:42.238Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.238Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-23T09:57:42.238Z] ^^^^^ [2022-03-23T09:57:42.238Z] 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-23T09:57:42.238Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.238Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-23T09:57:42.238Z] ^^^^^ [2022-03-23T09:57:42.238Z] 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-23T09:57:42.238Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-23T09:57:42.239Z] ^^^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.239Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-23T09:57:42.239Z] ^^^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.239Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-23T09:57:42.239Z] ^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.239Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-23T09:57:42.239Z] ^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.239Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] script.printTargetDeclaration(TARGET_ZIP_DISTRIBUTION, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_zips, feature.getId())); [2022-03-23T09:57:42.239Z] ^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.239Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-23T09:57:42.239Z] ^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.239Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.239Z] params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS()); [2022-03-23T09:57:42.239Z] ^^^^^ [2022-03-23T09:57:42.239Z] 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-23T09:57:42.240Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.240Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-23T09:57:42.240Z] ^^^^^ [2022-03-23T09:57:42.240Z] 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-23T09:57:42.240Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.240Z] params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS()); [2022-03-23T09:57:42.240Z] ^^^^^ [2022-03-23T09:57:42.240Z] 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-23T09:57:42.240Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.240Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-23T09:57:42.240Z] ^^^^^^^ [2022-03-23T09:57:42.240Z] 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-23T09:57:42.240Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.240Z] params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch()); [2022-03-23T09:57:42.240Z] ^^^^^^^ [2022-03-23T09:57:42.240Z] 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-23T09:57:42.240Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.240Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-23T09:57:42.240Z] ^^^^^ [2022-03-23T09:57:42.240Z] 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-23T09:57:42.240Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.240Z] params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL()); [2022-03-23T09:57:42.240Z] ^^^^^ [2022-03-23T09:57:42.240Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.241Z] 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-23T09:57:42.241Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.241Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.241Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.241Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.241Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.241Z] FeatureEntry[] pluginList = feature.getPluginEntries(); [2022-03-23T09:57:42.241Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.241Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.241Z] for (FeatureEntry entry : pluginList) { [2022-03-23T09:57:42.241Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.241Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.241Z] String versionRequested = entry.getVersion(); [2022-03-23T09:57:42.241Z] ^^^^^^^^^^ [2022-03-23T09:57:42.241Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.241Z] model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-23T09:57:42.241Z] ^^^^^ [2022-03-23T09:57:42.241Z] 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-23T09:57:42.241Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.242Z] ^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.242Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.242Z] ^^^^^^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.242Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] FeatureEntry[] features = feature.getIncludedFeatureReferences(); [2022-03-23T09:57:42.242Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.242Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] for (FeatureEntry feature2 : features) { [2022-03-23T09:57:42.242Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.242Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] String featureId = feature2.getId(); [2022-03-23T09:57:42.242Z] ^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.242Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] String versionId = feature2.getVersion(); [2022-03-23T09:57:42.242Z] ^^^^^^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.242Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.242Z] if (feature2.isOptional()) [2022-03-23T09:57:42.242Z] ^^^^^^^^^^ [2022-03-23T09:57:42.242Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] script.printProjectDeclaration(feature.getId(), TARGET_BUILD_UPDATE_JAR, "."); //$NON-NLS-1$ [2022-03-23T09:57:42.243Z] ^^^^^ [2022-03-23T09:57:42.243Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] script.printTargetDeclaration(TARGET_BUILD_JARS, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildJars, feature.getId())); [2022-03-23T09:57:42.243Z] ^^^^^ [2022-03-23T09:57:42.243Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] script.printTargetDeclaration(TARGET_REFRESH, TARGET_INIT, PROPERTY_ECLIPSE_RUNNING, null, NLS.bind(Messages.build_feature_refresh, feature.getId())); [2022-03-23T09:57:42.243Z] ^^^^^ [2022-03-23T09:57:42.243Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] protected Feature feature; [2022-03-23T09:57:42.243Z] ^^^^^^^ [2022-03-23T09:57:42.243Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] public FeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) { [2022-03-23T09:57:42.243Z] ^^^^^^^ [2022-03-23T09:57:42.243Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] parameters.put(ID, feature.getId()); [2022-03-23T09:57:42.243Z] ^^^^^ [2022-03-23T09:57:42.243Z] 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-23T09:57:42.243Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.243Z] parameters.put(VERSION, feature.getVersion()); [2022-03-23T09:57:42.244Z] ^^^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] parameters.put("label", feature.getLabel()); //$NON-NLS-1$ [2022-03-23T09:57:42.244Z] ^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] if (feature.getLicenseFeature() != null) { [2022-03-23T09:57:42.244Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] parameters.put("license-feature", feature.getLicenseFeature()); //$NON-NLS-1$ [2022-03-23T09:57:42.244Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] parameters.put("license-feature-version", feature.getLicenseFeatureVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.244Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] parameters.put("provider-name", feature.getProviderName()); //$NON-NLS-1$ [2022-03-23T09:57:42.244Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] parameters.put("image", feature.getImage()); //$NON-NLS-1$ [2022-03-23T09:57:42.244Z] ^^^^^^^^ [2022-03-23T09:57:42.244Z] 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-23T09:57:42.244Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.244Z] parameters.put("os", feature.getOS()); //$NON-NLS-1$ [2022-03-23T09:57:42.245Z] ^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] parameters.put("arch", feature.getArch()); //$NON-NLS-1$ [2022-03-23T09:57:42.245Z] ^^^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] parameters.put("ws", feature.getWS()); //$NON-NLS-1$ [2022-03-23T09:57:42.245Z] ^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] parameters.put("nl", feature.getNL()); //$NON-NLS-1$ [2022-03-23T09:57:42.245Z] ^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] String url = feature.getInstallHandlerURL(); [2022-03-23T09:57:42.245Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] String library = feature.getInstallHandlerLibrary(); [2022-03-23T09:57:42.245Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] String handler = feature.getInstallHandler(); [2022-03-23T09:57:42.245Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.245Z] 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-23T09:57:42.245Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.245Z] if (feature.getDescription() == null && feature.getDescriptionURL() == null) [2022-03-23T09:57:42.245Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] if (feature.getDescription() == null && feature.getDescriptionURL() == null) [2022-03-23T09:57:42.246Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] parameters.put("url", feature.getDescriptionURL()); //$NON-NLS-1$ [2022-03-23T09:57:42.246Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] printlnEscaped(feature.getDescription()); [2022-03-23T09:57:42.246Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] if (feature.getCopyright() == null && feature.getCopyrightURL() == null) [2022-03-23T09:57:42.246Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] if (feature.getCopyright() == null && feature.getCopyrightURL() == null) [2022-03-23T09:57:42.246Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] parameters.put("url", feature.getCopyrightURL()); //$NON-NLS-1$ [2022-03-23T09:57:42.246Z] ^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.246Z] 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-23T09:57:42.246Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.246Z] printlnEscaped(feature.getCopyright()); [2022-03-23T09:57:42.247Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] if (feature.getLicense() == null && feature.getLicenseURL() == null) [2022-03-23T09:57:42.247Z] ^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] if (feature.getLicense() == null && feature.getLicenseURL() == null) [2022-03-23T09:57:42.247Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] parameters.put("url", feature.getLicenseURL()); //$NON-NLS-1$ [2022-03-23T09:57:42.247Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] printlnEscaped(feature.getLicense()); [2022-03-23T09:57:42.247Z] ^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] String updateSiteLabel = feature.getUpdateSiteLabel(); [2022-03-23T09:57:42.247Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] String updateSiteURL = feature.getUpdateSiteURL(); [2022-03-23T09:57:42.247Z] ^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.247Z] 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-23T09:57:42.247Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.247Z] URLEntry[] siteEntries = feature.getDiscoverySites(); [2022-03-23T09:57:42.247Z] ^^^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] URLEntry[] siteEntries = feature.getDiscoverySites(); [2022-03-23T09:57:42.248Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] for (URLEntry siteEntry : siteEntries) { [2022-03-23T09:57:42.248Z] ^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] parameters.put("url", siteEntry.getURL()); //$NON-NLS-1$ [2022-03-23T09:57:42.248Z] ^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] parameters.put("label", siteEntry.getAnnotation()); //$NON-NLS-1$ [2022-03-23T09:57:42.248Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-23T09:57:42.248Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-23T09:57:42.248Z] ^^^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.248Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.248Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.248Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.248Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-23T09:57:42.249Z] ^^^^^^^^^^ [2022-03-23T09:57:42.249Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] if (entry.isRequires() || entry.isPlugin()) [2022-03-23T09:57:42.249Z] ^^^^^^^^ [2022-03-23T09:57:42.249Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] parameters.put(ID, entry.getId()); [2022-03-23T09:57:42.249Z] ^^^^^ [2022-03-23T09:57:42.249Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] BuildTimeFeature tmpFeature = site.findFeature(entry.getId(), null, true); [2022-03-23T09:57:42.249Z] ^^^^^ [2022-03-23T09:57:42.249Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] parameters.put(VERSION, tmpFeature.getVersion()); [2022-03-23T09:57:42.249Z] ^^^^^^^^^^ [2022-03-23T09:57:42.249Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] String message = NLS.bind(Messages.exception_missingFeature, entry.getId()); [2022-03-23T09:57:42.249Z] ^^^^^ [2022-03-23T09:57:42.249Z] 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-23T09:57:42.249Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.249Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-23T09:57:42.249Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-23T09:57:42.250Z] ^^^^^^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.250Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] if (!entry.isRequires()) [2022-03-23T09:57:42.250Z] ^^^^^^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] if (entry.isPlugin()) { [2022-03-23T09:57:42.250Z] ^^^^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] parameters.put(PLUGIN, entry.getId()); [2022-03-23T09:57:42.250Z] ^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] parameters.put(VERSION, entry.getVersion()); [2022-03-23T09:57:42.250Z] ^^^^^^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.250Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.250Z] parameters.put(FEATURE, entry.getId()); [2022-03-23T09:57:42.250Z] ^^^^^ [2022-03-23T09:57:42.250Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] parameters.put(VERSION, entry.getVersion()); [2022-03-23T09:57:42.251Z] ^^^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] parameters.put("match", entry.getMatch()); //$NON-NLS-1$ [2022-03-23T09:57:42.251Z] ^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-23T09:57:42.251Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] FeatureEntry[] entries = feature.getEntries(); [2022-03-23T09:57:42.251Z] ^^^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] for (FeatureEntry entry : entries) { [2022-03-23T09:57:42.251Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-23T09:57:42.251Z] ^^^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.251Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.251Z] if (entry.isRequires() || !entry.isPlugin()) [2022-03-23T09:57:42.251Z] ^^^^^^^^ [2022-03-23T09:57:42.251Z] 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-23T09:57:42.252Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.252Z] parameters.put(ID, entry.getId()); [2022-03-23T09:57:42.252Z] ^^^^^ [2022-03-23T09:57:42.252Z] 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-23T09:57:42.252Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.252Z] String versionRequested = entry.getVersion(); [2022-03-23T09:57:42.252Z] ^^^^^^^^^^ [2022-03-23T09:57:42.252Z] 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-23T09:57:42.252Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.252Z] effectivePlugin = site.getRegistry().getResolvedBundle(entry.getId(), versionRequested); [2022-03-23T09:57:42.252Z] ^^^^^ [2022-03-23T09:57:42.252Z] 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-23T09:57:42.252Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.252Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.252Z] ^^^^^ [2022-03-23T09:57:42.252Z] 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-23T09:57:42.252Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.252Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.252Z] ^^^^^^^^^^ [2022-03-23T09:57:42.252Z] 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-23T09:57:42.252Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.252Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.252Z] ^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.253Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.253Z] String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$ [2022-03-23T09:57:42.253Z] ^^^^^^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.253Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.253Z] if (entry.isFragment()) [2022-03-23T09:57:42.253Z] ^^^^^^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.253Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.253Z] parameters.put(FRAGMENT, String.valueOf(entry.isFragment())); [2022-03-23T09:57:42.253Z] ^^^^^^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.253Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.253Z] parameters.put("os", entry.getOS()); //$NON-NLS-1$ [2022-03-23T09:57:42.253Z] ^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.253Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.253Z] parameters.put("arch", entry.getArch()); //$NON-NLS-1$ [2022-03-23T09:57:42.253Z] ^^^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.253Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.253Z] parameters.put("ws", entry.getWS()); //$NON-NLS-1$ [2022-03-23T09:57:42.253Z] ^^^^^ [2022-03-23T09:57:42.253Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] parameters.put("nl", entry.getNL()); //$NON-NLS-1$ [2022-03-23T09:57:42.254Z] ^^^^^ [2022-03-23T09:57:42.254Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] if (!entry.isUnpack()) [2022-03-23T09:57:42.254Z] ^^^^^^^^ [2022-03-23T09:57:42.254Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.254Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.254Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences(); [2022-03-23T09:57:42.254Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.254Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] for (FeatureEntry referencedFeature : referencedFeatures) { [2022-03-23T09:57:42.254Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.254Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] String featureId = referencedFeature.getId(); [2022-03-23T09:57:42.254Z] ^^^^^ [2022-03-23T09:57:42.254Z] 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-23T09:57:42.254Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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-23T09:57:42.254Z] if (exception.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (exception.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !referencedFeature.isOptional())) [2022-03-23T09:57:42.254Z] ^^^^^^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.255Z] 645 problems (645 warnings) [2022-03-23T09:57:42.255Z] [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-23T09:57:42.255Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.255Z] import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry; [2022-03-23T09:57:42.255Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.255Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.255Z] FeatureEntry[] pluginEntries = feature.getPluginEntries(); [2022-03-23T09:57:42.255Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.255Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.255Z] for (FeatureEntry pluginEntry : pluginEntries) { [2022-03-23T09:57:42.255Z] ^^^^^^^^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.255Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.255Z] String elementId = pluginEntry.getId(); [2022-03-23T09:57:42.255Z] ^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.255Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.255Z] if (pluginEntry.isFragment()) [2022-03-23T09:57:42.255Z] ^^^^^^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.255Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.255Z] import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction; [2022-03-23T09:57:42.255Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.255Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction; [2022-03-23T09:57:42.256Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] application.addAction(new FeaturesAction(f)); [2022-03-23T09:57:42.256Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] application.addAction(new FeaturesAction(f)); [2022-03-23T09:57:42.256Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] application.addAction(new BundlesAction(b)); [2022-03-23T09:57:42.256Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] application.addAction(new BundlesAction(b)); [2022-03-23T09:57:42.256Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] application.run(getPublisherInfo()); [2022-03-23T09:57:42.256Z] ^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.256Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.256Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-23T09:57:42.256Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.256Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] PublisherInfo info = getPublisherInfo(); [2022-03-23T09:57:42.257Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] application.run(info); [2022-03-23T09:57:42.257Z] ^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-23T09:57:42.257Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] PublisherInfo info = getPublisherInfo(); [2022-03-23T09:57:42.257Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] info.addAdvice(advice); [2022-03-23T09:57:42.257Z] ^^^^^^^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] application.run(info); [2022-03-23T09:57:42.257Z] ^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.257Z] import org.eclipse.equinox.internal.p2.core.helpers.FileUtils; [2022-03-23T09:57:42.257Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.257Z] 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-23T09:57:42.257Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] import org.eclipse.equinox.internal.p2.engine.phases.Collect; [2022-03-23T09:57:42.258Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] import org.eclipse.equinox.internal.p2.engine.phases.Install; [2022-03-23T09:57:42.258Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] import org.eclipse.equinox.internal.p2.metadata.TouchpointData; [2022-03-23T09:57:42.258Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction; [2022-03-23T09:57:42.258Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-23T09:57:42.258Z] ^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-23T09:57:42.258Z] ^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.258Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-23T09:57:42.258Z] ^^^^^^^ [2022-03-23T09:57:42.258Z] 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-23T09:57:42.258Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] return new PhaseSet(new Phase[] {new Collect(100), new Install(100)}); [2022-03-23T09:57:42.259Z] ^^^^^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] FileUtils.deleteAll(new File(getRootFolder())); [2022-03-23T09:57:42.259Z] ^^^^^^^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] FileUtils.deleteAll(new File(getRootFolder())); [2022-03-23T09:57:42.259Z] ^^^^^^^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-23T09:57:42.259Z] ^^^^^^^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-23T09:57:42.259Z] ^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-23T09:57:42.259Z] ^^^^^^^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.259Z] FileUtils.zip(output, root, Collections. emptySet(), FileUtils.createRootPathComputer(root)); [2022-03-23T09:57:42.259Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.259Z] 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-23T09:57:42.259Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.260Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.260Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$ [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.260Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] results.set(i, new TouchpointData(instructions)); [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.260Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] results.set(i, new TouchpointData(instructions)); [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.260Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.260Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.260Z] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); [2022-03-23T09:57:42.260Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.260Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] TouchpointInstruction newInstruction = new TouchpointInstruction(body, null); [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] results.add(new TouchpointData(instructions)); [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] results.add(new TouchpointData(instructions)); [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] result.add(new TouchpointData(instructions)); [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] result.add(new TouchpointData(instructions)); [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$ [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.261Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.261Z] return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$ [2022-03-23T09:57:42.261Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.261Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] return new TouchpointInstruction(body, null); [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.262Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] return new TouchpointInstruction(body, null); [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.262Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] import org.eclipse.equinox.p2.publisher.IPublisherInfo; [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.262Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.262Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] protected PublisherInfo info = null; [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.262Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] protected PublisherInfo getInfo() { [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.262Z] 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-23T09:57:42.262Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.262Z] info = new PublisherInfo(); [2022-03-23T09:57:42.262Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] info = new PublisherInfo(); [2022-03-23T09:57:42.263Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] getGenerator().setArtifactLocation(URIUtil.fromString(location)); [2022-03-23T09:57:42.263Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] info = new PublisherInfo(); [2022-03-23T09:57:42.263Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] info = new PublisherInfo(); [2022-03-23T09:57:42.263Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] getInfo().setConfigurations(new String[] {config.toString()}); [2022-03-23T09:57:42.263Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] getGenerator().setMetadataLocation(URIUtil.fromString(location)); [2022-03-23T09:57:42.263Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.263Z] 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-23T09:57:42.263Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.263Z] info = new PublisherInfo(); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] info = new PublisherInfo(); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] info = new PublisherInfo(); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] info = new PublisherInfo(); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] int options = getInfo().getArtifactOptions(); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); [2022-03-23T09:57:42.264Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.264Z] 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-23T09:57:42.264Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.264Z] info.setArtifactOptions(options | IPublisherInfo.A_INDEX); [2022-03-23T09:57:42.264Z] ^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); [2022-03-23T09:57:42.265Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); [2022-03-23T09:57:42.265Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX); [2022-03-23T09:57:42.265Z] ^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] int options = getInfo().getArtifactOptions(); [2022-03-23T09:57:42.265Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.265Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.265Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.265Z] 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-23T09:57:42.265Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.265Z] info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.266Z] ^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.266Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.266Z] ^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] import org.eclipse.equinox.p2.publisher.IPublisherInfo; [2022-03-23T09:57:42.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] import org.eclipse.equinox.p2.publisher.PublisherInfo; [2022-03-23T09:57:42.266Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] protected PublisherInfo publisherInfo = null; [2022-03-23T09:57:42.266Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.266Z] 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-23T09:57:42.266Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.266Z] application.setMetadataLocation(metadataLocation); [2022-03-23T09:57:42.266Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] application.setArtifactLocation(artifactLocation); [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] application.setCompress(compress); [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] application.setContextRepositories(metadata, artifacts); [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] protected PublisherInfo getPublisherInfo() { [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] publisherInfo = new PublisherInfo(); [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] publisherInfo = new PublisherInfo(); [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^^^ [2022-03-23T09:57:42.267Z] 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-23T09:57:42.267Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.267Z] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.267Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.268Z] 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-23T09:57:42.268Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.268Z] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.268Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:42.268Z] 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-23T09:57:42.268Z] [WARNING] /home/jenkins/agent/workspace/P-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-23T09:57:42.268Z] publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH); [2022-03-23T09:57:42.268Z] ^^^^^^^^^ [2022-03-23T09:57:42.268Z] 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-23T09:57:42.268Z] 92 problems (92 warnings) [2022-03-23T09:57:42.268Z] [INFO] [2022-03-23T09:57:42.268Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.build --- [2022-03-23T09:57:42.526Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:57:42.526Z] [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-23T09:57:42.526Z] [INFO] Command line: [2022-03-23T09:57:42.527Z] [/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.v20220323-0621_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-23T09:57:45.050Z] [INFO] [2022-03-23T09:57:45.050Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.050Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:45.050Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:45.050Z] [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-23T09:57:45.050Z] [INFO] [2022-03-23T09:57:45.050Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.050Z] [INFO] [2022-03-23T09:57:45.050Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.050Z] [INFO] Tests are skipped. [2022-03-23T09:57:45.050Z] [INFO] [2022-03-23T09:57:45.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.050Z] [INFO] [2022-03-23T09:57:45.050Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.050Z] [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-23T09:57:45.050Z] [INFO] [2022-03-23T09:57:45.050Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.050Z] [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-23T09:57:45.308Z] [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-23T09:57:45.308Z] [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-23T09:57:45.308Z] [INFO] [2022-03-23T09:57:45.308Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.308Z] [INFO] [2022-03-23T09:57:45.308Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.308Z] [INFO] Skipping tests [2022-03-23T09:57:45.308Z] [INFO] [2022-03-23T09:57:45.308Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.308Z] [INFO] Tests are skipped. [2022-03-23T09:57:45.308Z] [INFO] [2022-03-23T09:57:45.308Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.308Z] [INFO] Skipped [2022-03-23T09:57:45.308Z] [INFO] [2022-03-23T09:57:45.308Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.build --- [2022-03-23T09:57:45.308Z] [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-23T09:57:45.308Z] [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-23T09:57:46.239Z] [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-23T09:57:46.239Z] [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-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.build --- [2022-03-23T09:57:47.171Z] [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-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >-------------- [2022-03-23T09:57:47.171Z] [INFO] Building org.eclipse.pde.api.tools 1.2.850-SNAPSHOT [15/19] [2022-03-23T09:57:47.171Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] The project's OSGi version is 1.2.850.v20220323-0623_BETA_JAVA18 [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:47.171Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:47.171Z] [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-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] Executing tasks [2022-03-23T09:57:47.171Z] [INFO] Executed tasks [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] [2022-03-23T09:57:47.171Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.171Z] [INFO] Resolving class path of org.eclipse.pde.api.tools... [2022-03-23T09:57:47.428Z] [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-23T09:57:47.428Z] [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-23T09:57:47.428Z] [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-23T09:57:47.428Z] [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-23T09:57:47.428Z] [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-23T09:57:47.428Z] [INFO] [2022-03-23T09:57:47.428Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.428Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:47.428Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:47.428Z] [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-23T09:57:47.428Z] [INFO] [2022-03-23T09:57:47.428Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.428Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:47.429Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:47.429Z] [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-23T09:57:47.429Z] [INFO] [2022-03-23T09:57:47.429Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:47.429Z] [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-23T09:57:48.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.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[48] [2022-03-23T09:57:48.360Z] import org.eclipse.jdt.internal.launching.environments.EnvironmentsManager; [2022-03-23T09:57:48.360Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:48.360Z] 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-23T09:57:48.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.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[232] [2022-03-23T09:57:48.361Z] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); [2022-03-23T09:57:48.361Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:57:48.361Z] 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-23T09:57:48.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.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[232] [2022-03-23T09:57:48.361Z] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); [2022-03-23T09:57:48.361Z] ^^^^^^^^^^ [2022-03-23T09:57:48.361Z] 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-23T09:57:48.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.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ApiBaseline.java:[232] [2022-03-23T09:57:48.361Z] IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId); [2022-03-23T09:57:48.361Z] ^^^^^^^^^^^^^^ [2022-03-23T09:57:48.361Z] 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-23T09:57:48.361Z] 4 problems (4 warnings) [2022-03-23T09:57:48.361Z] [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-23T09:57:48.619Z] [INFO] [2022-03-23T09:57:48.619Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:48.877Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:57:48.877Z] [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-23T09:57:48.877Z] [INFO] Command line: [2022-03-23T09:57:48.877Z] [/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.v20220323-0623_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-23T09:57:51.421Z] [INFO] [2022-03-23T09:57:51.421Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.421Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:51.422Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:51.422Z] [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-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] Tests are skipped. [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [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-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [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-23T09:57:51.422Z] [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-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] Skipping tests [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] Tests are skipped. [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [INFO] Skipped [2022-03-23T09:57:51.422Z] [INFO] [2022-03-23T09:57:51.422Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:51.422Z] [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-23T09:57:51.422Z] [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-23T09:57:53.445Z] [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-23T09:57:53.445Z] [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-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools --- [2022-03-23T09:57:55.346Z] [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-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] -----------------< org.eclipse.pde:org.eclipse.pde.ui >----------------- [2022-03-23T09:57:55.346Z] [INFO] Building org.eclipse.pde.ui 3.13.450-SNAPSHOT [16/19] [2022-03-23T09:57:55.346Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] The project's OSGi version is 3.13.450.v20220322-1053_BETA_JAVA18 [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:55.346Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:55.346Z] [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/ui/org.eclipse.pde.ui/saveproperties [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] Executing tasks [2022-03-23T09:57:55.346Z] [INFO] Executed tasks [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] Resolving class path of org.eclipse.pde.ui... [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:55.346Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:55.346Z] [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/ui/org.eclipse.pde.ui/src/main/resources [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.346Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:57:55.346Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:57:55.346Z] [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/ui/org.eclipse.pde.ui/src/main/resources [2022-03-23T09:57:55.346Z] [INFO] [2022-03-23T09:57:55.346Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.ui --- [2022-03-23T09:57:55.604Z] [INFO] Compiling 1024 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/ui/org.eclipse.pde.ui/target/classes [2022-03-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[24] [2022-03-23T09:58:00.862Z] import org.eclipse.core.internal.resources.Project; [2022-03-23T09:58:00.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.862Z] Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[960] [2022-03-23T09:58:00.862Z] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); [2022-03-23T09:58:00.862Z] ^^^^^^^ [2022-03-23T09:58:00.862Z] Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[960] [2022-03-23T09:58:00.862Z] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); [2022-03-23T09:58:00.862Z] ^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.862Z] Discouraged access: The method 'Project.internalGetDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[960] [2022-03-23T09:58:00.862Z] commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false); [2022-03-23T09:58:00.862Z] ^^^^^^^^^^^^ [2022-03-23T09:58:00.862Z] Discouraged access: The method 'ProjectDescription.getBuildSpec(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.core.resources/3.16.100.v20220214-1012/org.eclipse.core.resources-3.16.100.v20220214-1012.jar') [2022-03-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[23] [2022-03-23T09:58:00.862Z] import org.eclipse.jdt.internal.ui.wizards.importer.ProjectWithJavaResourcesImportConfigurator; [2022-03-23T09:58:00.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.862Z] Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction 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.ui/org.eclipse.jdt.ui/target/classes') [2022-03-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[141] [2022-03-23T09:58:00.862Z] res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); [2022-03-23T09:58:00.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.862Z] Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction 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.ui/org.eclipse.jdt.ui/target/classes') [2022-03-23T09:58:00.862Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[141] [2022-03-23T09:58:00.862Z] res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); [2022-03-23T09:58:00.862Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The constructor 'ProjectWithJavaResourcesImportConfigurator()' is not API (restriction 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.ui/org.eclipse.jdt.ui/target/classes') [2022-03-23T09:58:00.863Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[141] [2022-03-23T09:58:00.863Z] res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor)); [2022-03-23T09:58:00.863Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The method 'ProjectWithJavaResourcesImportConfigurator.getFoldersToIgnore(IProject, IProgressMonitor)' is not API (restriction 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.ui/org.eclipse.jdt.ui/target/classes') [2022-03-23T09:58:00.863Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[22] [2022-03-23T09:58:00.863Z] import org.eclipse.equinox.internal.p2.metadata.TranslationSupport; [2022-03-23T09:58:00.863Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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-23T09:58:00.863Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[47] [2022-03-23T09:58:00.863Z] private TranslationSupport fTranslations; [2022-03-23T09:58:00.863Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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-23T09:58:00.863Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[62] [2022-03-23T09:58:00.863Z] fTranslations = TranslationSupport.getInstance(); [2022-03-23T09:58:00.863Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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-23T09:58:00.863Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[62] [2022-03-23T09:58:00.863Z] fTranslations = TranslationSupport.getInstance(); [2022-03-23T09:58:00.863Z] ^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The method 'TranslationSupport.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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-23T09:58:00.863Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[185] [2022-03-23T09:58:00.863Z] String name = fTranslations.getIUProperty(iu, IInstallableUnit.PROP_NAME); [2022-03-23T09:58:00.863Z] ^^^^^^^^^^^^^ [2022-03-23T09:58:00.863Z] Discouraged access: The method 'TranslationSupport.getIUProperty(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.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar') [2022-03-23T09:58:00.864Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[46] [2022-03-23T09:58:00.864Z] import org.eclipse.swt.internal.BidiUtil; [2022-03-23T09:58:00.864Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.864Z] Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.864Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[242] [2022-03-23T09:58:00.864Z] if (isRTL() && BidiUtil.isBidiPlatform()) [2022-03-23T09:58:00.864Z] ^^^^^^^^ [2022-03-23T09:58:00.864Z] Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.864Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[242] [2022-03-23T09:58:00.864Z] if (isRTL() && BidiUtil.isBidiPlatform()) [2022-03-23T09:58:00.864Z] ^^^^^^^^^^^^^^ [2022-03-23T09:58:00.864Z] Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.864Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[885] [2022-03-23T09:58:00.864Z] if (BidiUtil.isBidiPlatform()) [2022-03-23T09:58:00.864Z] ^^^^^^^^ [2022-03-23T09:58:00.864Z] Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.864Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[885] [2022-03-23T09:58:00.864Z] if (BidiUtil.isBidiPlatform()) [2022-03-23T09:58:00.864Z] ^^^^^^^^^^^^^^ [2022-03-23T09:58:00.864Z] Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.864Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[891] [2022-03-23T09:58:00.864Z] } else if (isRTL() && BidiUtil.isBidiPlatform()) { [2022-03-23T09:58:00.864Z] ^^^^^^^^ [2022-03-23T09:58:00.864Z] Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/PDELabelProvider.java:[891] [2022-03-23T09:58:00.865Z] } else if (isRTL() && BidiUtil.isBidiPlatform()) { [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[56] [2022-03-23T09:58:00.865Z] import org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor; [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/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.genericeditor/1.2.200.v20211217-1247/org.eclipse.ui.genericeditor-1.2.200.v20211217-1247.jar') [2022-03-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[74] [2022-03-23T09:58:00.865Z] private ExtensionBasedTextEditor fTextualEditor; [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/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.genericeditor/1.2.200.v20211217-1247/org.eclipse.ui.genericeditor-1.2.200.v20211217-1247.jar') [2022-03-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[504] [2022-03-23T09:58:00.865Z] fTextualEditor = new ExtensionBasedTextEditor(); [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/agent/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.genericeditor/1.2.200.v20211217-1247/org.eclipse.ui.genericeditor-1.2.200.v20211217-1247.jar') [2022-03-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[504] [2022-03-23T09:58:00.865Z] fTextualEditor = new ExtensionBasedTextEditor(); [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The constructor 'ExtensionBasedTextEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/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.genericeditor/1.2.200.v20211217-1247/org.eclipse.ui.genericeditor-1.2.200.v20211217-1247.jar') [2022-03-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[257] [2022-03-23T09:58:00.865Z] * @see org.eclipse.jdt.internal.compiler.env.AutomaticModuleNaming#determineAutomaticModuleNameFromFileName(String, [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The type 'AutomaticModuleNaming' is not API (restriction 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.core/org.eclipse.jdt.core/target/classes') [2022-03-23T09:58:00.865Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[257] [2022-03-23T09:58:00.865Z] * @see org.eclipse.jdt.internal.compiler.env.AutomaticModuleNaming#determineAutomaticModuleNameFromFileName(String, [2022-03-23T09:58:00.865Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.865Z] Discouraged access: The method 'AutomaticModuleNaming.determineAutomaticModuleNameFromFileName(String, boolean, 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/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') [2022-03-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[20] [2022-03-23T09:58:00.866Z] import org.eclipse.jdt.internal.junit.launcher.AssertionVMArg; [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit/3.14.0.v20220127-1854/org.eclipse.jdt.junit-3.14.0.v20220127-1854.jar') [2022-03-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[49] [2022-03-23T09:58:00.866Z] vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit/3.14.0.v20220127-1854/org.eclipse.jdt.junit-3.14.0.v20220127-1854.jar') [2022-03-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[49] [2022-03-23T09:58:00.866Z] vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs); [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The method 'AssertionVMArg.enableAssertInArgString(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.jdt.junit/3.14.0.v20220127-1854/org.eclipse.jdt.junit-3.14.0.v20220127-1854.jar') [2022-03-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[22] [2022-03-23T09:58:00.866Z] import org.eclipse.equinox.internal.provisional.configurator.Configurator; [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/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-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[244] [2022-03-23T09:58:00.866Z] ServiceReference reference = context.getServiceReference(Configurator.class); [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/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-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[244] [2022-03-23T09:58:00.866Z] ServiceReference reference = context.getServiceReference(Configurator.class); [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/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-23T09:58:00.866Z] [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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[245] [2022-03-23T09:58:00.866Z] Configurator configurator = context.getService(reference); [2022-03-23T09:58:00.866Z] ^^^^^^^^^^^^ [2022-03-23T09:58:00.866Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/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-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[247] [2022-03-23T09:58:00.867Z] configurator.applyConfiguration(); [2022-03-23T09:58:00.867Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.867Z] Discouraged access: The method 'Configurator.applyConfiguration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/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-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[169] [2022-03-23T09:58:00.867Z] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig); [2022-03-23T09:58:00.867Z] ^^^^^^^^^ [2022-03-23T09:58:00.867Z] Discouraged access: The type 'ITestKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[169] [2022-03-23T09:58:00.867Z] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig); [2022-03-23T09:58:00.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.867Z] Discouraged access: The type 'JUnitLaunchConfigurationConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[169] [2022-03-23T09:58:00.867Z] ITestKind testKind = JUnitLaunchConfigurationConstants.getTestRunnerKind(fLaunchConfig); [2022-03-23T09:58:00.867Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.867Z] Discouraged access: The method 'JUnitLaunchConfigurationConstants.getTestRunnerKind(ILaunchConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[170] [2022-03-23T09:58:00.867Z] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.867Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.867Z] Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[170] [2022-03-23T09:58:00.867Z] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.867Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.867Z] Discouraged access: The field 'TestKindRegistry.JUNIT4_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.867Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[170] [2022-03-23T09:58:00.868Z] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.868Z] ^^^^^ [2022-03-23T09:58:00.868Z] Discouraged access: The method 'ITestKind.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.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.868Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[170] [2022-03-23T09:58:00.868Z] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.868Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.868Z] Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.868Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[170] [2022-03-23T09:58:00.868Z] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.868Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.868Z] Discouraged access: The field 'TestKindRegistry.JUNIT5_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.868Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[170] [2022-03-23T09:58:00.868Z] if (TestKindRegistry.JUNIT4_TEST_KIND_ID.equals(testKind.getId()) || TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.868Z] ^^^^^ [2022-03-23T09:58:00.868Z] Discouraged access: The method 'ITestKind.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.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.868Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[190] [2022-03-23T09:58:00.868Z] private String[] addJunitPlugins(String[] requiredIds, ITestKind testKind) { [2022-03-23T09:58:00.868Z] ^^^^^^^^^ [2022-03-23T09:58:00.869Z] Discouraged access: The type 'ITestKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.869Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[195] [2022-03-23T09:58:00.869Z] if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.869Z] Discouraged access: The type 'TestKindRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.869Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[195] [2022-03-23T09:58:00.869Z] if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.869Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.869Z] Discouraged access: The field 'TestKindRegistry.JUNIT5_TEST_KIND_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.869Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/PluginBlock.java:[195] [2022-03-23T09:58:00.869Z] if (TestKindRegistry.JUNIT5_TEST_KIND_ID.equals(testKind.getId())) { [2022-03-23T09:58:00.869Z] ^^^^^ [2022-03-23T09:58:00.869Z] Discouraged access: The method 'ITestKind.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.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar') [2022-03-23T09:58:00.869Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[18] [2022-03-23T09:58:00.869Z] import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut; [2022-03-23T09:58:00.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.869Z] Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/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.ui/3.8.200.v20220214-2001/org.eclipse.ant.ui-3.8.200.v20220214-2001.jar') [2022-03-23T09:58:00.869Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[155] [2022-03-23T09:58:00.870Z] List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile); [2022-03-23T09:58:00.870Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.870Z] Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/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.ui/3.8.200.v20220214-2001/org.eclipse.ant.ui-3.8.200.v20220214-2001.jar') [2022-03-23T09:58:00.870Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[155] [2022-03-23T09:58:00.870Z] List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile); [2022-03-23T09:58:00.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.870Z] Discouraged access: The method 'AntLaunchShortcut.findExistingLaunchConfigurations(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/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.ui/3.8.200.v20220214-2001/org.eclipse.ant.ui-3.8.200.v20220214-2001.jar') [2022-03-23T09:58:00.870Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[158] [2022-03-23T09:58:00.870Z] ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile); [2022-03-23T09:58:00.870Z] ^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.870Z] Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/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.ui/3.8.200.v20220214-2001/org.eclipse.ant.ui-3.8.200.v20220214-2001.jar') [2022-03-23T09:58:00.870Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[158] [2022-03-23T09:58:00.870Z] ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile); [2022-03-23T09:58:00.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.870Z] Discouraged access: The method 'AntLaunchShortcut.createDefaultLaunchConfiguration(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/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.ui/3.8.200.v20220214-2001/org.eclipse.ant.ui-3.8.200.v20220214-2001.jar') [2022-03-23T09:58:00.870Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[61] [2022-03-23T09:58:00.870Z] import org.eclipse.swt.internal.BidiUtil; [2022-03-23T09:58:00.870Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.871Z] Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.871Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[1041] [2022-03-23T09:58:00.871Z] if (BidiUtil.isBidiPlatform()) [2022-03-23T09:58:00.871Z] ^^^^^^^^ [2022-03-23T09:58:00.871Z] Discouraged access: The type 'BidiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.871Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java:[1041] [2022-03-23T09:58:00.871Z] if (BidiUtil.isBidiPlatform()) [2022-03-23T09:58:00.871Z] ^^^^^^^^^^^^^^ [2022-03-23T09:58:00.871Z] Discouraged access: The method 'BidiUtil.isBidiPlatform()' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.871Z] 56. INFO in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1622) [2022-03-23T09:58:00.871Z] if (sourceElementObject.equals(previousNode)) { [2022-03-23T09:58:00.871Z] ^^^^^^^^^^^^ [2022-03-23T09:58:00.871Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement [2022-03-23T09:58:00.871Z] 57. INFO in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1633) [2022-03-23T09:58:00.871Z] if (targetElementObject.equals(nextNode)) { [2022-03-23T09:58:00.871Z] ^^^^^^^^ [2022-03-23T09:58:00.871Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement [2022-03-23T09:58:00.871Z] 58. INFO in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1647) [2022-03-23T09:58:00.871Z] if (sourceElementObject.equals(lastNode)) { [2022-03-23T09:58:00.871Z] ^^^^^^^^ [2022-03-23T09:58:00.871Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement [2022-03-23T09:58:00.871Z] 59. INFO in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1692) [2022-03-23T09:58:00.871Z] if (sourceElementObject.equals(lastNode)) { [2022-03-23T09:58:00.872Z] ^^^^^^^^ [2022-03-23T09:58:00.872Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement [2022-03-23T09:58:00.872Z] 60. INFO in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1760) [2022-03-23T09:58:00.872Z] if (sourceExtensionObject.equals(previousNode)) { [2022-03-23T09:58:00.872Z] ^^^^^^^^^^^^ [2022-03-23T09:58:00.872Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension [2022-03-23T09:58:00.872Z] 61. INFO in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1767) [2022-03-23T09:58:00.872Z] if (targetExtensionObject.equals(nextNode)) { [2022-03-23T09:58:00.872Z] ^^^^^^^^ [2022-03-23T09:58:00.872Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension [2022-03-23T09:58:00.872Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[25] [2022-03-23T09:58:00.872Z] import org.eclipse.equinox.internal.p2.ui.actions.PropertyDialogAction; [2022-03-23T09:58:00.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.872Z] Discouraged access: The type 'PropertyDialogAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.872Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[28] [2022-03-23T09:58:00.872Z] import org.eclipse.equinox.internal.p2.ui.query.IUViewQueryContext; [2022-03-23T09:58:00.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.872Z] Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.872Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[49] [2022-03-23T09:58:00.872Z] import org.eclipse.ui.internal.progress.ProgressMessages; [2022-03-23T09:58:00.872Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.872Z] Discouraged access: The type 'ProgressMessages' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.873Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[85] [2022-03-23T09:58:00.873Z] private IUViewQueryContext fQueryContext; [2022-03-23T09:58:00.873Z] ^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.873Z] Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.873Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[230] [2022-03-23T09:58:00.873Z] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; [2022-03-23T09:58:00.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.873Z] Discouraged access: The type 'ProgressMessages' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.873Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[230] [2022-03-23T09:58:00.873Z] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; [2022-03-23T09:58:00.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.873Z] Discouraged access: The field 'ProgressMessages.PendingUpdateAdapter_PendingLabel' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.873Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[274] [2022-03-23T09:58:00.873Z] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; [2022-03-23T09:58:00.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.873Z] Discouraged access: The type 'ProgressMessages' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.873Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[274] [2022-03-23T09:58:00.873Z] final String pendingLabel = ProgressMessages.PendingUpdateAdapter_PendingLabel; [2022-03-23T09:58:00.873Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.874Z] Discouraged access: The field 'ProgressMessages.PendingUpdateAdapter_PendingLabel' is not API (restriction on classpath entry '/home/jenkins/agent/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-23T09:58:00.874Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[368] [2022-03-23T09:58:00.874Z] fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer()); [2022-03-23T09:58:00.874Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.874Z] Discouraged access: The type 'PropertyDialogAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.874Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[368] [2022-03-23T09:58:00.874Z] fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer()); [2022-03-23T09:58:00.874Z] ^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.874Z] Discouraged access: The constructor 'PropertyDialogAction(IShellProvider, ISelectionProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.874Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[434] [2022-03-23T09:58:00.874Z] fQueryContext.setInstalledProfileId(P2TargetUtils.getProfileId(fTarget)); [2022-03-23T09:58:00.874Z] ^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.874Z] Discouraged access: The method 'IUViewQueryContext.setInstalledProfileId(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.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.874Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[435] [2022-03-23T09:58:00.874Z] fQueryContext.setHideAlreadyInstalled(false); [2022-03-23T09:58:00.874Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.874Z] Discouraged access: The method 'IUViewQueryContext.setHideAlreadyInstalled(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.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.874Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[443] [2022-03-23T09:58:00.875Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The method 'IUViewQueryContext.setViewType(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.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.875Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[443] [2022-03-23T09:58:00.875Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.875Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[443] [2022-03-23T09:58:00.875Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.875Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[445] [2022-03-23T09:58:00.875Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The method 'IUViewQueryContext.setViewType(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.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.875Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[445] [2022-03-23T09:58:00.875Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.875Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[445] [2022-03-23T09:58:00.875Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_FLAT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.875Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[447] [2022-03-23T09:58:00.875Z] fQueryContext.setShowLatestVersionsOnly(fShowOldVersionsButton.getSelection()); [2022-03-23T09:58:00.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.875Z] Discouraged access: The method 'IUViewQueryContext.setShowLatestVersionsOnly(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.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.876Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[517] [2022-03-23T09:58:00.876Z] boolean showCategories = fQueryContext.shouldGroupByCategories(); [2022-03-23T09:58:00.876Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.876Z] Discouraged access: The method 'IUViewQueryContext.shouldGroupByCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.876Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[518] [2022-03-23T09:58:00.876Z] boolean showOldVersions = fQueryContext.getShowLatestVersionsOnly(); [2022-03-23T09:58:00.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.876Z] Discouraged access: The method 'IUViewQueryContext.getShowLatestVersionsOnly()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.876Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[602] [2022-03-23T09:58:00.876Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); [2022-03-23T09:58:00.876Z] ^^^^^^^^^^^ [2022-03-23T09:58:00.876Z] Discouraged access: The method 'IUViewQueryContext.setViewType(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.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.876Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[602] [2022-03-23T09:58:00.876Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); [2022-03-23T09:58:00.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.876Z] Discouraged access: The type 'IUViewQueryContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.876Z] [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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java:[602] [2022-03-23T09:58:00.876Z] fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT); [2022-03-23T09:58:00.876Z] ^^^^^^^^^^^^^^^^^^^ [2022-03-23T09:58:00.876Z] Discouraged access: The field 'IUViewQueryContext.AVAILABLE_VIEW_FLAT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar') [2022-03-23T09:58:00.876Z] 85 problems (0 errors, 79 warnings, 6 infos) [2022-03-23T09:58:00.876Z] [INFO] [2022-03-23T09:58:00.876Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.ui --- [2022-03-23T09:58:00.876Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [2022-03-23T09:58:00.876Z] [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/ui/org.eclipse.pde.ui/target/apigeneration-workspace/data/.metadata/.log [2022-03-23T09:58:00.876Z] [INFO] Command line: [2022-03-23T09:58:00.877Z] [/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/ui/org.eclipse.pde.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.pde.ui/ui/org.eclipse.pde.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.pde.ui/ui/org.eclipse.pde.ui/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.pde.ui_3.13.450.v20220322-1053_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/ui/org.eclipse.pde.ui, -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/ui/org.eclipse.pde.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.pde.ui/ui/org.eclipse.pde.ui/target] [2022-03-23T09:58:04.156Z] [INFO] [2022-03-23T09:58:04.156Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.156Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:04.156Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:04.156Z] [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/ui/org.eclipse.pde.ui/src/test/resources [2022-03-23T09:58:04.156Z] [INFO] [2022-03-23T09:58:04.156Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.156Z] [INFO] [2022-03-23T09:58:04.156Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.156Z] [INFO] Tests are skipped. [2022-03-23T09:58:04.156Z] [INFO] [2022-03-23T09:58:04.156Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.156Z] [INFO] [2022-03-23T09:58:04.156Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.414Z] [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/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.450-SNAPSHOT-sources.jar [2022-03-23T09:58:04.414Z] [INFO] [2022-03-23T09:58:04.414Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.414Z] [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/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.450-SNAPSHOT.jar [2022-03-23T09:58:04.979Z] [INFO] [2022-03-23T09:58:04.979Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.979Z] [INFO] [2022-03-23T09:58:04.979Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.979Z] [INFO] Skipping tests [2022-03-23T09:58:04.979Z] [INFO] [2022-03-23T09:58:04.979Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.979Z] [INFO] Tests are skipped. [2022-03-23T09:58:04.979Z] [INFO] [2022-03-23T09:58:04.979Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui --- [2022-03-23T09:58:04.979Z] [INFO] Skipped [2022-03-23T09:58:04.979Z] [INFO] [2022-03-23T09:58:04.979Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.ui --- [2022-03-23T09:58:06.352Z] [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/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.450-SNAPSHOT.jar [2022-03-23T09:58:09.637Z] [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/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.450-SNAPSHOT-sources.jar [2022-03-23T09:58:11.008Z] [INFO] [2022-03-23T09:58:11.008Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.ui --- [2022-03-23T09:58:11.008Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.13.450-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/ui/org.eclipse.pde.ui/pom.xml [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --------< org.eclipse.jdt.feature:org.eclipse.jdt.java18patch >--------- [2022-03-23T09:58:11.009Z] [INFO] Building org.eclipse.jdt.java18patch 1.2.300-SNAPSHOT [17/19] [2022-03-23T09:58:11.009Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [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-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] The project's OSGi version is 1.2.300.v20220323-0940_BETA_JAVA18 [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:11.009Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:11.009Z] [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-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:11.009Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:11.009Z] [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-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [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-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-source-feature-plugin:2.7.0:source-feature (source-feature) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [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-23T09:58:11.009Z] [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-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [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-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:11.009Z] [INFO] Skipped [2022-03-23T09:58:11.009Z] [INFO] [2022-03-23T09:58:11.009Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58: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.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt.java18patch/target/org.eclipse.jdt.java18patch-1.2.300-SNAPSHOT.jar [2022-03-23T09:58:12.380Z] [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-23T09:58:13.756Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.java18patch --- [2022-03-23T09:58:13.757Z] [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-23T09:58:13.757Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java18patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-23T09:58:13.757Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java18patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --------< org.eclipse.pde.feature:org.eclipse.pde.java18patch >--------- [2022-03-23T09:58:13.757Z] [INFO] Building org.eclipse.pde.java18patch 1.2.300-SNAPSHOT [18/19] [2022-03-23T09:58:13.757Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [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-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] The project's OSGi version is 1.2.300.v20220323-0623_BETA_JAVA18 [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:13.757Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:13.757Z] [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-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:13.757Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:13.757Z] [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-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [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-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.757Z] [INFO] --- tycho-source-feature-plugin:2.7.0:source-feature (source-feature) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.757Z] [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-23T09:58:13.757Z] [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-23T09:58:13.757Z] [INFO] [2022-03-23T09:58:13.758Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.758Z] [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-23T09:58:13.758Z] [INFO] [2022-03-23T09:58:13.758Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.758Z] [INFO] Skipped [2022-03-23T09:58:13.758Z] [INFO] [2022-03-23T09:58:13.758Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:13.758Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.pde.java18patch/target/org.eclipse.pde.java18patch-1.2.300-SNAPSHOT.jar [2022-03-23T09:58:15.128Z] [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-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.java18patch --- [2022-03-23T09:58:16.500Z] [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-23T09:58:16.500Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java18patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-23T09:58:16.500Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java18patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] ---< eclipse.platform.releng:eclipse.releng.repository.java18patch >---- [2022-03-23T09:58:16.500Z] [INFO] Building eclipse.releng.repository.java18patch 1.2.300-SNAPSHOT [19/19] [2022-03-23T09:58:16.500Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] The project's OSGi version is 1.2.300.v20220323-0940_BETA_JAVA18 [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:16.500Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:16.500Z] [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-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:16.500Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:16.500Z] [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-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2022-03-23T09:58:16.500Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [2022-03-23T09:58:16.500Z] [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-23T09:58:16.500Z] [INFO] [2022-03-23T09:58:16.500Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:16.500Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2022-03-23T09:58:16.758Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2022-03-23T09:58:17.322Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2022-03-23T09:58:17.322Z] [INFO] [2022-03-23T09:58:17.322Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-products (default-publish-products) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:17.322Z] [INFO] [2022-03-23T09:58:17.322Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-categories (default-publish-categories) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:17.322Z] [INFO] [2022-03-23T09:58:17.322Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:attach-artifacts (default-attach-artifacts) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:17.322Z] [INFO] [2022-03-23T09:58:17.322Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:assemble-repository (default-assemble-repository) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:17.322Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:17.322Z] 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-23T09:58:17.322Z] 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-23T09:58:17.322Z] 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-23T09:58:17.322Z] 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-23T09:58:17.322Z] 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-23T09:58:17.322Z] 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-23T09:58:17.322Z] 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-23T09:58:17.322Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:17.323Z] 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-23T09:58:17.323Z] [2022-03-23T09:58:17.580Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:17.580Z] 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-23T09:58:17.580Z] [2022-03-23T09:58:17.580Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] 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-23T09:58:17.580Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:17.581Z] 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-23T09:58:17.581Z] [2022-03-23T09:58:17.838Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:17.838Z] 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-23T09:58:17.838Z] 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-23T09:58:17.838Z] 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-23T09:58:17.838Z] 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-23T09:58:17.838Z] 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-23T09:58:17.838Z] 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-23T09:58:17.838Z] 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-23T09:58:17.838Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:17.839Z] 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-23T09:58:17.839Z] [2022-03-23T09:58:17.839Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:17.839Z] 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-23T09:58:17.839Z] [2022-03-23T09:58:17.839Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] 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-23T09:58:17.839Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:17.839Z] 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-23T09:58:17.839Z] [2022-03-23T09:58:18.097Z] [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-23T09:58:18.097Z] [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-23T09:58:18.097Z] [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-23T09:58:18.097Z] [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-23T09:58:18.097Z] [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-23T09:58:18.355Z] [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-23T09:58:18.355Z] [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-23T09:58:18.355Z] [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-23T09:58:18.356Z] [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-23T09:58:18.356Z] [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-23T09:58:18.356Z] [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-23T09:58:18.356Z] [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-23T09:58:18.356Z] [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-23T09:58:18.356Z] [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-23T09:58:18.356Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.288Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.546Z] [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-23T09:58:19.804Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.369Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:20.627Z] [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-23T09:58:21.192Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:21.757Z] [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-23T09:58:21.757Z] [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-23T09:58:23.129Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:23.129Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:23.129Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:23.129Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:23.129Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:23.129Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:23.129Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:23.129Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:23.129Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:23.129Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:23.130Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:23.130Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:23.130Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:23.130Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:23.130Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:23.130Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:23.130Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:25.654Z] [INFO] [2022-03-23T09:58:25.654Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:25.654Z] [INFO] [2022-03-23T09:58:25.654Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:archive-repository (default-archive-repository) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:25.654Z] [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-23T09:58:26.220Z] [INFO] [2022-03-23T09:58:26.220Z] [INFO] --- maven-antrun-plugin:3.0.0:run (unpack-content-jar) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:26.220Z] [INFO] Executing tasks [2022-03-23T09:58:26.220Z] [INFO] [echoproperties] #Ant properties [2022-03-23T09:58:26.220Z] [echoproperties] #Wed Mar 23 09:58:26 UTC 2022 [2022-03-23T09:58:26.220Z] [echoproperties] aggregatorBuild=true [2022-03-23T09:58:26.220Z] [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-23T09:58:26.220Z] [echoproperties] java.specification.version=11 [2022-03-23T09:58:26.220Z] [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-23T09:58:26.220Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.junit.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.jdt.junit.runtime/3.6.100.v20210708-1502/org.eclipse.jdt.junit.runtime-3.6.100.v20210708-1502.jar [2022-03-23T09:58:26.220Z] [echoproperties] sun.cpu.isalist= [2022-03-23T09:58:26.220Z] [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-23T09:58:26.220Z] [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-23T09:58:26.220Z] [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-23T09:58:26.220Z] [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-23T09:58:26.221Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.junit\: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.jdt.junit/3.14.0.v20220127-1854/org.eclipse.jdt.junit-3.14.0.v20220127-1854.jar [2022-03-23T09:58:26.221Z] [echoproperties] sun.arch.data.model=64 [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] java.vendor.url=http\://java.oracle.com/ [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] code.ignoredWarnings=-warn\:-deprecation,unavoidableGenericProblems,warningToken [2022-03-23T09:58:26.221Z] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib [2022-03-23T09:58:26.221Z] [echoproperties] eclipse-repo.url=https\://repo.eclipse.org/content/repositories/cbi/ [2022-03-23T09:58:26.221Z] [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\=20220323-0540 -DbuildType\=P -DbuildId\=P20220323-0540 -Declipse-p2-repo.url\=NOT_FOR_PRODUCTION_USE -Declipse.javadoc\=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:58:26.221Z] [echoproperties] tycho.localArtifacts=ignore [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] jdk.debug=release [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] java.specification.vendor=Oracle Corporation [2022-03-23T09:58:26.221Z] [echoproperties] java.version.date=2019-01-15 [2022-03-23T09:58:26.221Z] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-11/11.0.2+9 [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] surefire.platformSystemProperties= [2022-03-23T09:58:26.221Z] [echoproperties] project.packaging=eclipse-repository [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] java.specification.name=Java Platform API Specification [2022-03-23T09:58:26.221Z] [echoproperties] java.vm.specification.vendor=Oracle Corporation [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] cbi-releases-repo.url=https\://repo.eclipse.org/content/repositories/cbi-releases/ [2022-03-23T09:58:26.221Z] [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-23T09:58:26.221Z] [echoproperties] tycho-snapshot-repo.url=https\://repo.eclipse.org/content/repositories/tycho-snapshots/ [2022-03-23T09:58:26.221Z] [echoproperties] jgit.dirtyWorkingTree-platformDefault=ignore [2022-03-23T09:58:26.221Z] [echoproperties] eclipse.p2.atomic.composite.loading.default=true [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers [2022-03-23T09:58:26.222Z] [echoproperties] macSigner.forceContinue=false [2022-03-23T09:58:26.222Z] [echoproperties] java.runtime.version=11.0.2+9 [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] surefire.version=3.0.0-M5 [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [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-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] file.encoding=UTF-8 [2022-03-23T09:58:26.222Z] [echoproperties] guice.disable.misplaced.annotation.check=true [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] maven.build.timestamp.format=yyyyMMdd-HHmm [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [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-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] java.vendor.version=18.9 [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] tycho.version=2.7.0 [2022-03-23T09:58:26.222Z] [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-23T09:58:26.222Z] [echoproperties] surefire.systemProperties= [2022-03-23T09:58:26.222Z] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp [2022-03-23T09:58:26.222Z] [echoproperties] jgit.dirtyWorkingTree=error [2022-03-23T09:58:26.222Z] [echoproperties] java.version=11 [2022-03-23T09:58:26.222Z] [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-23T09:58:26.223Z] [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-23T09:58:26.223Z] [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-23T09:58:26.223Z] [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-23T09:58:26.223Z] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification [2022-03-23T09:58:26.223Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.core.externaltools\: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.externaltools/1.2.200.v20220125-2302/org.eclipse.core.externaltools-1.2.200.v20220125-2302.jar [2022-03-23T09:58:26.223Z] [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.50-SNAPSHOT.jar [2022-03-23T09:58:26.223Z] [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob [2022-03-23T09:58:26.223Z] [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-23T09:58:26.223Z] [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-23T09:58:26.223Z] [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-23T09:58:26.223Z] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib [2022-03-23T09:58:26.223Z] [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-23T09:58:26.223Z] [echoproperties] java.vendor=Oracle Corporation [2022-03-23T09:58:26.223Z] [echoproperties] classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf [2022-03-23T09:58:26.223Z] [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-23T09:58:26.223Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.directorywatcher\: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.directorywatcher/1.3.0.v20210316-1209/org.eclipse.equinox.p2.directorywatcher-1.3.0.v20210316-1209.jar [2022-03-23T09:58:26.223Z] [echoproperties] sun.io.unicode.encoding=UnicodeLittle [2022-03-23T09:58:26.223Z] [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-23T09:58:26.223Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.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.equinox.p2.ui/2.7.400.v20220214-1604/org.eclipse.equinox.p2.ui-2.7.400.v20220214-1604.jar [2022-03-23T09:58:26.223Z] [echoproperties] versionRangeForPatchPDE=[3.14.1100.v20220308-0310,3.14.1149.v20220426-2027) [2022-03-23T09:58:26.223Z] [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-23T09:58:26.224Z] [echoproperties] releaseNumberSDK=4.23 [2022-03-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [echoproperties] cbi.jarsigner.continueOnFail=true [2022-03-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [echoproperties] tycho.mode=extension [2022-03-23T09:58:26.224Z] [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-23T09:58:26.224Z] [echoproperties] project.groupId=eclipse.platform.releng [2022-03-23T09:58:26.224Z] [echoproperties] versionRangeForPatch=[3.18.1100.v20220308-0310,3.18.1149.v20220426-2027) [2022-03-23T09:58:26.224Z] [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-23T09:58:26.224Z] [echoproperties] surefire.moduleProperties=--add-modules\=ALL-SYSTEM [2022-03-23T09:58:26.224Z] [echoproperties] user.timezone=UTC [2022-03-23T09:58:26.224Z] [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-23T09:58:26.224Z] [echoproperties] java.vm.specification.version=11 [2022-03-23T09:58:26.224Z] [echoproperties] os.name=Linux [2022-03-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.224Z] [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-23T09:58:26.225Z] [echoproperties] eclipse-p2-repo.url=NOT_FOR_PRODUCTION_USE [2022-03-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [echoproperties] qualifier.format='v'yyyyMMdd-HHmm'_BETA_JAVA18' [2022-03-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [echoproperties] user.home=/home/jenkins [2022-03-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [echoproperties] eclipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:58:26.225Z] [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-23T09:58:26.225Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.security.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.equinox.security.ui/1.3.200.v20220115-0654/org.eclipse.equinox.security.ui-1.3.200.v20220115-0654.jar [2022-03-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.225Z] [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-23T09:58:26.226Z] [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-23T09:58:26.226Z] [echoproperties] tycho.scmUrl=scm\:git\:https\://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:58:26.226Z] [echoproperties] buildType=P [2022-03-23T09:58:26.226Z] [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment [2022-03-23T09:58:26.226Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.operations\: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.operations/2.6.0.v20210315-2228/org.eclipse.equinox.p2.operations-2.6.0.v20210315-2228.jar [2022-03-23T09:58:26.226Z] [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-23T09:58:26.226Z] [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-23T09:58:26.226Z] [echoproperties] defaultSigning-excludeInnerJars=false [2022-03-23T09:58:26.226Z] [echoproperties] buildTimestamp=20220323-0540 [2022-03-23T09:58:26.226Z] [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-23T09:58:26.226Z] [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-23T09:58:26.226Z] [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-23T09:58:26.226Z] [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-23T09:58:26.226Z] [echoproperties] tycho.env.osgi.ws=gtk [2022-03-23T09:58:26.226Z] [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-23T09:58:26.226Z] [echoproperties] path.separator=\: [2022-03-23T09:58:26.226Z] [echoproperties] cbi-snapshots-repo.url=https\://repo.eclipse.org/content/repositories/cbi-snapshots/ [2022-03-23T09:58:26.226Z] [echoproperties] os.version=5.14.14-200.fc34.x86_64 [2022-03-23T09:58:26.226Z] [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-23T09:58:26.226Z] [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-23T09:58:26.226Z] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM [2022-03-23T09:58:26.226Z] [echoproperties] cbi-plugins.version=1.3.2 [2022-03-23T09:58:26.226Z] [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-23T09:58:26.226Z] [echoproperties] tycho.debug.artifactcomparator=true [2022-03-23T09:58:26.226Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.intro\: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.intro/3.6.400.v20211015-1317/org.eclipse.ui.intro-3.6.400.v20211015-1317.jar [2022-03-23T09:58:26.227Z] [echoproperties] p2.eclipse.plugin\:org.junit\: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.junit/4.13.2.v20211018-1956/org.junit-4.13.2.v20211018-1956.jar [2022-03-23T09:58:26.227Z] [echoproperties] previous-release.baseline=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [echoproperties] featureToPatchVersion=3.18.1100.v20220308-0310 [2022-03-23T09:58:26.227Z] [echoproperties] p2.eclipse.plugin\:org.hamcrest.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.hamcrest.core/1.3.0.v20180420-1519/org.hamcrest.core-1.3.0.v20180420-1519.jar [2022-03-23T09:58:26.227Z] [echoproperties] os.arch=amd64 [2022-03-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [echoproperties] p2.userAgent=tycho/2.7.0 [2022-03-23T09:58:26.227Z] [echoproperties] compare-version-with-baselines.skip=true [2022-03-23T09:58:26.227Z] [echoproperties] surefire.testArgLine= [2022-03-23T09:58:26.227Z] [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-23T09:58:26.227Z] [echoproperties] cbi-jdt-repo.url=https\://repo.eclipse.org/content/repositories/eclipse-staging/ [2022-03-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [echoproperties] contentjarexists=true [2022-03-23T09:58:26.227Z] [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-23T09:58:26.227Z] [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-23T09:58:26.227Z] [echoproperties] java.vm.info=mixed mode [2022-03-23T09:58:26.228Z] [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-23T09:58:26.228Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ant.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.ant.ui/3.8.200.v20220214-2001/org.eclipse.ant.ui-3.8.200.v20220214-2001.jar [2022-03-23T09:58:26.228Z] [echoproperties] java.class.version=55.0 [2022-03-23T09:58:26.228Z] [echoproperties] ant.project.default-target=default [2022-03-23T09:58:26.228Z] [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-23T09:58:26.228Z] [echoproperties] awt.toolkit=sun.awt.X11.XToolkit [2022-03-23T09:58:26.228Z] [echoproperties] ant.project.name=maven-antrun- [2022-03-23T09:58:26.228Z] [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-23T09:58:26.228Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.genericeditor\: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.genericeditor/1.2.200.v20211217-1247/org.eclipse.ui.genericeditor-1.2.200.v20211217-1247.jar [2022-03-23T09:58:26.228Z] [echoproperties] sun.jnu.encoding=UTF-8 [2022-03-23T09:58:26.228Z] [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-23T09:58:26.228Z] [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-23T09:58:26.228Z] [echoproperties] project.name=eclipse.releng.repository.java18patch [2022-03-23T09:58:26.228Z] [echoproperties] cbi-ecj-version=3.29.0.v20220214-1307 [2022-03-23T09:58:26.228Z] [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-23T09:58:26.228Z] [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-23T09:58:26.228Z] [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-23T09:58:26.228Z] [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-23T09:58:26.228Z] [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-23T09:58:26.228Z] [echoproperties] maven.home=/opt/tools/apache-maven/latest [2022-03-23T09:58:26.228Z] [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-23T09:58:26.228Z] [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-23T09:58:26.228Z] [echoproperties] project.artifactId=eclipse.releng.repository.java18patch [2022-03-23T09:58:26.228Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [echoproperties] project.version=1.2.300-SNAPSHOT [2022-03-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [echoproperties] file.separator=/ [2022-03-23T09:58:26.229Z] [echoproperties] org.eclipse.pde\:org.eclipse.pde.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.pde.ui/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.13.450-SNAPSHOT.jar [2022-03-23T09:58:26.229Z] [echoproperties] java.vm.compressedOopsMode=Zero based [2022-03-23T09:58:26.229Z] [echoproperties] line.separator=\n [2022-03-23T09:58:26.229Z] [echoproperties] buildQualifier=v20220323-0940_BETA_JAVA18 [2022-03-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.229Z] [echoproperties] releaseNumberPlatform=4.23 [2022-03-23T09:58:26.229Z] [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-23T09:58:26.229Z] [echoproperties] user.name=jenkins [2022-03-23T09:58:26.229Z] [echoproperties] osgi.framework.useSystemProperties=false [2022-03-23T09:58:26.229Z] [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-23T09:58:26.229Z] [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-23T09:58:26.230Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.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.jdt.debug.ui/3.12.600.v20220226-0801/org.eclipse.jdt.debug.ui-3.12.600.v20220226-0801.jar [2022-03-23T09:58:26.230Z] [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-23T09:58:26.230Z] [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-23T09:58:26.230Z] [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-23T09:58:26.230Z] [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-23T09:58:26.230Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.equinox.p2.extensionlocation\: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.extensionlocation/1.4.100.v20220213-0541/org.eclipse.equinox.p2.extensionlocation-1.4.100.v20220213-0541.jar [2022-03-23T09:58:26.230Z] [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-23T09:58:26.230Z] [echoproperties] sun.os.patch.level=unknown [2022-03-23T09:58:26.230Z] [echoproperties] ant.version=Apache Ant(TM) version 1.9.14 compiled on March 12 2019 [2022-03-23T09:58:26.230Z] [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-23T09:58:26.230Z] [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-23T09:58:26.230Z] [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-23T09:58:26.230Z] [echoproperties] comparator.repo=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:26.230Z] [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-23T09:58:26.230Z] [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-23T09:58:26.230Z] [echoproperties] maven.repo.local=localMavenRepo [2022-03-23T09:58:26.230Z] [echoproperties] library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native [2022-03-23T09:58:26.230Z] [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-23T09:58:26.231Z] [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-23T09:58:26.231Z] [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-23T09:58:26.231Z] [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-23T09:58:26.231Z] [echoproperties] releaseName=2022-03 [2022-03-23T09:58:26.231Z] [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-23T09:58:26.231Z] [echoproperties] tycho.env.osgi.arch=x86_64 [2022-03-23T09:58:26.231Z] [echoproperties] java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar [2022-03-23T09:58:26.231Z] [echoproperties] tests.ignoredWarnings=-warn\:-deprecation,raw,unchecked,discouraged,warningToken [2022-03-23T09:58:26.231Z] [echoproperties] java.vm.vendor=Oracle Corporation [2022-03-23T09:58:26.231Z] [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-23T09:58:26.231Z] [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-23T09:58:26.231Z] [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-23T09:58:26.231Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ant.launching\: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.launching/1.3.200.v20220214-2001/org.eclipse.ant.launching-1.3.200.v20220214-2001.jar [2022-03-23T09:58:26.231Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.views.log\: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.log/1.3.100.v20210927-1100/org.eclipse.ui.views.log-1.3.100.v20210927-1100.jar [2022-03-23T09:58:26.231Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.cheatsheets\: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.cheatsheets/3.7.300.v20210507-0822/org.eclipse.ui.cheatsheets-3.7.300.v20210507-0822.jar [2022-03-23T09:58:26.231Z] [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-23T09:58:26.231Z] [echoproperties] maven.conf=/opt/tools/apache-maven/latest/conf [2022-03-23T09:58:26.231Z] [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-23T09:58:26.231Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.pde.launching\: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.launching/3.9.600.v20220214-1856/org.eclipse.pde.launching-3.9.600.v20220214-1856.jar [2022-03-23T09:58:26.231Z] [echoproperties] ant.file.type.maven-antrun-=file [2022-03-23T09:58:26.231Z] [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-23T09:58:26.231Z] [echoproperties] sun.java.launcher=SUN_STANDARD [2022-03-23T09:58:26.231Z] [echoproperties] user.country=US [2022-03-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [echoproperties] qualifiedVersion=1.2.300.v20220323-0940_BETA_JAVA18 [2022-03-23T09:58:26.232Z] [echoproperties] sun.cpu.endian=little [2022-03-23T09:58:26.232Z] [echoproperties] user.language=en [2022-03-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [echoproperties] featureToPatchPDE=org.eclipse.pde [2022-03-23T09:58:26.232Z] [echoproperties] ant.java.version=11 [2022-03-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.232Z] [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-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] java.runtime.name=OpenJDK Runtime Environment [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] eclipserun-repo=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] ant.project.invoked-targets=preTransform [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] unqualifiedVersion=1.2.300 [2022-03-23T09:58:26.233Z] [echoproperties] project.build.sourceEncoding=UTF-8 [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] skipTests=true [2022-03-23T09:58:26.233Z] [echoproperties] featureToPatch=org.eclipse.jdt [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [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-23T09:58:26.233Z] [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-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] java.vendor.url.bug=http\://bugreport.java.com/bugreport/ [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [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-23T09:58:26.233Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.jdt.junit.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.jdt.junit.core/3.11.200.v20220204-2234/org.eclipse.jdt.junit.core-3.11.200.v20220204-2234.jar [2022-03-23T09:58:26.233Z] [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-23T09:58:26.233Z] [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-23T09:58:26.233Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [echoproperties] buildId=P20220323-0540 [2022-03-23T09:58:26.234Z] [echoproperties] featureToPatchVersionPDE=3.14.1100.v20220308-0310 [2022-03-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [echoproperties] tycho.env.osgi.os=linux [2022-03-23T09:58:26.234Z] [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-23T09:58:26.234Z] [echoproperties] java.vm.version=11.0.2+9 [2022-03-23T09:58:26.234Z] [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-23T09:58:26.234Z] [echoproperties] p2.eclipse.plugin\:org.eclipse.ui.externaltools\: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.externaltools/3.5.100.v20210812-1118/org.eclipse.ui.externaltools-3.5.100.v20210812-1118.jar [2022-03-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.234Z] [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-23T09:58:26.235Z] [echoproperties] maven.project.dependencies.versions=1.2.300-SNAPSHOT\:1.2.300-SNAPSHOT\:3.19.550-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.5.100.v20210721-1355\:3.19.0.v20220125-2302\:3.12.0.v20210512-1644\:3.19.100.v20220301-0551\:3.29.50-SNAPSHOT\:3.6.1000.v20201020-1107\:3.9.300.v20220204-0611\: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.7.200.v20220202-1008\: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.12.100.v20210926-1112\: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.4.100-SNAPSHOT\:1.3.150-SNAPSHOT\:1.16.50-SNAPSHOT\:1.1.300-SNAPSHOT\:3.18.1100.v20220308-0310\: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\:3.13.450-SNAPSHOT\:1.3.200.v20220214-2001\:1.2.200.v20220125-2302\:3.8.200.v20220214-2001\:3.5.100.v20210812-1118\:3.12.600.v20220226-0801\:3.14.0.v20220127-1854\:1.3.0.v20210316-1209\:1.4.100.v20220213-0541\:2.6.0.v20210315-2228\:2.7.400.v20220214-1604\:1.3.200.v20220115-0654\:3.6.100.v20210708-1502\:3.11.200.v20220204-2234\:4.13.2.v20211018-1956\:3.9.600.v20220214-1856\:3.6.400.v20211015-1317\:3.7.300.v20210507-0822\:1.3.100.v20210927-1100\:1.2.200.v20211217-1247\:1.3.0.v20180420-1519\: [2022-03-23T09:58:26.235Z] [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-23T09:58:26.235Z] [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-23T09:58:26.235Z] [WARNING] [echo] unzip content.jar, for xslt transform [2022-03-23T09:58:26.235Z] [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-23T09:58:26.235Z] [WARNING] [echo] backup, of originals, just to help debugging [2022-03-23T09:58:26.235Z] [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-23T09:58:26.235Z] [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-23T09:58:26.236Z] [INFO] Executed tasks [2022-03-23T09:58:26.236Z] [INFO] [2022-03-23T09:58:26.236Z] [INFO] --- xml-maven-plugin:1.0.2:transform (transformForExactVersionRange) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:26.236Z] [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-23T09:58:26.236Z] [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-23T09:58:26.236Z] [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-23T09:58:26.236Z] [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-23T09:58:26.236Z] [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-23T09:58:26.236Z] [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-23T09:58:26.493Z] [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 23 kB/s) [2022-03-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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 83 kB/s) [2022-03-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2022-03-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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 586 kB/s) [2022-03-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.493Z] [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-23T09:58:26.750Z] [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-23T09:58:26.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2022-03-23T09:58:26.751Z] [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-23T09:58:26.751Z] [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 72 kB/s) [2022-03-23T09:58:26.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom [2022-03-23T09:58:26.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom [2022-03-23T09:58:26.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom [2022-03-23T09:58:26.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [2022-03-23T09:58:26.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom [2022-03-23T09:58:26.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [2022-03-23T09:58:26.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.1 MB/s) [2022-03-23T09:58:26.751Z] [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-23T09:58:26.751Z] [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-23T09:58:26.751Z] [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-23T09:58:26.751Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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 152 kB/s) [2022-03-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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 91 kB/s) [2022-03-23T09:58:27.008Z] [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-23T09:58:27.008Z] [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-23T09:58:27.009Z] [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-23T09:58:27.009Z] [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-23T09:58:27.009Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom [2022-03-23T09:58:27.266Z] [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-23T09:58:27.266Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 306 kB/s) [2022-03-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom [2022-03-23T09:58:27.266Z] [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-23T09:58:27.266Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.7 MB/s) [2022-03-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.266Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [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-23T09:58:27.524Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2022-03-23T09:58:27.524Z] [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-23T09:58:27.524Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.jar [2022-03-23T09:58:27.524Z] [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-23T09:58:27.525Z] [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-23T09:58:27.525Z] [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-23T09:58:27.525Z] [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-23T09:58:27.525Z] [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-23T09:58:27.525Z] [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 35 MB/s) [2022-03-23T09:58:27.525Z] [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 5.6 MB/s) [2022-03-23T09:58:27.525Z] [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.0 MB/s) [2022-03-23T09:58:27.525Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 1.8 MB/s) [2022-03-23T09:58:27.525Z] [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 3.6 MB/s) [2022-03-23T09:58:27.782Z] [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-23T09:58:28.040Z] [INFO] Transformed 1 file(s). [2022-03-23T09:58:28.040Z] [INFO] [2022-03-23T09:58:28.040Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-categories (categories-java18patch) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:28.040Z] [INFO] [2022-03-23T09:58:28.040Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:assemble-repository (assemble-java18patch) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:28.040Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:28.040Z] 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-23T09:58:28.040Z] [2022-03-23T09:58:28.040Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:28.040Z] 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-23T09:58:28.040Z] [2022-03-23T09:58:28.040Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.040Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:28.041Z] 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-23T09:58:28.041Z] [2022-03-23T09:58:28.041Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] 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-23T09:58:28.041Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:28.041Z] 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-23T09:58:28.041Z] [2022-03-23T09:58:28.298Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:28.298Z] 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-23T09:58:28.298Z] 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-23T09:58:28.298Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:28.299Z] 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-23T09:58:28.299Z] [2022-03-23T09:58:28.299Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional): [2022-03-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] 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-23T09:58:28.299Z] Unable to satisfy dependency from org.eclipse.pde.feature.group 3.14.1100.v20220308-0310 to org.eclipse.equinox.p2.iu; org.eclipse.pde.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440]. [2022-03-23T09:58:28.299Z] 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-23T09:58:28.299Z] [2022-03-23T09:58:28.557Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:28.815Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:28.815Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:28.815Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:28.815Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:28.815Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:28.816Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:28.816Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:28.816Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:28.816Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:28.816Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:28.816Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:28.816Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:28.816Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:28.816Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:28.817Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [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].; 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.ui [3.13.400.v20220215-1440,3.13.400.v20220215-1440].; 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-23T09:58:28.817Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-03-23T09:58:28.817Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-03-23T09:58:31.341Z] [INFO] [2022-03-23T09:58:31.341Z] [INFO] --- maven-antrun-plugin:3.0.0:run (jar-content-xml) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:31.341Z] [INFO] Executing tasks [2022-03-23T09:58:31.342Z] [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-23T09:58:31.342Z] [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-23T09:58:31.342Z] [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-23T09:58:31.342Z] [INFO] Executed tasks [2022-03-23T09:58:31.342Z] [INFO] [2022-03-23T09:58:31.342Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:archive-repository (archive-java18patch) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:31.342Z] [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-23T09:58:31.599Z] [INFO] [2022-03-23T09:58:31.599Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:31.599Z] [INFO] Skipped [2022-03-23T09:58:31.599Z] [INFO] [2022-03-23T09:58:31.599Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:31.599Z] [INFO] [2022-03-23T09:58:31.599Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse.releng.repository.java18patch --- [2022-03-23T09:58:31.599Z] [INFO] ------------------------------------------------------------------------ [2022-03-23T09:58:31.599Z] [INFO] Reactor Summary: [2022-03-23T09:58:31.599Z] [INFO] [2022-03-23T09:58:31.599Z] [INFO] eclipse-platform-parent 4.23.0-SNAPSHOT ............ SUCCESS [ 15.290 s] [2022-03-23T09:58:31.599Z] [INFO] eclipse-sdk-prereqs 4.23.0-SNAPSHOT ................ SUCCESS [ 0.569 s] [2022-03-23T09:58:31.599Z] [INFO] eclipse.platform.releng.java18patch 4.23.0-SNAPSHOT SUCCESS [ 0.007 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 14.043 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt 3.18.1100.v20220308-0310 ........... SUCCESS [ 1.774 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.pde.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 2.632 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.pde 3.14.1100.v20220308-0310 ........... SUCCESS [ 1.401 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.core 3.29.50-SNAPSHOT .............. SUCCESS [ 45.702 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.compiler.tool 1.3.150-SNAPSHOT ..... SUCCESS [ 8.497 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.compiler.apt 1.4.100-SNAPSHOT ...... SUCCESS [ 7.582 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.launching 3.19.550-SNAPSHOT ........ SUCCESS [ 9.385 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.core.manipulation 1.16.50-SNAPSHOT . SUCCESS [ 10.689 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.ui 3.26.50-SNAPSHOT ................ SUCCESS [ 35.015 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.pde.build 3.11.150-SNAPSHOT ............ SUCCESS [ 5.848 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.pde.api.tools 1.2.850-SNAPSHOT ......... SUCCESS [ 7.890 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.pde.ui 3.13.450-SNAPSHOT ............... SUCCESS [ 15.768 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.jdt.java18patch 1.2.300-SNAPSHOT ....... SUCCESS [ 2.739 s] [2022-03-23T09:58:31.599Z] [INFO] org.eclipse.pde.java18patch 1.2.300-SNAPSHOT ....... SUCCESS [ 2.757 s] [2022-03-23T09:58:31.599Z] [INFO] eclipse.releng.repository.java18patch 1.2.300-SNAPSHOT SUCCESS [ 15.338 s] [2022-03-23T09:58:31.599Z] [INFO] ------------------------------------------------------------------------ [2022-03-23T09:58:31.599Z] [INFO] BUILD SUCCESS [2022-03-23T09:58:31.599Z] [INFO] ------------------------------------------------------------------------ [2022-03-23T09:58:31.599Z] [INFO] Total time: 04:09 min [2022-03-23T09:58:31.599Z] [INFO] Finished at: 2022-03-23T09:58:31Z [2022-03-23T09:58:31.599Z] [INFO] ------------------------------------------------------------------------ [2022-03-23T09:58:32.531Z] + [[ 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-23T09:58:43.568Z] 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-kngm4-2sqtt [Pipeline] { [Pipeline] sh [2022-03-23T09:58:47.293Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:58:47.294Z] + 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-23T09:58:47.294Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log [2022-03-23T09:58:47.294Z] + set -e [2022-03-23T09:58:47.294Z] + '[' 1 -ne 1 ']' [2022-03-23T09:58:47.294Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource [2022-03-23T09:58:47.294Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:58:47.294Z] ++ export TIMESTAMP=20220323-0540 [2022-03-23T09:58:47.294Z] ++ TIMESTAMP=20220323-0540 [2022-03-23T09:58:47.294Z] ++ export 'BUILD_PRETTY_DATE=Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:58:47.294Z] ++ BUILD_PRETTY_DATE='Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:58:47.294Z] ++ export BRANCH=R4_23_maintenance [2022-03-23T09:58:47.294Z] ++ BRANCH=R4_23_maintenance [2022-03-23T09:58:47.294Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:58:47.294Z] ++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:58:47.294Z] ++ export PATCH_BUILD=java18patch [2022-03-23T09:58:47.294Z] ++ PATCH_BUILD=java18patch [2022-03-23T09:58:47.294Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-23T09:58:47.294Z] ++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-23T09:58:47.294Z] ++ export BUILD_TYPE=P [2022-03-23T09:58:47.294Z] ++ BUILD_TYPE=P [2022-03-23T09:58:47.294Z] ++ export TESTED_BUILD_TYPE=P [2022-03-23T09:58:47.294Z] ++ TESTED_BUILD_TYPE=P [2022-03-23T09:58:47.294Z] ++ export RELEASE_VER=4.23 [2022-03-23T09:58:47.294Z] ++ RELEASE_VER=4.23 [2022-03-23T09:58:47.294Z] ++ export STREAM=4.23.0 [2022-03-23T09:58:47.294Z] ++ STREAM=4.23.0 [2022-03-23T09:58:47.294Z] ++ export STREAMMajor=4 [2022-03-23T09:58:47.294Z] ++ STREAMMajor=4 [2022-03-23T09:58:47.294Z] ++ export STREAMMinor=23 [2022-03-23T09:58:47.294Z] ++ STREAMMinor=23 [2022-03-23T09:58:47.294Z] ++ export STREAMService=0 [2022-03-23T09:58:47.294Z] ++ STREAMService=0 [2022-03-23T09:58:47.294Z] ++ export GIT_ROOT=git@github.com: [2022-03-23T09:58:47.294Z] ++ GIT_ROOT=git@github.com: [2022-03-23T09:58:47.294Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:58:47.294Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:58:47.294Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:58:47.294Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:58:47.294Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:58:47.294Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:58:47.295Z] ++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:58:47.295Z] ++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:58:47.295Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:58:47.295Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:58:47.295Z] ++ export TMP_DIR=tmp [2022-03-23T09:58:47.295Z] ++ TMP_DIR=tmp [2022-03-23T09:58:47.295Z] ++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:58:47.295Z] ++ DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:58:47.295Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:58:47.295Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:58:47.295Z] ++ export LOCAL_REPO=localMavenRepo [2022-03-23T09:58:47.295Z] ++ LOCAL_REPO=localMavenRepo [2022-03-23T09:58:47.295Z] ++ export BASEBUILDER_TAG=4.22 [2022-03-23T09:58:47.295Z] ++ BASEBUILDER_TAG=4.22 [2022-03-23T09:58:47.295Z] ++ export API_PREV_REF_LABEL=4.22 [2022-03-23T09:58:47.295Z] ++ API_PREV_REF_LABEL=4.22 [2022-03-23T09:58:47.295Z] ++ export API_FREEZE_REF_LABEL= [2022-03-23T09:58:47.295Z] ++ API_FREEZE_REF_LABEL= [2022-03-23T09:58:47.295Z] ++ export 'FREEZE_PARAMS= ' [2022-03-23T09:58:47.295Z] ++ FREEZE_PARAMS=' ' [2022-03-23T09:58:47.295Z] ++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:58:47.295Z] ++ PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:58:47.295Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:58:47.295Z] ++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:58:47.295Z] ++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:58:47.295Z] ++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:58:47.295Z] ++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:58:47.295Z] ++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:58:47.295Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:58:47.295Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:58:47.295Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:58:47.295Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:58:47.295Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:58:47.295Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:58:47.295Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:47.295Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:47.295Z] ++ export MAVEN_OPTS=-Xmx6G [2022-03-23T09:58:47.295Z] ++ MAVEN_OPTS=-Xmx6G [2022-03-23T09:58:47.295Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:58:47.295Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:58:47.295Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:58:47.295Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:58:47.295Z] ++ 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-23T09:58:47.295Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-23T09:58:47.295Z] ++ 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-23T09:58:47.295Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-23T09:58:47.295Z] ++ export BUILD_ID=P20220323-0540 [2022-03-23T09:58:47.295Z] ++ BUILD_ID=P20220323-0540 [2022-03-23T09:58:47.295Z] ++ export BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:47.295Z] ++ BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:47.295Z] ++ export EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:47.295Z] ++ EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:47.295Z] ++ export EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:58:47.295Z] ++ EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:58:47.295Z] ++ 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-23T09:58:47.295Z] ++ 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-23T09:58:47.296Z] ++ 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-23T09:58:47.296Z] ++ 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-23T09:58:47.296Z] ++ 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-23T09:58:47.296Z] ++ 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-23T09:58:47.296Z] ++ 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-23T09:58:47.296Z] ++ 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-23T09:58:47.296Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220323-0540 [2022-03-23T09:58:47.296Z] + JavaCMD=/opt/tools/java/openjdk/jdk-11/latest/bin/java [2022-03-23T09:58:47.296Z] + 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/P20220323-0540/mavenproperties.properties [2022-03-23T09:58:47.296Z] + echo java18patch [2022-03-23T09:58:47.296Z] java18patch [2022-03-23T09:58:47.296Z] + PATCH_BUILD_GENERIC=java18patch [2022-03-23T09:58:47.296Z] + 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-23T09:58:47.296Z] + '[' -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-23T09:58:47.296Z] + 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-23T09:58:47.296Z] ~/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-23T09:58:47.296Z] + 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/P20220323-0540 [2022-03-23T09:58:47.296Z] + popd [2022-03-23T09:58:47.296Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:58:47.296Z] + [[ 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-23T09:58:59.862Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:58:59.862Z] +++ export TIMESTAMP=20220323-0540 [2022-03-23T09:58:59.862Z] +++ TIMESTAMP=20220323-0540 [2022-03-23T09:58:59.862Z] +++ export 'BUILD_PRETTY_DATE=Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:58:59.862Z] +++ BUILD_PRETTY_DATE='Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:58:59.862Z] +++ export BRANCH=R4_23_maintenance [2022-03-23T09:58:59.862Z] +++ BRANCH=R4_23_maintenance [2022-03-23T09:58:59.862Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:58:59.862Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:58:59.862Z] +++ export PATCH_BUILD=java18patch [2022-03-23T09:58:59.862Z] +++ PATCH_BUILD=java18patch [2022-03-23T09:58:59.862Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-23T09:58:59.862Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-23T09:58:59.862Z] +++ export BUILD_TYPE=P [2022-03-23T09:58:59.862Z] +++ BUILD_TYPE=P [2022-03-23T09:58:59.863Z] +++ export TESTED_BUILD_TYPE=P [2022-03-23T09:58:59.863Z] +++ TESTED_BUILD_TYPE=P [2022-03-23T09:58:59.863Z] +++ export RELEASE_VER=4.23 [2022-03-23T09:58:59.863Z] +++ RELEASE_VER=4.23 [2022-03-23T09:58:59.863Z] +++ export STREAM=4.23.0 [2022-03-23T09:58:59.863Z] +++ STREAM=4.23.0 [2022-03-23T09:58:59.863Z] +++ export STREAMMajor=4 [2022-03-23T09:58:59.863Z] +++ STREAMMajor=4 [2022-03-23T09:58:59.863Z] +++ export STREAMMinor=23 [2022-03-23T09:58:59.863Z] +++ STREAMMinor=23 [2022-03-23T09:58:59.863Z] +++ export STREAMService=0 [2022-03-23T09:58:59.863Z] +++ STREAMService=0 [2022-03-23T09:58:59.863Z] +++ export GIT_ROOT=git@github.com: [2022-03-23T09:58:59.863Z] +++ GIT_ROOT=git@github.com: [2022-03-23T09:58:59.863Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:58:59.863Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:58:59.863Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:58:59.863Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:58:59.863Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:58:59.863Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:58:59.863Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:58:59.863Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:58:59.863Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:58:59.863Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:58:59.863Z] +++ export TMP_DIR=tmp [2022-03-23T09:58:59.863Z] +++ TMP_DIR=tmp [2022-03-23T09:58:59.863Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:58:59.863Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:58:59.863Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:58:59.863Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:58:59.863Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-23T09:58:59.863Z] +++ LOCAL_REPO=localMavenRepo [2022-03-23T09:58:59.863Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-23T09:58:59.863Z] +++ BASEBUILDER_TAG=4.22 [2022-03-23T09:58:59.863Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-23T09:58:59.863Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-23T09:58:59.863Z] +++ export API_FREEZE_REF_LABEL= [2022-03-23T09:58:59.863Z] +++ API_FREEZE_REF_LABEL= [2022-03-23T09:58:59.863Z] +++ export 'FREEZE_PARAMS= ' [2022-03-23T09:58:59.863Z] +++ FREEZE_PARAMS=' ' [2022-03-23T09:58:59.863Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:58:59.863Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:58:59.863Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:58:59.863Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:58:59.863Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:58:59.863Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:58:59.863Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:58:59.863Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:58:59.863Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:58:59.863Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:58:59.863Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:58:59.863Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:58:59.863Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:58:59.863Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:58:59.863Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:59.863Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:58:59.863Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-23T09:58:59.863Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-23T09:58:59.863Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:58:59.863Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:58:59.863Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:58:59.863Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:58:59.863Z] +++ 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-23T09:58:59.863Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-23T09:58:59.863Z] +++ 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-23T09:58:59.863Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-23T09:58:59.863Z] +++ export BUILD_ID=P20220323-0540 [2022-03-23T09:58:59.863Z] +++ BUILD_ID=P20220323-0540 [2022-03-23T09:58:59.863Z] +++ export BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:59.863Z] +++ BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:59.863Z] +++ export EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:59.863Z] +++ EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:58:59.863Z] +++ export EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:58:59.863Z] +++ EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:58:59.863Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] +++ 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-23T09:58:59.864Z] ++ echo P20220323-0540 [2022-03-23T09:58:59.864Z] + echo P20220323-0540 [Pipeline] sh [2022-03-23T09:59:00.688Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:59:00.689Z] +++ export TIMESTAMP=20220323-0540 [2022-03-23T09:59:00.689Z] +++ TIMESTAMP=20220323-0540 [2022-03-23T09:59:00.689Z] +++ export 'BUILD_PRETTY_DATE=Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:59:00.689Z] +++ BUILD_PRETTY_DATE='Wed Mar 23 05:40:00 EDT 2022' [2022-03-23T09:59:00.689Z] +++ export BRANCH=R4_23_maintenance [2022-03-23T09:59:00.689Z] +++ BRANCH=R4_23_maintenance [2022-03-23T09:59:00.689Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:59:00.689Z] +++ PATCH_OR_BRANCH_LABEL=java18patch [2022-03-23T09:59:00.689Z] +++ export PATCH_BUILD=java18patch [2022-03-23T09:59:00.689Z] +++ PATCH_BUILD=java18patch [2022-03-23T09:59:00.689Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18' [2022-03-23T09:59:00.689Z] +++ BUILD_TYPE_NAME='Beta Java 18' [2022-03-23T09:59:00.689Z] +++ export BUILD_TYPE=P [2022-03-23T09:59:00.689Z] +++ BUILD_TYPE=P [2022-03-23T09:59:00.689Z] +++ export TESTED_BUILD_TYPE=P [2022-03-23T09:59:00.689Z] +++ TESTED_BUILD_TYPE=P [2022-03-23T09:59:00.689Z] +++ export RELEASE_VER=4.23 [2022-03-23T09:59:00.689Z] +++ RELEASE_VER=4.23 [2022-03-23T09:59:00.689Z] +++ export STREAM=4.23.0 [2022-03-23T09:59:00.689Z] +++ STREAM=4.23.0 [2022-03-23T09:59:00.689Z] +++ export STREAMMajor=4 [2022-03-23T09:59:00.689Z] +++ STREAMMajor=4 [2022-03-23T09:59:00.689Z] +++ export STREAMMinor=23 [2022-03-23T09:59:00.689Z] +++ STREAMMinor=23 [2022-03-23T09:59:00.689Z] +++ export STREAMService=0 [2022-03-23T09:59:00.689Z] +++ STREAMService=0 [2022-03-23T09:59:00.689Z] +++ export GIT_ROOT=git@github.com: [2022-03-23T09:59:00.689Z] +++ GIT_ROOT=git@github.com: [2022-03-23T09:59:00.689Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:59:00.689Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git [2022-03-23T09:59:00.689Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:59:00.689Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator [2022-03-23T09:59:00.689Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:59:00.689Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 [2022-03-23T09:59:00.689Z] +++ export UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:59:00.689Z] +++ UPDATES_DIR=siteDir/eclipse/updates [2022-03-23T09:59:00.689Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:59:00.689Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops [2022-03-23T09:59:00.689Z] +++ export TMP_DIR=tmp [2022-03-23T09:59:00.689Z] +++ TMP_DIR=tmp [2022-03-23T09:59:00.689Z] +++ export DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:59:00.689Z] +++ DOWNLOAD_HOST=download.eclipse.org [2022-03-23T09:59:00.689Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:59:00.689Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates [2022-03-23T09:59:00.689Z] +++ export LOCAL_REPO=localMavenRepo [2022-03-23T09:59:00.689Z] +++ LOCAL_REPO=localMavenRepo [2022-03-23T09:59:00.689Z] +++ export BASEBUILDER_TAG=4.22 [2022-03-23T09:59:00.689Z] +++ BASEBUILDER_TAG=4.22 [2022-03-23T09:59:00.689Z] +++ export API_PREV_REF_LABEL=4.22 [2022-03-23T09:59:00.689Z] +++ API_PREV_REF_LABEL=4.22 [2022-03-23T09:59:00.689Z] +++ export API_FREEZE_REF_LABEL= [2022-03-23T09:59:00.689Z] +++ API_FREEZE_REF_LABEL= [2022-03-23T09:59:00.689Z] +++ export 'FREEZE_PARAMS= ' [2022-03-23T09:59:00.689Z] +++ FREEZE_PARAMS=' ' [2022-03-23T09:59:00.689Z] +++ export PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:59:00.689Z] +++ PREVIOUS_RELEASE_VER=4.23 [2022-03-23T09:59:00.689Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:59:00.689Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23 [2022-03-23T09:59:00.689Z] +++ export BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:59:00.689Z] +++ BASEBUILD_ID=R-4.23-202203080310 [2022-03-23T09:59:00.689Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:59:00.689Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310 [2022-03-23T09:59:00.689Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:59:00.689Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ [2022-03-23T09:59:00.689Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:59:00.690Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ [2022-03-23T09:59:00.690Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:59:00.690Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder [2022-03-23T09:59:00.690Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:59:00.690Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ [2022-03-23T09:59:00.690Z] +++ export MAVEN_OPTS=-Xmx6G [2022-03-23T09:59:00.690Z] +++ MAVEN_OPTS=-Xmx6G [2022-03-23T09:59:00.690Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:59:00.690Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc [2022-03-23T09:59:00.690Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:59:00.690Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php [2022-03-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties [2022-03-23T09:59:00.690Z] +++ export BUILD_ID=P20220323-0540 [2022-03-23T09:59:00.690Z] +++ BUILD_ID=P20220323-0540 [2022-03-23T09:59:00.690Z] +++ export BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:59:00.690Z] +++ BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:59:00.690Z] +++ export EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:59:00.690Z] +++ EQ_BUILD_DIR_SEG=P20220323-0540 [2022-03-23T09:59:00.690Z] +++ export EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:59:00.690Z] +++ EBUILDER_HASH=b48cc3e60759c51f2cd863159b7c0d87e8b1d7c4 [2022-03-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] +++ 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-23T09:59:00.690Z] ++ echo 4.23 [2022-03-23T09:59:00.690Z] + echo 4.23 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] archiveArtifacts [2022-03-23T09:59:09.578Z] Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote Update Site) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2022-03-23T09:59:25.992Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org) [2022-03-23T09:59:25.993Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T09:59:26.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T09:59:26.315Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:59:26.568Z] Executing command: "ssh-agent" [2022-03-23T09:59:26.568Z] exit [2022-03-23T09:59:26.628Z] SSH_AUTH_SOCK=/tmp/ssh-HNkjdJst61CE/agent.8083; export SSH_AUTH_SOCK; [2022-03-23T09:59:26.628Z] SSH_AGENT_PID=8084; export SSH_AGENT_PID; [2022-03-23T09:59:26.628Z] echo Agent pid 8084; [2022-03-23T09:59:26.629Z] SSH_AUTH_SOCK=/tmp/ssh-HNkjdJst61CE/agent.8083 [2022-03-23T09:59:26.629Z] SSH_AGENT_PID=8084 [2022-03-23T09:59:26.641Z] Running ssh-add (command line suppressed) [2022-03-23T09:59:26.965Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_3735350238133522367.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_3735350238133522367.key) [2022-03-23T09:59:26.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T09:59:28.214Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [2022-03-23T09:59:28.215Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource [2022-03-23T09:59:28.215Z] ~/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-23T09:59:30.742Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts [Pipeline] } [2022-03-23T09:59:31.023Z] Executing sh script inside container jnlp of pod aggrbuild-pod-kngm4-2sqtt [2022-03-23T09:59:31.272Z] Executing command: "ssh-agent" "-k" [2022-03-23T09:59:31.272Z] exit [2022-03-23T09:59:31.329Z] unset SSH_AUTH_SOCK; [2022-03-23T09:59:31.329Z] unset SSH_AGENT_PID; [2022-03-23T09:59:31.329Z] echo Agent pid 8084 killed; [2022-03-23T09:59:31.331Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext [2022-03-23T09:59:36.182Z] 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