Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes releng/aggrbuild-pod-zzzx4-0h7c3
[Normal][releng/aggrbuild-pod-zzzx4-0h7c3][Scheduled] Successfully assigned releng/aggrbuild-pod-zzzx4-0h7c3 to okdnode-4
[Normal][releng/aggrbuild-pod-zzzx4-0h7c3][AddedInterface] Add eth0 [10.40.19.51/23] from openshift-sdn
[Normal][releng/aggrbuild-pod-zzzx4-0h7c3][Pulling] Pulling image "eclipsecbijenkins/jipp-migration-agent:latest"
[Normal][releng/aggrbuild-pod-zzzx4-0h7c3][Pulled] Successfully pulled image "eclipsecbijenkins/jipp-migration-agent:latest" in 773.47622ms
[Normal][releng/aggrbuild-pod-zzzx4-0h7c3][Created] Created container jnlp
[Normal][releng/aggrbuild-pod-zzzx4-0h7c3][Started] Started container jnlp
Agent aggrbuild-pod-zzzx4-0h7c3 is provisioned from template aggrbuild-pod-zzzx4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/P-build/79/"
    runUrl: "job/P-build/79/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e"
    jenkins/label: "aggrbuild-pod"
  name: "aggrbuild-pod-zzzx4-0h7c3"
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-zzzx4-0h7c3"
    - name: "JENKINS_NAME"
      value: "aggrbuild-pod-zzzx4-0h7c3"
    - 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-zzzx4-0h7c3 in /home/jenkins/agent/workspace/P-build
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 6 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clean Workspace)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
05:00:17 [2022-03-17T09:00:17.094Z] + cd /home/jenkins/agent/workspace/P-build
05:00:17 [2022-03-17T09:00:17.095Z] + rm -rf '*'
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup intial configuration)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
05:00:17 [2022-03-17T09:00:17.230Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
05:00:17 [2022-03-17T09:00:17.230Z] [ssh-agent] Looking for ssh-agent implementation...
05:00:17 [2022-03-17T09:00:17.634Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
05:00:17 [2022-03-17T09:00:17.634Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:00:17 [2022-03-17T09:00:17.882Z] Executing command: "ssh-agent" 
05:00:17 [2022-03-17T09:00:17.882Z] exit
05:00:17 [2022-03-17T09:00:17.940Z] SSH_AUTH_SOCK=/tmp/ssh-QzfuFYQsKda6/agent.85; export SSH_AUTH_SOCK;
05:00:17 [2022-03-17T09:00:17.940Z] SSH_AGENT_PID=86; export SSH_AGENT_PID;
05:00:17 [2022-03-17T09:00:17.940Z] echo Agent pid 86;
05:00:17 [2022-03-17T09:00:17.942Z] SSH_AUTH_SOCK=/tmp/ssh-QzfuFYQsKda6/agent.85
05:00:17 [2022-03-17T09:00:17.942Z] SSH_AGENT_PID=86
05:00:17 [2022-03-17T09:00:17.968Z] Running ssh-add (command line suppressed)
05:00:18 [2022-03-17T09:00:18.294Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_14492260068095601414.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_14492260068095601414.key)
05:00:18 [2022-03-17T09:00:18.308Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
05:00:18 [2022-03-17T09:00:18.319Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator
[Pipeline] {
[Pipeline] sh
05:00:18 [2022-03-17T09:00:18.857Z] + git clone -b R4_23_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
05:00:18 [2022-03-17T09:00:18.857Z] Cloning into 'eclipse.platform.releng.aggregator'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
05:00:22 [2022-03-17T09:00:22.181Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:00:22 [2022-03-17T09:00:22.460Z] Executing command: "ssh-agent" "-k" 
05:00:22 [2022-03-17T09:00:22.460Z] exit
05:00:22 [2022-03-17T09:00:22.517Z] unset SSH_AUTH_SOCK;
05:00:22 [2022-03-17T09:00:22.517Z] unset SSH_AGENT_PID;
05:00:22 [2022-03-17T09:00:22.517Z] echo Agent pid 86 killed;
05:00:22 [2022-03-17T09:00:22.519Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sh
05:00:23 [2022-03-17T09:00:23.066Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
05:00:23 [2022-03-17T09:00:23.067Z] + 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
05:00:23 [2022-03-17T09:00:23.067Z] + 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
05:00:23 [2022-03-17T09:00:23.781Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:00:23 [2022-03-17T09:00:23.782Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt
05:00:23 [2022-03-17T09:00:23.782Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:23 [2022-03-17T09:00:23.782Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log
05:00:23 [2022-03-17T09:00:23.782Z] + [[ 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
05:00:24 [2022-03-17T09:00:24.414Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:24 [2022-03-17T09:00:24.415Z] +++ export TIMESTAMP=20220317-0500
05:00:24 [2022-03-17T09:00:24.415Z] +++ TIMESTAMP=20220317-0500
05:00:24 [2022-03-17T09:00:24.415Z] +++ export 'BUILD_PRETTY_DATE=Thu Mar 17 05:00:00 EDT 2022'
05:00:24 [2022-03-17T09:00:24.415Z] +++ BUILD_PRETTY_DATE='Thu Mar 17 05:00:00 EDT 2022'
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BRANCH=R4_23_maintenance
05:00:24 [2022-03-17T09:00:24.415Z] +++ BRANCH=R4_23_maintenance
05:00:24 [2022-03-17T09:00:24.415Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch
05:00:24 [2022-03-17T09:00:24.415Z] +++ PATCH_OR_BRANCH_LABEL=java18patch
05:00:24 [2022-03-17T09:00:24.415Z] +++ export PATCH_BUILD=java18patch
05:00:24 [2022-03-17T09:00:24.415Z] +++ PATCH_BUILD=java18patch
05:00:24 [2022-03-17T09:00:24.415Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18'
05:00:24 [2022-03-17T09:00:24.415Z] +++ BUILD_TYPE_NAME='Beta Java 18'
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.415Z] +++ BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.415Z] +++ export TESTED_BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.415Z] +++ TESTED_BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.415Z] +++ export RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.415Z] +++ RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.415Z] +++ export STREAM=4.23.0
05:00:24 [2022-03-17T09:00:24.415Z] +++ STREAM=4.23.0
05:00:24 [2022-03-17T09:00:24.415Z] +++ export STREAMMajor=4
05:00:24 [2022-03-17T09:00:24.415Z] +++ STREAMMajor=4
05:00:24 [2022-03-17T09:00:24.415Z] +++ export STREAMMinor=23
05:00:24 [2022-03-17T09:00:24.415Z] +++ STREAMMinor=23
05:00:24 [2022-03-17T09:00:24.415Z] +++ export STREAMService=0
05:00:24 [2022-03-17T09:00:24.415Z] +++ STREAMService=0
05:00:24 [2022-03-17T09:00:24.415Z] +++ export GIT_ROOT=git@github.com:
05:00:24 [2022-03-17T09:00:24.415Z] +++ GIT_ROOT=git@github.com:
05:00:24 [2022-03-17T09:00:24.415Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:00:24 [2022-03-17T09:00:24.415Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:00:24 [2022-03-17T09:00:24.415Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:00:24 [2022-03-17T09:00:24.415Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:00:24 [2022-03-17T09:00:24.415Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:00:24 [2022-03-17T09:00:24.415Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:00:24 [2022-03-17T09:00:24.415Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
05:00:24 [2022-03-17T09:00:24.415Z] +++ UPDATES_DIR=siteDir/eclipse/updates
05:00:24 [2022-03-17T09:00:24.415Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:00:24 [2022-03-17T09:00:24.415Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:00:24 [2022-03-17T09:00:24.415Z] +++ export TMP_DIR=tmp
05:00:24 [2022-03-17T09:00:24.415Z] +++ TMP_DIR=tmp
05:00:24 [2022-03-17T09:00:24.415Z] +++ export DOWNLOAD_HOST=download.eclipse.org
05:00:24 [2022-03-17T09:00:24.415Z] +++ DOWNLOAD_HOST=download.eclipse.org
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:00:24 [2022-03-17T09:00:24.415Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:00:24 [2022-03-17T09:00:24.415Z] +++ export LOCAL_REPO=localMavenRepo
05:00:24 [2022-03-17T09:00:24.415Z] +++ LOCAL_REPO=localMavenRepo
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BASEBUILDER_TAG=4.22
05:00:24 [2022-03-17T09:00:24.415Z] +++ BASEBUILDER_TAG=4.22
05:00:24 [2022-03-17T09:00:24.415Z] +++ export API_PREV_REF_LABEL=4.22
05:00:24 [2022-03-17T09:00:24.415Z] +++ API_PREV_REF_LABEL=4.22
05:00:24 [2022-03-17T09:00:24.415Z] +++ export API_FREEZE_REF_LABEL=
05:00:24 [2022-03-17T09:00:24.415Z] +++ API_FREEZE_REF_LABEL=
05:00:24 [2022-03-17T09:00:24.415Z] +++ export 'FREEZE_PARAMS= '
05:00:24 [2022-03-17T09:00:24.415Z] +++ FREEZE_PARAMS=' '
05:00:24 [2022-03-17T09:00:24.415Z] +++ export PREVIOUS_RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.415Z] +++ PREVIOUS_RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.415Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23
05:00:24 [2022-03-17T09:00:24.415Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BASEBUILD_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.415Z] +++ BASEBUILD_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.415Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.415Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:00:24 [2022-03-17T09:00:24.415Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:00:24 [2022-03-17T09:00:24.415Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:00:24 [2022-03-17T09:00:24.415Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:00:24 [2022-03-17T09:00:24.415Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:00:24 [2022-03-17T09:00:24.415Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:00:24 [2022-03-17T09:00:24.415Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:00:24 [2022-03-17T09:00:24.415Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:00:24 [2022-03-17T09:00:24.416Z] +++ export MAVEN_OPTS=-Xmx6G
05:00:24 [2022-03-17T09:00:24.416Z] +++ MAVEN_OPTS=-Xmx6G
05:00:24 [2022-03-17T09:00:24.416Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:00:24 [2022-03-17T09:00:24.416Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:00:24 [2022-03-17T09:00:24.416Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:24 [2022-03-17T09:00:24.416Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:24 [2022-03-17T09:00:24.416Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:00:24 [2022-03-17T09:00:24.416Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:00:24 [2022-03-17T09:00:24.416Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:00:24 [2022-03-17T09:00:24.416Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:00:24 [2022-03-17T09:00:24.416Z] +++ export BUILD_ID=P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] +++ BUILD_ID=P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] +++ export BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] +++ BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] +++ export EQ_BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] +++ EQ_BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] +++ export EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:00:24 [2022-03-17T09:00:24.416Z] +++ EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] +++ 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
05:00:24 [2022-03-17T09:00:24.416Z] ++ echo P20220317-0500
05:00:24 [2022-03-17T09:00:24.416Z] + echo P20220317-0500
[Pipeline] sh
05:00:24 [2022-03-17T09:00:24.964Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:24 [2022-03-17T09:00:24.964Z] +++ export TIMESTAMP=20220317-0500
05:00:24 [2022-03-17T09:00:24.964Z] +++ TIMESTAMP=20220317-0500
05:00:24 [2022-03-17T09:00:24.964Z] +++ export 'BUILD_PRETTY_DATE=Thu Mar 17 05:00:00 EDT 2022'
05:00:24 [2022-03-17T09:00:24.964Z] +++ BUILD_PRETTY_DATE='Thu Mar 17 05:00:00 EDT 2022'
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BRANCH=R4_23_maintenance
05:00:24 [2022-03-17T09:00:24.965Z] +++ BRANCH=R4_23_maintenance
05:00:24 [2022-03-17T09:00:24.965Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch
05:00:24 [2022-03-17T09:00:24.965Z] +++ PATCH_OR_BRANCH_LABEL=java18patch
05:00:24 [2022-03-17T09:00:24.965Z] +++ export PATCH_BUILD=java18patch
05:00:24 [2022-03-17T09:00:24.965Z] +++ PATCH_BUILD=java18patch
05:00:24 [2022-03-17T09:00:24.965Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18'
05:00:24 [2022-03-17T09:00:24.965Z] +++ BUILD_TYPE_NAME='Beta Java 18'
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.965Z] +++ BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.965Z] +++ export TESTED_BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.965Z] +++ TESTED_BUILD_TYPE=P
05:00:24 [2022-03-17T09:00:24.965Z] +++ export RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.965Z] +++ RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.965Z] +++ export STREAM=4.23.0
05:00:24 [2022-03-17T09:00:24.965Z] +++ STREAM=4.23.0
05:00:24 [2022-03-17T09:00:24.965Z] +++ export STREAMMajor=4
05:00:24 [2022-03-17T09:00:24.965Z] +++ STREAMMajor=4
05:00:24 [2022-03-17T09:00:24.965Z] +++ export STREAMMinor=23
05:00:24 [2022-03-17T09:00:24.965Z] +++ STREAMMinor=23
05:00:24 [2022-03-17T09:00:24.965Z] +++ export STREAMService=0
05:00:24 [2022-03-17T09:00:24.965Z] +++ STREAMService=0
05:00:24 [2022-03-17T09:00:24.965Z] +++ export GIT_ROOT=git@github.com:
05:00:24 [2022-03-17T09:00:24.965Z] +++ GIT_ROOT=git@github.com:
05:00:24 [2022-03-17T09:00:24.965Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:00:24 [2022-03-17T09:00:24.965Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:00:24 [2022-03-17T09:00:24.965Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:00:24 [2022-03-17T09:00:24.965Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:00:24 [2022-03-17T09:00:24.965Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:00:24 [2022-03-17T09:00:24.965Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:00:24 [2022-03-17T09:00:24.965Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
05:00:24 [2022-03-17T09:00:24.965Z] +++ UPDATES_DIR=siteDir/eclipse/updates
05:00:24 [2022-03-17T09:00:24.965Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:00:24 [2022-03-17T09:00:24.965Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:00:24 [2022-03-17T09:00:24.965Z] +++ export TMP_DIR=tmp
05:00:24 [2022-03-17T09:00:24.965Z] +++ TMP_DIR=tmp
05:00:24 [2022-03-17T09:00:24.965Z] +++ export DOWNLOAD_HOST=download.eclipse.org
05:00:24 [2022-03-17T09:00:24.965Z] +++ DOWNLOAD_HOST=download.eclipse.org
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:00:24 [2022-03-17T09:00:24.965Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:00:24 [2022-03-17T09:00:24.965Z] +++ export LOCAL_REPO=localMavenRepo
05:00:24 [2022-03-17T09:00:24.965Z] +++ LOCAL_REPO=localMavenRepo
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BASEBUILDER_TAG=4.22
05:00:24 [2022-03-17T09:00:24.965Z] +++ BASEBUILDER_TAG=4.22
05:00:24 [2022-03-17T09:00:24.965Z] +++ export API_PREV_REF_LABEL=4.22
05:00:24 [2022-03-17T09:00:24.965Z] +++ API_PREV_REF_LABEL=4.22
05:00:24 [2022-03-17T09:00:24.965Z] +++ export API_FREEZE_REF_LABEL=
05:00:24 [2022-03-17T09:00:24.965Z] +++ API_FREEZE_REF_LABEL=
05:00:24 [2022-03-17T09:00:24.965Z] +++ export 'FREEZE_PARAMS= '
05:00:24 [2022-03-17T09:00:24.965Z] +++ FREEZE_PARAMS=' '
05:00:24 [2022-03-17T09:00:24.965Z] +++ export PREVIOUS_RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.965Z] +++ PREVIOUS_RELEASE_VER=4.23
05:00:24 [2022-03-17T09:00:24.965Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23
05:00:24 [2022-03-17T09:00:24.965Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BASEBUILD_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.965Z] +++ BASEBUILD_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.965Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.965Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:00:24 [2022-03-17T09:00:24.965Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:00:24 [2022-03-17T09:00:24.965Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:00:24 [2022-03-17T09:00:24.965Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:00:24 [2022-03-17T09:00:24.965Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:00:24 [2022-03-17T09:00:24.965Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:00:24 [2022-03-17T09:00:24.965Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:00:24 [2022-03-17T09:00:24.965Z] +++ export MAVEN_OPTS=-Xmx6G
05:00:24 [2022-03-17T09:00:24.965Z] +++ MAVEN_OPTS=-Xmx6G
05:00:24 [2022-03-17T09:00:24.965Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:00:24 [2022-03-17T09:00:24.965Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:24 [2022-03-17T09:00:24.965Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:00:24 [2022-03-17T09:00:24.965Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:00:24 [2022-03-17T09:00:24.965Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:00:24 [2022-03-17T09:00:24.966Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:00:24 [2022-03-17T09:00:24.966Z] +++ export BUILD_ID=P20220317-0500
05:00:24 [2022-03-17T09:00:24.966Z] +++ BUILD_ID=P20220317-0500
05:00:24 [2022-03-17T09:00:24.966Z] +++ export BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.966Z] +++ BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.966Z] +++ export EQ_BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.966Z] +++ EQ_BUILD_DIR_SEG=P20220317-0500
05:00:24 [2022-03-17T09:00:24.966Z] +++ export EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:00:24 [2022-03-17T09:00:24.966Z] +++ EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] +++ 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
05:00:24 [2022-03-17T09:00:24.966Z] ++ echo 4.23
05:00:24 [2022-03-17T09:00:24.966Z] + echo 4.23
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Repositories)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
05:00:25 [2022-03-17T09:00:25.084Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
05:00:25 [2022-03-17T09:00:25.084Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
05:00:25 [2022-03-17T09:00:25.084Z] [ssh-agent] Looking for ssh-agent implementation...
05:00:25 [2022-03-17T09:00:25.392Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
05:00:25 [2022-03-17T09:00:25.393Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:00:25 [2022-03-17T09:00:25.644Z] Executing command: "ssh-agent" 
05:00:25 [2022-03-17T09:00:25.644Z] exit
05:00:25 [2022-03-17T09:00:25.701Z] SSH_AUTH_SOCK=/tmp/ssh-BnkKcgMwW42U/agent.460; export SSH_AUTH_SOCK;
05:00:25 [2022-03-17T09:00:25.701Z] SSH_AGENT_PID=461; export SSH_AGENT_PID;
05:00:25 [2022-03-17T09:00:25.701Z] echo Agent pid 461;
05:00:25 [2022-03-17T09:00:25.704Z] SSH_AUTH_SOCK=/tmp/ssh-BnkKcgMwW42U/agent.460
05:00:25 [2022-03-17T09:00:25.704Z] SSH_AGENT_PID=461
05:00:25 [2022-03-17T09:00:25.715Z] Running ssh-add (command line suppressed)
05:00:26 [2022-03-17T09:00:26.036Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_18125706134903949420.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_18125706134903949420.key)
05:00:26 [2022-03-17T09:00:26.053Z] Running ssh-add (command line suppressed)
05:00:26 [2022-03-17T09:00:26.387Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_12176475542072576344.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_12176475542072576344.key)
05:00:26 [2022-03-17T09:00:26.396Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
05:00:26 [2022-03-17T09:00:26.932Z] + git config --global user.email releng-bot@eclipse.org
05:00:26 [2022-03-17T09:00:26.933Z] + git config --global user.name 'Eclipse Releng Bot'
05:00:26 [2022-03-17T09:00:26.933Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:00:26 [2022-03-17T09:00:26.933Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:00:26 [2022-03-17T09:00:26.933Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log
05:00:26 [2022-03-17T09:00:26.933Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'...
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.jdt' (https://git.eclipse.org/r/jdt/eclipse.jdt) registered for path 'eclipse.jdt'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.jdt.core' (https://git.eclipse.org/r/jdt/eclipse.jdt.core) registered for path 'eclipse.jdt.core'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.jdt.core.binaries' (https://git.eclipse.org/r/jdt/eclipse.jdt.core.binaries) registered for path 'eclipse.jdt.core.binaries'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.jdt.debug' (https://git.eclipse.org/r/jdt/eclipse.jdt.debug) registered for path 'eclipse.jdt.debug'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.jdt.ui' (https://git.eclipse.org/r/jdt/eclipse.jdt.ui) registered for path 'eclipse.jdt.ui'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.pde.build' (https://git.eclipse.org/r/pde/eclipse.pde.build) registered for path 'eclipse.pde.build'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.pde.ui' (https://git.eclipse.org/r/pde/eclipse.pde.ui) registered for path 'eclipse.pde.ui'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform' (https://git.eclipse.org/r/platform/eclipse.platform) registered for path 'eclipse.platform'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.common' (git@github.com:eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.debug' (https://git.eclipse.org/r/platform/eclipse.platform.debug) registered for path 'eclipse.platform.debug'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.releng' (git@github.com:eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.resources' (https://git.eclipse.org/r/platform/eclipse.platform.resources) registered for path 'eclipse.platform.resources'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.runtime' (https://git.eclipse.org/r/platform/eclipse.platform.runtime) registered for path 'eclipse.platform.runtime'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.swt' (https://git.eclipse.org/r/platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt'
05:00:30 [2022-03-17T09:00:30.228Z] Submodule 'eclipse.platform.swt.binaries' (https://git.eclipse.org/r/platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'eclipse.platform.team' (git@github.com:eclipse-platform/eclipse.platform.team.git) registered for path 'eclipse.platform.team'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'eclipse.platform.text' (https://git.eclipse.org/r/platform/eclipse.platform.text) registered for path 'eclipse.platform.text'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'eclipse.platform.ua' (https://git.eclipse.org/r/platform/eclipse.platform.ua) registered for path 'eclipse.platform.ua'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'eclipse.platform.ui' (https://git.eclipse.org/r/platform/eclipse.platform.ui) registered for path 'eclipse.platform.ui'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'eclipse.platform.ui.tools' (https://git.eclipse.org/r/platform/eclipse.platform.ui.tools) registered for path 'eclipse.platform.ui.tools'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'rt.equinox.bundles' (https://github.com/eclipse-equinox/equinox.bundles.git) registered for path 'rt.equinox.bundles'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'rt.equinox.framework' (https://github.com/eclipse-equinox/equinox.framework.git) registered for path 'rt.equinox.framework'
05:00:30 [2022-03-17T09:00:30.487Z] Submodule 'rt.equinox.p2' (https://git.eclipse.org/r/equinox/rt.equinox.p2) registered for path 'rt.equinox.p2'
05:00:30 [2022-03-17T09:00:30.487Z] Cloning into 'eclipse.jdt'...
05:00:31 [2022-03-17T09:00:31.423Z] Submodule path 'eclipse.jdt': checked out 'aceeeb7026ee095408cf1688c1fc99ce0ab98190'
05:00:31 [2022-03-17T09:00:31.423Z] Cloning into 'eclipse.jdt.core'...
05:01:03 [2022-03-17T09:01:03.501Z] Submodule path 'eclipse.jdt.core': checked out 'f2650a37b916e3760d3138a69c1f96ad6bc5e758'
05:01:03 [2022-03-17T09:01:03.501Z] Cloning into 'eclipse.jdt.core.binaries'...
05:01:03 [2022-03-17T09:01:03.501Z] Submodule path 'eclipse.jdt.core.binaries': checked out 'd3ce32c1a17268c2e09d0778a040213605897066'
05:01:03 [2022-03-17T09:01:03.501Z] Cloning into 'eclipse.jdt.debug'...
05:01:06 [2022-03-17T09:01:06.787Z] Submodule path 'eclipse.jdt.debug': checked out '3cbf71c91c16c91cba9f8887b52208c2ad39e9a7'
05:01:06 [2022-03-17T09:01:06.787Z] Cloning into 'eclipse.jdt.ui'...
05:01:28 [2022-03-17T09:01:28.721Z] Submodule path 'eclipse.jdt.ui': checked out 'ed2dbf6574c773d5367e4b647dd71cfe107602c7'
05:01:28 [2022-03-17T09:01:28.721Z] Cloning into 'eclipse.pde.build'...
05:01:28 [2022-03-17T09:01:28.721Z] Submodule path 'eclipse.pde.build': checked out 'fa188e63e0f4b29b021d898adf5609ae18526ea8'
05:01:28 [2022-03-17T09:01:28.722Z] Cloning into 'eclipse.pde.ui'...
05:01:38 [2022-03-17T09:01:38.701Z] Submodule path 'eclipse.pde.ui': checked out 'dd9ed8e7db94bb71cef797d43a3006ab73ebf246'
05:01:38 [2022-03-17T09:01:38.701Z] Cloning into 'eclipse.platform'...
05:01:43 [2022-03-17T09:01:43.980Z] Submodule path 'eclipse.platform': checked out 'd5bda2a1b022b19b77bf260f8304404e4bdca7e5'
05:01:43 [2022-03-17T09:01:43.980Z] Cloning into 'eclipse.platform.common'...
05:01:56 [2022-03-17T09:01:56.183Z] Submodule path 'eclipse.platform.common': checked out '991fc00ac4e555277a689e3ba1d59439bdefa235'
05:01:56 [2022-03-17T09:01:56.183Z] Cloning into 'eclipse.platform.debug'...
05:02:02 [2022-03-17T09:02:02.752Z] Submodule path 'eclipse.platform.debug': checked out 'd1237798c5bac68689d4b79be24f6f7384af3daf'
05:02:02 [2022-03-17T09:02:02.752Z] Cloning into 'eclipse.platform.releng'...
05:02:04 [2022-03-17T09:02:04.127Z] Submodule path 'eclipse.platform.releng': checked out '471356a37b808ef23c22281bca4f9018d021ffc2'
05:02:04 [2022-03-17T09:02:04.127Z] Cloning into 'eclipse.platform.resources'...
05:02:06 [2022-03-17T09:02:06.667Z] Submodule path 'eclipse.platform.resources': checked out 'e21d7232ffc843013739ccee7dcd342c93de8997'
05:02:06 [2022-03-17T09:02:06.667Z] Cloning into 'eclipse.platform.runtime'...
05:02:09 [2022-03-17T09:02:09.952Z] Submodule path 'eclipse.platform.runtime': checked out 'e1fb032dc1431019308065cce1fd8c7fecfc964e'
05:02:09 [2022-03-17T09:02:09.952Z] Cloning into 'eclipse.platform.swt'...
05:02:32 [2022-03-17T09:02:32.006Z] Submodule path 'eclipse.platform.swt': checked out '991582dc1284379a8fcf12568c92768f8bf17f01'
05:02:32 [2022-03-17T09:02:32.006Z] Cloning into 'eclipse.platform.swt.binaries'...
05:03:28 [2022-03-17T09:03:28.252Z] Submodule path 'eclipse.platform.swt.binaries': checked out 'e8644899a22dc47b937f759eb6ddec8373d2dd4b'
05:03:28 [2022-03-17T09:03:28.252Z] Cloning into 'eclipse.platform.team'...
05:03:30 [2022-03-17T09:03:30.783Z] Submodule path 'eclipse.platform.team': checked out '8e348bd773cd2ee4603a8bc4ceb8a98da93cb6cd'
05:03:30 [2022-03-17T09:03:30.783Z] Cloning into 'eclipse.platform.text'...
05:03:36 [2022-03-17T09:03:36.053Z] Submodule path 'eclipse.platform.text': checked out 'd87caaa4bcb5f492bbe08581f9ac79e241c64cbd'
05:03:36 [2022-03-17T09:03:36.053Z] Cloning into 'eclipse.platform.ua'...
05:03:39 [2022-03-17T09:03:39.337Z] Submodule path 'eclipse.platform.ua': checked out 'faac7fb99f307b0a201854eab997d405587d3cdf'
05:03:39 [2022-03-17T09:03:39.337Z] Cloning into 'eclipse.platform.ui'...
05:04:01 [2022-03-17T09:04:01.260Z] Submodule path 'eclipse.platform.ui': checked out '589d8e6f5a834cf7debfad282d09d0ae8672a81c'
05:04:01 [2022-03-17T09:04:01.260Z] Cloning into 'eclipse.platform.ui.tools'...
05:04:03 [2022-03-17T09:04:03.160Z] Submodule path 'eclipse.platform.ui.tools': checked out '4699fc168d74a0fe1bb0cf2376aaec10ac24be57'
05:04:03 [2022-03-17T09:04:03.160Z] Cloning into 'rt.equinox.binaries'...
05:04:06 [2022-03-17T09:04:06.442Z] Submodule path 'rt.equinox.binaries': checked out 'e1375eab8fd20503501df88c00e257b79d66cc4d'
05:04:06 [2022-03-17T09:04:06.442Z] Cloning into 'rt.equinox.bundles'...
05:04:08 [2022-03-17T09:04:08.973Z] Submodule path 'rt.equinox.bundles': checked out '97a02a0669e4581297d11fbccaf44249de3cb6e4'
05:04:08 [2022-03-17T09:04:08.973Z] Cloning into 'rt.equinox.framework'...
05:04:13 [2022-03-17T09:04:13.158Z] Submodule path 'rt.equinox.framework': checked out '167fc48203b373e0311adf95f69ca9bc857609e7'
05:04:13 [2022-03-17T09:04:13.158Z] Cloning into 'rt.equinox.p2'...
05:04:23 [2022-03-17T09:04:23.127Z] Submodule path 'rt.equinox.p2': checked out 'b406e5d7315451293dbc7dfb97255a3840ca0c2a'
05:04:23 [2022-03-17T09:04:23.127Z] Already on 'R4_23_maintenance'
05:04:23 [2022-03-17T09:04:23.127Z] M	cje-production/buildproperties.txt
05:04:23 [2022-03-17T09:04:23.127Z] M	cje-production/mbscripts/mb011_loadPGPKeys.sh
05:04:23 [2022-03-17T09:04:23.127Z] Already up-to-date.
05:04:23 [2022-03-17T09:04:23.127Z] ~/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
05:04:23 [2022-03-17T09:04:23.127Z] Entering 'eclipse.jdt'
05:04:23 [2022-03-17T09:04:23.385Z] Checking out R4_23_maintenance
05:04:23 [2022-03-17T09:04:23.385Z] Switched to a new branch 'R4_23_maintenance'
05:04:23 [2022-03-17T09:04:23.385Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:23 [2022-03-17T09:04:23.643Z] Already up-to-date.
05:04:23 [2022-03-17T09:04:23.643Z] Entering 'eclipse.jdt.core'
05:04:24 [2022-03-17T09:04:24.578Z] Checking out BETA_JAVA18
05:04:24 [2022-03-17T09:04:24.837Z] Previous HEAD position was f2650a3... Bug 575639 - [Mac] testExtraLibraries11 fails on mac: no delta
05:04:24 [2022-03-17T09:04:24.837Z] Switched to a new branch 'BETA_JAVA18'
05:04:24 [2022-03-17T09:04:24.837Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin.
05:04:25 [2022-03-17T09:04:25.772Z] Already up-to-date.
05:04:25 [2022-03-17T09:04:25.772Z] Entering 'eclipse.jdt.core.binaries'
05:04:25 [2022-03-17T09:04:25.772Z] Checking out R4_23_maintenance
05:04:25 [2022-03-17T09:04:25.772Z] Switched to a new branch 'R4_23_maintenance'
05:04:25 [2022-03-17T09:04:25.772Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:26 [2022-03-17T09:04:26.030Z] Already up-to-date.
05:04:26 [2022-03-17T09:04:26.030Z] Entering 'eclipse.jdt.debug'
05:04:26 [2022-03-17T09:04:26.596Z] Checking out BETA_JAVA18
05:04:26 [2022-03-17T09:04:26.596Z] Previous HEAD position was 3cbf71c... Bug 578996 - Breakpoints cannot be place in nested lambdas
05:04:26 [2022-03-17T09:04:26.596Z] Switched to a new branch 'BETA_JAVA18'
05:04:26 [2022-03-17T09:04:26.596Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin.
05:04:27 [2022-03-17T09:04:27.162Z] Already up-to-date.
05:04:27 [2022-03-17T09:04:27.162Z] Entering 'eclipse.jdt.ui'
05:04:27 [2022-03-17T09:04:27.728Z] Checking out BETA_JAVA18
05:04:28 [2022-03-17T09:04:28.296Z] Previous HEAD position was ed2dbf6... Bug 497947: JDT-Icons blurred on Retina displays
05:04:28 [2022-03-17T09:04:28.296Z] Switched to a new branch 'BETA_JAVA18'
05:04:28 [2022-03-17T09:04:28.296Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin.
05:04:29 [2022-03-17T09:04:29.229Z] Already up-to-date.
05:04:29 [2022-03-17T09:04:29.229Z] Entering 'eclipse.pde.build'
05:04:29 [2022-03-17T09:04:29.488Z] Checking out BETA_JAVA18
05:04:29 [2022-03-17T09:04:29.488Z] Previous HEAD position was fa188e6... Bug 578536 - Stop pointing to http://download.eclipse.org
05:04:29 [2022-03-17T09:04:29.488Z] Switched to a new branch 'BETA_JAVA18'
05:04:29 [2022-03-17T09:04:29.488Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin.
05:04:29 [2022-03-17T09:04:29.746Z] Already up-to-date.
05:04:29 [2022-03-17T09:04:29.746Z] Entering 'eclipse.pde.ui'
05:04:30 [2022-03-17T09:04:30.681Z] Checking out BETA_JAVA18
05:04:30 [2022-03-17T09:04:30.681Z] Previous HEAD position was dd9ed8e... Bug 579015 - Move to tycho 2.7.0
05:04:30 [2022-03-17T09:04:30.681Z] Switched to a new branch 'BETA_JAVA18'
05:04:30 [2022-03-17T09:04:30.681Z] Branch BETA_JAVA18 set up to track remote branch BETA_JAVA18 from origin.
05:04:31 [2022-03-17T09:04:31.247Z] Already up-to-date.
05:04:31 [2022-03-17T09:04:31.247Z] Entering 'eclipse.platform'
05:04:31 [2022-03-17T09:04:31.813Z] Checking out R4_23_maintenance
05:04:31 [2022-03-17T09:04:31.813Z] Switched to a new branch 'R4_23_maintenance'
05:04:31 [2022-03-17T09:04:31.813Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:32 [2022-03-17T09:04:32.379Z] Already up-to-date.
05:04:32 [2022-03-17T09:04:32.379Z] Entering 'eclipse.platform.common'
05:04:33 [2022-03-17T09:04:33.313Z] Checking out R4_23_maintenance
05:04:33 [2022-03-17T09:04:33.571Z] Switched to a new branch 'R4_23_maintenance'
05:04:33 [2022-03-17T09:04:33.571Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:34 [2022-03-17T09:04:34.507Z] Already up-to-date.
05:04:34 [2022-03-17T09:04:34.507Z] Entering 'eclipse.platform.debug'
05:04:35 [2022-03-17T09:04:35.441Z] Checking out R4_23_maintenance
05:04:35 [2022-03-17T09:04:35.700Z] Previous HEAD position was d123779... Bug 579015 - Move to tycho 2.7.0
05:04:35 [2022-03-17T09:04:35.700Z] Switched to a new branch 'R4_23_maintenance'
05:04:35 [2022-03-17T09:04:35.700Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:36 [2022-03-17T09:04:36.265Z] Already up-to-date.
05:04:36 [2022-03-17T09:04:36.265Z] Entering 'eclipse.platform.releng'
05:04:37 [2022-03-17T09:04:37.199Z] Checking out R4_23_maintenance
05:04:37 [2022-03-17T09:04:37.199Z] Switched to a new branch 'R4_23_maintenance'
05:04:37 [2022-03-17T09:04:37.199Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:38 [2022-03-17T09:04:38.143Z] Already up-to-date.
05:04:38 [2022-03-17T09:04:38.143Z] Entering 'eclipse.platform.resources'
05:04:38 [2022-03-17T09:04:38.401Z] Checking out R4_23_maintenance
05:04:38 [2022-03-17T09:04:38.401Z] Switched to a new branch 'R4_23_maintenance'
05:04:38 [2022-03-17T09:04:38.401Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:38 [2022-03-17T09:04:38.660Z] Already up-to-date.
05:04:38 [2022-03-17T09:04:38.660Z] Entering 'eclipse.platform.runtime'
05:04:38 [2022-03-17T09:04:38.919Z] Checking out R4_23_maintenance
05:04:38 [2022-03-17T09:04:38.919Z] Switched to a new branch 'R4_23_maintenance'
05:04:38 [2022-03-17T09:04:38.919Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:39 [2022-03-17T09:04:39.486Z] Already up-to-date.
05:04:39 [2022-03-17T09:04:39.486Z] Entering 'eclipse.platform.swt'
05:04:40 [2022-03-17T09:04:40.420Z] Checking out R4_23_maintenance
05:04:40 [2022-03-17T09:04:40.420Z] Switched to a new branch 'R4_23_maintenance'
05:04:40 [2022-03-17T09:04:40.420Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:40 [2022-03-17T09:04:40.989Z] Already up-to-date.
05:04:40 [2022-03-17T09:04:40.989Z] Entering 'eclipse.platform.swt.binaries'
05:04:41 [2022-03-17T09:04:41.559Z] Checking out R4_23_maintenance
05:04:41 [2022-03-17T09:04:41.559Z] Switched to a new branch 'R4_23_maintenance'
05:04:41 [2022-03-17T09:04:41.559Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:41 [2022-03-17T09:04:41.817Z] Already up-to-date.
05:04:41 [2022-03-17T09:04:41.817Z] Entering 'eclipse.platform.team'
05:04:42 [2022-03-17T09:04:42.751Z] Checking out R4_23_maintenance
05:04:42 [2022-03-17T09:04:42.751Z] Switched to a new branch 'R4_23_maintenance'
05:04:42 [2022-03-17T09:04:42.751Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:43 [2022-03-17T09:04:43.684Z] Already up-to-date.
05:04:43 [2022-03-17T09:04:43.684Z] Entering 'eclipse.platform.text'
05:04:43 [2022-03-17T09:04:43.942Z] Checking out R4_23_maintenance
05:04:43 [2022-03-17T09:04:43.942Z] Switched to a new branch 'R4_23_maintenance'
05:04:43 [2022-03-17T09:04:43.942Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:44 [2022-03-17T09:04:44.564Z] Already up-to-date.
05:04:44 [2022-03-17T09:04:44.564Z] Entering 'eclipse.platform.ua'
05:04:44 [2022-03-17T09:04:44.856Z] Checking out R4_23_maintenance
05:04:44 [2022-03-17T09:04:44.856Z] Switched to a new branch 'R4_23_maintenance'
05:04:44 [2022-03-17T09:04:44.856Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:45 [2022-03-17T09:04:45.145Z] Already up-to-date.
05:04:45 [2022-03-17T09:04:45.145Z] Entering 'eclipse.platform.ui'
05:04:46 [2022-03-17T09:04:46.574Z] Checking out R4_23_maintenance
05:04:47 [2022-03-17T09:04:47.160Z] Previous HEAD position was 589d8e6... Bug 579119 - Unexpected large file editor selection pop-up
05:04:47 [2022-03-17T09:04:47.422Z] Switched to a new branch 'R4_23_maintenance'
05:04:47 [2022-03-17T09:04:47.422Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:48 [2022-03-17T09:04:48.826Z] Already up-to-date.
05:04:48 [2022-03-17T09:04:48.826Z] Entering 'eclipse.platform.ui.tools'
05:04:48 [2022-03-17T09:04:48.826Z] Checking out R4_23_maintenance
05:04:48 [2022-03-17T09:04:48.826Z] Previous HEAD position was 4699fc1... Adjust Jenkinsfile for move of releng.aggregator to github
05:04:48 [2022-03-17T09:04:48.826Z] Switched to a new branch 'R4_23_maintenance'
05:04:48 [2022-03-17T09:04:48.826Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:49 [2022-03-17T09:04:49.084Z] Already up-to-date.
05:04:49 [2022-03-17T09:04:49.084Z] Entering 'rt.equinox.binaries'
05:04:49 [2022-03-17T09:04:49.343Z] Checking out R4_23_maintenance
05:04:49 [2022-03-17T09:04:49.343Z] Switched to a new branch 'R4_23_maintenance'
05:04:49 [2022-03-17T09:04:49.343Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:49 [2022-03-17T09:04:49.909Z] Already up-to-date.
05:04:49 [2022-03-17T09:04:49.909Z] Entering 'rt.equinox.bundles'
05:04:50 [2022-03-17T09:04:50.170Z] Checking out R4_23_maintenance
05:04:50 [2022-03-17T09:04:50.428Z] Switched to a new branch 'R4_23_maintenance'
05:04:50 [2022-03-17T09:04:50.428Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:50 [2022-03-17T09:04:50.997Z] Already up-to-date.
05:04:51 [2022-03-17T09:04:51.255Z] Entering 'rt.equinox.framework'
05:04:51 [2022-03-17T09:04:51.513Z] Checking out R4_23_maintenance
05:04:51 [2022-03-17T09:04:51.771Z] Previous HEAD position was 167fc48... Bug 578772 - Lambda in MultiplexingFactory causes NPE one Hotspot Java version 8
05:04:51 [2022-03-17T09:04:51.771Z] Switched to a new branch 'R4_23_maintenance'
05:04:51 [2022-03-17T09:04:51.771Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:52 [2022-03-17T09:04:52.336Z] Already up-to-date.
05:04:52 [2022-03-17T09:04:52.336Z] Entering 'rt.equinox.p2'
05:04:52 [2022-03-17T09:04:52.900Z] Checking out R4_23_maintenance
05:04:53 [2022-03-17T09:04:53.158Z] Switched to a new branch 'R4_23_maintenance'
05:04:53 [2022-03-17T09:04:53.158Z] Branch R4_23_maintenance set up to track remote branch R4_23_maintenance from origin.
05:04:53 [2022-03-17T09:04:53.723Z] Already up-to-date.
05:04:53 [2022-03-17T09:04:53.723Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:04:53 [2022-03-17T09:04:53.723Z] ~/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
05:04:55 [2022-03-17T09:04:55.095Z] 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
05:04:55 [2022-03-17T09:04:55.095Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:04:55 [2022-03-17T09:04:55.095Z] + [[ 0 -ne 0 ]]
[Pipeline] }
05:04:55 [2022-03-17T09:04:55.103Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:04:55 [2022-03-17T09:04:55.398Z] Executing command: "ssh-agent" "-k" 
05:04:55 [2022-03-17T09:04:55.398Z] exit
05:04:55 [2022-03-17T09:04:55.455Z] unset SSH_AUTH_SOCK;
05:04:55 [2022-03-17T09:04:55.455Z] unset SSH_AGENT_PID;
05:04:55 [2022-03-17T09:04:55.455Z] echo Agent pid 461 killed;
05:04:55 [2022-03-17T09:04:55.458Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tag Build Inputs)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
05:04:55 [2022-03-17T09:04:55.556Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
05:04:55 [2022-03-17T09:04:55.557Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
05:04:55 [2022-03-17T09:04:55.557Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
05:04:55 [2022-03-17T09:04:55.557Z] [ssh-agent] Looking for ssh-agent implementation...
05:04:55 [2022-03-17T09:04:55.878Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
05:04:55 [2022-03-17T09:04:55.878Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:04:56 [2022-03-17T09:04:56.125Z] Executing command: "ssh-agent" 
05:04:56 [2022-03-17T09:04:56.125Z] exit
05:04:56 [2022-03-17T09:04:56.182Z] SSH_AUTH_SOCK=/tmp/ssh-TibhcK0se5XA/agent.5300; export SSH_AUTH_SOCK;
05:04:56 [2022-03-17T09:04:56.182Z] SSH_AGENT_PID=5301; export SSH_AGENT_PID;
05:04:56 [2022-03-17T09:04:56.182Z] echo Agent pid 5301;
05:04:56 [2022-03-17T09:04:56.185Z] SSH_AUTH_SOCK=/tmp/ssh-TibhcK0se5XA/agent.5300
05:04:56 [2022-03-17T09:04:56.185Z] SSH_AGENT_PID=5301
05:04:56 [2022-03-17T09:04:56.195Z] Running ssh-add (command line suppressed)
05:04:56 [2022-03-17T09:04:56.516Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_15220075796870606882.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_15220075796870606882.key)
05:04:56 [2022-03-17T09:04:56.533Z] Running ssh-add (command line suppressed)
05:04:56 [2022-03-17T09:04:56.852Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_16336694972060099640.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_16336694972060099640.key)
05:04:56 [2022-03-17T09:04:56.869Z] Running ssh-add (command line suppressed)
05:04:57 [2022-03-17T09:04:57.177Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_6549450130313511791.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_6549450130313511791.key)
05:04:57 [2022-03-17T09:04:57.184Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
05:04:57 [2022-03-17T09:04:57.732Z] + git config --global user.email releng-bot@eclipse.org
05:04:57 [2022-03-17T09:04:57.732Z] + git config --global user.name 'Eclipse Releng Bot'
05:04:57 [2022-03-17T09:04:57.732Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:04:57 [2022-03-17T09:04:57.732Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:04:57 [2022-03-17T09:04:57.732Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log
05:04:57 [2022-03-17T09:04:57.733Z] + '[' 1 -ne 1 ']'
05:04:57 [2022-03-17T09:04:57.733Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
05:04:57 [2022-03-17T09:04:57.733Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:04:57 [2022-03-17T09:04:57.733Z] ++ export TIMESTAMP=20220317-0500
05:04:57 [2022-03-17T09:04:57.733Z] ++ TIMESTAMP=20220317-0500
05:04:57 [2022-03-17T09:04:57.733Z] ++ export 'BUILD_PRETTY_DATE=Thu Mar 17 05:00:00 EDT 2022'
05:04:57 [2022-03-17T09:04:57.733Z] ++ BUILD_PRETTY_DATE='Thu Mar 17 05:00:00 EDT 2022'
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BRANCH=R4_23_maintenance
05:04:57 [2022-03-17T09:04:57.733Z] ++ BRANCH=R4_23_maintenance
05:04:57 [2022-03-17T09:04:57.733Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch
05:04:57 [2022-03-17T09:04:57.733Z] ++ PATCH_OR_BRANCH_LABEL=java18patch
05:04:57 [2022-03-17T09:04:57.733Z] ++ export PATCH_BUILD=java18patch
05:04:57 [2022-03-17T09:04:57.733Z] ++ PATCH_BUILD=java18patch
05:04:57 [2022-03-17T09:04:57.733Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18'
05:04:57 [2022-03-17T09:04:57.733Z] ++ BUILD_TYPE_NAME='Beta Java 18'
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BUILD_TYPE=P
05:04:57 [2022-03-17T09:04:57.733Z] ++ BUILD_TYPE=P
05:04:57 [2022-03-17T09:04:57.733Z] ++ export TESTED_BUILD_TYPE=P
05:04:57 [2022-03-17T09:04:57.733Z] ++ TESTED_BUILD_TYPE=P
05:04:57 [2022-03-17T09:04:57.733Z] ++ export RELEASE_VER=4.23
05:04:57 [2022-03-17T09:04:57.733Z] ++ RELEASE_VER=4.23
05:04:57 [2022-03-17T09:04:57.733Z] ++ export STREAM=4.23.0
05:04:57 [2022-03-17T09:04:57.733Z] ++ STREAM=4.23.0
05:04:57 [2022-03-17T09:04:57.733Z] ++ export STREAMMajor=4
05:04:57 [2022-03-17T09:04:57.733Z] ++ STREAMMajor=4
05:04:57 [2022-03-17T09:04:57.733Z] ++ export STREAMMinor=23
05:04:57 [2022-03-17T09:04:57.733Z] ++ STREAMMinor=23
05:04:57 [2022-03-17T09:04:57.733Z] ++ export STREAMService=0
05:04:57 [2022-03-17T09:04:57.733Z] ++ STREAMService=0
05:04:57 [2022-03-17T09:04:57.733Z] ++ export GIT_ROOT=git@github.com:
05:04:57 [2022-03-17T09:04:57.733Z] ++ GIT_ROOT=git@github.com:
05:04:57 [2022-03-17T09:04:57.733Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:04:57 [2022-03-17T09:04:57.733Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:04:57 [2022-03-17T09:04:57.733Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:04:57 [2022-03-17T09:04:57.733Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:04:57 [2022-03-17T09:04:57.733Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:04:57 [2022-03-17T09:04:57.733Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:04:57 [2022-03-17T09:04:57.733Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
05:04:57 [2022-03-17T09:04:57.733Z] ++ UPDATES_DIR=siteDir/eclipse/updates
05:04:57 [2022-03-17T09:04:57.733Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:04:57 [2022-03-17T09:04:57.733Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:04:57 [2022-03-17T09:04:57.733Z] ++ export TMP_DIR=tmp
05:04:57 [2022-03-17T09:04:57.733Z] ++ TMP_DIR=tmp
05:04:57 [2022-03-17T09:04:57.733Z] ++ export DOWNLOAD_HOST=download.eclipse.org
05:04:57 [2022-03-17T09:04:57.733Z] ++ DOWNLOAD_HOST=download.eclipse.org
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:04:57 [2022-03-17T09:04:57.733Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:04:57 [2022-03-17T09:04:57.733Z] ++ export LOCAL_REPO=localMavenRepo
05:04:57 [2022-03-17T09:04:57.733Z] ++ LOCAL_REPO=localMavenRepo
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BASEBUILDER_TAG=4.22
05:04:57 [2022-03-17T09:04:57.733Z] ++ BASEBUILDER_TAG=4.22
05:04:57 [2022-03-17T09:04:57.733Z] ++ export API_PREV_REF_LABEL=4.22
05:04:57 [2022-03-17T09:04:57.733Z] ++ API_PREV_REF_LABEL=4.22
05:04:57 [2022-03-17T09:04:57.733Z] ++ export API_FREEZE_REF_LABEL=
05:04:57 [2022-03-17T09:04:57.733Z] ++ API_FREEZE_REF_LABEL=
05:04:57 [2022-03-17T09:04:57.733Z] ++ export 'FREEZE_PARAMS= '
05:04:57 [2022-03-17T09:04:57.733Z] ++ FREEZE_PARAMS=' '
05:04:57 [2022-03-17T09:04:57.733Z] ++ export PREVIOUS_RELEASE_VER=4.23
05:04:57 [2022-03-17T09:04:57.733Z] ++ PREVIOUS_RELEASE_VER=4.23
05:04:57 [2022-03-17T09:04:57.733Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.23
05:04:57 [2022-03-17T09:04:57.733Z] ++ PREVIOUS_RELEASE_REPO_ID=4.23
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BASEBUILD_ID=R-4.23-202203080310
05:04:57 [2022-03-17T09:04:57.733Z] ++ BASEBUILD_ID=R-4.23-202203080310
05:04:57 [2022-03-17T09:04:57.733Z] ++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:04:57 [2022-03-17T09:04:57.733Z] ++ PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:04:57 [2022-03-17T09:04:57.733Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:04:57 [2022-03-17T09:04:57.733Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:04:57 [2022-03-17T09:04:57.733Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:04:57 [2022-03-17T09:04:57.733Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:04:57 [2022-03-17T09:04:57.733Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:04:57 [2022-03-17T09:04:57.733Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:04:57 [2022-03-17T09:04:57.733Z] ++ export MAVEN_OPTS=-Xmx6G
05:04:57 [2022-03-17T09:04:57.733Z] ++ MAVEN_OPTS=-Xmx6G
05:04:57 [2022-03-17T09:04:57.733Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:04:57 [2022-03-17T09:04:57.733Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:04:57 [2022-03-17T09:04:57.733Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:04:57 [2022-03-17T09:04:57.733Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:04:57 [2022-03-17T09:04:57.734Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:04:57 [2022-03-17T09:04:57.734Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:04:57 [2022-03-17T09:04:57.734Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:04:57 [2022-03-17T09:04:57.734Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:04:57 [2022-03-17T09:04:57.734Z] ++ export BUILD_ID=P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] ++ BUILD_ID=P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] ++ export BUILD_DIR_SEG=P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] ++ BUILD_DIR_SEG=P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] ++ export EQ_BUILD_DIR_SEG=P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] ++ EQ_BUILD_DIR_SEG=P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] ++ export EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:04:57 [2022-03-17T09:04:57.734Z] ++ EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ 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
05:04:57 [2022-03-17T09:04:57.734Z] ++ TZ=America/New_York
05:04:57 [2022-03-17T09:04:57.734Z] ++ date +%s
05:04:57 [2022-03-17T09:04:57.734Z] + reportDate=1647507897
05:04:57 [2022-03-17T09:04:57.734Z] ++ TZ=America/New_York
05:04:57 [2022-03-17T09:04:57.734Z] ++ date +%Y%m%d-%H%M --date=@1647507897
05:04:57 [2022-03-17T09:04:57.734Z] + reportTimestamp=20220317-0504
05:04:57 [2022-03-17T09:04:57.734Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220317-0500/gitLog.html
05:04:57 [2022-03-17T09:04:57.734Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220317-0500
05:04:57 [2022-03-17T09:04:57.734Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates
05:04:57 [2022-03-17T09:04:57.734Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds
05:04:57 [2022-03-17T09:04:57.734Z] ++ git tag --list 'P*'
05:04:57 [2022-03-17T09:04:57.734Z] ++ tail -n5
05:04:57 [2022-03-17T09:04:57.734Z] + lastTagList='P20220312-0500
05:04:57 [2022-03-17T09:04:57.734Z] P20220313-0500
05:04:57 [2022-03-17T09:04:57.734Z] P20220314-0500
05:04:57 [2022-03-17T09:04:57.734Z] P20220315-0500
05:04:57 [2022-03-17T09:04:57.734Z] P20220316-0500'
05:04:57 [2022-03-17T09:04:57.734Z] + lastTag=
05:04:57 [2022-03-17T09:04:57.734Z] + for lt in '$lastTagList'
05:04:57 [2022-03-17T09:04:57.734Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220312-0500
05:04:58 [2022-03-17T09:04:58.666Z] + lastTag=P20220312-0500
05:04:58 [2022-03-17T09:04:58.666Z] + for lt in '$lastTagList'
05:04:58 [2022-03-17T09:04:58.666Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220313-0500
05:04:59 [2022-03-17T09:04:59.600Z] + lastTag=P20220313-0500
05:04:59 [2022-03-17T09:04:59.600Z] + for lt in '$lastTagList'
05:04:59 [2022-03-17T09:04:59.600Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220314-0500
05:05:00 [2022-03-17T09:05:00.164Z] + lastTag=P20220314-0500
05:05:00 [2022-03-17T09:05:00.164Z] + for lt in '$lastTagList'
05:05:00 [2022-03-17T09:05:00.164Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220315-0500
05:05:01 [2022-03-17T09:05:01.101Z] + lastTag=P20220315-0500
05:05:01 [2022-03-17T09:05:01.101Z] + for lt in '$lastTagList'
05:05:01 [2022-03-17T09:05:01.102Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.23-P-builds/P20220316-0500
05:05:02 [2022-03-17T09:05:02.035Z] + lastTag=P20220316-0500
05:05:02 [2022-03-17T09:05:02.035Z] + [[ -z P20220316-0500 ]]
05:05:02 [2022-03-17T09:05:02.035Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
05:05:02 [2022-03-17T09:05:02.035Z] ~/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
05:05:02 [2022-03-17T09:05:02.035Z] + '[' P == I ']'
05:05:02 [2022-03-17T09:05:02.035Z] + export -f toPushRepo
05:05:02 [2022-03-17T09:05:02.035Z] + 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 || :'
05:05:02 [2022-03-17T09:05:02.035Z] Entering 'eclipse.jdt'
05:05:02 [2022-03-17T09:05:02.035Z] Skipping eclipse.jdt
05:05:02 [2022-03-17T09:05:02.035Z] Entering 'eclipse.jdt.core'
05:05:02 [2022-03-17T09:05:02.035Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.core
05:05:04 [2022-03-17T09:05:04.562Z] remote: 
remote: Processing changes: refs: 1 (\)
remote: Processing changes: refs: 1, done    
05:05:04 [2022-03-17T09:05:04.562Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.core
05:05:04 [2022-03-17T09:05:04.562Z]  * [new tag]         P20220317-0500 -> P20220317-0500
05:05:04 [2022-03-17T09:05:04.562Z] Entering 'eclipse.jdt.core.binaries'
05:05:04 [2022-03-17T09:05:04.562Z] Skipping eclipse.jdt.core.binaries
05:05:04 [2022-03-17T09:05:04.562Z] Entering 'eclipse.jdt.debug'
05:05:04 [2022-03-17T09:05:04.820Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.debug
05:05:05 [2022-03-17T09:05:05.385Z] remote: 
remote: Processing changes: refs: 1
remote: Processing changes: refs: 1, done    
05:05:05 [2022-03-17T09:05:05.385Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.debug
05:05:05 [2022-03-17T09:05:05.385Z]  * [new tag]         P20220317-0500 -> P20220317-0500
05:05:05 [2022-03-17T09:05:05.385Z] Entering 'eclipse.jdt.ui'
05:05:05 [2022-03-17T09:05:05.385Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.ui
05:05:06 [2022-03-17T09:05:06.318Z] remote: 
remote: Processing changes: refs: 1
remote: Processing changes: refs: 1, done    
05:05:06 [2022-03-17T09:05:06.318Z] To ssh://genie.releng@git.eclipse.org:29418/jdt/eclipse.jdt.ui
05:05:06 [2022-03-17T09:05:06.318Z]  * [new tag]         P20220317-0500 -> P20220317-0500
05:05:06 [2022-03-17T09:05:06.318Z] Entering 'eclipse.pde.build'
05:05:06 [2022-03-17T09:05:06.318Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.build
05:05:06 [2022-03-17T09:05:06.833Z] remote: 
remote: Processing changes: refs: 1
remote: Processing changes: refs: 1, done    
05:05:06 [2022-03-17T09:05:06.833Z] To ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.build
05:05:06 [2022-03-17T09:05:06.833Z]  * [new tag]         P20220317-0500 -> P20220317-0500
05:05:06 [2022-03-17T09:05:06.833Z] Entering 'eclipse.pde.ui'
05:05:06 [2022-03-17T09:05:06.833Z] Pushing to ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.ui
05:05:07 [2022-03-17T09:05:07.399Z] remote: 
remote: Processing changes: refs: 1
remote: Processing changes: refs: 1, done    
05:05:07 [2022-03-17T09:05:07.399Z] To ssh://genie.releng@git.eclipse.org:29418/pde/eclipse.pde.ui
05:05:07 [2022-03-17T09:05:07.399Z]  * [new tag]         P20220317-0500 -> P20220317-0500
05:05:07 [2022-03-17T09:05:07.399Z] Entering 'eclipse.platform'
05:05:07 [2022-03-17T09:05:07.399Z] Skipping eclipse.platform
05:05:07 [2022-03-17T09:05:07.399Z] Entering 'eclipse.platform.common'
05:05:07 [2022-03-17T09:05:07.399Z] Skipping eclipse.platform.common
05:05:07 [2022-03-17T09:05:07.399Z] Entering 'eclipse.platform.debug'
05:05:07 [2022-03-17T09:05:07.399Z] Skipping eclipse.platform.debug
05:05:07 [2022-03-17T09:05:07.399Z] Entering 'eclipse.platform.releng'
05:05:07 [2022-03-17T09:05:07.399Z] Skipping eclipse.platform.releng
05:05:07 [2022-03-17T09:05:07.399Z] Entering 'eclipse.platform.resources'
05:05:07 [2022-03-17T09:05:07.399Z] Skipping eclipse.platform.resources
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.runtime'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.runtime
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.swt'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.swt
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.swt.binaries'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.swt.binaries
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.team'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.team
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.text'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.text
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.ua'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.ua
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.ui'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.ui
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'eclipse.platform.ui.tools'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping eclipse.platform.ui.tools
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'rt.equinox.binaries'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping rt.equinox.binaries
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'rt.equinox.bundles'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping rt.equinox.bundles
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'rt.equinox.framework'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping rt.equinox.framework
05:05:07 [2022-03-17T09:05:07.657Z] Entering 'rt.equinox.p2'
05:05:07 [2022-03-17T09:05:07.657Z] Skipping rt.equinox.p2
05:05:07 [2022-03-17T09:05:07.657Z] + git tag P20220317-0500
05:05:07 [2022-03-17T09:05:07.657Z] + git push --verbose origin P20220317-0500
05:05:07 [2022-03-17T09:05:07.657Z] Pushing to git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
05:05:09 [2022-03-17T09:05:09.033Z] To git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
05:05:09 [2022-03-17T09:05:09.033Z]  * [new tag]         P20220317-0500 -> P20220317-0500
05:05:09 [2022-03-17T09:05:09.033Z] + [[ -n P20220316-0500 ]]
05:05:09 [2022-03-17T09:05:09.033Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
05:05:09 [2022-03-17T09:05:09.033Z] + echo -e '<h2>Git log from P20220316-0500 (previous) to P20220317-0500 (current)</h2>'
05:05:09 [2022-03-17T09:05:09.033Z] + echo -e '<h2>The tagging, and this report, were done at about 20220317-0504</h2>'
05:05:09 [2022-03-17T09:05:09.033Z] + git log P20220316-0500..P20220317-0500 --date=short '--format=format:<tr><td class="datecell">%cd</td><td class="commitcell"><a href="https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/commit/%H">%s</a></td><td class="authorcell">%aN</td></tr>'
05:05:09 [2022-03-17T09:05:09.033Z] ./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
05:05:09 [2022-03-17T09:05:09.033Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
05:05:09 [2022-03-17T09:05:09.033Z] 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
05:05:09 [2022-03-17T09:05:09.033Z] + tmpFileSize=
05:05:09 [2022-03-17T09:05:09.033Z] + '[' -ne 0 ']'
05:05:09 [2022-03-17T09:05:09.033Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.033Z] + git submodule --quiet foreach 'comp=$(echo $path|cut -d. -f2);git log P20220316-0500..P20220317-0500 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"https://git.eclipse.org/c/$comp/$path.git/commit/?id=%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi'
05:05:09 [2022-03-17T09:05:09.033Z] /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
05:05:09 [2022-03-17T09:05:09.033Z] 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
05:05:09 [2022-03-17T09:05:09.033Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.033Z] /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
05:05:09 [2022-03-17T09:05:09.033Z] 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
05:05:09 [2022-03-17T09:05:09.033Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.033Z] /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
05:05:09 [2022-03-17T09:05:09.033Z] 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
05:05:09 [2022-03-17T09:05:09.033Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.033Z] /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
05:05:09 [2022-03-17T09:05:09.033Z] 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
05:05:09 [2022-03-17T09:05:09.033Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.033Z] /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
05:05:09 [2022-03-17T09:05:09.034Z] 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
05:05:09 [2022-03-17T09:05:09.034Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.292Z] /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
05:05:09 [2022-03-17T09:05:09.292Z] 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
05:05:09 [2022-03-17T09:05:09.292Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.292Z] /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
05:05:09 [2022-03-17T09:05:09.292Z] 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
05:05:09 [2022-03-17T09:05:09.292Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.293Z] 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
05:05:09 [2022-03-17T09:05:09.293Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.293Z] /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
05:05:09 [2022-03-17T09:05:09.294Z] 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
05:05:09 [2022-03-17T09:05:09.294Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.294Z] /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
05:05:09 [2022-03-17T09:05:09.294Z] 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
05:05:09 [2022-03-17T09:05:09.294Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.294Z] /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
05:05:09 [2022-03-17T09:05:09.294Z] 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
05:05:09 [2022-03-17T09:05:09.294Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.552Z] /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
05:05:09 [2022-03-17T09:05:09.552Z] 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
05:05:09 [2022-03-17T09:05:09.552Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.552Z] /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
05:05:09 [2022-03-17T09:05:09.553Z] 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
05:05:09 [2022-03-17T09:05:09.553Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.553Z] /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
05:05:09 [2022-03-17T09:05:09.553Z] 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
05:05:09 [2022-03-17T09:05:09.553Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.553Z] /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
05:05:09 [2022-03-17T09:05:09.553Z] 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
05:05:09 [2022-03-17T09:05:09.553Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.553Z] /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
05:05:09 [2022-03-17T09:05:09.553Z] 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
05:05:09 [2022-03-17T09:05:09.553Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.553Z] /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
05:05:09 [2022-03-17T09:05:09.553Z] 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
05:05:09 [2022-03-17T09:05:09.553Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.553Z] /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
05:05:09 [2022-03-17T09:05:09.553Z] 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
05:05:09 [2022-03-17T09:05:09.553Z] /usr/libexec/git-core/git-submodule: line 525: [: -ne: unary operator expected
05:05:09 [2022-03-17T09:05:09.553Z] + popd
05:05:09 [2022-03-17T09:05:09.553Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:05:09 [2022-03-17T09:05:09.553Z] + [[ 0 -ne 0 ]]
[Pipeline] }
05:05:09 [2022-03-17T09:05:09.559Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:05:09 [2022-03-17T09:05:09.818Z] Executing command: "ssh-agent" "-k" 
05:05:09 [2022-03-17T09:05:09.818Z] exit
05:05:09 [2022-03-17T09:05:09.876Z] unset SSH_AUTH_SOCK;
05:05:09 [2022-03-17T09:05:09.876Z] unset SSH_AGENT_PID;
05:05:09 [2022-03-17T09:05:09.876Z] echo Agent pid 5301 killed;
05:05:09 [2022-03-17T09:05:09.879Z] [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
05:05:10 [2022-03-17T09:05:10.654Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build
05:05:10 [2022-03-17T09:05:10.654Z] + 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/.
05:05:10 [2022-03-17T09:05:10.654Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
05:05:10 [2022-03-17T09:05:10.654Z] + 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/.
05:05:10 [2022-03-17T09:05:10.654Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
05:05:10 [2022-03-17T09:05:10.655Z] + 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/.
05:05:10 [2022-03-17T09:05:10.655Z] + 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
05:05:11 [2022-03-17T09:05:11.306Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:05:11 [2022-03-17T09:05:11.306Z] + unset JAVA_TOOL_OPTIONS
05:05:11 [2022-03-17T09:05:11.306Z] + unset _JAVA_OPTIONS
05:05:11 [2022-03-17T09:05:11.306Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:05:11 [2022-03-17T09:05:11.307Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log
05:05:13 [2022-03-17T09:05:13.209Z] [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
05:05:13 [2022-03-17T09:05:13.209Z] [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 11 kB/s)
05:05:13 [2022-03-17T09:05:13.468Z] [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
05:05:13 [2022-03-17T09:05:13.468Z] [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 743 kB/s)
05:05:13 [2022-03-17T09:05:13.468Z] [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
05:05:13 [2022-03-17T09:05:13.468Z] [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 51 kB/s)
05:05:13 [2022-03-17T09:05:13.468Z] [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
05:05:13 [2022-03-17T09:05:13.468Z] [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 93 kB/s)
05:05:13 [2022-03-17T09:05:13.468Z] [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
05:05:13 [2022-03-17T09:05:13.468Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.pom (1.0 kB at 17 kB/s)
05:05:13 [2022-03-17T09:05:13.468Z] [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
05:05:13 [2022-03-17T09:05:13.726Z] [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 302 kB/s)
05:05:13 [2022-03-17T09:05:13.726Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom
05:05:13 [2022-03-17T09:05:13.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom (14 kB at 412 kB/s)
05:05:13 [2022-03-17T09:05:13.726Z] [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
05:05:13 [2022-03-17T09:05:13.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom (24 kB at 1.0 MB/s)
05:05:13 [2022-03-17T09:05:13.726Z] [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
05:05:13 [2022-03-17T09:05:13.726Z] [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 712 kB/s)
05:05:13 [2022-03-17T09:05:13.726Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
05:05:13 [2022-03-17T09:05:13.726Z] [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 209 kB/s)
05:05:13 [2022-03-17T09:05:13.984Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 28 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 152 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 46 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 84 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 23 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 81 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:13 [2022-03-17T09:05:13.985Z] [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 86 kB/s)
05:05:13 [2022-03-17T09:05:13.985Z] [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
05:05:14 [2022-03-17T09:05:14.243Z] [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 57 kB/s)
05:05:14 [2022-03-17T09:05:14.243Z] [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
05:05:14 [2022-03-17T09:05:14.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 63 kB/s)
05:05:14 [2022-03-17T09:05:14.244Z] [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
05:05:14 [2022-03-17T09:05:14.244Z] [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 75 kB/s)
05:05:14 [2022-03-17T09:05:14.244Z] [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
05:05:14 [2022-03-17T09:05:14.244Z] [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 34 kB/s)
05:05:14 [2022-03-17T09:05:14.244Z] [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
05:05:14 [2022-03-17T09:05:14.244Z] [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 54 kB/s)
05:05:14 [2022-03-17T09:05:14.244Z] [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
05:05:14 [2022-03-17T09:05:14.244Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 52 kB/s)
05:05:14 [2022-03-17T09:05:14.244Z] [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
05:05:14 [2022-03-17T09:05:14.244Z] [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 64 kB/s)
05:05:14 [2022-03-17T09:05:14.244Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 47 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 58 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 432 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 108 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 58 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 86 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 72 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 55 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.503Z] [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 79 kB/s)
05:05:14 [2022-03-17T09:05:14.503Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 61 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 146 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 56 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 65 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 63 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 88 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 61 kB/s)
05:05:14 [2022-03-17T09:05:14.761Z] [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
05:05:14 [2022-03-17T09:05:14.761Z] [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 108 kB/s)
05:05:14 [2022-03-17T09:05:14.762Z] [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
05:05:14 [2022-03-17T09:05:14.762Z] [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 59 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.019Z] [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 55 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.019Z] [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 63 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.019Z] [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 75 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.019Z] [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 65 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.019Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 131 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.019Z] [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 82 kB/s)
05:05:15 [2022-03-17T09:05:15.019Z] [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
05:05:15 [2022-03-17T09:05:15.020Z] [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 75 kB/s)
05:05:15 [2022-03-17T09:05:15.020Z] [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
05:05:15 [2022-03-17T09:05:15.020Z] [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 280 kB/s)
05:05:15 [2022-03-17T09:05:15.020Z] [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
05:05:15 [2022-03-17T09:05:15.277Z] [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 38 kB/s)
05:05:15 [2022-03-17T09:05:15.277Z] [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
05:05:15 [2022-03-17T09:05:15.277Z] [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 46 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.278Z] [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 72 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.278Z] [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 62 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 122 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.278Z] [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 30 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.278Z] [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 124 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.278Z] [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 47 kB/s)
05:05:15 [2022-03-17T09:05:15.278Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [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 92 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [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 120 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [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 120 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [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 55 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom (1.9 kB at 69 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [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 38 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [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 84 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom (1.9 kB at 88 kB/s)
05:05:15 [2022-03-17T09:05:15.536Z] [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
05:05:15 [2022-03-17T09:05:15.793Z] [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 84 kB/s)
05:05:15 [2022-03-17T09:05:15.793Z] [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
05:05:15 [2022-03-17T09:05:15.793Z] [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 81 kB/s)
05:05:15 [2022-03-17T09:05:15.793Z] [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
05:05:15 [2022-03-17T09:05:15.793Z] [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 72 kB/s)
05:05:15 [2022-03-17T09:05:15.793Z] [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
05:05:15 [2022-03-17T09:05:15.793Z] [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 111 kB/s)
05:05:15 [2022-03-17T09:05:15.793Z] [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
05:05:15 [2022-03-17T09:05:15.794Z] [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 58 kB/s)
05:05:15 [2022-03-17T09:05:15.794Z] [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
05:05:15 [2022-03-17T09:05:15.794Z] [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 150 kB/s)
05:05:15 [2022-03-17T09:05:15.794Z] [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
05:05:15 [2022-03-17T09:05:15.794Z] [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 133 kB/s)
05:05:15 [2022-03-17T09:05:15.794Z] [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
05:05:15 [2022-03-17T09:05:15.794Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom (2.1 kB at 142 kB/s)
05:05:15 [2022-03-17T09:05:15.794Z] [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
05:05:15 [2022-03-17T09:05:15.794Z] [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 101 kB/s)
05:05:15 [2022-03-17T09:05:15.794Z] [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
05:05:15 [2022-03-17T09:05:15.794Z] [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 118 kB/s)
05:05:15 [2022-03-17T09:05:15.794Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 133 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 142 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 45 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 152 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 38 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 36 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.052Z] [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 19 kB/s)
05:05:16 [2022-03-17T09:05:16.052Z] [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
05:05:16 [2022-03-17T09:05:16.310Z] [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 64 kB/s)
05:05:16 [2022-03-17T09:05:16.310Z] [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
05:05:16 [2022-03-17T09:05:16.310Z] [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 334 kB/s)
05:05:16 [2022-03-17T09:05:16.310Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
05:05:16 [2022-03-17T09:05:16.310Z] [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 468 kB/s)
05:05:16 [2022-03-17T09:05:16.310Z] [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
05:05:16 [2022-03-17T09:05:16.310Z] [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 122 kB/s)
05:05:16 [2022-03-17T09:05:16.310Z] [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
05:05:16 [2022-03-17T09:05:16.310Z] [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 768 kB/s)
05:05:16 [2022-03-17T09:05:16.310Z] [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
05:05:16 [2022-03-17T09:05:16.310Z] [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 27 kB/s)
05:05:16 [2022-03-17T09:05:16.310Z] [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
05:05:16 [2022-03-17T09:05:16.310Z] [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 63 kB/s)
05:05:16 [2022-03-17T09:05:16.568Z] [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
05:05:16 [2022-03-17T09:05:16.568Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 51 kB/s)
05:05:16 [2022-03-17T09:05:16.568Z] [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
05:05:16 [2022-03-17T09:05:16.568Z] [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 134 kB/s)
05:05:16 [2022-03-17T09:05:16.568Z] [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
05:05:16 [2022-03-17T09:05:16.568Z] [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 44 kB/s)
05:05:16 [2022-03-17T09:05:16.568Z] [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
05:05:16 [2022-03-17T09:05:16.568Z] [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 84 kB/s)
05:05:16 [2022-03-17T09:05:16.568Z] [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
05:05:16 [2022-03-17T09:05:16.569Z] [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 69 kB/s)
05:05:16 [2022-03-17T09:05:16.569Z] [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
05:05:16 [2022-03-17T09:05:16.569Z] [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 129 kB/s)
05:05:16 [2022-03-17T09:05:16.569Z] [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
05:05:16 [2022-03-17T09:05:16.569Z] [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 69 kB/s)
05:05:16 [2022-03-17T09:05:16.569Z] [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
05:05:16 [2022-03-17T09:05:16.569Z] [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 130 kB/s)
05:05:16 [2022-03-17T09:05:16.569Z] [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
05:05:16 [2022-03-17T09:05:16.569Z] [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 130 kB/s)
05:05:16 [2022-03-17T09:05:16.569Z] [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
05:05:16 [2022-03-17T09:05:16.827Z] [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 53 kB/s)
05:05:16 [2022-03-17T09:05:16.827Z] [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
05:05:16 [2022-03-17T09:05:16.827Z] [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 28 kB/s)
05:05:16 [2022-03-17T09:05:16.827Z] [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
05:05:16 [2022-03-17T09:05:16.827Z] [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 29 kB/s)
05:05:16 [2022-03-17T09:05:16.827Z] [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
05:05:16 [2022-03-17T09:05:16.827Z] [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 51 kB/s)
05:05:16 [2022-03-17T09:05:16.827Z] [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
05:05:16 [2022-03-17T09:05:16.827Z] [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 37 kB/s)
05:05:16 [2022-03-17T09:05:16.827Z] [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
05:05:16 [2022-03-17T09:05:16.827Z] [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 651 kB/s)
05:05:16 [2022-03-17T09:05:16.827Z] [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
05:05:17 [2022-03-17T09:05:17.085Z] [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 33 kB/s)
05:05:17 [2022-03-17T09:05:17.085Z] [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
05:05:17 [2022-03-17T09:05:17.085Z] [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 89 kB/s)
05:05:17 [2022-03-17T09:05:17.085Z] [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
05:05:17 [2022-03-17T09:05:17.085Z] [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 28 kB/s)
05:05:17 [2022-03-17T09:05:17.085Z] [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
05:05:17 [2022-03-17T09:05:17.085Z] [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 36 kB/s)
05:05:17 [2022-03-17T09:05:17.085Z] [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
05:05:17 [2022-03-17T09:05:17.349Z] [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 32 kB/s)
05:05:17 [2022-03-17T09:05:17.349Z] [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
05:05:17 [2022-03-17T09:05:17.349Z] [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 68 kB/s)
05:05:17 [2022-03-17T09:05:17.349Z] [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
05:05:17 [2022-03-17T09:05:17.349Z] [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 74 kB/s)
05:05:17 [2022-03-17T09:05:17.349Z] [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
05:05:17 [2022-03-17T09:05:17.349Z] [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 46 kB/s)
05:05:17 [2022-03-17T09:05:17.349Z] [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
05:05:17 [2022-03-17T09:05:17.350Z] [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 24 kB/s)
05:05:17 [2022-03-17T09:05:17.350Z] [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
05:05:17 [2022-03-17T09:05:17.350Z] [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 79 kB/s)
05:05:17 [2022-03-17T09:05:17.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 8.6 kB/s)
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom
05:05:17 [2022-03-17T09:05:17.611Z] [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 60 kB/s)
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
05:05:17 [2022-03-17T09:05:17.611Z] [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 95 kB/s)
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
05:05:17 [2022-03-17T09:05:17.611Z] [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 119 kB/s)
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom
05:05:17 [2022-03-17T09:05:17.611Z] [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 28 kB/s)
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom
05:05:17 [2022-03-17T09:05:17.611Z] [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 76 kB/s)
05:05:17 [2022-03-17T09:05:17.611Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
05:05:17 [2022-03-17T09:05:17.871Z] [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 23 kB/s)
05:05:17 [2022-03-17T09:05:17.871Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
05:05:17 [2022-03-17T09:05:17.871Z] [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 128 kB/s)
05:05:17 [2022-03-17T09:05:17.871Z] [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
05:05:17 [2022-03-17T09:05:17.871Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 607 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 877 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.jar (78 kB at 1.2 MB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 408 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.jar (148 kB at 1.8 MB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.0/org.eclipse.tycho.p2.maven.repository-2.7.0.jar (166 kB at 1.9 MB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 379 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 940 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 840 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [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 819 kB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 2.8 MB/s)
05:05:17 [2022-03-17T09:05:17.872Z] [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
05:05:17 [2022-03-17T09:05:17.872Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 2.7 MB/s)
05:05:17 [2022-03-17T09:05:17.873Z] [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
05:05:17 [2022-03-17T09:05:17.873Z] [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.2 MB/s)
05:05:17 [2022-03-17T09:05:17.873Z] [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
05:05:17 [2022-03-17T09:05:17.873Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.200/org.eclipse.equinox.p2.engine-2.7.200.jar (218 kB at 1.3 MB/s)
05:05:17 [2022-03-17T09:05:17.873Z] [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
05:05:17 [2022-03-17T09:05:17.873Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.jar (1.5 MB at 7.6 MB/s)
05:05:17 [2022-03-17T09:05:17.873Z] [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
05:05:17 [2022-03-17T09:05:17.873Z] [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.3 MB/s)
05:05:17 [2022-03-17T09:05:17.873Z] [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
05:05:18 [2022-03-17T09:05:18.132Z] [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 691 kB/s)
05:05:18 [2022-03-17T09:05:18.132Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
05:05:18 [2022-03-17T09:05:18.132Z] [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.2 MB/s)
05:05:18 [2022-03-17T09:05:18.132Z] [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 575 kB/s)
05:05:18 [2022-03-17T09:05:18.132Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar (369 kB at 1.5 MB/s)
05:05:18 [2022-03-17T09:05:18.132Z] [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 475 kB/s)
05:05:18 [2022-03-17T09:05:18.132Z] [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.2 MB/s)
05:05:18 [2022-03-17T09:05:18.389Z] [INFO] Scanning for projects...
05:05:18 [2022-03-17T09:05:18.390Z] [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
05:05:18 [2022-03-17T09:05:18.390Z] [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
05:05:18 [2022-03-17T09:05:18.390Z] [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
05:05:18 [2022-03-17T09:05:18.647Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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 118 kB/s)
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.648Z] [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 286 kB/s)
05:05:18 [2022-03-17T09:05:18.648Z] [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
05:05:18 [2022-03-17T09:05:18.905Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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 16 kB/s)
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:18 [2022-03-17T09:05:18.906Z] [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
05:05:19 [2022-03-17T09:05:19.163Z] [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
05:05:19 [2022-03-17T09:05:19.163Z] [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
05:05:19 [2022-03-17T09:05:19.163Z] [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 25 kB/s)
05:05:19 [2022-03-17T09:05:19.163Z] [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
05:05:19 [2022-03-17T09:05:19.164Z] [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
05:05:19 [2022-03-17T09:05:19.164Z] [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
05:05:19 [2022-03-17T09:05:19.164Z] [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
05:05:19 [2022-03-17T09:05:19.164Z] [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
05:05:19 [2022-03-17T09:05:19.164Z] [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
05:05:19 [2022-03-17T09:05:19.164Z] [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 205 kB/s)
05:05:19 [2022-03-17T09:05:19.164Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
05:05:19 [2022-03-17T09:05:19.164Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom
05:05:19 [2022-03-17T09:05:19.164Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
05:05:19 [2022-03-17T09:05:19.164Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom
05:05:19 [2022-03-17T09:05:19.421Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom
05:05:19 [2022-03-17T09:05:19.422Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
05:05:19 [2022-03-17T09:05:19.422Z] [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 578 kB/s)
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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 190 kB/s)
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.422Z] [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
05:05:19 [2022-03-17T09:05:19.680Z] [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
05:05:19 [2022-03-17T09:05:19.680Z] [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
05:05:19 [2022-03-17T09:05:19.680Z] [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
05:05:19 [2022-03-17T09:05:19.680Z] [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 505 kB/s)
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
05:05:19 [2022-03-17T09:05:19.680Z] [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
05:05:19 [2022-03-17T09:05:19.680Z] [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 523 kB/s)
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
05:05:19 [2022-03-17T09:05:19.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom
05:05:19 [2022-03-17T09:05:19.938Z] [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
05:05:19 [2022-03-17T09:05:19.938Z] [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 297 kB/s)
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
05:05:19 [2022-03-17T09:05:19.938Z] [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
05:05:19 [2022-03-17T09:05:19.938Z] [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 1.9 MB/s)
05:05:19 [2022-03-17T09:05:19.938Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
05:05:20 [2022-03-17T09:05:20.196Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
05:05:20 [2022-03-17T09:05:20.196Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
05:05:20 [2022-03-17T09:05:20.196Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
05:05:20 [2022-03-17T09:05:20.196Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
05:05:20 [2022-03-17T09:05:20.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
05:05:20 [2022-03-17T09:05:20.196Z] [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 505 kB/s)
05:05:20 [2022-03-17T09:05:20.196Z] [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
05:05:20 [2022-03-17T09:05:20.197Z] [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
05:05:20 [2022-03-17T09:05:20.197Z] [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
05:05:20 [2022-03-17T09:05:20.197Z] [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
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
05:05:20 [2022-03-17T09:05:20.454Z] [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
05:05:20 [2022-03-17T09:05:20.454Z] [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 317 kB/s)
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/52/commons-parent-52.pom
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom
05:05:20 [2022-03-17T09:05:20.454Z] [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
05:05:20 [2022-03-17T09:05:20.454Z] [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 1.3 MB/s)
05:05:20 [2022-03-17T09:05:20.454Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
05:05:20 [2022-03-17T09:05:20.712Z] [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 297 kB/s)
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
05:05:20 [2022-03-17T09:05:20.712Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
05:05:20 [2022-03-17T09:05:20.970Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
05:05:20 [2022-03-17T09:05:20.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
05:05:20 [2022-03-17T09:05:20.970Z] [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
05:05:20 [2022-03-17T09:05:20.970Z] [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 285 kB/s)
05:05:20 [2022-03-17T09:05:20.970Z] [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
05:05:20 [2022-03-17T09:05:20.970Z] [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
05:05:20 [2022-03-17T09:05:20.971Z] [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
05:05:20 [2022-03-17T09:05:20.971Z] [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
05:05:20 [2022-03-17T09:05:20.971Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
05:05:20 [2022-03-17T09:05:20.971Z] [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
05:05:20 [2022-03-17T09:05:20.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 111 kB/s)
05:05:20 [2022-03-17T09:05:20.971Z] [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
05:05:20 [2022-03-17T09:05:20.971Z] [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
05:05:21 [2022-03-17T09:05:21.229Z] [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
05:05:21 [2022-03-17T09:05:21.229Z] [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
05:05:21 [2022-03-17T09:05:21.229Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
05:05:21 [2022-03-17T09:05:21.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.pom
05:05:21 [2022-03-17T09:05:21.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.pom (4.4 kB at 69 kB/s)
05:05:21 [2022-03-17T09:05:21.229Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
05:05:21 [2022-03-17T09:05:21.229Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
05:05:21 [2022-03-17T09:05:21.229Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
05:05:21 [2022-03-17T09:05:21.229Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
05:05:21 [2022-03-17T09:05:21.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
05:05:21 [2022-03-17T09:05:21.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
05:05:21 [2022-03-17T09:05:21.487Z] [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 28 kB/s)
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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 45 kB/s)
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.487Z] [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
05:05:21 [2022-03-17T09:05:21.745Z] [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
05:05:21 [2022-03-17T09:05:21.745Z] [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 45 kB/s)
05:05:21 [2022-03-17T09:05:21.745Z] [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
05:05:21 [2022-03-17T09:05:21.745Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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 20 kB/s)
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:21 [2022-03-17T09:05:21.746Z] [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
05:05:22 [2022-03-17T09:05:22.004Z] [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
05:05:22 [2022-03-17T09:05:22.004Z] [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
05:05:22 [2022-03-17T09:05:22.004Z] [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 86 kB/s)
05:05:22 [2022-03-17T09:05:22.004Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
05:05:22 [2022-03-17T09:05:22.004Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
05:05:22 [2022-03-17T09:05:22.004Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
05:05:22 [2022-03-17T09:05:22.004Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
05:05:22 [2022-03-17T09:05:22.004Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
05:05:22 [2022-03-17T09:05:22.004Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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 571 kB/s)
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.263Z] [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 35 kB/s)
05:05:22 [2022-03-17T09:05:22.263Z] [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
05:05:22 [2022-03-17T09:05:22.521Z] [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
05:05:22 [2022-03-17T09:05:22.521Z] [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
05:05:22 [2022-03-17T09:05:22.521Z] [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
05:05:22 [2022-03-17T09:05:22.521Z] [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
05:05:22 [2022-03-17T09:05:22.521Z] [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
05:05:22 [2022-03-17T09:05:22.778Z] [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)
05:05:22 [2022-03-17T09:05:22.778Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
05:05:22 [2022-03-17T09:05:22.778Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom
05:05:22 [2022-03-17T09:05:22.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
05:05:22 [2022-03-17T09:05:22.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom
05:05:22 [2022-03-17T09:05:22.778Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom
05:05:22 [2022-03-17T09:05:22.778Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
05:05:22 [2022-03-17T09:05:22.779Z] [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 243 kB/s)
05:05:22 [2022-03-17T09:05:22.779Z] [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
05:05:22 [2022-03-17T09:05:22.779Z] [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
05:05:22 [2022-03-17T09:05:22.779Z] [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
05:05:22 [2022-03-17T09:05:22.779Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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 47 kB/s)
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.037Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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 59 kB/s)
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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 87 kB/s)
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.296Z] [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
05:05:23 [2022-03-17T09:05:23.554Z] [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
05:05:23 [2022-03-17T09:05:23.554Z] [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
05:05:23 [2022-03-17T09:05:23.554Z] [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 42 kB/s)
05:05:23 [2022-03-17T09:05:23.554Z] [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
05:05:23 [2022-03-17T09:05:23.554Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.555Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
05:05:23 [2022-03-17T09:05:23.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
05:05:23 [2022-03-17T09:05:23.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
05:05:23 [2022-03-17T09:05:23.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.556Z] [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
05:05:23 [2022-03-17T09:05:23.557Z] [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
05:05:23 [2022-03-17T09:05:23.557Z] [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
05:05:23 [2022-03-17T09:05:23.557Z] [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
05:05:23 [2022-03-17T09:05:23.557Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
05:05:23 [2022-03-17T09:05:23.557Z] [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
05:05:23 [2022-03-17T09:05:23.557Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
05:05:23 [2022-03-17T09:05:23.557Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:23 [2022-03-17T09:05:23.815Z] [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
05:05:24 [2022-03-17T09:05:24.749Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:24 [2022-03-17T09:05:24.750Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.008Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar
05:05:25 [2022-03-17T09:05:25.008Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
05:05:25 [2022-03-17T09:05:25.008Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
05:05:25 [2022-03-17T09:05:25.008Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
05:05:25 [2022-03-17T09:05:25.008Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
05:05:25 [2022-03-17T09:05:25.008Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
05:05:25 [2022-03-17T09:05:25.008Z] [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
05:05:25 [2022-03-17T09:05:25.009Z] [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
05:05:25 [2022-03-17T09:05:25.009Z] [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
05:05:25 [2022-03-17T09:05:25.009Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar
05:05:25 [2022-03-17T09:05:25.266Z] [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
05:05:25 [2022-03-17T09:05:25.266Z] [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
05:05:25 [2022-03-17T09:05:25.266Z] [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
05:05:25 [2022-03-17T09:05:25.266Z] [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
05:05:25 [2022-03-17T09:05:25.266Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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 947 kB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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 806 kB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 3.7 MB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 1.0 MB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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 59 kB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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 2.0 MB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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 439 kB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [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
05:05:25 [2022-03-17T09:05:25.267Z] [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 70 kB/s)
05:05:25 [2022-03-17T09:05:25.267Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
05:05:25 [2022-03-17T09:05:25.525Z] [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 11 kB/s)
05:05:25 [2022-03-17T09:05:25.525Z] [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
05:05:25 [2022-03-17T09:05:25.525Z] [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 50 kB/s)
05:05:25 [2022-03-17T09:05:25.525Z] [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
05:05:25 [2022-03-17T09:05:25.525Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.0/tycho-core-2.7.0.jar (274 kB at 949 kB/s)
05:05:25 [2022-03-17T09:05:25.525Z] [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
05:05:25 [2022-03-17T09:05:25.525Z] [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 711 kB/s)
05:05:25 [2022-03-17T09:05:25.525Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar
05:05:25 [2022-03-17T09:05:25.525Z] [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 133 kB/s)
05:05:25 [2022-03-17T09:05:25.525Z] [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
05:05:25 [2022-03-17T09:05:25.525Z] [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 9.8 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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
05:05:25 [2022-03-17T09:05:25.526Z] [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 406 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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
05:05:25 [2022-03-17T09:05:25.526Z] [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 82 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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
05:05:25 [2022-03-17T09:05:25.526Z] [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 44 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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 234 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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 18 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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 11 kB/s)
05:05:25 [2022-03-17T09:05:25.526Z] [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 2.6 MB/s)
05:05:26 [2022-03-17T09:05:26.092Z] [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
05:05:26 [2022-03-17T09:05:26.360Z] [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
05:05:26 [2022-03-17T09:05:26.360Z] [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
05:05:26 [2022-03-17T09:05:26.360Z] [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
05:05:26 [2022-03-17T09:05:26.360Z] [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
05:05:26 [2022-03-17T09:05:26.360Z] [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
05:05:27 [2022-03-17T09:05:27.743Z] [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 14 MB/s)
05:05:28 [2022-03-17T09:05:28.001Z] [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
05:05:28 [2022-03-17T09:05:28.001Z] [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
05:05:28 [2022-03-17T09:05:28.001Z] [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
05:05:28 [2022-03-17T09:05:28.001Z] [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
05:05:28 [2022-03-17T09:05:28.001Z] [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
05:05:28 [2022-03-17T09:05:28.001Z] [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
05:05:28 [2022-03-17T09:05:28.001Z] [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 776 kB/s)
05:05:29 [2022-03-17T09:05:29.019Z] [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
05:05:29 [2022-03-17T09:05:29.019Z] [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
05:05:29 [2022-03-17T09:05:29.019Z] [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
05:05:29 [2022-03-17T09:05:29.019Z] [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
05:05:29 [2022-03-17T09:05:29.019Z] [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
05:05:29 [2022-03-17T09:05:29.019Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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 18 kB/s)
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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 387 kB/s)
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.310Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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 37 kB/s)
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/2.7.0/tycho-source-plugin-2.7.0.jar (39 kB at 1.2 MB/s)
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.593Z] [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
05:05:29 [2022-03-17T09:05:29.852Z] [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
05:05:29 [2022-03-17T09:05:29.852Z] [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
05:05:29 [2022-03-17T09:05:29.852Z] [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
05:05:29 [2022-03-17T09:05:29.852Z] [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 138 kB/s)
05:05:29 [2022-03-17T09:05:29.852Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
05:05:29 [2022-03-17T09:05:29.852Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
05:05:29 [2022-03-17T09:05:29.852Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
05:05:29 [2022-03-17T09:05:29.852Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
05:05:29 [2022-03-17T09:05:29.852Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
05:05:29 [2022-03-17T09:05:29.852Z] [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
05:05:29 [2022-03-17T09:05:29.852Z] [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 356 kB/s)
05:05:29 [2022-03-17T09:05:29.852Z] [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
05:05:30 [2022-03-17T09:05:30.109Z] [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
05:05:30 [2022-03-17T09:05:30.109Z] [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
05:05:30 [2022-03-17T09:05:30.109Z] [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
05:05:30 [2022-03-17T09:05:30.109Z] [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
05:05:30 [2022-03-17T09:05:30.109Z] [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
05:05:30 [2022-03-17T09:05:30.110Z] [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 37 kB/s)
05:05:30 [2022-03-17T09:05:30.110Z] [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
05:05:30 [2022-03-17T09:05:30.110Z] [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
05:05:30 [2022-03-17T09:05:30.110Z] [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
05:05:30 [2022-03-17T09:05:30.110Z] [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
05:05:30 [2022-03-17T09:05:30.110Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
05:05:30 [2022-03-17T09:05:30.110Z] [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
05:05:30 [2022-03-17T09:05:30.368Z] [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 616 kB/s)
05:05:30 [2022-03-17T09:05:30.368Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
05:05:30 [2022-03-17T09:05:30.368Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/34/maven-parent-34.pom
05:05:30 [2022-03-17T09:05:30.368Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom
05:05:30 [2022-03-17T09:05:30.368Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom
05:05:30 [2022-03-17T09:05:30.368Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom
05:05:30 [2022-03-17T09:05:30.368Z] [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
05:05:30 [2022-03-17T09:05:30.368Z] [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 996 kB/s)
05:05:30 [2022-03-17T09:05:30.368Z] [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
05:05:30 [2022-03-17T09:05:30.368Z] [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
05:05:30 [2022-03-17T09:05:30.625Z] [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
05:05:30 [2022-03-17T09:05:30.625Z] [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
05:05:30 [2022-03-17T09:05:30.625Z] [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
05:05:30 [2022-03-17T09:05:30.625Z] [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
05:05:30 [2022-03-17T09:05:30.625Z] [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 89 kB/s)
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 268 kB/s)
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.626Z] [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
05:05:30 [2022-03-17T09:05:30.883Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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 371 kB/s)
05:05:30 [2022-03-17T09:05:30.884Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
05:05:30 [2022-03-17T09:05:30.884Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
05:05:30 [2022-03-17T09:05:30.884Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
05:05:30 [2022-03-17T09:05:30.884Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
05:05:30 [2022-03-17T09:05:30.884Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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 126 kB/s)
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:30 [2022-03-17T09:05:30.884Z] [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
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
05:05:31 [2022-03-17T09:05:31.142Z] [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
05:05:31 [2022-03-17T09:05:31.142Z] [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 463 kB/s)
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom
05:05:31 [2022-03-17T09:05:31.142Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
05:05:31 [2022-03-17T09:05:31.142Z] [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 228 kB/s)
05:05:31 [2022-03-17T09:05:31.142Z] [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
05:05:31 [2022-03-17T09:05:31.142Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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 175 kB/s)
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.400Z] [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 288 kB/s)
05:05:31 [2022-03-17T09:05:31.400Z] [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
05:05:31 [2022-03-17T09:05:31.401Z] [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
05:05:31 [2022-03-17T09:05:31.401Z] [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
05:05:31 [2022-03-17T09:05:31.401Z] [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
05:05:31 [2022-03-17T09:05:31.401Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [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 348 kB/s)
05:05:31 [2022-03-17T09:05:31.658Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
05:05:31 [2022-03-17T09:05:31.658Z] [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
05:05:31 [2022-03-17T09:05:31.658Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s)
05:05:31 [2022-03-17T09:05:31.658Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
05:05:31 [2022-03-17T09:05:31.659Z] [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
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 2.3 MB/s)
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
05:05:31 [2022-03-17T09:05:31.659Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
05:05:31 [2022-03-17T09:05:31.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
05:05:31 [2022-03-17T09:05:31.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
05:05:31 [2022-03-17T09:05:31.916Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:31 [2022-03-17T09:05:31.916Z] [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 1.4 MB/s)
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:31 [2022-03-17T09:05:31.916Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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 100 kB/s)
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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 113 kB/s)
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.174Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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 44 kB/s)
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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 45 kB/s)
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.432Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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 19 kB/s)
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.690Z] [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
05:05:32 [2022-03-17T09:05:32.948Z] [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 67 kB/s)
05:05:32 [2022-03-17T09:05:32.948Z] [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
05:05:33 [2022-03-17T09:05:33.205Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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 49 kB/s)
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.206Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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 94 kB/s)
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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 235 kB/s)
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.467Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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 101 kB/s)
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.468Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.0 MB/s)
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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 98 kB/s)
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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 94 kB/s)
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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
05:05:33 [2022-03-17T09:05:33.726Z] [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 264 kB/s)
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.984Z] [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 507 kB/s)
05:05:33 [2022-03-17T09:05:33.984Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
05:05:33 [2022-03-17T09:05:33.984Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
05:05:33 [2022-03-17T09:05:33.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
05:05:33 [2022-03-17T09:05:33.984Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
05:05:33 [2022-03-17T09:05:33.984Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom
05:05:33 [2022-03-17T09:05:33.984Z] [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
05:05:33 [2022-03-17T09:05:33.985Z] [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.6 MB/s)
05:05:33 [2022-03-17T09:05:33.985Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom
05:05:33 [2022-03-17T09:05:33.985Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom
05:05:33 [2022-03-17T09:05:33.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
05:05:34 [2022-03-17T09:05:34.242Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
05:05:34 [2022-03-17T09:05:34.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom
05:05:34 [2022-03-17T09:05:34.242Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
05:05:34 [2022-03-17T09:05:34.242Z] [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 292 kB/s)
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.242Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.242Z] [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 110 kB/s)
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.242Z] [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
05:05:34 [2022-03-17T09:05:34.500Z] [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
05:05:34 [2022-03-17T09:05:34.500Z] [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
05:05:34 [2022-03-17T09:05:34.500Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.501Z] [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 307 kB/s)
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.501Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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 112 kB/s)
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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 164 kB/s)
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:34 [2022-03-17T09:05:34.758Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [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 313 kB/s)
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.016Z] [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
05:05:35 [2022-03-17T09:05:35.274Z] [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
05:05:35 [2022-03-17T09:05:35.274Z] [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 424 kB/s)
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
05:05:35 [2022-03-17T09:05:35.274Z] [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 59 kB/s)
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
05:05:35 [2022-03-17T09:05:35.274Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
05:05:35 [2022-03-17T09:05:35.531Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
05:05:35 [2022-03-17T09:05:35.532Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
05:05:35 [2022-03-17T09:05:35.532Z] [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 3.1 kB/s)
05:05:35 [2022-03-17T09:05:35.532Z] [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
05:05:35 [2022-03-17T09:05:35.532Z] [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
05:05:35 [2022-03-17T09:05:35.532Z] [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
05:05:35 [2022-03-17T09:05:35.532Z] [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
05:05:35 [2022-03-17T09:05:35.532Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom
05:05:35 [2022-03-17T09:05:35.532Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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 130 kB/s)
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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 291 kB/s)
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:35 [2022-03-17T09:05:35.789Z] [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
05:05:36 [2022-03-17T09:05:36.047Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
05:05:36 [2022-03-17T09:05:36.047Z] [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
05:05:36 [2022-03-17T09:05:36.047Z] [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 97 kB/s)
05:05:36 [2022-03-17T09:05:36.047Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
05:05:36 [2022-03-17T09:05:36.047Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
05:05:36 [2022-03-17T09:05:36.047Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
05:05:36 [2022-03-17T09:05:36.047Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
05:05:36 [2022-03-17T09:05:36.047Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
05:05:36 [2022-03-17T09:05:36.047Z] [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
05:05:36 [2022-03-17T09:05:36.047Z] [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 115 kB/s)
05:05:36 [2022-03-17T09:05:36.047Z] [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
05:05:36 [2022-03-17T09:05:36.047Z] [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
05:05:36 [2022-03-17T09:05:36.047Z] [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
05:05:36 [2022-03-17T09:05:36.047Z] [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
05:05:36 [2022-03-17T09:05:36.304Z] [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
05:05:36 [2022-03-17T09:05:36.305Z] [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
05:05:36 [2022-03-17T09:05:36.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 127 kB/s)
05:05:36 [2022-03-17T09:05:36.305Z] [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
05:05:36 [2022-03-17T09:05:36.305Z] [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
05:05:36 [2022-03-17T09:05:36.305Z] [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
05:05:36 [2022-03-17T09:05:36.305Z] [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
05:05:36 [2022-03-17T09:05:36.562Z] [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
05:05:36 [2022-03-17T09:05:36.562Z] [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
05:05:36 [2022-03-17T09:05:36.562Z] [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 39 kB/s)
05:05:36 [2022-03-17T09:05:36.562Z] [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
05:05:36 [2022-03-17T09:05:36.562Z] [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
05:05:36 [2022-03-17T09:05:36.562Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 212 kB/s)
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.563Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [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 34 kB/s)
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:36 [2022-03-17T09:05:36.823Z] [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
05:05:37 [2022-03-17T09:05:37.080Z] [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 59 kB/s)
05:05:37 [2022-03-17T09:05:37.080Z] [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
05:05:37 [2022-03-17T09:05:37.080Z] [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
05:05:37 [2022-03-17T09:05:37.080Z] [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
05:05:37 [2022-03-17T09:05:37.081Z] [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
05:05:37 [2022-03-17T09:05:37.081Z] [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
05:05:37 [2022-03-17T09:05:37.081Z] [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
05:05:37 [2022-03-17T09:05:37.081Z] [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 169 kB/s)
05:05:37 [2022-03-17T09:05:37.081Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
05:05:37 [2022-03-17T09:05:37.081Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
05:05:37 [2022-03-17T09:05:37.081Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
05:05:37 [2022-03-17T09:05:37.338Z] [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
05:05:37 [2022-03-17T09:05:37.338Z] [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 459 kB/s)
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
05:05:37 [2022-03-17T09:05:37.338Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
05:05:37 [2022-03-17T09:05:37.596Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
05:05:37 [2022-03-17T09:05:37.596Z] [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 156 kB/s)
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [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 104 kB/s)
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.596Z] [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
05:05:37 [2022-03-17T09:05:37.854Z] [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
05:05:37 [2022-03-17T09:05:37.854Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
05:05:37 [2022-03-17T09:05:37.854Z] [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
05:05:37 [2022-03-17T09:05:37.854Z] [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 260 kB/s)
05:05:37 [2022-03-17T09:05:37.854Z] [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
05:05:37 [2022-03-17T09:05:37.854Z] [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
05:05:37 [2022-03-17T09:05:37.855Z] [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
05:05:37 [2022-03-17T09:05:37.855Z] [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
05:05:37 [2022-03-17T09:05:37.855Z] [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
05:05:37 [2022-03-17T09:05:37.855Z] [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
05:05:37 [2022-03-17T09:05:37.855Z] [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 103 kB/s)
05:05:37 [2022-03-17T09:05:37.855Z] [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
05:05:37 [2022-03-17T09:05:37.855Z] [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
05:05:38 [2022-03-17T09:05:38.112Z] [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
05:05:38 [2022-03-17T09:05:38.112Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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 115 kB/s)
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.113Z] [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 67 kB/s)
05:05:38 [2022-03-17T09:05:38.113Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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 68 kB/s)
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.371Z] [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
05:05:38 [2022-03-17T09:05:38.372Z] [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
05:05:38 [2022-03-17T09:05:38.372Z] [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
05:05:38 [2022-03-17T09:05:38.372Z] [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
05:05:38 [2022-03-17T09:05:38.629Z] [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
05:05:38 [2022-03-17T09:05:38.629Z] [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
05:05:38 [2022-03-17T09:05:38.629Z] [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
05:05:38 [2022-03-17T09:05:38.629Z] [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
05:05:38 [2022-03-17T09:05:38.629Z] [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)
05:05:38 [2022-03-17T09:05:38.629Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 1.8 MB/s)
05:05:38 [2022-03-17T09:05:38.629Z] [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 7.0 MB/s)
05:05:38 [2022-03-17T09:05:38.629Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 1.2 MB/s)
05:05:38 [2022-03-17T09:05:38.629Z] [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
05:05:38 [2022-03-17T09:05:38.630Z] [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
05:05:38 [2022-03-17T09:05:38.630Z] [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
05:05:38 [2022-03-17T09:05:38.630Z] [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
05:05:38 [2022-03-17T09:05:38.630Z] [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
05:05:40 [2022-03-17T09:05:40.002Z] [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
05:05:40 [2022-03-17T09:05:40.002Z] [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 184 kB/s)
05:05:40 [2022-03-17T09:05:40.002Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
05:05:40 [2022-03-17T09:05:40.002Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
05:05:40 [2022-03-17T09:05:40.002Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
05:05:40 [2022-03-17T09:05:40.002Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
05:05:40 [2022-03-17T09:05:40.002Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
05:05:40 [2022-03-17T09:05:40.002Z] [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
05:05:40 [2022-03-17T09:05:40.002Z] [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 334 kB/s)
05:05:40 [2022-03-17T09:05:40.002Z] [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
05:05:40 [2022-03-17T09:05:40.002Z] [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
05:05:40 [2022-03-17T09:05:40.002Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 2.2 MB/s)
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.003Z] [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
05:05:40 [2022-03-17T09:05:40.261Z] [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 166 kB/s)
05:05:40 [2022-03-17T09:05:40.261Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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 322 kB/s)
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.262Z] [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 1.3 MB/s)
05:05:40 [2022-03-17T09:05:40.262Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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 438 kB/s)
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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 898 kB/s)
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.520Z] [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
05:05:40 [2022-03-17T09:05:40.521Z] [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 86 kB/s)
05:05:40 [2022-03-17T09:05:40.521Z] [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
05:05:40 [2022-03-17T09:05:40.521Z] [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
05:05:40 [2022-03-17T09:05:40.521Z] [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
05:05:40 [2022-03-17T09:05:40.521Z] [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
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom
05:05:40 [2022-03-17T09:05:40.779Z] [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
05:05:40 [2022-03-17T09:05:40.779Z] [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 129 kB/s)
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.pom
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom
05:05:40 [2022-03-17T09:05:40.779Z] [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
05:05:40 [2022-03-17T09:05:40.779Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 148 kB/s)
05:05:40 [2022-03-17T09:05:40.779Z] [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
05:05:40 [2022-03-17T09:05:40.779Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [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 101 kB/s)
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:40 [2022-03-17T09:05:40.780Z] [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
05:05:41 [2022-03-17T09:05:41.037Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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 131 kB/s)
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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 96 kB/s)
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
05:05:41 [2022-03-17T09:05:41.038Z] [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
05:05:41 [2022-03-17T09:05:41.038Z] [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 305 kB/s)
05:05:41 [2022-03-17T09:05:41.038Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
05:05:41 [2022-03-17T09:05:41.296Z] [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
05:05:41 [2022-03-17T09:05:41.296Z] [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 1.6 MB/s)
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
05:05:41 [2022-03-17T09:05:41.296Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
05:05:41 [2022-03-17T09:05:41.553Z] [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 254 kB/s)
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.2/asm-9.2.jar
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.553Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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 6.8 MB/s)
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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 1.9 MB/s)
05:05:41 [2022-03-17T09:05:41.554Z] [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
05:05:41 [2022-03-17T09:05:41.554Z] [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 4.0 MB/s)
05:05:41 [2022-03-17T09:05:41.554Z] [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 632 kB/s)
05:05:41 [2022-03-17T09:05:41.555Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 1.7 MB/s)
05:05:41 [2022-03-17T09:05:41.555Z] [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 1.4 MB/s)
05:05:41 [2022-03-17T09:05:41.555Z] [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 614 kB/s)
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:41 [2022-03-17T09:05:41.812Z] [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 72 kB/s)
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:41 [2022-03-17T09:05:41.812Z] [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
05:05:42 [2022-03-17T09:05:42.109Z] [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
05:05:42 [2022-03-17T09:05:42.109Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom (7.0 kB at 174 kB/s)
05:05:42 [2022-03-17T09:05:42.109Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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 157 kB/s)
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.110Z] [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 216 kB/s)
05:05:42 [2022-03-17T09:05:42.110Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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.2 MB/s)
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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 65 kB/s)
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.367Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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 581 kB/s)
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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 902 kB/s)
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.625Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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 189 kB/s)
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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
05:05:42 [2022-03-17T09:05:42.883Z] [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 15 MB/s)
05:05:43 [2022-03-17T09:05:43.140Z] [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
05:05:43 [2022-03-17T09:05:43.140Z] [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
05:05:43 [2022-03-17T09:05:43.140Z] [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
05:05:43 [2022-03-17T09:05:43.140Z] [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
05:05:43 [2022-03-17T09:05:43.140Z] [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
05:05:43 [2022-03-17T09:05:43.140Z] [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
05:05:43 [2022-03-17T09:05:43.141Z] [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 152 kB/s)
05:05:43 [2022-03-17T09:05:43.141Z] [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
05:05:43 [2022-03-17T09:05:43.141Z] [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
05:05:43 [2022-03-17T09:05:43.141Z] [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
05:05:43 [2022-03-17T09:05:43.141Z] [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
05:05:43 [2022-03-17T09:05:43.141Z] [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
05:05:43 [2022-03-17T09:05:43.141Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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 1.1 MB/s)
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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 67 kB/s)
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.398Z] [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
05:05:43 [2022-03-17T09:05:43.399Z] [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 664 kB/s)
05:05:43 [2022-03-17T09:05:43.655Z] [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
05:05:43 [2022-03-17T09:05:43.655Z] [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
05:05:43 [2022-03-17T09:05:43.655Z] [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
05:05:43 [2022-03-17T09:05:43.655Z] [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
05:05:43 [2022-03-17T09:05:43.655Z] [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
05:05:43 [2022-03-17T09:05:43.655Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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 57 kB/s)
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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 5.2 MB/s)
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/31/maven-parent-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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 2.0 MB/s)
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.913Z] [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 1.7 MB/s)
05:05:43 [2022-03-17T09:05:43.913Z] [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
05:05:43 [2022-03-17T09:05:43.914Z] [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
05:05:43 [2022-03-17T09:05:43.914Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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 139 kB/s)
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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 1.9 MB/s)
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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 243 kB/s)
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.171Z] [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
05:05:44 [2022-03-17T09:05:44.428Z] [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
05:05:44 [2022-03-17T09:05:44.428Z] [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
05:05:44 [2022-03-17T09:05:44.428Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
05:05:44 [2022-03-17T09:05:44.428Z] [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
05:05:44 [2022-03-17T09:05:44.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 256 kB/s)
05:05:44 [2022-03-17T09:05:44.428Z] [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
05:05:44 [2022-03-17T09:05:44.428Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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 901 kB/s)
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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 205 kB/s)
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.0/org.eclipse.tycho.surefire.junit-2.7.0.pom (1.5 kB at 99 kB/s)
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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 227 kB/s)
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.429Z] [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
05:05:44 [2022-03-17T09:05:44.430Z] [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
05:05:44 [2022-03-17T09:05:44.430Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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 99 kB/s)
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.687Z] [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 116 kB/s)
05:05:44 [2022-03-17T09:05:44.687Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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 205 kB/s)
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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 137 kB/s)
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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 206 kB/s)
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.688Z] [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
05:05:44 [2022-03-17T09:05:44.689Z] [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
05:05:44 [2022-03-17T09:05:44.689Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.0/org.eclipse.tycho.surefire.junit56-2.7.0.pom (3.3 kB at 220 kB/s)
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.0/org.eclipse.tycho.surefire.junit57-2.7.0.pom (2.9 kB at 196 kB/s)
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.946Z] [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
05:05:44 [2022-03-17T09:05:44.947Z] [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 116 kB/s)
05:05:44 [2022-03-17T09:05:44.947Z] [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
05:05:44 [2022-03-17T09:05:44.947Z] [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
05:05:44 [2022-03-17T09:05:44.947Z] [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
05:05:44 [2022-03-17T09:05:44.947Z] [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
05:05:44 [2022-03-17T09:05:44.947Z] [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
05:05:44 [2022-03-17T09:05:44.947Z] [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
05:05:45 [2022-03-17T09:05:45.204Z] [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 69 kB/s)
05:05:45 [2022-03-17T09:05:45.204Z] [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
05:05:45 [2022-03-17T09:05:45.204Z] [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
05:05:45 [2022-03-17T09:05:45.204Z] [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
05:05:45 [2022-03-17T09:05:45.204Z] [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
05:05:45 [2022-03-17T09:05:45.204Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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 153 kB/s)
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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 71 kB/s)
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.205Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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 98 kB/s)
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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 600 kB/s)
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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 68 kB/s)
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.463Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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 674 kB/s)
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.720Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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 103 kB/s)
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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 734 kB/s)
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.721Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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 276 kB/s)
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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 69 kB/s)
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
05:05:45 [2022-03-17T09:05:45.979Z] [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
05:05:45 [2022-03-17T09:05:45.979Z] [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.1 MB/s)
05:05:45 [2022-03-17T09:05:45.979Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
05:05:45 [2022-03-17T09:05:45.979Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
05:05:46 [2022-03-17T09:05:46.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
05:05:46 [2022-03-17T09:05:46.236Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
05:05:46 [2022-03-17T09:05:46.236Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 11 MB/s)
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
05:05:46 [2022-03-17T09:05:46.237Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 2.0 MB/s)
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.237Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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 99 kB/s)
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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 7.2 kB/s)
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.494Z] [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
05:05:46 [2022-03-17T09:05:46.495Z] [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
05:05:46 [2022-03-17T09:05:46.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
05:05:46 [2022-03-17T09:05:46.495Z] [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
05:05:46 [2022-03-17T09:05:46.752Z] [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 117 kB/s)
05:05:46 [2022-03-17T09:05:46.752Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.13.2/junit-4.13.2.pom
05:05:46 [2022-03-17T09:05:46.752Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.13.2/junit-4.13.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.13.2/junit-4.13.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.2/junit-4.13.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13.2/junit-4.13.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [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
05:05:46 [2022-03-17T09:05:46.753Z] [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 730 kB/s)
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
05:05:46 [2022-03-17T09:05:46.753Z] [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
05:05:46 [2022-03-17T09:05:46.753Z] [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 42 kB/s)
05:05:46 [2022-03-17T09:05:46.753Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
05:05:47 [2022-03-17T09:05:47.010Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
05:05:47 [2022-03-17T09:05:47.010Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
05:05:47 [2022-03-17T09:05:47.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
05:05:47 [2022-03-17T09:05:47.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
05:05:47 [2022-03-17T09:05:47.011Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
05:05:47 [2022-03-17T09:05:47.011Z] [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 36 kB/s)
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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 447 kB/s)
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.011Z] [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
05:05:47 [2022-03-17T09:05:47.268Z] [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
05:05:47 [2022-03-17T09:05:47.268Z] [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 55 kB/s)
05:05:47 [2022-03-17T09:05:47.268Z] [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
05:05:47 [2022-03-17T09:05:47.268Z] [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
05:05:47 [2022-03-17T09:05:47.268Z] [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
05:05:47 [2022-03-17T09:05:47.268Z] [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
05:05:47 [2022-03-17T09:05:47.268Z] [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
05:05:47 [2022-03-17T09:05:47.269Z] [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
05:05:47 [2022-03-17T09:05:47.269Z] [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 31 kB/s)
05:05:47 [2022-03-17T09:05:47.269Z] [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
05:05:47 [2022-03-17T09:05:47.269Z] [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
05:05:47 [2022-03-17T09:05:47.269Z] [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
05:05:47 [2022-03-17T09:05:47.269Z] [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
05:05:47 [2022-03-17T09:05:47.526Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
05:05:47 [2022-03-17T09:05:47.526Z] [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
05:05:47 [2022-03-17T09:05:47.526Z] [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 17 kB/s)
05:05:47 [2022-03-17T09:05:47.526Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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 150 kB/s)
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [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
05:05:47 [2022-03-17T09:05:47.787Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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 283 kB/s)
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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 111 kB/s)
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.045Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 49 kB/s)
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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 24 kB/s)
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.303Z] [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 84 kB/s)
05:05:48 [2022-03-17T09:05:48.303Z] [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
05:05:48 [2022-03-17T09:05:48.560Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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 93 kB/s)
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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 80 kB/s)
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.561Z] [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
05:05:48 [2022-03-17T09:05:48.818Z] [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
05:05:48 [2022-03-17T09:05:48.818Z] [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
05:05:48 [2022-03-17T09:05:48.818Z] [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
05:05:48 [2022-03-17T09:05:48.818Z] [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
05:05:48 [2022-03-17T09:05:48.818Z] [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 65 kB/s)
05:05:48 [2022-03-17T09:05:48.818Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
05:05:48 [2022-03-17T09:05:48.818Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
05:05:48 [2022-03-17T09:05:48.819Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
05:05:48 [2022-03-17T09:05:48.819Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
05:05:48 [2022-03-17T09:05:48.819Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
05:05:48 [2022-03-17T09:05:48.819Z] [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
05:05:48 [2022-03-17T09:05:48.819Z] [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 1.4 MB/s)
05:05:48 [2022-03-17T09:05:48.819Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom
05:05:48 [2022-03-17T09:05:48.819Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.2/asm-6.2.pom
05:05:49 [2022-03-17T09:05:49.076Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom
05:05:49 [2022-03-17T09:05:49.076Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.pom
05:05:49 [2022-03-17T09:05:49.076Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.pom
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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 68 kB/s)
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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 377 kB/s)
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.076Z] [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
05:05:49 [2022-03-17T09:05:49.077Z] [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
05:05:49 [2022-03-17T09:05:49.077Z] [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
05:05:49 [2022-03-17T09:05:49.077Z] [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
05:05:49 [2022-03-17T09:05:49.077Z] [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
05:05:49 [2022-03-17T09:05:49.077Z] [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
05:05:49 [2022-03-17T09:05:49.077Z] [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
05:05:49 [2022-03-17T09:05:49.334Z] [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
05:05:49 [2022-03-17T09:05:49.334Z] [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
05:05:49 [2022-03-17T09:05:49.334Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.335Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.2/asm-6.2.jar
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.336Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.337Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar
05:05:49 [2022-03-17T09:05:49.337Z] [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
05:05:49 [2022-03-17T09:05:49.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.jar
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.599Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2/asm-6.2.jar
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.600Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.2/asm-6.2.jar
05:05:49 [2022-03-17T09:05:49.601Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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 1.6 MB/s)
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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 3.6 MB/s)
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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 3.5 MB/s)
05:05:49 [2022-03-17T09:05:49.601Z] [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
05:05:49 [2022-03-17T09:05:49.601Z] [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 644 kB/s)
05:05:49 [2022-03-17T09:05:49.602Z] [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
05:05:49 [2022-03-17T09:05:49.602Z] [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 17 MB/s)
05:05:49 [2022-03-17T09:05:49.602Z] [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
05:05:49 [2022-03-17T09:05:49.859Z] [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 5.1 MB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 6.4 MB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 5.6 MB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 4.7 MB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 19 MB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 459 kB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 709 kB/s)
05:05:49 [2022-03-17T09:05:49.860Z] [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
05:05:49 [2022-03-17T09:05:49.860Z] [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 46 kB/s)
05:05:49 [2022-03-17T09:05:49.861Z] [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
05:05:49 [2022-03-17T09:05:49.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.7 MB/s)
05:05:49 [2022-03-17T09:05:49.861Z] [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
05:05:49 [2022-03-17T09:05:49.861Z] [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 850 kB/s)
05:05:49 [2022-03-17T09:05:49.861Z] [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
05:05:49 [2022-03-17T09:05:49.861Z] [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 119 kB/s)
05:05:49 [2022-03-17T09:05:49.861Z] [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
05:05:49 [2022-03-17T09:05:49.861Z] [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 2.2 MB/s)
05:05:49 [2022-03-17T09:05:49.861Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 447 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 2.0 MB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 97 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 184 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 523 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 842 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 75 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 69 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 93 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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
05:05:50 [2022-03-17T09:05:50.119Z] [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 271 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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 750 kB/s)
05:05:50 [2022-03-17T09:05:50.119Z] [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 87 kB/s)
05:05:50 [2022-03-17T09:05:50.120Z] [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 88 kB/s)
05:05:50 [2022-03-17T09:05:50.684Z] [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 596 kB/s)
05:05:50 [2022-03-17T09:05:50.942Z] [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
05:05:50 [2022-03-17T09:05:50.942Z] [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
05:05:51 [2022-03-17T09:05:51.875Z] [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
05:05:51 [2022-03-17T09:05:51.875Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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 171 kB/s)
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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
05:05:52 [2022-03-17T09:05:52.132Z] [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 761 kB/s)
05:05:52 [2022-03-17T09:05:52.133Z] [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
05:05:52 [2022-03-17T09:05:52.133Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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 1.5 MB/s)
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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 49 kB/s)
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.390Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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 587 kB/s)
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [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
05:05:52 [2022-03-17T09:05:52.648Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 1.9 MB/s)
05:05:52 [2022-03-17T09:05:52.648Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
05:05:52 [2022-03-17T09:05:52.906Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
05:05:52 [2022-03-17T09:05:52.906Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
05:05:52 [2022-03-17T09:05:52.906Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
05:05:53 [2022-03-17T09:05:53.163Z] [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
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 4.3 MB/s)
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
05:05:53 [2022-03-17T09:05:53.163Z] [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
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 8.0 MB/s)
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
05:05:53 [2022-03-17T09:05:53.163Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
05:05:53 [2022-03-17T09:05:53.421Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
05:05:53 [2022-03-17T09:05:53.421Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
05:05:53 [2022-03-17T09:05:53.421Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
05:05:53 [2022-03-17T09:05:53.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s)
05:05:53 [2022-03-17T09:05:53.421Z] [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
05:05:53 [2022-03-17T09:05:53.421Z] [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
05:05:53 [2022-03-17T09:05:53.421Z] [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
05:05:53 [2022-03-17T09:05:53.421Z] [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
05:05:53 [2022-03-17T09:05:53.421Z] [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
05:05:53 [2022-03-17T09:05:53.421Z] [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
05:05:53 [2022-03-17T09:05:53.421Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 12 MB/s)
05:05:53 [2022-03-17T09:05:53.422Z] [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
05:05:53 [2022-03-17T09:05:53.422Z] [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
05:05:53 [2022-03-17T09:05:53.422Z] [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
05:05:53 [2022-03-17T09:05:53.422Z] [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
05:05:53 [2022-03-17T09:05:53.422Z] [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
05:05:53 [2022-03-17T09:05:53.422Z] [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
05:05:53 [2022-03-17T09:05:53.422Z] [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 488 kB/s)
05:05:53 [2022-03-17T09:05:53.422Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
05:05:53 [2022-03-17T09:05:53.422Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
05:05:53 [2022-03-17T09:05:53.422Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
05:05:53 [2022-03-17T09:05:53.680Z] [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
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 4.3 MB/s)
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom
05:05:53 [2022-03-17T09:05:53.680Z] [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
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 7.8 MB/s)
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom
05:05:53 [2022-03-17T09:05:53.680Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
05:05:53 [2022-03-17T09:05:53.680Z] [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)
05:05:53 [2022-03-17T09:05:53.680Z] [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
05:05:53 [2022-03-17T09:05:53.680Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 1.6 MB/s)
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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 396 kB/s)
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:53 [2022-03-17T09:05:53.938Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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 5.1 MB/s)
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 6.9 MB/s)
05:05:54 [2022-03-17T09:05:54.196Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
05:05:54 [2022-03-17T09:05:54.196Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
05:05:54 [2022-03-17T09:05:54.196Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
05:05:54 [2022-03-17T09:05:54.196Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
05:05:54 [2022-03-17T09:05:54.196Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
05:05:54 [2022-03-17T09:05:54.196Z] [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
05:05:54 [2022-03-17T09:05:54.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 3.6 MB/s)
05:05:54 [2022-03-17T09:05:54.453Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
05:05:54 [2022-03-17T09:05:54.453Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
05:05:54 [2022-03-17T09:05:54.453Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
05:05:54 [2022-03-17T09:05:54.453Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
05:05:54 [2022-03-17T09:05:54.454Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom
05:05:54 [2022-03-17T09:05:54.711Z] [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
05:05:54 [2022-03-17T09:05:54.711Z] [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 1.4 MB/s)
05:05:54 [2022-03-17T09:05:54.711Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
05:05:54 [2022-03-17T09:05:54.711Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
05:05:54 [2022-03-17T09:05:54.711Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
05:05:54 [2022-03-17T09:05:54.711Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
05:05:54 [2022-03-17T09:05:54.712Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
05:05:54 [2022-03-17T09:05:54.712Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
05:05:54 [2022-03-17T09:05:54.712Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 1.7 MB/s)
05:05:54 [2022-03-17T09:05:54.712Z] [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
05:05:54 [2022-03-17T09:05:54.712Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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 8.3 MB/s)
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:54 [2022-03-17T09:05:54.969Z] [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
05:05:55 [2022-03-17T09:05:55.227Z] [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 251 kB/s)
05:05:55 [2022-03-17T09:05:55.227Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
05:05:55 [2022-03-17T09:05:55.227Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
05:05:55 [2022-03-17T09:05:55.227Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
05:05:55 [2022-03-17T09:05:55.227Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
05:05:55 [2022-03-17T09:05:55.227Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
05:05:55 [2022-03-17T09:05:55.227Z] [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
05:05:55 [2022-03-17T09:05:55.227Z] [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 406 kB/s)
05:05:55 [2022-03-17T09:05:55.227Z] [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
05:05:55 [2022-03-17T09:05:55.227Z] [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
05:05:55 [2022-03-17T09:05:55.227Z] [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
05:05:55 [2022-03-17T09:05:55.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.jar
05:05:55 [2022-03-17T09:05:55.484Z] [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
05:05:55 [2022-03-17T09:05:55.484Z] [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
05:05:55 [2022-03-17T09:05:55.484Z] [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.3 MB/s)
05:05:55 [2022-03-17T09:05:55.484Z] [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
05:05:55 [2022-03-17T09:05:55.484Z] [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
05:05:55 [2022-03-17T09:05:55.484Z] [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
05:05:55 [2022-03-17T09:05:55.485Z] [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
05:05:55 [2022-03-17T09:05:55.485Z] [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
05:05:55 [2022-03-17T09:05:55.485Z] [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
05:05:56 [2022-03-17T09:05:56.420Z] [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 3.1 kB/s)
05:05:56 [2022-03-17T09:05:56.420Z] [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
05:05:56 [2022-03-17T09:05:56.420Z] [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
05:05:56 [2022-03-17T09:05:56.420Z] [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
05:05:56 [2022-03-17T09:05:56.420Z] [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
05:05:56 [2022-03-17T09:05:56.420Z] [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
05:05:56 [2022-03-17T09:05:56.421Z] [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
05:05:56 [2022-03-17T09:05:56.997Z] [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 33 kB/s)
05:05:56 [2022-03-17T09:05:56.997Z] [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
05:05:56 [2022-03-17T09:05:56.997Z] [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
05:05:56 [2022-03-17T09:05:56.998Z] [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
05:05:56 [2022-03-17T09:05:56.998Z] [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
05:05:56 [2022-03-17T09:05:56.998Z] [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
05:05:56 [2022-03-17T09:05:56.998Z] [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
05:05:56 [2022-03-17T09:05:56.998Z] [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 1.6 MB/s)
05:05:57 [2022-03-17T09:05:57.259Z] [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
05:05:57 [2022-03-17T09:05:57.259Z] [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
05:05:57 [2022-03-17T09:05:57.259Z] [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
05:05:57 [2022-03-17T09:05:57.259Z] [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
05:05:57 [2022-03-17T09:05:57.259Z] [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
05:05:57 [2022-03-17T09:05:57.259Z] [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
05:05:57 [2022-03-17T09:05:57.517Z] [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 57 kB/s)
05:05:57 [2022-03-17T09:05:57.517Z] [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
05:05:57 [2022-03-17T09:05:57.517Z] [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
05:05:57 [2022-03-17T09:05:57.517Z] [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
05:05:57 [2022-03-17T09:05:57.518Z] [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
05:05:57 [2022-03-17T09:05:57.518Z] [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
05:05:57 [2022-03-17T09:05:57.518Z] [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
05:05:57 [2022-03-17T09:05:57.518Z] [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 523 kB/s)
05:05:57 [2022-03-17T09:05:57.775Z] [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
05:05:57 [2022-03-17T09:05:57.775Z] [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
05:05:57 [2022-03-17T09:05:57.775Z] [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
05:05:57 [2022-03-17T09:05:57.775Z] [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
05:05:57 [2022-03-17T09:05:57.775Z] [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
05:05:57 [2022-03-17T09:05:57.775Z] [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
05:05:57 [2022-03-17T09:05:57.775Z] [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 372 kB/s)
05:05:57 [2022-03-17T09:05:57.775Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
05:05:57 [2022-03-17T09:05:57.775Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
05:05:57 [2022-03-17T09:05:57.776Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
05:05:57 [2022-03-17T09:05:57.776Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
05:05:57 [2022-03-17T09:05:57.776Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:57 [2022-03-17T09:05:57.776Z] [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 1.9 MB/s)
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:57 [2022-03-17T09:05:57.776Z] [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
05:05:58 [2022-03-17T09:05:58.033Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 4.3 MB/s)
05:05:58 [2022-03-17T09:05:58.033Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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 129 kB/s)
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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
05:05:58 [2022-03-17T09:05:58.034Z] [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 465 kB/s)
05:05:58 [2022-03-17T09:05:58.292Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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 42 kB/s)
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [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
05:05:59 [2022-03-17T09:05:59.225Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.0/tycho-p2-repository-plugin-2.7.0.jar (36 kB at 2.2 MB/s)
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [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
05:05:59 [2022-03-17T09:05:59.486Z] [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 57 kB/s)
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
05:05:59 [2022-03-17T09:05:59.486Z] [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
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 82 kB/s)
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.486Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.487Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.487Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
05:05:59 [2022-03-17T09:05:59.487Z] [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
05:05:59 [2022-03-17T09:05:59.487Z] [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
05:05:59 [2022-03-17T09:05:59.487Z] [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)
05:05:59 [2022-03-17T09:05:59.746Z] [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 35 MB/s)
05:06:00 [2022-03-17T09:06:00.318Z] [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@20e4e27f...
05:06:01 [2022-03-17T09:06:01.689Z] [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...
05:06:01 [2022-03-17T09:06:01.689Z] [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
05:06:01 [2022-03-17T09:06:01.689Z] [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 10 MB/s)
05:06:01 [2022-03-17T09:06:01.689Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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.2 MB/s)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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 83 kB/s)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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 72 kB/s)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 986 kB/s)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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 744 kB/s)
05:06:01 [2022-03-17T09:06:01.690Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
05:06:01 [2022-03-17T09:06:01.690Z] [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)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.690Z] [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 4.1 MB/s)
05:06:01 [2022-03-17T09:06:01.690Z] [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
05:06:01 [2022-03-17T09:06:01.948Z] [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)
05:06:01 [2022-03-17T09:06:01.948Z] [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
05:06:01 [2022-03-17T09:06:01.948Z] [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.7 MB/s)
05:06:01 [2022-03-17T09:06:01.948Z] [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
05:06:01 [2022-03-17T09:06:01.948Z] [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 388 kB/s)
05:06:01 [2022-03-17T09:06:01.948Z] [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
05:06:01 [2022-03-17T09:06:01.948Z] [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 10.0 MB/s)
05:06:01 [2022-03-17T09:06:01.948Z] [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
05:06:01 [2022-03-17T09:06:01.948Z] [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 50 MB/s)
05:06:01 [2022-03-17T09:06:01.948Z] [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
05:06:01 [2022-03-17T09:06:01.948Z] [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 741 kB/s)
05:06:01 [2022-03-17T09:06:01.948Z] [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
05:06:02 [2022-03-17T09:06:02.206Z] [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 35 MB/s)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.464Z] [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 46 MB/s)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.464Z] [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.9 MB/s)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.464Z] [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)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.464Z] [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 296 kB/s)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.464Z] [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)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.464Z] [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 199 kB/s)
05:06:02 [2022-03-17T09:06:02.464Z] [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
05:06:02 [2022-03-17T09:06:02.465Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 561 kB/s)
05:06:02 [2022-03-17T09:06:02.465Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 189 kB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 102 kB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 4.9 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 739 kB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 619 kB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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.0 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 578 kB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom
05:06:02 [2022-03-17T09:06:02.723Z] [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 1.6 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 6.1 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 4.7 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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.2 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 1.4 MB/s)
05:06:02 [2022-03-17T09:06:02.723Z] [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
05:06:02 [2022-03-17T09:06:02.723Z] [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 12 MB/s)
05:06:02 [2022-03-17T09:06:02.724Z] [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
05:06:02 [2022-03-17T09:06:02.724Z] [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 102 kB/s)
05:06:02 [2022-03-17T09:06:02.724Z] [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
05:06:02 [2022-03-17T09:06:02.724Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-testkit/1.8.0/junit-platform-testkit-1.8.0.pom (3.4 kB at 211 kB/s)
05:06:02 [2022-03-17T09:06:02.724Z] [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
05:06:02 [2022-03-17T09:06:02.982Z] [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 188 kB/s)
05:06:02 [2022-03-17T09:06:02.982Z] [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
05:06:02 [2022-03-17T09:06:02.982Z] [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 227 kB/s)
05:06:02 [2022-03-17T09:06:02.982Z] [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
05:06:02 [2022-03-17T09:06:02.982Z] [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 178 kB/s)
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [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 912 kB/s)
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [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.7 MB/s)
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [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)
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [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)
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [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
05:06:02 [2022-03-17T09:06:02.983Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 524 kB/s)
05:06:02 [2022-03-17T09:06:02.983Z] [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)
05:06:03 [2022-03-17T09:06:03.241Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.11.16/byte-buddy-1.11.16.jar (3.6 MB at 25 MB/s)
05:06:03 [2022-03-17T09:06:03.241Z] [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
05:06:03 [2022-03-17T09:06:03.241Z] [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 13 MB/s)
05:06:03 [2022-03-17T09:06:03.499Z] [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
05:06:03 [2022-03-17T09:06:03.499Z] [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.8 MB/s)
05:06:03 [2022-03-17T09:06:03.499Z] [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
05:06:03 [2022-03-17T09:06:03.499Z] [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 255 kB/s)
05:06:03 [2022-03-17T09:06:03.499Z] [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
05:06:03 [2022-03-17T09:06:03.757Z] [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 18 MB/s)
05:06:04 [2022-03-17T09:06:04.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar
05:06:04 [2022-03-17T09:06:04.015Z] [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 2.2 MB/s)
05:06:04 [2022-03-17T09:06:04.015Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom
05:06:04 [2022-03-17T09:06:04.015Z] [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 91 kB/s)
05:06:04 [2022-03-17T09:06:04.015Z] [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
05:06:04 [2022-03-17T09:06:04.015Z] [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 493 kB/s)
05:06:04 [2022-03-17T09:06:04.015Z] [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
05:06:04 [2022-03-17T09:06:04.274Z] [WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2
05:06:04 [2022-03-17T09:06:04.274Z] [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
05:06:04 [2022-03-17T09:06:04.274Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2-sources.jar (53 kB at 2.8 MB/s)
05:06:04 [2022-03-17T09:06:04.274Z] [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
05:06:04 [2022-03-17T09:06:04.274Z] [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 9.7 MB/s)
05:06:04 [2022-03-17T09:06:04.274Z] [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
05:06:04 [2022-03-17T09:06:04.275Z] [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 58 kB/s)
05:06:04 [2022-03-17T09:06:04.275Z] [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
05:06:04 [2022-03-17T09:06:04.275Z] [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 218 kB/s)
05:06:04 [2022-03-17T09:06:04.275Z] [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
05:06:04 [2022-03-17T09:06:04.275Z] [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
05:06:04 [2022-03-17T09:06:04.533Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1.jar (252 kB at 3.9 MB/s)
05:06:04 [2022-03-17T09:06:04.533Z] [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 28 MB/s)
05:06:04 [2022-03-17T09:06:04.533Z] [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
05:06:04 [2022-03-17T09:06:04.533Z] [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.4 MB/s)
05:06:04 [2022-03-17T09:06:04.790Z] [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
05:06:04 [2022-03-17T09:06:04.791Z] [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 17 MB/s)
05:06:05 [2022-03-17T09:06:05.048Z] [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
05:06:05 [2022-03-17T09:06:05.048Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.1/byte-buddy-agent-1.12.1-sources.jar (200 kB at 5.5 MB/s)
05:06:05 [2022-03-17T09:06:05.306Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (142B)
05:06:05 [2022-03-17T09:06:05.306Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310
05:06:05 [2022-03-17T09:06:05.306Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/ (130.4kB)
05:06:05 [2022-03-17T09:06:05.563Z] [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
05:06:05 [2022-03-17T09:06:05.563Z] [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
05:06:05 [2022-03-17T09:06:05.821Z] [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
05:06:05 [2022-03-17T09:06:05.822Z] [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
05:06:05 [2022-03-17T09:06:05.822Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
05:06:06 [2022-03-17T09:06:06.387Z] [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)
05:06:06 [2022-03-17T09:06:06.387Z] [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)
05:06:06 [2022-03-17T09:06:06.645Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:06 [2022-03-17T09:06:06.903Z] [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)
05:06:07 [2022-03-17T09:06:07.162Z] [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)
05:06:07 [2022-03-17T09:06:07.162Z] [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)
05:06:07 [2022-03-17T09:06:07.162Z] [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)
05:06:07 [2022-03-17T09:06:07.162Z] [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)
05:06:07 [2022-03-17T09:06:07.162Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.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.compiler.apt/pom.xml
05:06:07 [2022-03-17T09:06:07.420Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.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.tool/pom.xml
05:06:07 [2022-03-17T09:06:07.420Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml
05:06:07 [2022-03-17T09:06:07.678Z] [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)
05:06:07 [2022-03-17T09:06:07.678Z] [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)
05:06:07 [2022-03-17T09:06:07.678Z] [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)
05:06:07 [2022-03-17T09:06:07.678Z] [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)
05:06:07 [2022-03-17T09:06:07.678Z] [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)
05:06:07 [2022-03-17T09:06:07.935Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml
05:06:08 [2022-03-17T09:06:08.192Z] [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)
05:06:09 [2022-03-17T09:06:09.126Z] [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)
05:06:09 [2022-03-17T09:06:09.384Z] [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)
05:06:09 [2022-03-17T09:06:09.384Z] [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)
05:06:09 [2022-03-17T09:06:09.384Z] [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)
05:06:09 [2022-03-17T09:06:09.384Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.642Z] [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)
05:06:09 [2022-03-17T09:06:09.899Z] [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)
05:06:09 [2022-03-17T09:06:09.899Z] [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)
05:06:09 [2022-03-17T09:06:09.899Z] [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)
05:06:09 [2022-03-17T09:06:09.899Z] [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)
05:06:10 [2022-03-17T09:06:10.157Z] [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)
05:06:10 [2022-03-17T09:06:10.414Z] [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)
05:06:10 [2022-03-17T09:06:10.415Z] [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)
05:06:10 [2022-03-17T09:06:10.415Z] [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)
05:06:10 [2022-03-17T09:06:10.672Z] [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)
05:06:10 [2022-03-17T09:06:10.672Z] [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)
05:06:10 [2022-03-17T09:06:10.672Z] [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)
05:06:10 [2022-03-17T09:06:10.930Z] [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)
05:06:10 [2022-03-17T09:06:10.930Z] [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)
05:06:10 [2022-03-17T09:06:10.930Z] [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)
05:06:10 [2022-03-17T09:06:10.930Z] [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)
05:06:10 [2022-03-17T09:06:10.930Z] [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)
05:06:11 [2022-03-17T09:06:11.187Z] [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)
05:06:11 [2022-03-17T09:06:11.187Z] [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)
05:06:11 [2022-03-17T09:06:11.187Z] [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)
05:06:11 [2022-03-17T09:06:11.444Z] [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)
05:06:11 [2022-03-17T09:06:11.702Z] [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)
05:06:11 [2022-03-17T09:06:11.702Z] [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)
05:06:11 [2022-03-17T09:06:11.702Z] [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)
05:06:11 [2022-03-17T09:06:11.702Z] [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)
05:06:11 [2022-03-17T09:06:11.702Z] [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)
05:06:11 [2022-03-17T09:06:11.702Z] [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)
05:06:11 [2022-03-17T09:06:11.960Z] [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)
05:06:11 [2022-03-17T09:06:11.960Z] [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)
05:06:11 [2022-03-17T09:06:11.960Z] [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)
05:06:11 [2022-03-17T09:06:11.960Z] [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)
05:06:11 [2022-03-17T09:06:11.960Z] [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)
05:06:11 [2022-03-17T09:06:11.960Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.217Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.475Z] [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)
05:06:12 [2022-03-17T09:06:12.737Z] [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)
05:06:12 [2022-03-17T09:06:12.737Z] [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)
05:06:12 [2022-03-17T09:06:12.737Z] [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)
05:06:12 [2022-03-17T09:06:12.737Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:12 [2022-03-17T09:06:12.738Z] [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)
05:06:13 [2022-03-17T09:06:13.005Z] [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)
05:06:13 [2022-03-17T09:06:13.005Z] [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)
05:06:13 [2022-03-17T09:06:13.005Z] [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)
05:06:13 [2022-03-17T09:06:13.005Z] [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)
05:06:13 [2022-03-17T09:06:13.005Z] [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)
05:06:13 [2022-03-17T09:06:13.288Z] [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)
05:06:13 [2022-03-17T09:06:13.288Z] [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)
05:06:13 [2022-03-17T09:06:13.580Z] [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)
05:06:13 [2022-03-17T09:06:13.580Z] [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)
05:06:13 [2022-03-17T09:06:13.580Z] [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)
05:06:13 [2022-03-17T09:06:13.888Z] [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)
05:06:13 [2022-03-17T09:06:13.888Z] [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)
05:06:14 [2022-03-17T09:06:14.173Z] [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)
05:06:14 [2022-03-17T09:06:14.431Z] [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)
05:06:14 [2022-03-17T09:06:14.431Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.100-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
05:06:14 [2022-03-17T09:06:14.689Z] [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)
05:06:14 [2022-03-17T09:06:14.689Z] [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)
05:06:14 [2022-03-17T09:06:14.689Z] [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)
05:06:14 [2022-03-17T09:06:14.689Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [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)
05:06:14 [2022-03-17T09:06:14.947Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.800-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
05:06:15 [2022-03-17T09:06:15.205Z] [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)
05:06:15 [2022-03-17T09:06:15.462Z] [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)
05:06:15 [2022-03-17T09:06:15.462Z] [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)
05:06:15 [2022-03-17T09:06:15.462Z] [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)
05:06:15 [2022-03-17T09:06:15.462Z] [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)
05:06:15 [2022-03-17T09:06:15.462Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.500-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
05:06:15 [2022-03-17T09:06:15.719Z] [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
05:06:15 [2022-03-17T09:06:15.982Z] [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
05:06:16 [2022-03-17T09:06:16.240Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] ------------------------------------------------------------------------
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] Reactor Build Order:
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] 
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] eclipse-platform-parent                                            [pom]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] eclipse.platform.releng.java18patch                                [pom]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.dummy                                   [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt                                        [eclipse-feature]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.pde.dummy                                   [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.pde                                        [eclipse-feature]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.compiler.tool                           [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.compiler.apt                            [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.core.manipulation                       [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.pde.build                                   [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.pde.api.tools                               [eclipse-plugin]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.jdt.java18patch                            [eclipse-feature]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] org.eclipse.pde.java18patch                            [eclipse-feature]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] eclipse.releng.repository.java18patch               [eclipse-repository]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] 
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >-----------------
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] Building eclipse-platform-parent 4.23.0-SNAPSHOT                  [1/18]
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] --------------------------------[ pom ]---------------------------------
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] 
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-platform-parent ---
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [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
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s)
05:06:16 [2022-03-17T09:06:16.498Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
05:06:16 [2022-03-17T09:06:16.756Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom
05:06:16 [2022-03-17T09:06:16.756Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
05:06:16 [2022-03-17T09:06:16.756Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
05:06:16 [2022-03-17T09:06:16.756Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:16 [2022-03-17T09:06:16.756Z] [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 2.2 MB/s)
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:16 [2022-03-17T09:06:16.756Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:16 [2022-03-17T09:06:16.756Z] [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 278 kB/s)
05:06:16 [2022-03-17T09:06:16.756Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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 3.3 MB/s)
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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 8.4 MB/s)
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [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
05:06:17 [2022-03-17T09:06:17.014Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 964 kB/s)
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 2.7 MB/s)
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.272Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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 391 kB/s)
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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 261 kB/s)
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.273Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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 89 kB/s)
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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 1.1 MB/s)
05:06:17 [2022-03-17T09:06:17.531Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
05:06:17 [2022-03-17T09:06:17.531Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
05:06:17 [2022-03-17T09:06:17.531Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
05:06:17 [2022-03-17T09:06:17.531Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
05:06:17 [2022-03-17T09:06:17.531Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
05:06:17 [2022-03-17T09:06:17.531Z] [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
05:06:17 [2022-03-17T09:06:17.531Z] [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 827 kB/s)
05:06:17 [2022-03-17T09:06:17.788Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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 96 kB/s)
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 2.5 MB/s)
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:17 [2022-03-17T09:06:17.789Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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)
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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 152 kB/s)
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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 210 kB/s)
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.047Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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.4 MB/s)
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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 282 kB/s)
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [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
05:06:18 [2022-03-17T09:06:18.305Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
05:06:18 [2022-03-17T09:06:18.564Z] [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
05:06:18 [2022-03-17T09:06:18.564Z] [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 458 kB/s)
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
05:06:18 [2022-03-17T09:06:18.564Z] [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
05:06:18 [2022-03-17T09:06:18.564Z] [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 3.8 MB/s)
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom
05:06:18 [2022-03-17T09:06:18.564Z] [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
05:06:18 [2022-03-17T09:06:18.564Z] [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 831 kB/s)
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
05:06:18 [2022-03-17T09:06:18.564Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom
05:06:18 [2022-03-17T09:06:18.823Z] [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
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s)
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom
05:06:18 [2022-03-17T09:06:18.823Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
05:06:18 [2022-03-17T09:06:18.824Z] [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 257 kB/s)
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:18 [2022-03-17T09:06:18.824Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [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
05:06:19 [2022-03-17T09:06:19.083Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.jar
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.084Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
05:06:19 [2022-03-17T09:06:19.084Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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 29 MB/s)
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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 476 kB/s)
05:06:19 [2022-03-17T09:06:19.085Z] [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 5.8 MB/s)
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.085Z] [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
05:06:19 [2022-03-17T09:06:19.086Z] [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 3.8 MB/s)
05:06:19 [2022-03-17T09:06:19.086Z] [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
05:06:19 [2022-03-17T09:06:19.086Z] [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 14 MB/s)
05:06:19 [2022-03-17T09:06:19.086Z] [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
05:06:19 [2022-03-17T09:06:19.086Z] [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 3.3 MB/s)
05:06:19 [2022-03-17T09:06:19.086Z] [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
05:06:19 [2022-03-17T09:06:19.086Z] [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 11 MB/s)
05:06:19 [2022-03-17T09:06:19.086Z] [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 6.1 MB/s)
05:06:19 [2022-03-17T09:06:19.345Z] [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 9.4 MB/s)
05:06:19 [2022-03-17T09:06:19.345Z] [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 3.5 MB/s)
05:06:19 [2022-03-17T09:06:19.345Z] [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 2.2 MB/s)
05:06:19 [2022-03-17T09:06:19.345Z] [INFO] 
05:06:19 [2022-03-17T09:06:19.345Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-platform-parent ---
05:06:19 [2022-03-17T09:06:19.345Z] [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
05:06:19 [2022-03-17T09:06:19.345Z] [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
05:06:19 [2022-03-17T09:06:19.346Z] [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
05:06:19 [2022-03-17T09:06:19.346Z] [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
05:06:19 [2022-03-17T09:06:19.346Z] [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
05:06:19 [2022-03-17T09:06:19.346Z] [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
05:06:19 [2022-03-17T09:06:19.346Z] [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 72 kB/s)
05:06:19 [2022-03-17T09:06:19.346Z] [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
05:06:19 [2022-03-17T09:06:19.346Z] [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
05:06:19 [2022-03-17T09:06:19.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
05:06:19 [2022-03-17T09:06:19.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
05:06:19 [2022-03-17T09:06:19.604Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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 445 kB/s)
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.604Z] [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 79 kB/s)
05:06:19 [2022-03-17T09:06:19.604Z] [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
05:06:19 [2022-03-17T09:06:19.862Z] [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
05:06:19 [2022-03-17T09:06:19.862Z] [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
05:06:19 [2022-03-17T09:06:19.862Z] [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
05:06:19 [2022-03-17T09:06:19.862Z] [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
05:06:19 [2022-03-17T09:06:19.862Z] [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
05:06:19 [2022-03-17T09:06:19.862Z] [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 56 kB/s)
05:06:19 [2022-03-17T09:06:19.862Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
05:06:19 [2022-03-17T09:06:19.862Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
05:06:19 [2022-03-17T09:06:19.862Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
05:06:19 [2022-03-17T09:06:19.862Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
05:06:19 [2022-03-17T09:06:19.862Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
05:06:19 [2022-03-17T09:06:19.862Z] [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
05:06:20 [2022-03-17T09:06:20.120Z] [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 569 kB/s)
05:06:20 [2022-03-17T09:06:20.120Z] [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
05:06:20 [2022-03-17T09:06:20.120Z] [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
05:06:20 [2022-03-17T09:06:20.120Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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 117 kB/s)
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.121Z] [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 256 kB/s)
05:06:20 [2022-03-17T09:06:20.121Z] [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
05:06:20 [2022-03-17T09:06:20.379Z] [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
05:06:20 [2022-03-17T09:06:20.379Z] [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
05:06:20 [2022-03-17T09:06:20.379Z] [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
05:06:20 [2022-03-17T09:06:20.379Z] [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
05:06:20 [2022-03-17T09:06:20.379Z] [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
05:06:20 [2022-03-17T09:06:20.379Z] [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 226 kB/s)
05:06:20 [2022-03-17T09:06:20.379Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
05:06:20 [2022-03-17T09:06:20.379Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
05:06:20 [2022-03-17T09:06:20.379Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
05:06:20 [2022-03-17T09:06:20.379Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
05:06:20 [2022-03-17T09:06:20.379Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
05:06:20 [2022-03-17T09:06:20.379Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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 30 kB/s)
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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 78 kB/s)
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.637Z] [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
05:06:20 [2022-03-17T09:06:20.895Z] [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
05:06:20 [2022-03-17T09:06:20.895Z] [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
05:06:20 [2022-03-17T09:06:20.895Z] [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 126 kB/s)
05:06:20 [2022-03-17T09:06:20.895Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
05:06:20 [2022-03-17T09:06:20.895Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
05:06:20 [2022-03-17T09:06:20.895Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
05:06:20 [2022-03-17T09:06:20.895Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
05:06:20 [2022-03-17T09:06:20.895Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom
05:06:20 [2022-03-17T09:06:20.895Z] [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
05:06:20 [2022-03-17T09:06:20.895Z] [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 351 kB/s)
05:06:20 [2022-03-17T09:06:20.895Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
05:06:21 [2022-03-17T09:06:21.152Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
05:06:21 [2022-03-17T09:06:21.153Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
05:06:21 [2022-03-17T09:06:21.153Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
05:06:21 [2022-03-17T09:06:21.153Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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 26 kB/s)
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.pom
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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 215 kB/s)
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.153Z] [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
05:06:21 [2022-03-17T09:06:21.411Z] [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 63 kB/s)
05:06:21 [2022-03-17T09:06:21.411Z] [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
05:06:21 [2022-03-17T09:06:21.411Z] [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
05:06:21 [2022-03-17T09:06:21.411Z] [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
05:06:21 [2022-03-17T09:06:21.411Z] [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
05:06:21 [2022-03-17T09:06:21.411Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
05:06:21 [2022-03-17T09:06:21.411Z] [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
05:06:21 [2022-03-17T09:06:21.668Z] [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 4.2 kB/s)
05:06:21 [2022-03-17T09:06:21.668Z] [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
05:06:21 [2022-03-17T09:06:21.668Z] [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
05:06:21 [2022-03-17T09:06:21.668Z] [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
05:06:21 [2022-03-17T09:06:21.668Z] [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
05:06:21 [2022-03-17T09:06:21.669Z] [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
05:06:21 [2022-03-17T09:06:21.669Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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 216 kB/s)
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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 455 kB/s)
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.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.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
05:06:21 [2022-03-17T09:06:21.928Z] [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 151 kB/s)
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:21 [2022-03-17T09:06:21.928Z] [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
05:06:22 [2022-03-17T09:06:22.187Z] [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
05:06:22 [2022-03-17T09:06:22.187Z] [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
05:06:22 [2022-03-17T09:06:22.187Z] [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 200 kB/s)
05:06:22 [2022-03-17T09:06:22.187Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
05:06:22 [2022-03-17T09:06:22.187Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.pom
05:06:22 [2022-03-17T09:06:22.187Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
05:06:22 [2022-03-17T09:06:22.187Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
05:06:23 [2022-03-17T09:06:23.121Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom
05:06:23 [2022-03-17T09:06:23.121Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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 5.7 kB/s)
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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 65 kB/s)
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.381Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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 18 kB/s)
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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 112 kB/s)
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.639Z] [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
05:06:23 [2022-03-17T09:06:23.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
05:06:23 [2022-03-17T09:06:23.897Z] [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
05:06:24 [2022-03-17T09:06:24.155Z] [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 17 kB/s)
05:06:24 [2022-03-17T09:06:24.155Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 5.8 MB/s)
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.529Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 310 kB/s)
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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 557 kB/s)
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
05:06:25 [2022-03-17T09:06:25.530Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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 558 kB/s)
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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 577 kB/s)
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.530Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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 39 kB/s)
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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 113 kB/s)
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:25 [2022-03-17T09:06:25.789Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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 41 kB/s)
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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 70 kB/s)
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:26 [2022-03-17T09:06:26.048Z] [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
05:06:27 [2022-03-17T09:06:27.420Z] [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
05:06:27 [2022-03-17T09:06:27.420Z] [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
05:06:27 [2022-03-17T09:06:27.420Z] [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 329 kB/s)
05:06:27 [2022-03-17T09:06:27.420Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
05:06:27 [2022-03-17T09:06:27.420Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
05:06:27 [2022-03-17T09:06:27.420Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
05:06:27 [2022-03-17T09:06:27.420Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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)
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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 8.4 MB/s)
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 1.3 MB/s)
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.679Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s)
05:06:27 [2022-03-17T09:06:27.679Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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)
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.937Z] [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 39 kB/s)
05:06:27 [2022-03-17T09:06:27.937Z] [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
05:06:27 [2022-03-17T09:06:27.938Z] [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
05:06:27 [2022-03-17T09:06:27.938Z] [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
05:06:27 [2022-03-17T09:06:27.938Z] [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
05:06:27 [2022-03-17T09:06:27.938Z] [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
05:06:27 [2022-03-17T09:06:27.938Z] [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
05:06:27 [2022-03-17T09:06:27.938Z] [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 65 kB/s)
05:06:27 [2022-03-17T09:06:27.938Z] [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
05:06:28 [2022-03-17T09:06:28.195Z] [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
05:06:28 [2022-03-17T09:06:28.195Z] [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
05:06:28 [2022-03-17T09:06:28.195Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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 104 kB/s)
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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 62 kB/s)
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.196Z] [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
05:06:28 [2022-03-17T09:06:28.453Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.6 MB/s)
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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 34 kB/s)
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.454Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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 42 kB/s)
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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 105 kB/s)
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.712Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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 146 kB/s)
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 6.2 MB/s)
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.970Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 454 kB/s)
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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 225 kB/s)
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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
05:06:28 [2022-03-17T09:06:28.971Z] [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 3.2 MB/s)
05:06:28 [2022-03-17T09:06:28.971Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
05:06:28 [2022-03-17T09:06:28.971Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
05:06:28 [2022-03-17T09:06:28.971Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
05:06:29 [2022-03-17T09:06:29.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
05:06:29 [2022-03-17T09:06:29.231Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
05:06:29 [2022-03-17T09:06:29.231Z] [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
05:06:29 [2022-03-17T09:06:29.231Z] [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)
05:06:29 [2022-03-17T09:06:29.231Z] [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
05:06:29 [2022-03-17T09:06:29.231Z] [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
05:06:29 [2022-03-17T09:06:29.231Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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)
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.232Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.232Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
05:06:29 [2022-03-17T09:06:29.232Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.233Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.jar
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.233Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.234Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.234Z] [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
05:06:29 [2022-03-17T09:06:29.235Z] [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
05:06:29 [2022-03-17T09:06:29.235Z] [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
05:06:29 [2022-03-17T09:06:29.235Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.494Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.jar
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:29 [2022-03-17T09:06:29.495Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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 2.9 MB/s)
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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 2.0 MB/s)
05:06:30 [2022-03-17T09:06:30.429Z] [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
05:06:30 [2022-03-17T09:06:30.429Z] [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 23 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 971 kB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 1.6 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 1.2 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.5 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 3.5 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 3.0 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 2.7 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 549 kB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 250 kB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 2.4 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 734 kB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 3.5 MB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 264 kB/s)
05:06:30 [2022-03-17T09:06:30.430Z] [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
05:06:30 [2022-03-17T09:06:30.430Z] [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 60 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.0 MB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 561 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 2.5 MB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
05:06:30 [2022-03-17T09:06:30.431Z] [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 66 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [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 46 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [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 3.4 MB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.9 MB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [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 78 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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
05:06:30 [2022-03-17T09:06:30.431Z] [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 14 MB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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 297 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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 382 kB/s)
05:06:30 [2022-03-17T09:06:30.431Z] [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 427 kB/s)
05:06:30 [2022-03-17T09:06:30.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 3.8 MB/s)
05:06:30 [2022-03-17T09:06:30.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:30 [2022-03-17T09:06:30.689Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:30 [2022-03-17T09:06:30.689Z] [INFO] Copying 1 resource
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [INFO] 
05:06:30 [2022-03-17T09:06:30.689Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse-platform-parent ---
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.689Z] [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 141 kB/s)
05:06:30 [2022-03-17T09:06:30.689Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.5 MB/s)
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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 242 kB/s)
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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 259 kB/s)
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.690Z] [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
05:06:30 [2022-03-17T09:06:30.948Z] [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
05:06:30 [2022-03-17T09:06:30.948Z] [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
05:06:30 [2022-03-17T09:06:30.948Z] [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
05:06:30 [2022-03-17T09:06:30.948Z] [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 345 kB/s)
05:06:30 [2022-03-17T09:06:30.948Z] [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
05:06:30 [2022-03-17T09:06:30.948Z] [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
05:06:30 [2022-03-17T09:06:30.948Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 943 kB/s)
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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 194 kB/s)
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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 538 kB/s)
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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 485 kB/s)
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:30 [2022-03-17T09:06:30.949Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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 94 kB/s)
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 162 kB/s)
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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 69 kB/s)
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.208Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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 236 kB/s)
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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 139 kB/s)
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.209Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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 234 kB/s)
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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 341 kB/s)
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.467Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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 209 kB/s)
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0/enforcer-api-3.0.0.pom (3.0 kB at 202 kB/s)
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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 311 kB/s)
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.468Z] [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
05:06:31 [2022-03-17T09:06:31.726Z] [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
05:06:31 [2022-03-17T09:06:31.726Z] [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
05:06:31 [2022-03-17T09:06:31.726Z] [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
05:06:31 [2022-03-17T09:06:31.726Z] [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 463 kB/s)
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
05:06:31 [2022-03-17T09:06:31.726Z] [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
05:06:31 [2022-03-17T09:06:31.726Z] [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 858 kB/s)
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
05:06:31 [2022-03-17T09:06:31.726Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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 333 kB/s)
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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 315 kB/s)
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.727Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.pom (2.8 kB at 50 kB/s)
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom (19 kB at 1.0 MB/s)
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom
05:06:31 [2022-03-17T09:06:31.985Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom (2.6 kB at 71 kB/s)
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:31 [2022-03-17T09:06:31.985Z] [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
05:06:32 [2022-03-17T09:06:32.242Z] [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
05:06:32 [2022-03-17T09:06:32.242Z] [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
05:06:32 [2022-03-17T09:06:32.242Z] [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 167 kB/s)
05:06:32 [2022-03-17T09:06:32.242Z] [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
05:06:32 [2022-03-17T09:06:32.242Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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 58 kB/s)
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.3 MB/s)
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.243Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
05:06:32 [2022-03-17T09:06:32.243Z] [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
05:06:32 [2022-03-17T09:06:32.244Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
05:06:32 [2022-03-17T09:06:32.244Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.503Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.504Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.505Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
05:06:32 [2022-03-17T09:06:32.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
05:06:32 [2022-03-17T09:06:32.506Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.506Z] [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
05:06:32 [2022-03-17T09:06:32.507Z] [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
05:06:32 [2022-03-17T09:06:32.507Z] [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
05:06:32 [2022-03-17T09:06:32.507Z] [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
05:06:32 [2022-03-17T09:06:32.507Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 2.6 MB/s)
05:06:32 [2022-03-17T09:06:32.507Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [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 9.8 MB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 6.4 MB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 1.1 MB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [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 15 MB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 1.1 MB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [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 6.9 MB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [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 504 kB/s)
05:06:32 [2022-03-17T09:06:32.765Z] [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
05:06:32 [2022-03-17T09:06:32.765Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 1.2 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 3.0 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [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 995 kB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [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 778 kB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [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 176 kB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 3.8 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 4.3 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 4.1 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0/enforcer-rules-3.0.0.jar (116 kB at 1.3 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [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 689 kB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 3.9 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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 991 kB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.1/maven-resolver-util-1.6.1.jar (168 kB at 1.6 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar (149 kB at 1.4 MB/s)
05:06:32 [2022-03-17T09:06:32.766Z] [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 218 kB/s)
05:06:33 [2022-03-17T09:06:33.024Z] [INFO] 
05:06:33 [2022-03-17T09:06:33.024Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-platform-parent ---
05:06:33 [2022-03-17T09:06:33.024Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] 
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse-platform-parent ---
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] 
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent ---
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] Skipped
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] 
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-platform-parent ---
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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 4.4 MB/s)
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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 6.6 MB/s)
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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)
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.025Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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 630 kB/s)
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.026Z] [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
05:06:33 [2022-03-17T09:06:33.283Z] [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
05:06:33 [2022-03-17T09:06:33.283Z] [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 2.5 MB/s)
05:06:33 [2022-03-17T09:06:33.283Z] [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
05:06:33 [2022-03-17T09:06:33.283Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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 702 kB/s)
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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)
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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 114 kB/s)
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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 974 kB/s)
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.284Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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 1.2 MB/s)
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:33 [2022-03-17T09:06:33.285Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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)
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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 321 kB/s)
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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 490 kB/s)
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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 219 kB/s)
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.658Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 960 kB/s)
05:06:34 [2022-03-17T09:06:34.658Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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 58 kB/s)
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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 300 kB/s)
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.659Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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 136 kB/s)
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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 2.2 MB/s)
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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 202 kB/s)
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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 9.5 MB/s)
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.917Z] [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
05:06:34 [2022-03-17T09:06:34.918Z] [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
05:06:34 [2022-03-17T09:06:34.918Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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 884 kB/s)
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.175Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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 1.4 MB/s)
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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 2.1 MB/s)
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 730 kB/s)
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 1.0 MB/s)
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.176Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
05:06:35 [2022-03-17T09:06:35.176Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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)
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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)
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.434Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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)
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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)
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 1.1 MB/s)
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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)
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [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
05:06:35 [2022-03-17T09:06:35.435Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 1.4 MB/s)
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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 2.0 MB/s)
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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 1.3 MB/s)
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [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
05:06:35 [2022-03-17T09:06:35.436Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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)
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.8 MB/s)
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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)
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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 248 kB/s)
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.694Z] [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
05:06:35 [2022-03-17T09:06:35.695Z] [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
05:06:35 [2022-03-17T09:06:35.695Z] [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
05:06:35 [2022-03-17T09:06:35.952Z] [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
05:06:35 [2022-03-17T09:06:35.952Z] [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 940 kB/s)
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
05:06:35 [2022-03-17T09:06:35.952Z] [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
05:06:35 [2022-03-17T09:06:35.952Z] [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 835 kB/s)
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom
05:06:35 [2022-03-17T09:06:35.952Z] [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
05:06:35 [2022-03-17T09:06:35.952Z] [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 3.5 MB/s)
05:06:35 [2022-03-17T09:06:35.952Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
05:06:36 [2022-03-17T09:06:36.209Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
05:06:36 [2022-03-17T09:06:36.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
05:06:36 [2022-03-17T09:06:36.209Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
05:06:36 [2022-03-17T09:06:36.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
05:06:36 [2022-03-17T09:06:36.210Z] [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
05:06:36 [2022-03-17T09:06:36.210Z] [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 297 kB/s)
05:06:36 [2022-03-17T09:06:36.210Z] [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
05:06:36 [2022-03-17T09:06:36.210Z] [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
05:06:36 [2022-03-17T09:06:36.210Z] [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
05:06:36 [2022-03-17T09:06:36.210Z] [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
05:06:36 [2022-03-17T09:06:36.210Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
05:06:36 [2022-03-17T09:06:36.210Z] [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
05:06:36 [2022-03-17T09:06:36.467Z] [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 1.7 MB/s)
05:06:36 [2022-03-17T09:06:36.467Z] [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
05:06:36 [2022-03-17T09:06:36.467Z] [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
05:06:36 [2022-03-17T09:06:36.467Z] [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
05:06:36 [2022-03-17T09:06:36.467Z] [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
05:06:36 [2022-03-17T09:06:36.467Z] [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
05:06:36 [2022-03-17T09:06:36.467Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.468Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
05:06:36 [2022-03-17T09:06:36.468Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
05:06:36 [2022-03-17T09:06:36.468Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.469Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
05:06:36 [2022-03-17T09:06:36.470Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.470Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [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
05:06:36 [2022-03-17T09:06:36.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
05:06:36 [2022-03-17T09:06:36.729Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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 815 kB/s)
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.729Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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 339 kB/s)
05:06:36 [2022-03-17T09:06:36.730Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
05:06:36 [2022-03-17T09:06:36.730Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.730Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
05:06:36 [2022-03-17T09:06:36.730Z] [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
05:06:36 [2022-03-17T09:06:36.731Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
05:06:36 [2022-03-17T09:06:36.731Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 2.2 MB/s)
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 9.0 MB/s)
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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.6 MB/s)
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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 396 kB/s)
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.989Z] [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.5 MB/s)
05:06:36 [2022-03-17T09:06:36.989Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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 696 kB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 2.1 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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.4 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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 533 kB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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.4 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 1.2 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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 12 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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 674 kB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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.4 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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.4 MB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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 546 kB/s)
05:06:36 [2022-03-17T09:06:36.990Z] [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
05:06:36 [2022-03-17T09:06:36.990Z] [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 595 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [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 49 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 42 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 452 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 18 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 4.3 MB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [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 22 MB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [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 103 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.7 MB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 2.7 MB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 2.3 MB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [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 60 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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 423 kB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [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
05:06:36 [2022-03-17T09:06:36.991Z] [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 5.2 MB/s)
05:06:36 [2022-03-17T09:06:36.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.2 MB/s)
05:06:36 [2022-03-17T09:06:36.992Z] [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 270 kB/s)
05:06:36 [2022-03-17T09:06:36.992Z] [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 112 kB/s)
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse-platform-parent ---
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] Building eclipse-sdk-prereqs 4.23.0-SNAPSHOT                      [2/18]
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-sdk-prereqs ---
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:37 [2022-03-17T09:06:37.249Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse-sdk-prereqs ---
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] 
05:06:37 [2022-03-17T09:06:37.250Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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 87 kB/s)
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.250Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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 180 kB/s)
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.508Z] [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 1.7 MB/s)
05:06:37 [2022-03-17T09:06:37.508Z] [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
05:06:37 [2022-03-17T09:06:37.766Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:37 [2022-03-17T09:06:37.767Z] [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 99 kB/s)
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:37 [2022-03-17T09:06:37.767Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 146 kB/s)
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:37 [2022-03-17T09:06:37.767Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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 75 kB/s)
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.025Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.026Z] [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
05:06:38 [2022-03-17T09:06:38.286Z] [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
05:06:38 [2022-03-17T09:06:38.286Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar
05:06:38 [2022-03-17T09:06:38.286Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar
05:06:38 [2022-03-17T09:06:38.286Z] [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
05:06:38 [2022-03-17T09:06:38.286Z] [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
05:06:38 [2022-03-17T09:06:38.286Z] [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
05:06:38 [2022-03-17T09:06:38.286Z] [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
05:06:38 [2022-03-17T09:06:38.287Z] [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
05:06:38 [2022-03-17T09:06:38.287Z] [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
05:06:38 [2022-03-17T09:06:38.287Z] [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 611 kB/s)
05:06:38 [2022-03-17T09:06:38.287Z] [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 104 kB/s)
05:06:38 [2022-03-17T09:06:38.287Z] [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 680 kB/s)
05:06:38 [2022-03-17T09:06:38.287Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 2.5 MB/s)
05:06:38 [2022-03-17T09:06:38.287Z] [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 25 MB/s)
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Skipped
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse-sdk-prereqs ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] ----< eclipse.platform.releng:eclipse.platform.releng.java18patch >-----
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Building eclipse.platform.releng.java18patch 4.23.0-SNAPSHOT      [3/18]
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --------------------------------[ pom ]---------------------------------
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:38 [2022-03-17T09:06:38.545Z] [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
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:38 [2022-03-17T09:06:38.545Z] [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
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Skipped
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse.platform.releng.java18patch ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.dummy >----------------
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] Building org.eclipse.jdt.dummy 1.1.300-SNAPSHOT                   [4/18]
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.dummy ---
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] 
05:06:38 [2022-03-17T09:06:38.545Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.dummy ---
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] 
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.dummy ---
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] 
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.dummy ---
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] 
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.dummy ---
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt.dummy/saveproperties
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] 
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.dummy ---
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] 
05:06:41 [2022-03-17T09:06:41.826Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.dummy ---
05:06:41 [2022-03-17T09:06:41.826Z] [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
05:06:41 [2022-03-17T09:06:41.826Z] [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
05:06:41 [2022-03-17T09:06:41.826Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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)
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.5 MB/s)
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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 1.9 MB/s)
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:41 [2022-03-17T09:06:41.827Z] [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)
05:06:41 [2022-03-17T09:06:41.827Z] [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
05:06:42 [2022-03-17T09:06:42.134Z] [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
05:06:42 [2022-03-17T09:06:42.134Z] [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
05:06:42 [2022-03-17T09:06:42.134Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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 181 kB/s)
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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)
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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)
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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 3.0 MB/s)
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
05:06:42 [2022-03-17T09:06:42.135Z] [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
05:06:42 [2022-03-17T09:06:42.135Z] [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 86 kB/s)
05:06:42 [2022-03-17T09:06:42.136Z] [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
05:06:42 [2022-03-17T09:06:42.136Z] [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
05:06:42 [2022-03-17T09:06:42.136Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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.1 MB/s)
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.393Z] [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.1 MB/s)
05:06:42 [2022-03-17T09:06:42.393Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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 445 kB/s)
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.394Z] [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
05:06:42 [2022-03-17T09:06:42.651Z] [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)
05:06:42 [2022-03-17T09:06:42.651Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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 847 kB/s)
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.652Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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 2.7 MB/s)
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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 229 kB/s)
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:42 [2022-03-17T09:06:42.910Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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 226 kB/s)
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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)
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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 669 kB/s)
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.168Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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 270 kB/s)
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.169Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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)
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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 402 kB/s)
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.427Z] [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)
05:06:43 [2022-03-17T09:06:43.427Z] [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
05:06:43 [2022-03-17T09:06:43.428Z] [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
05:06:43 [2022-03-17T09:06:43.428Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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 298 kB/s)
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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 483 kB/s)
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.685Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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 45 kB/s)
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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 225 kB/s)
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:43 [2022-03-17T09:06:43.943Z] [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
05:06:44 [2022-03-17T09:06:44.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.14/ant-1.9.14.pom
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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)
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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 187 kB/s)
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.201Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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 73 kB/s)
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.459Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.460Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.461Z] [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
05:06:44 [2022-03-17T09:06:44.719Z] [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
05:06:44 [2022-03-17T09:06:44.719Z] [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
05:06:44 [2022-03-17T09:06:44.719Z] [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
05:06:44 [2022-03-17T09:06:44.719Z] [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
05:06:44 [2022-03-17T09:06:44.719Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
05:06:44 [2022-03-17T09:06:44.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.14/ant-1.9.14.jar
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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 16 MB/s)
05:06:44 [2022-03-17T09:06:44.720Z] [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
05:06:44 [2022-03-17T09:06:44.720Z] [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 2.3 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 6.8 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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.9 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 7.9 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 52 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 1.7 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 1.2 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 885 kB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 3.5 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 15 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 1.5 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 3.2 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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.1 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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.2 MB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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
05:06:44 [2022-03-17T09:06:44.721Z] [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 400 kB/s)
05:06:44 [2022-03-17T09:06:44.721Z] [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 322 kB/s)
05:06:44 [2022-03-17T09:06:44.722Z] [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 3.1 MB/s)
05:06:44 [2022-03-17T09:06:44.722Z] [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 1.6 MB/s)
05:06:44 [2022-03-17T09:06:44.722Z] [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 18 MB/s)
05:06:45 [2022-03-17T09:06:45.186Z] [INFO] Executing tasks
05:06:45 [2022-03-17T09:06:45.187Z] [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
05:06:45 [2022-03-17T09:06:45.187Z] [INFO] Executed tasks
05:06:45 [2022-03-17T09:06:45.187Z] [INFO] 
05:06:45 [2022-03-17T09:06:45.187Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.dummy ---
05:06:45 [2022-03-17T09:06:45.187Z] [INFO] 
05:06:45 [2022-03-17T09:06:45.187Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.dummy ---
05:06:45 [2022-03-17T09:06:45.187Z] [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
05:06:45 [2022-03-17T09:06:45.187Z] [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
05:06:45 [2022-03-17T09:06:45.187Z] [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 5.0 kB/s)
05:06:45 [2022-03-17T09:06:45.187Z] [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
05:06:45 [2022-03-17T09:06:45.187Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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 16 kB/s)
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.445Z] [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
05:06:45 [2022-03-17T09:06:45.702Z] [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 125 kB/s)
05:06:45 [2022-03-17T09:06:45.702Z] [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
05:06:45 [2022-03-17T09:06:45.702Z] [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
05:06:45 [2022-03-17T09:06:45.703Z] [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
05:06:45 [2022-03-17T09:06:45.703Z] [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
05:06:45 [2022-03-17T09:06:45.703Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
05:06:45 [2022-03-17T09:06:45.703Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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 39 kB/s)
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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 22 kB/s)
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:45 [2022-03-17T09:06:45.960Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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 37 kB/s)
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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 49 kB/s)
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [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
05:06:46 [2022-03-17T09:06:46.218Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.28.0/ecj-3.28.0.pom
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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 1.7 MB/s)
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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 34 MB/s)
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.476Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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
05:06:46 [2022-03-17T09:06:46.477Z] [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 167 kB/s)
05:06:46 [2022-03-17T09:06:46.477Z] [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 150 kB/s)
05:06:46 [2022-03-17T09:06:46.477Z] [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 868 kB/s)
05:06:46 [2022-03-17T09:06:46.477Z] [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 566 kB/s)
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Resolving class path of org.eclipse.jdt.dummy...
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:46 [2022-03-17T09:06:46.735Z] [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
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:46 [2022-03-17T09:06:46.735Z] [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
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] No sources to compile
05:06:46 [2022-03-17T09:06:46.735Z] [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
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:46 [2022-03-17T09:06:46.735Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.736Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.736Z] [INFO] 
05:06:46 [2022-03-17T09:06:46.736Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.dummy ---
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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 439 kB/s)
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.736Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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 64 kB/s)
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.993Z] [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
05:06:46 [2022-03-17T09:06:46.994Z] [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 132 kB/s)
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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 103 kB/s)
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.251Z] [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
05:06:47 [2022-03-17T09:06:47.252Z] [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
05:06:47 [2022-03-17T09:06:47.252Z] [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
05:06:47 [2022-03-17T09:06:47.252Z] [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
05:06:47 [2022-03-17T09:06:47.252Z] [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.8 MB/s)
05:06:47 [2022-03-17T09:06:47.252Z] [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
05:06:47 [2022-03-17T09:06:47.252Z] [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
05:06:47 [2022-03-17T09:06:47.252Z] [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
05:06:47 [2022-03-17T09:06:47.509Z] [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
05:06:47 [2022-03-17T09:06:47.509Z] [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
05:06:47 [2022-03-17T09:06:47.509Z] [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
05:06:47 [2022-03-17T09:06:47.509Z] [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)
05:06:47 [2022-03-17T09:06:47.509Z] [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
05:06:47 [2022-03-17T09:06:47.509Z] [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
05:06:47 [2022-03-17T09:06:47.509Z] [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
05:06:47 [2022-03-17T09:06:47.510Z] [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
05:06:47 [2022-03-17T09:06:47.510Z] [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
05:06:47 [2022-03-17T09:06:47.510Z] [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
05:06:47 [2022-03-17T09:06:47.510Z] [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 167 kB/s)
05:06:47 [2022-03-17T09:06:47.510Z] [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
05:06:47 [2022-03-17T09:06:47.767Z] [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
05:06:47 [2022-03-17T09:06:47.767Z] [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
05:06:47 [2022-03-17T09:06:47.767Z] [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
05:06:47 [2022-03-17T09:06:47.767Z] [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
05:06:47 [2022-03-17T09:06:47.767Z] [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
05:06:47 [2022-03-17T09:06:47.767Z] [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 54 kB/s)
05:06:47 [2022-03-17T09:06:47.768Z] [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
05:06:47 [2022-03-17T09:06:47.768Z] [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
05:06:47 [2022-03-17T09:06:47.768Z] [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
05:06:47 [2022-03-17T09:06:47.768Z] [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
05:06:47 [2022-03-17T09:06:47.768Z] [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
05:06:47 [2022-03-17T09:06:47.768Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [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 86 kB/s)
05:06:48 [2022-03-17T09:06:48.026Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [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
05:06:48 [2022-03-17T09:06:48.026Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 578 kB/s)
05:06:48 [2022-03-17T09:06:48.026Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
05:06:48 [2022-03-17T09:06:48.026Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
05:06:48 [2022-03-17T09:06:48.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
05:06:48 [2022-03-17T09:06:48.026Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
05:06:48 [2022-03-17T09:06:48.283Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom
05:06:48 [2022-03-17T09:06:48.283Z] [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
05:06:48 [2022-03-17T09:06:48.283Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.4 MB/s)
05:06:48 [2022-03-17T09:06:48.284Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom
05:06:48 [2022-03-17T09:06:48.284Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom
05:06:48 [2022-03-17T09:06:48.284Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
05:06:48 [2022-03-17T09:06:48.284Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
05:06:48 [2022-03-17T09:06:48.284Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom
05:06:48 [2022-03-17T09:06:48.284Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
05:06:48 [2022-03-17T09:06:48.284Z] [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 102 kB/s)
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.284Z] [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 424 kB/s)
05:06:48 [2022-03-17T09:06:48.284Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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 88 kB/s)
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.542Z] [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
05:06:48 [2022-03-17T09:06:48.799Z] [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 112 kB/s)
05:06:48 [2022-03-17T09:06:48.799Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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 125 kB/s)
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:48 [2022-03-17T09:06:48.800Z] [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
05:06:49 [2022-03-17T09:06:49.057Z] [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 52 kB/s)
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [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
05:06:49 [2022-03-17T09:06:49.057Z] [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 867 kB/s)
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom
05:06:49 [2022-03-17T09:06:49.057Z] [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
05:06:49 [2022-03-17T09:06:49.314Z] [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 52 kB/s)
05:06:49 [2022-03-17T09:06:49.314Z] [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
05:06:49 [2022-03-17T09:06:49.314Z] [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
05:06:49 [2022-03-17T09:06:49.314Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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 330 kB/s)
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.315Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.573Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.2/asm-7.2.jar
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.574Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar
05:06:49 [2022-03-17T09:06:49.575Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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.7 MB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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 15 MB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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 284 kB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 5.1 MB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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 1.0 MB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [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 359 kB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 3.0 MB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.575Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 2.5 MB/s)
05:06:49 [2022-03-17T09:06:49.575Z] [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
05:06:49 [2022-03-17T09:06:49.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 1.1 MB/s)
05:06:49 [2022-03-17T09:06:49.576Z] [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
05:06:49 [2022-03-17T09:06:49.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 3.1 MB/s)
05:06:49 [2022-03-17T09:06:49.576Z] [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 957 kB/s)
05:06:49 [2022-03-17T09:06:49.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 4.1 MB/s)
05:06:49 [2022-03-17T09:06:49.833Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 18 MB/s)
05:06:49 [2022-03-17T09:06:49.833Z] [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 826 kB/s)
05:06:49 [2022-03-17T09:06:49.833Z] [INFO] Tests are skipped.
05:06:49 [2022-03-17T09:06:49.833Z] [INFO] 
05:06:49 [2022-03-17T09:06:49.833Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.dummy ---
05:06:49 [2022-03-17T09:06:49.833Z] [INFO] 
05:06:49 [2022-03-17T09:06:49.833Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.dummy ---
05:06:49 [2022-03-17T09:06:49.833Z] [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
05:06:49 [2022-03-17T09:06:49.833Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] 
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.dummy ---
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] 
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.dummy ---
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] 
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.dummy ---
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] Skipping tests
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] 
05:06:50 [2022-03-17T09:06:50.091Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.dummy ---
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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 44 kB/s)
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.091Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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 816 kB/s)
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.348Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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 7.7 MB/s)
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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 132 kB/s)
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.349Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s)
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.pom
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.pom
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom
05:06:50 [2022-03-17T09:06:50.606Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
05:06:50 [2022-03-17T09:06:50.606Z] [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 5.9 MB/s)
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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)
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.606Z] [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
05:06:50 [2022-03-17T09:06:50.863Z] [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 46 kB/s)
05:06:50 [2022-03-17T09:06:50.863Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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 249 kB/s)
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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 831 kB/s)
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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 151 kB/s)
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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 112 kB/s)
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.864Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
05:06:50 [2022-03-17T09:06:50.864Z] [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
05:06:50 [2022-03-17T09:06:50.865Z] [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 528 kB/s)
05:06:50 [2022-03-17T09:06:50.865Z] [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
05:06:50 [2022-03-17T09:06:50.865Z] [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
05:06:50 [2022-03-17T09:06:50.865Z] [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
05:06:50 [2022-03-17T09:06:50.865Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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 230 kB/s)
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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 56 kB/s)
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.122Z] [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
05:06:51 [2022-03-17T09:06:51.379Z] [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 1.2 MB/s)
05:06:51 [2022-03-17T09:06:51.379Z] [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
05:06:51 [2022-03-17T09:06:51.379Z] [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
05:06:51 [2022-03-17T09:06:51.379Z] [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
05:06:51 [2022-03-17T09:06:51.379Z] [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
05:06:51 [2022-03-17T09:06:51.379Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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 292 kB/s)
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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 68 kB/s)
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.380Z] [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
05:06:51 [2022-03-17T09:06:51.637Z] [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
05:06:51 [2022-03-17T09:06:51.637Z] [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 28 kB/s)
05:06:51 [2022-03-17T09:06:51.637Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
05:06:51 [2022-03-17T09:06:51.637Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.pom
05:06:51 [2022-03-17T09:06:51.637Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
05:06:51 [2022-03-17T09:06:51.637Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
05:06:51 [2022-03-17T09:06:51.637Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom
05:06:51 [2022-03-17T09:06:51.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
05:06:51 [2022-03-17T09:06:51.637Z] [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 138 kB/s)
05:06:51 [2022-03-17T09:06:51.637Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.jar
05:06:51 [2022-03-17T09:06:51.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [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
05:06:51 [2022-03-17T09:06:51.638Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.jar
05:06:51 [2022-03-17T09:06:51.896Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.jar
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.jar
05:06:51 [2022-03-17T09:06:51.896Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.896Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [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
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.jar
05:06:51 [2022-03-17T09:06:51.897Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
05:06:51 [2022-03-17T09:06:51.898Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [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
05:06:51 [2022-03-17T09:06:51.898Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
05:06:52 [2022-03-17T09:06:52.155Z] [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 39 MB/s)
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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 1.0 MB/s)
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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 1.0 MB/s)
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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 3.5 MB/s)
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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 15 MB/s)
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.155Z] [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 8.9 MB/s)
05:06:52 [2022-03-17T09:06:52.155Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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.0 MB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 2.0 MB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 367 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 894 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 2.0 MB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 643 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 405 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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
05:06:52 [2022-03-17T09:06:52.156Z] [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 916 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
05:06:52 [2022-03-17T09:06:52.156Z] [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 361 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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.3 MB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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 383 kB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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 2.4 MB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [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 1.5 MB/s)
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] Tests are skipped.
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] 
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.dummy ---
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] Skipped
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] 
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.dummy ---
05:06:52 [2022-03-17T09:06:52.156Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt.dummy/target/org.eclipse.jdt.dummy-1.1.300-SNAPSHOT.jar
05:06:54 [2022-03-17T09:06:54.054Z] [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
05:06:54 [2022-03-17T09:06:54.618Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.618Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.dummy ---
05:06:54 [2022-03-17T09:06:54.619Z] [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
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >---------------
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] Building org.eclipse.jdt 3.18.1100.v20220308-0310                 [5/18]
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] The project's OSGi version is 3.18.1100.v20220308-0310
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:54 [2022-03-17T09:06:54.876Z] [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
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:54 [2022-03-17T09:06:54.876Z] [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
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.876Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.876Z] [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)
05:06:54 [2022-03-17T09:06:54.877Z] [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
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] Skipped
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] 
05:06:54 [2022-03-17T09:06:54.877Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt ---
05:06:54 [2022-03-17T09:06:54.877Z] [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
05:06:56 [2022-03-17T09:06:56.248Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.248Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt ---
05:06:56 [2022-03-17T09:06:56.248Z] [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
05:06:56 [2022-03-17T09:06:56.249Z] [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
05:06:56 [2022-03-17T09:06:56.249Z]    no-classifier: different
05:06:56 [2022-03-17T09:06:56.249Z]       feature.properties: properties files differ
05:06:56 [2022-03-17T09:06:56.249Z]          copyright: baseline='Copyright (c) 2000, 2020 IBM Corporation and others.
05:06:56 [2022-03-17T09:06:56.249Z] All rights reserved. This program and the accompanying materials
05:06:56 [2022-03-17T09:06:56.249Z] are made available under the terms of the Eclipse Public License v1.0
05:06:56 [2022-03-17T09:06:56.249Z] which accompanies this distribution, and is available at
05:06:56 [2022-03-17T09:06:56.249Z] http://www.eclipse.org/legal/epl-v10.html
05:06:56 [2022-03-17T09:06:56.249Z] 
05:06:56 [2022-03-17T09:06:56.249Z] Contributors:
05:06:56 [2022-03-17T09:06:56.249Z] IBM Corporation - initial API and implementation
05:06:56 [2022-03-17T09:06:56.249Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others.
05:06:56 [2022-03-17T09:06:56.249Z] 
05:06:56 [2022-03-17T09:06:56.249Z] This program and the accompanying materials
05:06:56 [2022-03-17T09:06:56.249Z] are made available under the terms of the Eclipse Public License 2.0
05:06:56 [2022-03-17T09:06:56.249Z] which accompanies this distribution, and is available at
05:06:56 [2022-03-17T09:06:56.249Z] https://www.eclipse.org/legal/epl-2.0/
05:06:56 [2022-03-17T09:06:56.249Z] 
05:06:56 [2022-03-17T09:06:56.249Z] SPDX-License-Identifier: EPL-2.0
05:06:56 [2022-03-17T09:06:56.249Z] 
05:06:56 [2022-03-17T09:06:56.249Z] Contributors:
05:06:56 [2022-03-17T09:06:56.249Z] IBM Corporation - initial API and implementation
05:06:56 [2022-03-17T09:06:56.249Z] '
05:06:56 [2022-03-17T09:06:56.249Z]          description: baseline='Eclipse Java development tools (binary runtime and user documentation).' != reactor='Dummy feature for build-time constraint.'
05:06:56 [2022-03-17T09:06:56.249Z]          featureName: baseline='Eclipse Java Development Tools' != reactor='Eclipse Java Development Tools - Dummy, for build only. '
05:06:56 [2022-03-17T09:06:56.249Z]       feature.xml: different
05:06:56 [2022-03-17T09:06:56.249Z] 
05:06:56 [2022-03-17T09:06:56.249Z] [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
05:06:56 [2022-03-17T09:06:56.249Z]     The main artifact has been replaced with the baseline version.
05:06:56 [2022-03-17T09:06:56.249Z] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.dummy >----------------
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Building org.eclipse.pde.dummy 1.1.300-SNAPSHOT                   [6/18]
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] The project's OSGi version is 1.1.300.v20160301-1504
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:56 [2022-03-17T09:06:56.249Z] [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
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Executing tasks
05:06:56 [2022-03-17T09:06:56.249Z] [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
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Executed tasks
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Resolving class path of org.eclipse.pde.dummy...
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:56 [2022-03-17T09:06:56.249Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] No sources to compile
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Tests are skipped.
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Skipping tests
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Tests are skipped.
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] Skipped
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] 
05:06:56 [2022-03-17T09:06:56.250Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.dummy ---
05:06:56 [2022-03-17T09:06:56.250Z] [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
05:06:57 [2022-03-17T09:06:57.182Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.pde.dummy/target/org.eclipse.pde.dummy-1.1.300-SNAPSHOT-sources.jar
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.dummy ---
05:06:58 [2022-03-17T09:06:58.114Z] [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
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] --------------< org.eclipse.pde.feature:org.eclipse.pde >---------------
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] Building org.eclipse.pde 3.14.1100.v20220308-0310                 [7/18]
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.114Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] The project's OSGi version is 3.14.1100.v20220308-0310
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:58 [2022-03-17T09:06:58.115Z] [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
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:58 [2022-03-17T09:06:58.115Z] [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
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [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
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] Skipped
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] 
05:06:58 [2022-03-17T09:06:58.115Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde ---
05:06:58 [2022-03-17T09:06:58.115Z] [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
05:06:59 [2022-03-17T09:06:59.486Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.486Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde ---
05:06:59 [2022-03-17T09:06:59.486Z] [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
05:06:59 [2022-03-17T09:06:59.486Z] [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
05:06:59 [2022-03-17T09:06:59.486Z]    no-classifier: different
05:06:59 [2022-03-17T09:06:59.486Z]       feature.properties: properties files differ
05:06:59 [2022-03-17T09:06:59.486Z]          copyright: baseline='Copyright (c) 2000, 2015 IBM Corporation and others.
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] This program and the accompanying materials
05:06:59 [2022-03-17T09:06:59.486Z] are made available under the terms of the Eclipse Public License 2.0
05:06:59 [2022-03-17T09:06:59.486Z] which accompanies this distribution, and is available at
05:06:59 [2022-03-17T09:06:59.486Z] https://www.eclipse.org/legal/epl-2.0/
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] SPDX-License-Identifier: EPL-2.0
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] Contributors:
05:06:59 [2022-03-17T09:06:59.486Z] IBM Corporation - initial API and implementation
05:06:59 [2022-03-17T09:06:59.486Z] ' != reactor='Copyright (c) 2000, 2021 IBM Corporation and others.
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] This program and the accompanying materials
05:06:59 [2022-03-17T09:06:59.486Z] are made available under the terms of the Eclipse Public License 2.0
05:06:59 [2022-03-17T09:06:59.486Z] which accompanies this distribution, and is available at
05:06:59 [2022-03-17T09:06:59.486Z] https://www.eclipse.org/legal/epl-2.0/
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] SPDX-License-Identifier: EPL-2.0
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] Contributors:
05:06:59 [2022-03-17T09:06:59.486Z] IBM Corporation - initial API and implementation
05:06:59 [2022-03-17T09:06:59.486Z] '
05:06:59 [2022-03-17T09:06:59.486Z]          description: baseline='Eclipse plug-in development environment.' != reactor='Dummy feature for build-time constraint.'
05:06:59 [2022-03-17T09:06:59.486Z]          featureName: baseline='Eclipse Plug-in Development Environment' != reactor='Eclipse Java Development Tools - Dummy, for build only. '
05:06:59 [2022-03-17T09:06:59.486Z]       feature.xml: different
05:06:59 [2022-03-17T09:06:59.486Z] 
05:06:59 [2022-03-17T09:06:59.486Z] [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
05:06:59 [2022-03-17T09:06:59.486Z]     The main artifact has been replaced with the baseline version.
05:06:59 [2022-03-17T09:06:59.487Z] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Building org.eclipse.jdt.core 3.29.0-SNAPSHOT                     [8/18]
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core ---
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] The project's OSGi version is 3.29.0.v20220314-1648_BETA_JAVA18
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] 
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] --- build-helper-maven-plugin:3.2.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core ---
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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 3.3 MB/s)
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 940 kB/s)
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 1.1 MB/s)
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.487Z] [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
05:06:59 [2022-03-17T09:06:59.488Z] [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
05:06:59 [2022-03-17T09:06:59.488Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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 27 kB/s)
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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 303 kB/s)
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 964 kB/s)
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.745Z] [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
05:06:59 [2022-03-17T09:06:59.746Z] [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
05:06:59 [2022-03-17T09:06:59.746Z] [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
05:06:59 [2022-03-17T09:06:59.746Z] [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
05:06:59 [2022-03-17T09:06:59.746Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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 29 kB/s)
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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 303 kB/s)
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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 1.2 MB/s)
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.003Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 1.1 MB/s)
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.004Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 823 kB/s)
05:07:00 [2022-03-17T09:07:00.004Z] [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
05:07:00 [2022-03-17T09:07:00.261Z] [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
05:07:00 [2022-03-17T09:07:00.261Z] [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
05:07:00 [2022-03-17T09:07:00.261Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [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 98 kB/s)
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [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 234 kB/s)
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.262Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 1.0 MB/s)
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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 369 kB/s)
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.520Z] [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
05:07:00 [2022-03-17T09:07:00.791Z] [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
05:07:00 [2022-03-17T09:07:00.791Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
05:07:00 [2022-03-17T09:07:00.791Z] [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
05:07:00 [2022-03-17T09:07:00.791Z] [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 218 kB/s)
05:07:00 [2022-03-17T09:07:00.791Z] [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
05:07:00 [2022-03-17T09:07:00.791Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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 147 kB/s)
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:00 [2022-03-17T09:07:00.792Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [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 130 kB/s)
05:07:01 [2022-03-17T09:07:01.072Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
05:07:01 [2022-03-17T09:07:01.072Z] [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
05:07:01 [2022-03-17T09:07:01.072Z] [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 81 kB/s)
05:07:01 [2022-03-17T09:07:01.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
05:07:01 [2022-03-17T09:07:01.072Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/27/maven-parent-27.pom
05:07:01 [2022-03-17T09:07:01.072Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom
05:07:01 [2022-03-17T09:07:01.072Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom
05:07:01 [2022-03-17T09:07:01.353Z] [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
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.7 MB/s)
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/17/apache-17.pom
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom
05:07:01 [2022-03-17T09:07:01.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
05:07:01 [2022-03-17T09:07:01.353Z] [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 297 kB/s)
05:07:01 [2022-03-17T09:07:01.353Z] [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
05:07:01 [2022-03-17T09:07:01.353Z] [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
05:07:01 [2022-03-17T09:07:01.353Z] [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
05:07:01 [2022-03-17T09:07:01.353Z] [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
05:07:01 [2022-03-17T09:07:01.353Z] [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
05:07:01 [2022-03-17T09:07:01.641Z] [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
05:07:01 [2022-03-17T09:07:01.641Z] [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 70 kB/s)
05:07:01 [2022-03-17T09:07:01.641Z] [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
05:07:01 [2022-03-17T09:07:01.641Z] [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
05:07:01 [2022-03-17T09:07:01.641Z] [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
05:07:01 [2022-03-17T09:07:01.641Z] [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
05:07:01 [2022-03-17T09:07:01.641Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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 503 kB/s)
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.642Z] [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 880 kB/s)
05:07:01 [2022-03-17T09:07:01.642Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 4.1 MB/s)
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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 140 kB/s)
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 124 kB/s)
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
05:07:01 [2022-03-17T09:07:01.941Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
05:07:01 [2022-03-17T09:07:01.941Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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.4 MB/s)
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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 2.3 MB/s)
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 1.6 MB/s)
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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 2.8 MB/s)
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
05:07:02 [2022-03-17T09:07:02.203Z] [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
05:07:02 [2022-03-17T09:07:02.203Z] [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 2.6 MB/s)
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
05:07:02 [2022-03-17T09:07:02.203Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 12 MB/s)
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [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)
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 12 MB/s)
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
05:07:02 [2022-03-17T09:07:02.461Z] [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 379 kB/s)
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [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
05:07:02 [2022-03-17T09:07:02.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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 69 kB/s)
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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 274 kB/s)
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.719Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.jar
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.720Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.978Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [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
05:07:02 [2022-03-17T09:07:02.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar
05:07:02 [2022-03-17T09:07:02.980Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 16 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 13 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 30 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 8.5 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 15 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 1.9 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 8.2 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 9.8 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 2.0 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 15 MB/s)
05:07:02 [2022-03-17T09:07:02.980Z] [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
05:07:02 [2022-03-17T09:07:02.980Z] [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 23 MB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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
05:07:02 [2022-03-17T09:07:02.981Z] [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 175 kB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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
05:07:02 [2022-03-17T09:07:02.981Z] [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 5.5 MB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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
05:07:02 [2022-03-17T09:07:02.981Z] [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 10 MB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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
05:07:02 [2022-03-17T09:07:02.981Z] [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 1.1 MB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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 777 kB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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 3.1 MB/s)
05:07:02 [2022-03-17T09:07:02.981Z] [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 787 kB/s)
05:07:03 [2022-03-17T09:07:03.239Z] [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 367 kB/s)
05:07:03 [2022-03-17T09:07:03.239Z] [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...
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] Executing tasks
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] Executed tasks
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.239Z] [INFO] Resolving class path of org.eclipse.jdt.core...
05:07:03 [2022-03-17T09:07:03.239Z] [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)
05:07:03 [2022-03-17T09:07:03.239Z] [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)
05:07:03 [2022-03-17T09:07:03.239Z] [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)
05:07:03 [2022-03-17T09:07:03.496Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [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)
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:03 [2022-03-17T09:07:03.497Z] [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
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:03 [2022-03-17T09:07:03.497Z] [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
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] 
05:07:03 [2022-03-17T09:07:03.497Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.core ---
05:07:03 [2022-03-17T09:07:03.755Z] [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
05:07:15 [2022-03-17T09:07:15.957Z] [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
05:07:16 [2022-03-17T09:07:16.214Z] [INFO] 
05:07:16 [2022-03-17T09:07:16.214Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core ---
05:07:16 [2022-03-17T09:07:16.214Z] [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'
05:07:16 [2022-03-17T09:07:16.472Z] [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)
05:07:16 [2022-03-17T09:07:16.472Z] [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)
05:07:17 [2022-03-17T09:07:17.038Z] [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)
05:07:17 [2022-03-17T09:07:17.038Z] [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)
05:07:17 [2022-03-17T09:07:17.038Z] [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)
05:07:17 [2022-03-17T09:07:17.296Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:07:17 [2022-03-17T09:07:17.296Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/apigeneration-workspace/data/.metadata/.log
05:07:17 [2022-03-17T09:07:17.296Z] [INFO] Command line:
05:07:17 [2022-03-17T09:07:17.296Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.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.0.v20220314-1648_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]
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:29 [2022-03-17T09:07:29.511Z] [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
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] Tests are skipped.
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [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.0-SNAPSHOT-sources.jar
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] Executing tasks
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] Executed tasks
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] 
05:07:29 [2022-03-17T09:07:29.511Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
05:07:29 [2022-03-17T09:07:29.511Z] [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
05:07:29 [2022-03-17T09:07:29.511Z] [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.0-SNAPSHOT.jar
05:07:30 [2022-03-17T09:07:30.077Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.077Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.077Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.077Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.077Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:30 [2022-03-17T09:07:30.078Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:30 [2022-03-17T09:07:30.078Z] [INFO] Copying 1 resource
05:07:30 [2022-03-17T09:07:30.078Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.078Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (antadapter) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.078Z] [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.0-SNAPSHOT-antadapter.jar
05:07:30 [2022-03-17T09:07:30.352Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.352Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.352Z] [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.0-SNAPSHOT-batch-compiler-src.jar
05:07:30 [2022-03-17T09:07:30.609Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.609Z] [INFO] --- tycho-custom-bundle-plugin:2.7.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.609Z] [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.0-SNAPSHOT-batch-compiler.jar
05:07:30 [2022-03-17T09:07:30.609Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.609Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] Skipping tests
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] Tests are skipped.
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core ---
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] Skipped
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] 
05:07:30 [2022-03-17T09:07:30.867Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core ---
05:07:31 [2022-03-17T09:07:31.124Z] [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.0-SNAPSHOT.jar' is disabled.
05:07:31 [2022-03-17T09:07:31.383Z] [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.0-SNAPSHOT.jar
05:07:35 [2022-03-17T09:07:35.563Z] [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.0-SNAPSHOT-sources.jar' is disabled.
05:07:35 [2022-03-17T09:07:35.563Z] [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.0-SNAPSHOT-sources.jar
05:07:39 [2022-03-17T09:07:39.739Z] [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.0-SNAPSHOT-antadapter.jar' is disabled.
05:07:39 [2022-03-17T09:07:39.739Z] [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.0-SNAPSHOT-antadapter.jar
05:07:40 [2022-03-17T09:07:40.674Z] [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.0-SNAPSHOT-batch-compiler-src.jar' is disabled.
05:07:40 [2022-03-17T09:07:40.674Z] [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.0-SNAPSHOT-batch-compiler-src.jar
05:07:42 [2022-03-17T09:07:42.572Z] [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.0-SNAPSHOT-batch-compiler.jar' is disabled.
05:07:42 [2022-03-17T09:07:42.572Z] [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.0-SNAPSHOT-batch-compiler.jar
05:07:43 [2022-03-17T09:07:43.943Z] [INFO] 
05:07:43 [2022-03-17T09:07:43.943Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.core ---
05:07:44 [2022-03-17T09:07:44.202Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
05:07:44 [2022-03-17T09:07:44.202Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2metadata:3.29.0-SNAPSHOT already attached, replace previous instance
05:07:44 [2022-03-17T09:07:44.202Z] [WARNING] artifact org.eclipse.jdt:org.eclipse.jdt.core:xml:p2artifacts:3.29.0-SNAPSHOT already attached, replace previous instance
05:07:44 [2022-03-17T09:07:44.202Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.202Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool >------------
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Building org.eclipse.jdt.compiler.tool 1.3.100-SNAPSHOT           [9/18]
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] The project's OSGi version is 1.3.100.v20220106-0730_BETA_JAVA18
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:44 [2022-03-17T09:07:44.203Z] [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
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Executing tasks
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Executed tasks
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.tool...
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:44 [2022-03-17T09:07:44.203Z] [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
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:44 [2022-03-17T09:07:44.203Z] [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
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.203Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.461Z] [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
05:07:44 [2022-03-17T09:07:44.719Z] [INFO] 
05:07:44 [2022-03-17T09:07:44.719Z] [INFO] --- maven-antrun-plugin:3.0.0:run (update-ecj) @ org.eclipse.jdt.compiler.tool ---
05:07:44 [2022-03-17T09:07:44.719Z] [INFO] Executing tasks
05:07:44 [2022-03-17T09:07:44.719Z] [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.0-SNAPSHOT-batch-compiler.jar
05:07:44 [2022-03-17T09:07:44.719Z] [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
05:07:44 [2022-03-17T09:07:44.719Z] [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.0-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
05:07:45 [2022-03-17T09:07:45.286Z] [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.0-SNAPSHOT-batch-compiler.jar
05:07:45 [2022-03-17T09:07:45.544Z] [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
05:07:45 [2022-03-17T09:07:45.544Z] [INFO] Executed tasks
05:07:45 [2022-03-17T09:07:45.544Z] [INFO] 
05:07:45 [2022-03-17T09:07:45.544Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.tool ---
05:07:45 [2022-03-17T09:07:45.801Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:07:45 [2022-03-17T09:07:45.801Z] [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
05:07:45 [2022-03-17T09:07:45.801Z] [INFO] Command line:
05:07:45 [2022-03-17T09:07:45.802Z] 	[/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.100.v20220106-0730_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]
05:07:48 [2022-03-17T09:07:48.328Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.328Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.328Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:48 [2022-03-17T09:07:48.328Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:48 [2022-03-17T09:07:48.328Z] [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
05:07:48 [2022-03-17T09:07:48.328Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] Tests are skipped.
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [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.100-SNAPSHOT-sources.jar
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [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.100-SNAPSHOT.jar
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] 
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] --- maven-antrun-plugin:3.0.0:run (sign-ecj) @ org.eclipse.jdt.compiler.tool ---
05:07:48 [2022-03-17T09:07:48.329Z] [INFO] Executing tasks
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] Executed tasks
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] 
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.tool ---
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] Skipping tests
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] 
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.tool ---
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] Tests are skipped.
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] 
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool ---
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] Skipped
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] 
05:07:50 [2022-03-17T09:07:50.855Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.compiler.tool ---
05:07:50 [2022-03-17T09:07:50.855Z] [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.100-SNAPSHOT.jar
05:07:51 [2022-03-17T09:07:51.419Z] [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.100-SNAPSHOT-sources.jar
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.tool ---
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.3.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.tool/pom.xml
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt >------------
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] Building org.eclipse.jdt.compiler.apt 1.4.50-SNAPSHOT            [10/18]
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] The project's OSGi version is 1.4.50.v20220106-0730_BETA_JAVA18
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:52 [2022-03-17T09:07:52.351Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:52 [2022-03-17T09:07:52.352Z] [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
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Executing tasks
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Executed tasks
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.apt...
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:52 [2022-03-17T09:07:52.352Z] [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
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:52 [2022-03-17T09:07:52.352Z] [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
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.352Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.352Z] [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
05:07:52 [2022-03-17T09:07:52.916Z] [INFO] 
05:07:52 [2022-03-17T09:07:52.916Z] [INFO] --- maven-antrun-plugin:3.0.0:run (natives) @ org.eclipse.jdt.compiler.apt ---
05:07:52 [2022-03-17T09:07:52.916Z] [INFO] Executing tasks
05:07:52 [2022-03-17T09:07:52.916Z] [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.0-SNAPSHOT-batch-compiler.jar
05:07:52 [2022-03-17T09:07:52.917Z] [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
05:07:52 [2022-03-17T09:07:52.917Z] [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.0-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
05:07:53 [2022-03-17T09:07:53.481Z] [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.0-SNAPSHOT-batch-compiler.jar
05:07:53 [2022-03-17T09:07:53.739Z] [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
05:07:53 [2022-03-17T09:07:53.996Z] [INFO] Executed tasks
05:07:53 [2022-03-17T09:07:53.996Z] [INFO] 
05:07:53 [2022-03-17T09:07:53.996Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.compiler.apt ---
05:07:53 [2022-03-17T09:07:53.996Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:07:53 [2022-03-17T09:07:53.997Z] [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
05:07:53 [2022-03-17T09:07:53.997Z] [INFO] Command line:
05:07:53 [2022-03-17T09:07:53.997Z] 	[/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.50.v20220106-0730_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]
05:07:56 [2022-03-17T09:07:56.527Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.527Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.527Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:07:56 [2022-03-17T09:07:56.527Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:07:56 [2022-03-17T09:07:56.527Z] [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
05:07:56 [2022-03-17T09:07:56.527Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] Tests are skipped.
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [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.50-SNAPSHOT-sources.jar
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [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.50-SNAPSHOT.jar
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] 
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] --- maven-antrun-plugin:3.0.0:run (sign-ecj) @ org.eclipse.jdt.compiler.apt ---
05:07:56 [2022-03-17T09:07:56.528Z] [INFO] Executing tasks
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] Executed tasks
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] 
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.compiler.apt ---
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] Skipping tests
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] 
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.compiler.apt ---
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] Tests are skipped.
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] 
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt ---
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] Skipped
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] 
05:07:59 [2022-03-17T09:07:59.083Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.compiler.apt ---
05:07:59 [2022-03-17T09:07:59.341Z] [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.50-SNAPSHOT.jar
05:08:00 [2022-03-17T09:08:00.713Z] [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.50-SNAPSHOT-sources.jar
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.apt ---
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.4.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.compiler.apt/pom.xml
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >--------------
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] Building org.eclipse.jdt.launching 3.19.500-SNAPSHOT             [11/18]
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] The project's OSGi version is 3.19.500.v20220216-1607_BETA_JAVA18
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.611Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:02 [2022-03-17T09:08:02.612Z] [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
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Executing tasks
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Executed tasks
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Resolving class path of org.eclipse.jdt.launching...
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:02 [2022-03-17T09:08:02.612Z] [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
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:02 [2022-03-17T09:08:02.612Z] [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
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] 
05:08:02 [2022-03-17T09:08:02.612Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.launching ---
05:08:02 [2022-03-17T09:08:02.612Z] [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
05:08:03 [2022-03-17T09:08:03.177Z] [INFO] 
05:08:03 [2022-03-17T09:08:03.177Z] [INFO] --- maven-antrun-plugin:3.0.0:run (compile-internal-jar) @ org.eclipse.jdt.launching ---
05:08:03 [2022-03-17T09:08:03.178Z] [INFO] Executing tasks
05:08:03 [2022-03-17T09:08:03.178Z] [INFO] Executed tasks
05:08:03 [2022-03-17T09:08:03.178Z] [INFO] 
05:08:03 [2022-03-17T09:08:03.178Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.launching ---
05:08:03 [2022-03-17T09:08:03.178Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:08:03 [2022-03-17T09:08:03.178Z] [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
05:08:03 [2022-03-17T09:08:03.178Z] [INFO] Command line:
05:08:03 [2022-03-17T09:08:03.178Z] 	[/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.500.v20220216-1607_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]
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/src/test/resources
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Tests are skipped.
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [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.500-SNAPSHOT-sources.jar
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [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.500-SNAPSHOT.jar
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Skipping tests
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Tests are skipped.
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Skipped
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] 
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.launching ---
05:08:07 [2022-03-17T09:08:07.360Z] [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.500-SNAPSHOT.jar_unpacked_16000604956478977458/lib/javaagent-shaded.jar' is disabled.
05:08:07 [2022-03-17T09:08:07.360Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.19.500-SNAPSHOT.jar_unpacked_16000604956478977458/lib/javaagent-shaded.jar
05:08:08 [2022-03-17T09:08:08.731Z] [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.500-SNAPSHOT.jar_unpacked_16000604956478977458/lib/launchingsupport.jar' is disabled.
05:08:08 [2022-03-17T09:08:08.731Z] [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.500-SNAPSHOT.jar_unpacked_16000604956478977458/lib/launchingsupport.jar
05:08:09 [2022-03-17T09:08:09.663Z] [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.500-SNAPSHOT.jar
05:08:11 [2022-03-17T09:08:11.034Z] [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.500-SNAPSHOT-sources.jar
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.500-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
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >----------
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] Building org.eclipse.jdt.core.manipulation 1.16.0-SNAPSHOT       [12/18]
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] The project's OSGi version is 1.16.0.v20220228-0928_BETA_JAVA18
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:12 [2022-03-17T09:08:12.406Z] [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
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] Executing tasks
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] Executed tasks
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.406Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] Resolving class path of org.eclipse.jdt.core.manipulation...
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:12 [2022-03-17T09:08:12.664Z] [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
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:12 [2022-03-17T09:08:12.664Z] [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
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] 
05:08:12 [2022-03-17T09:08:12.664Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.core.manipulation ---
05:08:12 [2022-03-17T09:08:12.664Z] [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
05:08:14 [2022-03-17T09:08:14.563Z] [INFO] 
05:08:14 [2022-03-17T09:08:14.563Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.core.manipulation ---
05:08:14 [2022-03-17T09:08:14.563Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:08:14 [2022-03-17T09:08:14.563Z] [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
05:08:14 [2022-03-17T09:08:14.563Z] [INFO] Command line:
05:08:14 [2022-03-17T09:08:14.563Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.jdt.core.manipulation_1.16.0.v20220228-0928_BETA_JAVA18, -project, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation, -binary, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes, -target, /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target]
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:18 [2022-03-17T09:08:18.764Z] [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
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Tests are skipped.
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT-sources.jar
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Building jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT.jar
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Skipping tests
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Tests are skipped.
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation ---
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] Skipped
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] 
05:08:18 [2022-03-17T09:08:18.764Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.core.manipulation ---
05:08:19 [2022-03-17T09:08:19.330Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT.jar
05:08:21 [2022-03-17T09:08:21.857Z] [INFO] Signing jar: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT-sources.jar
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.manipulation ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/pom.xml
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >-----------------
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] Building org.eclipse.jdt.ui 3.26.0-SNAPSHOT                      [13/18]
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] The project's OSGi version is 3.26.0.v20220315-0826_BETA_JAVA18
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/saveproperties
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] Executing tasks
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] Executed tasks
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] 
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui ---
05:08:22 [2022-03-17T09:08:22.845Z] [INFO] Resolving class path of org.eclipse.jdt.ui...
05:08:23 [2022-03-17T09:08:23.133Z] [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)
05:08:23 [2022-03-17T09:08:23.133Z] [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)
05:08:23 [2022-03-17T09:08:23.133Z] [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)
05:08:23 [2022-03-17T09:08:23.133Z] [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)
05:08:23 [2022-03-17T09:08:23.427Z] [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)
05:08:23 [2022-03-17T09:08:23.427Z] [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)
05:08:23 [2022-03-17T09:08:23.427Z] [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)
05:08:23 [2022-03-17T09:08:23.428Z] [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)
05:08:23 [2022-03-17T09:08:23.428Z] [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)
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] 
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.jdt.ui ---
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:23 [2022-03-17T09:08:23.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.jdt.ui/org.eclipse.jdt.ui/src/main/resources
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] 
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.ui ---
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:23 [2022-03-17T09:08:23.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.jdt.ui/org.eclipse.jdt.ui/src/main/resources
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] 
05:08:23 [2022-03-17T09:08:23.428Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.jdt.ui ---
05:08:23 [2022-03-17T09:08:23.428Z] [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
05:08:31 [2022-03-17T09:08:31.546Z] [INFO] 
05:08:31 [2022-03-17T09:08:31.546Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.jdt.ui ---
05:08:31 [2022-03-17T09:08:31.546Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:08:31 [2022-03-17T09:08:31.546Z] [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
05:08:31 [2022-03-17T09:08:31.546Z] [INFO] Command line:
05:08:31 [2022-03-17T09:08:31.546Z] 	[/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.0.v20220315-0826_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]
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:43 [2022-03-17T09:08:43.737Z] [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
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] Tests are skipped.
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.737Z] [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.0-SNAPSHOT-sources.jar
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.737Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.737Z] [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.0-SNAPSHOT.jar
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] Skipping tests
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] Tests are skipped.
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui ---
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] Skipped
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] 
05:08:43 [2022-03-17T09:08:43.994Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.ui ---
05:08:48 [2022-03-17T09:08:48.175Z] [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.0-SNAPSHOT.jar
05:08:54 [2022-03-17T09:08:54.730Z] [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.0-SNAPSHOT-sources.jar
05:08:57 [2022-03-17T09:08:57.256Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.256Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui ---
05:08:57 [2022-03-17T09:08:57.256Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml
05:08:57 [2022-03-17T09:08:57.256Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.build >----------------
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] Building org.eclipse.pde.build 3.11.100-SNAPSHOT                 [14/18]
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.257Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] The project's OSGi version is 3.11.100.v20211207-0640_BETA_JAVA18
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:57 [2022-03-17T09:08:57.514Z] [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
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] Executing tasks
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] Executed tasks
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] Resolving class path of org.eclipse.pde.build...
05:08:57 [2022-03-17T09:08:57.514Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar
05:08:57 [2022-03-17T09:08:57.514Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.514Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:57 [2022-03-17T09:08:57.515Z] [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
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:08:57 [2022-03-17T09:08:57.515Z] [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
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] 
05:08:57 [2022-03-17T09:08:57.515Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.build ---
05:08:57 [2022-03-17T09:08:57.515Z] [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
05:08:58 [2022-03-17T09:08:58.088Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.088Z] 	String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null);
05:08:58 [2022-03-17T09:08:58.088Z] 	                                                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.088Z] 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')
05:08:58 [2022-03-17T09:08:58.088Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.088Z] 	String newVersion = QualifierReplacer.replaceQualifierInVersion(feature.getVersion(), feature.getId(), qualifier, site != null ? site.getFeatureVersions() : null);
05:08:58 [2022-03-17T09:08:58.088Z] 	                                                                                              ^^^^^
05:08:58 [2022-03-17T09:08:58.088Z] 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')
05:08:58 [2022-03-17T09:08:58.088Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.088Z] 	if (feature.getVersion().endsWith(PROPERTY_QUALIFIER) && (qualifier == null || !qualifier.equalsIgnoreCase(PROPERTY_NONE))) {
05:08:58 [2022-03-17T09:08:58.088Z] 	            ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.088Z] 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')
05:08:58 [2022-03-17T09:08:58.088Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.088Z] 	int idx = feature.getVersion().lastIndexOf("."); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.088Z] 	                  ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.088Z] 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')
05:08:58 [2022-03-17T09:08:58.088Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.088Z] 	feature.setVersion(newVersion);
05:08:58 [2022-03-17T09:08:58.088Z] 	        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.088Z] 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')
05:08:58 [2022-03-17T09:08:58.088Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.088Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.088Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.088Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.089Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.089Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	for (FeatureEntry referencedFeature : referencedFeatures) {
05:08:58 [2022-03-17T09:08:58.089Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.089Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	String featureId = referencedFeature.getId();
05:08:58 [2022-03-17T09:08:58.089Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.089Z] 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')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	FetchScriptGenerator generator = new FetchScriptGenerator("feature@" + featureId + ',' + referencedFeature.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.089Z] 	                                                                                                           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.089Z] 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')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	FeatureEntry[] compiledFeatures = feature.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.089Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.089Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	for (FeatureEntry compiledFeature : compiledFeatures) {
05:08:58 [2022-03-17T09:08:58.089Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.089Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.089Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.089Z] 	String featureId = compiledFeature.getId();
05:08:58 [2022-03-17T09:08:58.089Z] 	                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] 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')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	if (getRepositoryInfo(IFetchFactory.ELEMENT_TYPE_FEATURE + '@' + featureId, new Version(compiledFeature.getVersion())) != null)
05:08:58 [2022-03-17T09:08:58.090Z] 	                                                                                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] 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')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	FeatureEntry[] allChildren = feature.getRawPluginEntries();
05:08:58 [2022-03-17T09:08:58.090Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	FeatureEntry[] compiledChildren = feature.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.090Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	for (FeatureEntry child : allChildren) {
05:08:58 [2022-03-17T09:08:58.090Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	elementId = child.getId();
05:08:58 [2022-03-17T09:08:58.090Z] 	                  ^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] 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')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	Version versionId = new Version(child.getVersion());
05:08:58 [2022-03-17T09:08:58.090Z] 	                                      ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.090Z] 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')
05:08:58 [2022-03-17T09:08:58.090Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.090Z] 	if (child.isFragment())
05:08:58 [2022-03-17T09:08:58.090Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	elementId = feature.getLicenseFeature();
05:08:58 [2022-03-17T09:08:58.091Z] 	                    ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	String version = feature.getLicenseFeatureVersion();
05:08:58 [2022-03-17T09:08:58.091Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	public class GeneratorApplication extends AbstractPublisherApplication {
05:08:58 [2022-03-17T09:08:58.091Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	private IPublisherResult result = null;
05:08:58 [2022-03-17T09:08:58.091Z] 	        ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	protected IPublisherAction[] createActions() {
05:08:58 [2022-03-17T09:08:58.091Z] 	          ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	File sourceFile = source != null ? new File(source) : null;
05:08:58 [2022-03-17T09:08:58.091Z] 	                  ^^^^^^
05:08:58 [2022-03-17T09:08:58.091Z] 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')
05:08:58 [2022-03-17T09:08:58.091Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.091Z] 	File sourceFile = source != null ? new File(source) : null;
05:08:58 [2022-03-17T09:08:58.092Z] 	                                            ^^^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.092Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.092Z] 	List<IPublisherAction> actions = new ArrayList<>();
05:08:58 [2022-03-17T09:08:58.092Z] 	     ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.092Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.092Z] 	actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
05:08:58 [2022-03-17T09:08:58.092Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.092Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.092Z] 	actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
05:08:58 [2022-03-17T09:08:58.092Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.092Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.092Z] 	actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
05:08:58 [2022-03-17T09:08:58.092Z] 	                                                ^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.092Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.092Z] 	actions.add(new EquinoxLauncherCUAction(flavor, info.getConfigurations()));
05:08:58 [2022-03-17T09:08:58.092Z] 	                                                     ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.092Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.092Z] 	actions.add(new ProductAction(source, product, flavor, null));
05:08:58 [2022-03-17T09:08:58.092Z] 	                ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.092Z] 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')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	actions.add(new ProductAction(source, product, flavor, null));
05:08:58 [2022-03-17T09:08:58.093Z] 	                ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.093Z] 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')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	actions.add(new ProductAction(source, product, flavor, null));
05:08:58 [2022-03-17T09:08:58.093Z] 	                              ^^^^^^
05:08:58 [2022-03-17T09:08:58.093Z] 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')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	info.addAdvice(new RootIUResultFilterAdvice(null));
05:08:58 [2022-03-17T09:08:58.093Z] 	^^^^
05:08:58 [2022-03-17T09:08:58.093Z] 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')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	info.addAdvice(new RootIUResultFilterAdvice(null));
05:08:58 [2022-03-17T09:08:58.093Z] 	     ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.093Z] 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')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	info.addAdvice(new RootIUResultFilterAdvice(null));
05:08:58 [2022-03-17T09:08:58.093Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.093Z] 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')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	info.addAdvice(new RootIUResultFilterAdvice(null));
05:08:58 [2022-03-17T09:08:58.093Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.093Z] Discouraged access: The constructor 'RootIUResultFilterAdvice(IQuery<IInstallableUnit>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.7.0.v20220127-1312/org.eclipse.equinox.p2.publisher-1.7.0.v20220127-1312.jar')
05:08:58 [2022-03-17T09:08:58.093Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.093Z] 	actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null));
05:08:58 [2022-03-17T09:08:58.093Z] 	                ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.093Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	actions.add(new RootIUAction(rootId, Version.parseVersion(rootVersion), null));
05:08:58 [2022-03-17T09:08:58.094Z] 	                ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.094Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.094Z] 	                ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.094Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	actions.add(new FeaturesAction(new File[] {new File(sourceFile, "features")})); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.094Z] 	                ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.094Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.094Z] 	                ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.094Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	actions.add(new BundlesAction(new File[] {new File(sourceFile, "plugins")})); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.094Z] 	                ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.094Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	String[] configs = info.getConfigurations();
05:08:58 [2022-03-17T09:08:58.094Z] 	                   ^^^^
05:08:58 [2022-03-17T09:08:58.094Z] 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')
05:08:58 [2022-03-17T09:08:58.094Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.094Z] 	String[] configs = info.getConfigurations();
05:08:58 [2022-03-17T09:08:58.095Z] 	                        ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.095Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.095Z] 	info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
05:08:58 [2022-03-17T09:08:58.095Z] 	^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.095Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.095Z] 	info.addAdvice(new AssembledConfigAdvice(configs[0], sourceFile, product != null ? product.getLauncherName() : null));
05:08:58 [2022-03-17T09:08:58.095Z] 	     ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.095Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.095Z] 	info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
05:08:58 [2022-03-17T09:08:58.095Z] 	^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.095Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.095Z] 	info.addAdvice(new RootFileTouchpointAdvice(product, sourceFile, new File[] {sourceFile}, null, configs[0]));
05:08:58 [2022-03-17T09:08:58.095Z] 	     ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.095Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.095Z] 	info.addAdvice(createVersionAdvice());
05:08:58 [2022-03-17T09:08:58.095Z] 	^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.095Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.095Z] 	info.addAdvice(createVersionAdvice());
05:08:58 [2022-03-17T09:08:58.095Z] 	     ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.095Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	return actions.toArray(new IPublisherAction[actions.size()]);
05:08:58 [2022-03-17T09:08:58.096Z] 	                           ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	protected IVersionAdvice createVersionAdvice() {
05:08:58 [2022-03-17T09:08:58.096Z] 	          ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	VersionAdvice advice = new VersionAdvice();
05:08:58 [2022-03-17T09:08:58.096Z] 	^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	VersionAdvice advice = new VersionAdvice();
05:08:58 [2022-03-17T09:08:58.096Z] 	                           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	VersionAdvice advice = new VersionAdvice();
05:08:58 [2022-03-17T09:08:58.096Z] 	                           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	advice.load(IInstallableUnit.NAMESPACE_IU_ID, versionAdvice, features ? ".feature.group" : ""); //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.096Z] 	       ^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.096Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.096Z] 	protected IPublisherAction createRootFileAction(String configSpec) {
05:08:58 [2022-03-17T09:08:58.096Z] 	          ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.096Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.097Z] 	RootFilesAction action = new RootFilesAction(info, id, version, flavor);
05:08:58 [2022-03-17T09:08:58.097Z] 	^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.097Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.097Z] 	RootFilesAction action = new RootFilesAction(info, id, version, flavor);
05:08:58 [2022-03-17T09:08:58.097Z] 	                             ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.097Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.097Z] 	RootFilesAction action = new RootFilesAction(info, id, version, flavor);
05:08:58 [2022-03-17T09:08:58.097Z] 	                             ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.097Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.097Z] 	RootFilesAction action = new RootFilesAction(info, id, version, flavor);
05:08:58 [2022-03-17T09:08:58.097Z] 	                                             ^^^^
05:08:58 [2022-03-17T09:08:58.097Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.097Z] 	action.setCreateParent(false);
05:08:58 [2022-03-17T09:08:58.097Z] 	       ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.097Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.097Z] 	protected Publisher createPublisher(PublisherInfo publisherInfo) {
05:08:58 [2022-03-17T09:08:58.097Z] 	          ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.097Z] 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')
05:08:58 [2022-03-17T09:08:58.097Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.098Z] 	protected Publisher createPublisher(PublisherInfo publisherInfo) {
05:08:58 [2022-03-17T09:08:58.098Z] 	                                    ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.098Z] 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')
05:08:58 [2022-03-17T09:08:58.098Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.098Z] 	return new Publisher(publisherInfo, result);
05:08:58 [2022-03-17T09:08:58.098Z] 	           ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.098Z] 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')
05:08:58 [2022-03-17T09:08:58.098Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.098Z] 	return new Publisher(publisherInfo, result);
05:08:58 [2022-03-17T09:08:58.098Z] 	           ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.098Z] 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')
05:08:58 [2022-03-17T09:08:58.098Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.098Z] 	return new Publisher(publisherInfo);
05:08:58 [2022-03-17T09:08:58.098Z] 	           ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.098Z] 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')
05:08:58 [2022-03-17T09:08:58.098Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.098Z] 	return new Publisher(publisherInfo);
05:08:58 [2022-03-17T09:08:58.098Z] 	           ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.098Z] 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')
05:08:58 [2022-03-17T09:08:58.098Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.098Z] 	super.append = value;
05:08:58 [2022-03-17T09:08:58.098Z] 	      ^^^^^^
05:08:58 [2022-03-17T09:08:58.098Z] 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')
05:08:58 [2022-03-17T09:08:58.098Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	super.artifactRepoName = name;
05:08:58 [2022-03-17T09:08:58.099Z] 	      ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] 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')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	super.compress = value;
05:08:58 [2022-03-17T09:08:58.099Z] 	      ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] 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')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	super.metadataRepoName = name;
05:08:58 [2022-03-17T09:08:58.099Z] 	      ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] 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')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	this.source = location;
05:08:58 [2022-03-17T09:08:58.099Z] 	     ^^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] 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')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	public void setIncrementalResult(IPublisherResult result) {
05:08:58 [2022-03-17T09:08:58.099Z] 	                                 ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] 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')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.099Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.099Z] 	return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true);
05:08:58 [2022-03-17T09:08:58.099Z] 	                             ^^^^^
05:08:58 [2022-03-17T09:08:58.099Z] 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')
05:08:58 [2022-03-17T09:08:58.099Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	return getFinalShape(feature.getId(), feature.getVersion(), FLAT, true);
05:08:58 [2022-03-17T09:08:58.100Z] 	                                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] 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')
05:08:58 [2022-03-17T09:08:58.100Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	FeatureEntry entry = (FeatureEntry) entry2;
05:08:58 [2022-03-17T09:08:58.100Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.100Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	FeatureEntry entry = (FeatureEntry) entry2;
05:08:58 [2022-03-17T09:08:58.100Z] 	                      ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.100Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	if (entry.unpackSet()) {
05:08:58 [2022-03-17T09:08:58.100Z] 	          ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] 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')
05:08:58 [2022-03-17T09:08:58.100Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	result = Boolean.valueOf(entry.isUnpack());
05:08:58 [2022-03-17T09:08:58.100Z] 	                               ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] 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')
05:08:58 [2022-03-17T09:08:58.100Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	else if (result.booleanValue() != entry.isUnpack()) {
05:08:58 [2022-03-17T09:08:58.100Z] 	                                        ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] 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')
05:08:58 [2022-03-17T09:08:58.100Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.100Z] 	import org.eclipse.equinox.p2.publisher.eclipse.Feature;
05:08:58 [2022-03-17T09:08:58.100Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.100Z] 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')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.101Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	public SourceFeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) {
05:08:58 [2022-03-17T09:08:58.101Z] 	                                             ^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] 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')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	FeatureEntry[] features = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.101Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	FeatureEntry[] features = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.101Z] 	                                  ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] 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')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	for (FeatureEntry feature2 : features) {
05:08:58 [2022-03-17T09:08:58.101Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	if (feature2.isRequires() || feature2.isPlugin())
05:08:58 [2022-03-17T09:08:58.101Z] 	             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] 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')
05:08:58 [2022-03-17T09:08:58.101Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.101Z] 	if (feature2.isRequires() || feature2.isPlugin())
05:08:58 [2022-03-17T09:08:58.101Z] 	                                      ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.101Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	parameters.put(ID, feature2.getId());
05:08:58 [2022-03-17T09:08:58.102Z] 	                            ^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	parameters.put(VERSION, feature2.getVersion());
05:08:58 [2022-03-17T09:08:58.102Z] 	                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	if (feature2.isOptional())
05:08:58 [2022-03-17T09:08:58.102Z] 	             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	if (feature2.getArch() != null)
05:08:58 [2022-03-17T09:08:58.102Z] 	             ^^^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	parameters.put("arch", feature2.getArch()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.102Z] 	                                ^^^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	if (feature2.getWS() != null)
05:08:58 [2022-03-17T09:08:58.102Z] 	             ^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.102Z] 	parameters.put("ws", feature2.getWS()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.102Z] 	                              ^^^^^
05:08:58 [2022-03-17T09:08:58.102Z] 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')
05:08:58 [2022-03-17T09:08:58.102Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	if (feature2.getOS() != null)
05:08:58 [2022-03-17T09:08:58.103Z] 	             ^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] 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')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	parameters.put("os", feature2.getOS()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.103Z] 	                              ^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] 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')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.103Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	private FeatureEntry associatedEntry;
05:08:58 [2022-03-17T09:08:58.103Z] 	        ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	if (associatedEntry != null && (associatedEntry.unpackSet() || !Utils.hasBundleShapeHeader(model)))
05:08:58 [2022-03-17T09:08:58.103Z] 	                                                ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] 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')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	script.println("   unpack=\"" + String.valueOf(associatedEntry.isUnpack()) + "\""); //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.103Z] 	                                                               ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] 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')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.103Z] 	public FeatureEntry getAssociatedEntry() {
05:08:58 [2022-03-17T09:08:58.103Z] 	       ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.103Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.103Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	public void setAssociatedEntry(FeatureEntry associatedEntry) {
05:08:58 [2022-03-17T09:08:58.104Z] 	                               ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.104Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	public ReachablePlugin(FeatureEntry entry) {
05:08:58 [2022-03-17T09:08:58.104Z] 	                       ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	id = entry.getId();
05:08:58 [2022-03-17T09:08:58.104Z] 	           ^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] 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')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.104Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	FeatureEntry associatedEntry = generator.getAssociatedEntry();
05:08:58 [2022-03-17T09:08:58.104Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.104Z] 	String os = associatedEntry.getOS();
05:08:58 [2022-03-17T09:08:58.104Z] 	                            ^^^^^
05:08:58 [2022-03-17T09:08:58.104Z] 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')
05:08:58 [2022-03-17T09:08:58.104Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	String ws = associatedEntry.getWS();
05:08:58 [2022-03-17T09:08:58.105Z] 	                            ^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] 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')
05:08:58 [2022-03-17T09:08:58.105Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	String arch = associatedEntry.getArch();
05:08:58 [2022-03-17T09:08:58.105Z] 	                              ^^^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] 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')
05:08:58 [2022-03-17T09:08:58.105Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	String nl = associatedEntry.getNL();
05:08:58 [2022-03-17T09:08:58.105Z] 	                            ^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] 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')
05:08:58 [2022-03-17T09:08:58.105Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	import org.eclipse.equinox.internal.p2.publisher.QuotedTokenizer;
05:08:58 [2022-03-17T09:08:58.105Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] 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')
05:08:58 [2022-03-17T09:08:58.105Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.105Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.105Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	String brandedVersion = executableFeature.getVersion();
05:08:58 [2022-03-17T09:08:58.105Z] 	                                          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] 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')
05:08:58 [2022-03-17T09:08:58.105Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.105Z] 	versionString = requiredFeature.getVersion();
05:08:58 [2022-03-17T09:08:58.105Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.105Z] 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')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	List<FeatureEntry> pluginList = productFile.getProductEntries();
05:08:58 [2022-03-17T09:08:58.106Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	for (FeatureEntry entry : pluginList) {
05:08:58 [2022-03-17T09:08:58.106Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	if (!entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.106Z] 	           ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] 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')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion());
05:08:58 [2022-03-17T09:08:58.106Z] 	                                                    ^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] 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')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	BundleDescription bundle = assembly.getPlugin(entry.getId(), entry.getVersion());
05:08:58 [2022-03-17T09:08:58.106Z] 	                                                                   ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] 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')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs);
05:08:58 [2022-03-17T09:08:58.106Z] 	^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] 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')
05:08:58 [2022-03-17T09:08:58.106Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.106Z] 	QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs);
05:08:58 [2022-03-17T09:08:58.106Z] 	                                ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.106Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	QuotedTokenizer tokenizer = new QuotedTokenizer(programArgs);
05:08:58 [2022-03-17T09:08:58.107Z] 	                                ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	while (tokenizer.hasMoreTokens()) {
05:08:58 [2022-03-17T09:08:58.107Z] 	                 ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	String token = tokenizer.nextToken().trim();
05:08:58 [2022-03-17T09:08:58.107Z] 	                         ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs);
05:08:58 [2022-03-17T09:08:58.107Z] 	^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs);
05:08:58 [2022-03-17T09:08:58.107Z] 	                                ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	QuotedTokenizer tokenizer = new QuotedTokenizer(vmArgs);
05:08:58 [2022-03-17T09:08:58.107Z] 	                                ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.107Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.107Z] 	while (tokenizer.hasMoreTokens()) {
05:08:58 [2022-03-17T09:08:58.107Z] 	                 ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.107Z] 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')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	String token = tokenizer.nextToken().trim();
05:08:58 [2022-03-17T09:08:58.108Z] 	                         ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.108Z] 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')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.108Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.108Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	List<FeatureEntry> productEntries = product.getProductEntries();
05:08:58 [2022-03-17T09:08:58.108Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.108Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	String mappings = Utils.getEntryVersionMappings(productEntries.toArray(new FeatureEntry[productEntries.size()]), site, assemblyInfo);
05:08:58 [2022-03-17T09:08:58.108Z] 	                                                                           ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.108Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	script.printAttribute(VERSION, feature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.108Z] 	                                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.108Z] 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')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	if (!(havePDEUIState() && rootProvider.getId().equals("org.eclipse.pde.container.feature"))) { //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.108Z] 	                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.108Z] 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')
05:08:58 [2022-03-17T09:08:58.108Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.108Z] 	script.printAttribute(VERSION, rootProvider.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.108Z] 	                                            ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.109Z] 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')
05:08:58 [2022-03-17T09:08:58.109Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.109Z] 	return feature.getId() + ".feature.group"; //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.109Z] 	               ^^^^^
05:08:58 [2022-03-17T09:08:58.109Z] 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')
05:08:58 [2022-03-17T09:08:58.109Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.109Z] 	generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE);
05:08:58 [2022-03-17T09:08:58.109Z] 	                                    ^^^^^
05:08:58 [2022-03-17T09:08:58.109Z] 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')
05:08:58 [2022-03-17T09:08:58.109Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.109Z] 	generatePostProcessingSteps(feature.getId(), feature.getVersion(), (String) shapeAdvisor.getFinalShape(feature)[1], FEATURE_TYPE);
05:08:58 [2022-03-17T09:08:58.109Z] 	                                                     ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.109Z] 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')
05:08:58 [2022-03-17T09:08:58.109Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.109Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.109Z] 	                                 ^^^^^
05:08:58 [2022-03-17T09:08:58.109Z] 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')
05:08:58 [2022-03-17T09:08:58.109Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.109Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.109Z] 	                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.109Z] 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')
05:08:58 [2022-03-17T09:08:58.109Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.110Z] 	                                 ^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.110Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.110Z] 	                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.110Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	script.printAttribute("id", feature2.getId(), true); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.110Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.110Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	script.printAttribute("version", feature2.getVersion(), true); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.110Z] 	                                          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.110Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	script.printAttribute(VERSION, feature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.110Z] 	                                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.110Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.110Z] 	                                 ^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.110Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.110Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.110Z] 	                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.110Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.111Z] 	                                 ^^^^^
05:08:58 [2022-03-17T09:08:58.111Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	String featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.111Z] 	                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.111Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	if (!feature.getId().equals(FEATURE_EQUINOX_EXECUTABLE))
05:08:58 [2022-03-17T09:08:58.111Z] 	             ^^^^^
05:08:58 [2022-03-17T09:08:58.111Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	if (feature.isBinary() || !OLD_EXECUTABLE_RANGE.isIncluded(new Version(feature.getVersion())))
05:08:58 [2022-03-17T09:08:58.111Z] 	                                                                               ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.111Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.111Z] 	                                           ^^^^^
05:08:58 [2022-03-17T09:08:58.111Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	String featureFullName = executableFeature.getId() + "_" + executableFeature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.111Z] 	                                                                             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.111Z] 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')
05:08:58 [2022-03-17T09:08:58.111Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.111Z] 	import org.eclipse.equinox.p2.publisher.AbstractPublisherAction;
05:08:58 [2022-03-17T09:08:58.111Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.112Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.112Z] 	import org.eclipse.equinox.p2.publisher.actions.ITouchpointAdvice;
05:08:58 [2022-03-17T09:08:58.112Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.112Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.112Z] 	import org.eclipse.equinox.p2.publisher.actions.RootFilesAdvice;
05:08:58 [2022-03-17T09:08:58.112Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.112Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.112Z] 	public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice {
05:08:58 [2022-03-17T09:08:58.112Z] 	                                              ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.112Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.112Z] 	public class RootFileTouchpointAdvice extends RootFilesAdvice implements ITouchpointAdvice {
05:08:58 [2022-03-17T09:08:58.112Z] 	                                                                         ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.112Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.112Z] 	super(root, includedFiles, excludedFiles, configSpec);
05:08:58 [2022-03-17T09:08:58.112Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.112Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.112Z] 	String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
05:08:58 [2022-03-17T09:08:58.112Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.112Z] 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')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
05:08:58 [2022-03-17T09:08:58.113Z] 	                                          ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] 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')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	String[] config = AbstractPublisherAction.parseConfigSpec(getConfigSpec());
05:08:58 [2022-03-17T09:08:58.113Z] 	                                                          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] 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')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	File root = getRoot();
05:08:58 [2022-03-17T09:08:58.113Z] 	            ^^^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] 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')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	private String getSourcePluginName(FeatureEntry plugin, boolean versionSuffix) {
05:08:58 [2022-03-17T09:08:58.113Z] 	                                   ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$	//$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.113Z] 	              ^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] 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')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$	//$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.113Z] 	                                                      ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] 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')
05:08:58 [2022-03-17T09:08:58.113Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.113Z] 	FeatureEntry[] pluginList = feature.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.113Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.113Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	for (FeatureEntry entry : pluginList) {
05:08:58 [2022-03-17T09:08:58.114Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.114Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	String versionRequested = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.114Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.114Z] 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')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	model = getSite().getRegistry().getResolvedBundle(entry.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.114Z] 	                                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.114Z] 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')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	private void collectSourcePlugins(BuildTimeFeature feature, FeatureEntry pluginEntry, BundleDescription model) throws CoreException {
05:08:58 [2022-03-17T09:08:58.114Z] 	                                                            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.114Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) {
05:08:58 [2022-03-17T09:08:58.114Z] 	                ^^^^^
05:08:58 [2022-03-17T09:08:58.114Z] 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')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) {
05:08:58 [2022-03-17T09:08:58.114Z] 	                                               ^^^^^
05:08:58 [2022-03-17T09:08:58.114Z] 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')
05:08:58 [2022-03-17T09:08:58.114Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.114Z] 	if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) {
05:08:58 [2022-03-17T09:08:58.114Z] 	                                                                              ^^^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] 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')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	FeatureEntry sourcePlugin;
05:08:58 [2022-03-17T09:08:58.115Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	brandingPlugin = feature.getBrandingPlugin();
05:08:58 [2022-03-17T09:08:58.115Z] 	                         ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] 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')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	sourceFeature.setBrandingPlugin(brandingPlugin);
05:08:58 [2022-03-17T09:08:58.115Z] 	              ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] 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')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	brandingPlugin = sourceFeature.getId();
05:08:58 [2022-03-17T09:08:58.115Z] 	                               ^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] 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')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	FeatureEntry[] plugins = feature.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.115Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	for (FeatureEntry plugin2 : plugins) {
05:08:58 [2022-03-17T09:08:58.115Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.115Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.115Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.115Z] 	FeatureEntry entry;
05:08:58 [2022-03-17T09:08:58.115Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.116Z] 	entry = new FeatureEntry(id, version.toString(), false);
05:08:58 [2022-03-17T09:08:58.116Z] 	            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.116Z] 	entry = new FeatureEntry(id, version.toString(), false);
05:08:58 [2022-03-17T09:08:58.116Z] 	            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] 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')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.116Z] 	entry.setOptional(((Boolean) items.get(Utils.EXTRA_OPTIONAL)).booleanValue());
05:08:58 [2022-03-17T09:08:58.116Z] 	      ^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] 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')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.116Z] 	entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null);
05:08:58 [2022-03-17T09:08:58.116Z] 	      ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] 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')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.116Z] 	sourceFeature.addEntry(entry);
05:08:58 [2022-03-17T09:08:58.116Z] 	              ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] 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')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.116Z] 	entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true);
05:08:58 [2022-03-17T09:08:58.116Z] 	            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.116Z] 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')
05:08:58 [2022-03-17T09:08:58.116Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true);
05:08:58 [2022-03-17T09:08:58.117Z] 	            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.117Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	entry.setUnpack(((Boolean) items.get(Utils.EXTRA_UNPACK)).booleanValue());
05:08:58 [2022-03-17T09:08:58.117Z] 	      ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] 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')
05:08:58 [2022-03-17T09:08:58.117Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null);
05:08:58 [2022-03-17T09:08:58.117Z] 	      ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] 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')
05:08:58 [2022-03-17T09:08:58.117Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	sourceFeature.addEntry(entry);
05:08:58 [2022-03-17T09:08:58.117Z] 	              ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] 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')
05:08:58 [2022-03-17T09:08:58.117Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	private void generateSourceFragments(BuildTimeFeature sourceFeature, FeatureEntry sourcePlugin) throws CoreException {
05:08:58 [2022-03-17T09:08:58.117Z] 	                                                                     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.117Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	String sourceFragmentId = sourceFeature.getId() + "." + configInfo.toString("."); //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.117Z] 	                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] 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')
05:08:58 [2022-03-17T09:08:58.117Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.117Z] 	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.117Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.117Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.118Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.118Z] 	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.118Z] 	                                  ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.118Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.118Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.118Z] 	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.118Z] 	                                  ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.118Z] 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')
05:08:58 [2022-03-17T09:08:58.118Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.118Z] 	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.118Z] 	                                                                               ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.118Z] 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')
05:08:58 [2022-03-17T09:08:58.118Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.118Z] 	sourceFragment.setEnvironment(configInfo.getOs(), configInfo.getWs(), configInfo.getArch(), null);
05:08:58 [2022-03-17T09:08:58.118Z] 	               ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.118Z] 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')
05:08:58 [2022-03-17T09:08:58.118Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.118Z] 	sourceFragment.setFragment(true);
05:08:58 [2022-03-17T09:08:58.118Z] 	               ^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.118Z] 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')
05:08:58 [2022-03-17T09:08:58.118Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.118Z] 	sourceFeature.addEntry(sourceFragment);
05:08:58 [2022-03-17T09:08:58.118Z] 	              ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.118Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	private String computeSourceFeatureName(Feature featureForName, boolean withNumber) throws CoreException {
05:08:58 [2022-03-17T09:08:58.119Z] 	                                        ^^^^^^^
05:08:58 [2022-03-17T09:08:58.119Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	sourceFeatureName = featureForName.getId() + ".source"; //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.119Z] 	                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.119Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	return sourceFeatureName + (withNumber ? "_" + featureForName.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.119Z] 	                                                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.119Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	private BuildTimeFeature createSourceFeature(Feature featureExample) throws CoreException {
05:08:58 [2022-03-17T09:08:58.119Z] 	                                             ^^^^^^^
05:08:58 [2022-03-17T09:08:58.119Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	String version = featureExample.getVersion();
05:08:58 [2022-03-17T09:08:58.119Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.119Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	result.setLabel(featureExample.getLabel());
05:08:58 [2022-03-17T09:08:58.119Z] 	       ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.119Z] 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')
05:08:58 [2022-03-17T09:08:58.119Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.119Z] 	result.setLabel(featureExample.getLabel());
05:08:58 [2022-03-17T09:08:58.120Z] 	                               ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.120Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.120Z] 	result.setProviderName(featureExample.getProviderName());
05:08:58 [2022-03-17T09:08:58.120Z] 	       ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.120Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.120Z] 	result.setProviderName(featureExample.getProviderName());
05:08:58 [2022-03-17T09:08:58.120Z] 	                                      ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.120Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.120Z] 	result.setImage(featureExample.getImage());
05:08:58 [2022-03-17T09:08:58.120Z] 	       ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.120Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.120Z] 	result.setImage(featureExample.getImage());
05:08:58 [2022-03-17T09:08:58.120Z] 	                               ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.120Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.120Z] 	result.setInstallHandler(featureExample.getInstallHandler());
05:08:58 [2022-03-17T09:08:58.120Z] 	       ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.120Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.120Z] 	result.setInstallHandler(featureExample.getInstallHandler());
05:08:58 [2022-03-17T09:08:58.120Z] 	                                        ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.120Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary());
05:08:58 [2022-03-17T09:08:58.121Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setInstallHandlerLibrary(featureExample.getInstallHandlerLibrary());
05:08:58 [2022-03-17T09:08:58.121Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setInstallHandlerURL(featureExample.getInstallHandlerURL());
05:08:58 [2022-03-17T09:08:58.121Z] 	       ^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setInstallHandlerURL(featureExample.getInstallHandlerURL());
05:08:58 [2022-03-17T09:08:58.121Z] 	                                           ^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setDescription(featureExample.getDescription());
05:08:58 [2022-03-17T09:08:58.121Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setDescription(featureExample.getDescription());
05:08:58 [2022-03-17T09:08:58.121Z] 	                                     ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.121Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.121Z] 	result.setDescriptionURL(featureExample.getDescriptionURL());
05:08:58 [2022-03-17T09:08:58.121Z] 	       ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.121Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setDescriptionURL(featureExample.getDescriptionURL());
05:08:58 [2022-03-17T09:08:58.122Z] 	                                        ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setCopyright(featureExample.getCopyright());
05:08:58 [2022-03-17T09:08:58.122Z] 	       ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setCopyright(featureExample.getCopyright());
05:08:58 [2022-03-17T09:08:58.122Z] 	                                   ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setCopyrightURL(featureExample.getCopyrightURL());
05:08:58 [2022-03-17T09:08:58.122Z] 	       ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setCopyrightURL(featureExample.getCopyrightURL());
05:08:58 [2022-03-17T09:08:58.122Z] 	                                      ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setLicense(featureExample.getLicense());
05:08:58 [2022-03-17T09:08:58.122Z] 	       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.122Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.122Z] 	result.setLicense(featureExample.getLicense());
05:08:58 [2022-03-17T09:08:58.122Z] 	                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.122Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setLicenseURL(featureExample.getLicenseURL());
05:08:58 [2022-03-17T09:08:58.123Z] 	       ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.123Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setLicenseURL(featureExample.getLicenseURL());
05:08:58 [2022-03-17T09:08:58.123Z] 	                                    ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.123Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setLicenseFeature(featureExample.getLicenseFeature());
05:08:58 [2022-03-17T09:08:58.123Z] 	       ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.123Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setLicenseFeature(featureExample.getLicenseFeature());
05:08:58 [2022-03-17T09:08:58.123Z] 	                                        ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.123Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion());
05:08:58 [2022-03-17T09:08:58.123Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.123Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setLicenseFeatureVersion(featureExample.getLicenseFeatureVersion());
05:08:58 [2022-03-17T09:08:58.123Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.123Z] 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')
05:08:58 [2022-03-17T09:08:58.123Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.123Z] 	result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel());
05:08:58 [2022-03-17T09:08:58.123Z] 	       ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	result.setUpdateSiteLabel(featureExample.getUpdateSiteLabel());
05:08:58 [2022-03-17T09:08:58.124Z] 	                                         ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	result.setUpdateSiteURL(featureExample.getUpdateSiteURL());
05:08:58 [2022-03-17T09:08:58.124Z] 	       ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	result.setUpdateSiteURL(featureExample.getUpdateSiteURL());
05:08:58 [2022-03-17T09:08:58.124Z] 	                                       ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	URLEntry[] siteEntries = featureExample.getDiscoverySites();
05:08:58 [2022-03-17T09:08:58.124Z] 	^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	URLEntry[] siteEntries = featureExample.getDiscoverySites();
05:08:58 [2022-03-17T09:08:58.124Z] 	                                        ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	for (URLEntry siteEntry : siteEntries) {
05:08:58 [2022-03-17T09:08:58.124Z] 	     ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.124Z] 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')
05:08:58 [2022-03-17T09:08:58.124Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.124Z] 	result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL());
05:08:58 [2022-03-17T09:08:58.124Z] 	       ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.125Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.125Z] 	result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL());
05:08:58 [2022-03-17T09:08:58.125Z] 	                                  ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.125Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.125Z] 	result.addDiscoverySite(siteEntry.getAnnotation(), siteEntry.getURL());
05:08:58 [2022-03-17T09:08:58.125Z] 	                                                             ^^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.125Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.125Z] 	result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null);
05:08:58 [2022-03-17T09:08:58.125Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.125Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.125Z] 	result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null);
05:08:58 [2022-03-17T09:08:58.125Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.125Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.125Z] 	result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null);
05:08:58 [2022-03-17T09:08:58.125Z] 	                                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.125Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.125Z] 	result.setEnvironment(featureExample.getOS(), featureExample.getWS(), featureExample.getArch(), null);
05:08:58 [2022-03-17T09:08:58.125Z] 	                                                                                     ^^^^^^^
05:08:58 [2022-03-17T09:08:58.125Z] 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')
05:08:58 [2022-03-17T09:08:58.126Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.126Z] 	private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException {
05:08:58 [2022-03-17T09:08:58.126Z] 	                                    ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.126Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.126Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.126Z] 	private void create30SourceFragment(FeatureEntry fragment, FeatureEntry plugin) throws CoreException {
05:08:58 [2022-03-17T09:08:58.126Z] 	                                                           ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.126Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.126Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.126Z] 	buffer.replace(beginId, beginId + REPLACED_FRAGMENT_ID.length(), fragment.getId());
05:08:58 [2022-03-17T09:08:58.126Z] 	                                                                          ^^^^^
05:08:58 [2022-03-17T09:08:58.126Z] 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')
05:08:58 [2022-03-17T09:08:58.126Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.126Z] 	buffer.replace(beginId, beginId + REPLACED_FRAGMENT_VERSION.length(), fragment.getVersion());
05:08:58 [2022-03-17T09:08:58.126Z] 	                                                                               ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.126Z] 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')
05:08:58 [2022-03-17T09:08:58.126Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.126Z] 	buffer.replace(beginId, beginId + REPLACED_PLUGIN_ID.length(), plugin.getId());
05:08:58 [2022-03-17T09:08:58.126Z] 	                                                                      ^^^^^
05:08:58 [2022-03-17T09:08:58.126Z] 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')
05:08:58 [2022-03-17T09:08:58.126Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.126Z] 	BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion());
05:08:58 [2022-03-17T09:08:58.126Z] 	                                                                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.126Z] 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')
05:08:58 [2022-03-17T09:08:58.127Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.127Z] 	BundleDescription effectivePlugin = getSite().getRegistry().getResolvedBundle(plugin.getId(), plugin.getVersion());
05:08:58 [2022-03-17T09:08:58.127Z] 	                                                                                                     ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.127Z] 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')
05:08:58 [2022-03-17T09:08:58.127Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.127Z] 	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$
05:08:58 [2022-03-17T09:08:58.127Z] 	                                                                                               ^^^^^
05:08:58 [2022-03-17T09:08:58.127Z] 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')
05:08:58 [2022-03-17T09:08:58.127Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.127Z] 	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$
05:08:58 [2022-03-17T09:08:58.127Z] 	                                                                                                                                  ^^^^^
05:08:58 [2022-03-17T09:08:58.127Z] 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')
05:08:58 [2022-03-17T09:08:58.127Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.127Z] 	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$
05:08:58 [2022-03-17T09:08:58.127Z] 	                                                                                                                                                                       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.127Z] 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')
05:08:58 [2022-03-17T09:08:58.127Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.127Z] 	replaceManifestValue(sourceFragmentDirURL.append(Constants.BUNDLE_FILENAME_DESCRIPTOR).toOSString(), org.osgi.framework.Constants.BUNDLE_VERSION, fragment.getVersion());
05:08:58 [2022-03-17T09:08:58.127Z] 	                                                                                                                                                           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.127Z] 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')
05:08:58 [2022-03-17T09:08:58.127Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.127Z] 	String host = plugin.getId() + ';' + org.osgi.framework.Constants.BUNDLE_VERSION + '=' + effectivePlugin.getVersion().toString();
05:08:58 [2022-03-17T09:08:58.127Z] 	                     ^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] 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')
05:08:58 [2022-03-17T09:08:58.128Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.128Z] 	BundleDescription oldBundle = state.getResolvedBundle(fragment.getId());
05:08:58 [2022-03-17T09:08:58.128Z] 	                                                               ^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] 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')
05:08:58 [2022-03-17T09:08:58.128Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.128Z] 	String message = NLS.bind(Messages.error_creatingFeature, sourceFeature.getId());
05:08:58 [2022-03-17T09:08:58.128Z] 	                                                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] 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')
05:08:58 [2022-03-17T09:08:58.128Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.128Z] 	replaceXMLAttribute(sourceFeatureDir + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR, FEATURE_START_TAG, VERSION, sourceFeature.getVersion());
05:08:58 [2022-03-17T09:08:58.128Z] 	                                                                                                                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] 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')
05:08:58 [2022-03-17T09:08:58.128Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.128Z] 	private FeatureEntry createSourceBundle(BuildTimeFeature sourceFeature, FeatureEntry pluginEntry) throws CoreException {
05:08:58 [2022-03-17T09:08:58.128Z] 	                                                                        ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.128Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.128Z] 	import org.eclipse.equinox.p2.publisher.eclipse.Feature;
05:08:58 [2022-03-17T09:08:58.128Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] 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')
05:08:58 [2022-03-17T09:08:58.128Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.128Z] 	protected Feature createFeature(String id, String version) {
05:08:58 [2022-03-17T09:08:58.128Z] 	          ^^^^^^^
05:08:58 [2022-03-17T09:08:58.128Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	public Feature parse(URL featureURL) throws SAXException, IOException {
05:08:58 [2022-03-17T09:08:58.129Z] 	       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	static private PublisherResult result = null;
05:08:58 [2022-03-17T09:08:58.129Z] 	               ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	static private ArrayList<IPublisherAdvice> advice = null;
05:08:58 [2022-03-17T09:08:58.129Z] 	                         ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	public void run(GeneratorApplication generator, PublisherInfo provider) throws Exception {
05:08:58 [2022-03-17T09:08:58.129Z] 	                                                ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	provider.setConfigurations(configs.toArray(new String[configs.size()]));
05:08:58 [2022-03-17T09:08:58.129Z] 	         ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	for (IPublisherAdvice iPublisherAdvice : advice) {
05:08:58 [2022-03-17T09:08:58.129Z] 	     ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.129Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.129Z] 	provider.addAdvice(iPublisherAdvice);
05:08:58 [2022-03-17T09:08:58.129Z] 	         ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.129Z] 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')
05:08:58 [2022-03-17T09:08:58.130Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.130Z] 	generator.run(provider);
05:08:58 [2022-03-17T09:08:58.130Z] 	          ^^^
05:08:58 [2022-03-17T09:08:58.130Z] 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')
05:08:58 [2022-03-17T09:08:58.130Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.130Z] 	configs.addAll(Arrays.asList(provider.getConfigurations()));
05:08:58 [2022-03-17T09:08:58.130Z] 	                                      ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.130Z] 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')
05:08:58 [2022-03-17T09:08:58.130Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.130Z] 	advice.addAll(provider.getAdvice());
05:08:58 [2022-03-17T09:08:58.130Z] 	                       ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.130Z] 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')
05:08:58 [2022-03-17T09:08:58.130Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.130Z] 	result = new PublisherResult();
05:08:58 [2022-03-17T09:08:58.130Z] 	             ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.130Z] 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')
05:08:58 [2022-03-17T09:08:58.130Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.130Z] 	result = new PublisherResult();
05:08:58 [2022-03-17T09:08:58.130Z] 	             ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.130Z] 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')
05:08:58 [2022-03-17T09:08:58.130Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.130Z] 	import org.eclipse.equinox.internal.p2.core.helpers.CollectionUtils;
05:08:58 [2022-03-17T09:08:58.130Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.130Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	import org.eclipse.equinox.internal.provisional.frameworkadmin.ConfigData;
05:08:58 [2022-03-17T09:08:58.131Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.131Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	import org.eclipse.equinox.internal.provisional.frameworkadmin.LauncherData;
05:08:58 [2022-03-17T09:08:58.131Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.131Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	import org.eclipse.equinox.p2.publisher.eclipse.IConfigAdvice;
05:08:58 [2022-03-17T09:08:58.131Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.131Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	import org.eclipse.equinox.p2.publisher.eclipse.IExecutableAdvice;
05:08:58 [2022-03-17T09:08:58.131Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.131Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice {
05:08:58 [2022-03-17T09:08:58.131Z] 	                                              ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.131Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	public class AssembledConfigAdvice implements IConfigAdvice, IExecutableAdvice {
05:08:58 [2022-03-17T09:08:58.131Z] 	                                                             ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.131Z] 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')
05:08:58 [2022-03-17T09:08:58.131Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.131Z] 	private LauncherData launcherData = null;
05:08:58 [2022-03-17T09:08:58.131Z] 	        ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] 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')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	private ConfigData configData = null;
05:08:58 [2022-03-17T09:08:58.132Z] 	        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] 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')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	return configData.getBundles();
05:08:58 [2022-03-17T09:08:58.132Z] 	                  ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] 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')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	Properties configProps = configData.getProperties();
05:08:58 [2022-03-17T09:08:58.132Z] 	                                    ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] 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')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	CollectionUtils.putAll(configProps, props);
05:08:58 [2022-03-17T09:08:58.132Z] 	^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] 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')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	CollectionUtils.putAll(configProps, props);
05:08:58 [2022-03-17T09:08:58.132Z] 	                ^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] Discouraged access: The method 'CollectionUtils.putAll(Properties, Map<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.core/2.9.0.v20220210-1157/org.eclipse.equinox.p2.core-2.9.0.v20220210-1157.jar')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	int startLevel = configData.getInitialBundleStartLevel();
05:08:58 [2022-03-17T09:08:58.132Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.132Z] 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')
05:08:58 [2022-03-17T09:08:58.132Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.132Z] 	return (launcherData != null) ? launcherData.getProgramArgs() : new String[0];
05:08:58 [2022-03-17T09:08:58.132Z] 	                                             ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	return (launcherData != null) ? launcherData.getJvmArgs() : new String[0];
05:08:58 [2022-03-17T09:08:58.133Z] 	                                             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry;
05:08:58 [2022-03-17T09:08:58.133Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	public static boolean isValidEnvironment(IPlatformEntry candidate) {
05:08:58 [2022-03-17T09:08:58.133Z] 	                                         ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	String candidateOS = candidate.getOS();
05:08:58 [2022-03-17T09:08:58.133Z] 	                               ^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	String candidateWS = candidate.getWS();
05:08:58 [2022-03-17T09:08:58.133Z] 	                               ^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	String candidateArch = candidate.getArch();
05:08:58 [2022-03-17T09:08:58.133Z] 	                                 ^^^^^^^
05:08:58 [2022-03-17T09:08:58.133Z] 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')
05:08:58 [2022-03-17T09:08:58.133Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.133Z] 	String candiateNL = candidate.getNL();
05:08:58 [2022-03-17T09:08:58.133Z] 	                              ^^^^^
05:08:58 [2022-03-17T09:08:58.134Z] 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')
05:08:58 [2022-03-17T09:08:58.134Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.134Z] 	import org.eclipse.equinox.p2.publisher.eclipse.IPlatformEntry;
05:08:58 [2022-03-17T09:08:58.134Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.134Z] 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')
05:08:58 [2022-03-17T09:08:58.134Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.134Z] 	public List<Config> selectConfigs(IPlatformEntry element) {
05:08:58 [2022-03-17T09:08:58.134Z] 	                                  ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.134Z] 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')
05:08:58 [2022-03-17T09:08:58.134Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.134Z] 	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)) {
05:08:58 [2022-03-17T09:08:58.134Z] 	              ^^^^^
05:08:58 [2022-03-17T09:08:58.134Z] 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')
05:08:58 [2022-03-17T09:08:58.134Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.134Z] 	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)) {
05:08:58 [2022-03-17T09:08:58.134Z] 	                                         ^^^^^
05:08:58 [2022-03-17T09:08:58.134Z] 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')
05:08:58 [2022-03-17T09:08:58.134Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.134Z] 	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)) {
05:08:58 [2022-03-17T09:08:58.134Z] 	                                                                                                                          ^^^^^
05:08:58 [2022-03-17T09:08:58.134Z] 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')
05:08:58 [2022-03-17T09:08:58.134Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.135Z] 	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)) {
05:08:58 [2022-03-17T09:08:58.135Z] 	                                                                                                                                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.135Z] 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')
05:08:58 [2022-03-17T09:08:58.135Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.135Z] 	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)) {
05:08:58 [2022-03-17T09:08:58.135Z] 	                                                                                                                                                                                                                                      ^^^^^^^
05:08:58 [2022-03-17T09:08:58.135Z] 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')
05:08:58 [2022-03-17T09:08:58.135Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.135Z] 	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)) {
05:08:58 [2022-03-17T09:08:58.135Z] 	                                                                                                                                                                                                                                                                   ^^^^^^^
05:08:58 [2022-03-17T09:08:58.135Z] 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')
05:08:58 [2022-03-17T09:08:58.135Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.135Z] 	if (element.getOS() != null && !element.getOS().equals(Config.ANY)) {
05:08:58 [2022-03-17T09:08:58.135Z] 	            ^^^^^
05:08:58 [2022-03-17T09:08:58.135Z] 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')
05:08:58 [2022-03-17T09:08:58.135Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.135Z] 	if (element.getOS() != null && !element.getOS().equals(Config.ANY)) {
05:08:58 [2022-03-17T09:08:58.135Z] 	                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.135Z] 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')
05:08:58 [2022-03-17T09:08:58.135Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.135Z] 	if (!isMatching(element.getOS(), config.getOs()))
05:08:58 [2022-03-17T09:08:58.135Z] 	                        ^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	if (element.getWS() != null && !element.getWS().equals(Config.ANY)) {
05:08:58 [2022-03-17T09:08:58.136Z] 	            ^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	if (element.getWS() != null && !element.getWS().equals(Config.ANY)) {
05:08:58 [2022-03-17T09:08:58.136Z] 	                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	if (!isMatching(element.getWS(), config.getWs()))
05:08:58 [2022-03-17T09:08:58.136Z] 	                        ^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	if (element.getArch() != null && !element.getArch().equals(Config.ANY)) {
05:08:58 [2022-03-17T09:08:58.136Z] 	            ^^^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	if (element.getArch() != null && !element.getArch().equals(Config.ANY)) {
05:08:58 [2022-03-17T09:08:58.136Z] 	                                          ^^^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	if (!isMatching(element.getArch(), config.getArch()))
05:08:58 [2022-03-17T09:08:58.136Z] 	                        ^^^^^^^
05:08:58 [2022-03-17T09:08:58.136Z] 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')
05:08:58 [2022-03-17T09:08:58.136Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.136Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.136Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	public static VersionRange createVersionRange(FeatureEntry entry) {
05:08:58 [2022-03-17T09:08:58.137Z] 	                                              ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	String versionSpec = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.137Z] 	                           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] 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')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	String match = entry.getMatch();
05:08:58 [2022-03-17T09:08:58.137Z] 	                     ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] 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')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	if (!entry.isRequires() || match == null) {
05:08:58 [2022-03-17T09:08:58.137Z] 	           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] 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')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	public static FeatureEntry[] getPluginEntry(BuildTimeFeature feature, String pluginId, boolean raw) {
05:08:58 [2022-03-17T09:08:58.137Z] 	              ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	FeatureEntry[] plugins;
05:08:58 [2022-03-17T09:08:58.137Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.137Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.137Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.137Z] 	List<FeatureEntry> foundEntries = new ArrayList<>(5);
05:08:58 [2022-03-17T09:08:58.137Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.138Z] 	for (FeatureEntry plugin2 : plugins) {
05:08:58 [2022-03-17T09:08:58.138Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.138Z] 	if (plugin2.getId().equals(pluginId))
05:08:58 [2022-03-17T09:08:58.138Z] 	            ^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] 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')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.138Z] 	return foundEntries.toArray(new FeatureEntry[foundEntries.size()]);
05:08:58 [2022-03-17T09:08:58.138Z] 	                                ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.138Z] 	public static boolean isIn(FeatureEntry[] array, FeatureEntry element) {
05:08:58 [2022-03-17T09:08:58.138Z] 	                           ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.138Z] 	public static boolean isIn(FeatureEntry[] array, FeatureEntry element) {
05:08:58 [2022-03-17T09:08:58.138Z] 	                                                 ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.138Z] 	for (FeatureEntry element2 : array) {
05:08:58 [2022-03-17T09:08:58.138Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.138Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.138Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion()))
05:08:58 [2022-03-17T09:08:58.139Z] 	             ^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] 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')
05:08:58 [2022-03-17T09:08:58.139Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion()))
05:08:58 [2022-03-17T09:08:58.139Z] 	                                    ^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] 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')
05:08:58 [2022-03-17T09:08:58.139Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion()))
05:08:58 [2022-03-17T09:08:58.139Z] 	                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] 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')
05:08:58 [2022-03-17T09:08:58.139Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	if (element2.getId().equals(element.getId()) && element2.getVersion().equals(element.getVersion()))
05:08:58 [2022-03-17T09:08:58.139Z] 	                                                                                     ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] 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')
05:08:58 [2022-03-17T09:08:58.139Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site) {
05:08:58 [2022-03-17T09:08:58.139Z] 	                                             ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.139Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	public static String getEntryVersionMappings(FeatureEntry[] entries, BuildTimeSite site, AssemblyInformation assembly) {
05:08:58 [2022-03-17T09:08:58.139Z] 	                                             ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.139Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.139Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.139Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.139Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	String versionRequested = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.140Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.140Z] 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')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	String id = entry.getId();
05:08:58 [2022-03-17T09:08:58.140Z] 	                  ^^^^^
05:08:58 [2022-03-17T09:08:58.140Z] 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')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	if (entry.isPlugin()) {
05:08:58 [2022-03-17T09:08:58.140Z] 	          ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.140Z] 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')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	model = assembly.getPlugin(entry.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.140Z] 	                                 ^^^^^
05:08:58 [2022-03-17T09:08:58.140Z] 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')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	newVersion = feature.getVersion();
05:08:58 [2022-03-17T09:08:58.140Z] 	                     ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.140Z] 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')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.140Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.140Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.140Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.140Z] 	feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true));
05:08:58 [2022-03-17T09:08:58.141Z] 	        ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] 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')
05:08:58 [2022-03-17T09:08:58.141Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.141Z] 	feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true));
05:08:58 [2022-03-17T09:08:58.141Z] 	                     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.141Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.141Z] 	feature.addEntry(new FeatureEntry(bundle.getSymbolicName(), bundle.getVersion().toString(), true));
05:08:58 [2022-03-17T09:08:58.141Z] 	                     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] 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')
05:08:58 [2022-03-17T09:08:58.141Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.141Z] 	BuildTimeFeature sourceFeature = getSite(false).findFeature(sourceBundleFeatureId, feature.getVersion(), true);
05:08:58 [2022-03-17T09:08:58.141Z] 	                                                                                           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] 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')
05:08:58 [2022-03-17T09:08:58.141Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.141Z] 	recordVersion(feature.getId(), new Version(feature.getVersion()), versions);
05:08:58 [2022-03-17T09:08:58.141Z] 	                      ^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] 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')
05:08:58 [2022-03-17T09:08:58.141Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.141Z] 	recordVersion(feature.getId(), new Version(feature.getVersion()), versions);
05:08:58 [2022-03-17T09:08:58.141Z] 	                                                   ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] 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')
05:08:58 [2022-03-17T09:08:58.141Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.141Z] 	recordVersion(feature.getId(), new Version(feature.getVersion()), versions);
05:08:58 [2022-03-17T09:08:58.141Z] 	                      ^^^^^
05:08:58 [2022-03-17T09:08:58.141Z] 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')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	recordVersion(feature.getId(), new Version(feature.getVersion()), versions);
05:08:58 [2022-03-17T09:08:58.142Z] 	                                                   ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] 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')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.142Z] 	               ^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] 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')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	return feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.142Z] 	                                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] 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')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.142Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	List<FeatureEntry> entries = product.getProductEntries();
05:08:58 [2022-03-17T09:08:58.142Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	for (FeatureEntry featureEntry : entries) {
05:08:58 [2022-03-17T09:08:58.142Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.142Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.142Z] 	Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion());
05:08:58 [2022-03-17T09:08:58.142Z] 	                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.142Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	Entry newEntry = new Entry(featureEntry.getId(), featureEntry.getVersion());
05:08:58 [2022-03-17T09:08:58.143Z] 	                                                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	if (featureEntry.unpackSet())
05:08:58 [2022-03-17T09:08:58.143Z] 	                 ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	newEntry.addAttribute(Utils.EXTRA_UNPACK, String.valueOf(featureEntry.isUnpack()));
05:08:58 [2022-03-17T09:08:58.143Z] 	                                                                      ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	if (featureEntry.isFragment())
05:08:58 [2022-03-17T09:08:58.143Z] 	                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	else if (featureEntry.isPlugin())
05:08:58 [2022-03-17T09:08:58.143Z] 	                      ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	import org.eclipse.equinox.p2.publisher.actions.RootFilesAction;
05:08:58 [2022-03-17T09:08:58.143Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.143Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.143Z] 	public class RootFileParentAction extends AbstractPublisherAction {
05:08:58 [2022-03-17T09:08:58.143Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.143Z] 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')
05:08:58 [2022-03-17T09:08:58.144Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.144Z] 	public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
05:08:58 [2022-03-17T09:08:58.144Z] 	                       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.144Z] 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')
05:08:58 [2022-03-17T09:08:58.144Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.144Z] 	public IStatus perform(IPublisherInfo publisherInfo, IPublisherResult results, IProgressMonitor monitor) {
05:08:58 [2022-03-17T09:08:58.144Z] 	                                                     ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.144Z] 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')
05:08:58 [2022-03-17T09:08:58.144Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.144Z] 	Iterator<IInstallableUnit> iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator();
05:08:58 [2022-03-17T09:08:58.144Z] 	                                          ^^^^^^
05:08:58 [2022-03-17T09:08:58.144Z] 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')
05:08:58 [2022-03-17T09:08:58.144Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.144Z] 	Iterator<IInstallableUnit> iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator();
05:08:58 [2022-03-17T09:08:58.144Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.144Z] 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')
05:08:58 [2022-03-17T09:08:58.144Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.144Z] 	Iterator<IInstallableUnit> iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator();
05:08:58 [2022-03-17T09:08:58.144Z] 	                                                                        ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.144Z] 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')
05:08:58 [2022-03-17T09:08:58.144Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.144Z] 	InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
05:08:58 [2022-03-17T09:08:58.144Z] 	                                        ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.144Z] Discouraged access: The method 'AbstractPublisherAction.createParentIU(Collection<? extends IVersionedId>, 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
05:08:58 [2022-03-17T09:08:58.145Z] 	                                                                  ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.145Z] 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	InstallableUnitDescription descriptor = createParentIU(collector, RootFilesAction.computeIUId(baseId, flavor), Version.parseVersion(version));
05:08:58 [2022-03-17T09:08:58.145Z] 	                                                                                  ^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.145Z] 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	results.addIU(rootIU, IPublisherResult.ROOT);
05:08:58 [2022-03-17T09:08:58.145Z] 	        ^^^^^
05:08:58 [2022-03-17T09:08:58.145Z] 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	results.addIU(rootIU, IPublisherResult.ROOT);
05:08:58 [2022-03-17T09:08:58.145Z] 	                      ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.145Z] 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	results.addIU(rootIU, IPublisherResult.ROOT);
05:08:58 [2022-03-17T09:08:58.145Z] 	                                       ^^^^
05:08:58 [2022-03-17T09:08:58.145Z] 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	import org.eclipse.equinox.p2.publisher.eclipse.Feature;
05:08:58 [2022-03-17T09:08:58.145Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.145Z] 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')
05:08:58 [2022-03-17T09:08:58.145Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.145Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.145Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	public class BuildTimeFeature extends Feature {
05:08:58 [2022-03-17T09:08:58.146Z] 	                                      ^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] 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')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	super(id, version);
05:08:58 [2022-03-17T09:08:58.146Z] 	^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] 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')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	super("", ""); //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.146Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] 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')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	public FeatureEntry[] getRawIncludedFeatureReferences() {
05:08:58 [2022-03-17T09:08:58.146Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	ArrayList<FeatureEntry> included = new ArrayList<>();
05:08:58 [2022-03-17T09:08:58.146Z] 	          ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.146Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.146Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.146Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.146Z] 	                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.146Z] 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')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.147Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.147Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	if (entry.isRequires() || entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.147Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.147Z] 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')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	if (entry.isRequires() || entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.147Z] 	                                ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.147Z] 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')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	return included.toArray(new FeatureEntry[included.size()]);
05:08:58 [2022-03-17T09:08:58.147Z] 	                            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.147Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	public FeatureEntry[] getIncludedFeatureReferences() {
05:08:58 [2022-03-17T09:08:58.147Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.147Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	ArrayList<FeatureEntry> included = new ArrayList<>();
05:08:58 [2022-03-17T09:08:58.147Z] 	          ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.147Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.147Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.147Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.147Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.148Z] 	                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] 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')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.148Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	if (entry.isRequires() || entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.148Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] 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')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	if (entry.isRequires() || entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.148Z] 	                                ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] 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')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	return included.toArray(new FeatureEntry[included.size()]);
05:08:58 [2022-03-17T09:08:58.148Z] 	                            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	public FeatureEntry[] getPluginEntries() {
05:08:58 [2022-03-17T09:08:58.148Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.148Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.148Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.148Z] 	ArrayList<FeatureEntry> plugins = new ArrayList<>();
05:08:58 [2022-03-17T09:08:58.148Z] 	          ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.149Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.149Z] 	                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] 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')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.149Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	if (entry.isRequires() || !entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.149Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] 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')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	if (entry.isRequires() || !entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.149Z] 	                                 ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] 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')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	return plugins.toArray(new FeatureEntry[plugins.size()]);
05:08:58 [2022-03-17T09:08:58.149Z] 	                           ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.149Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.149Z] 	public FeatureEntry[] getRawPluginEntries() {
05:08:58 [2022-03-17T09:08:58.149Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.149Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	ArrayList<FeatureEntry> plugins = new ArrayList<>();
05:08:58 [2022-03-17T09:08:58.150Z] 	          ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.150Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.150Z] 	                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] 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')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.150Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	if (entry.isRequires() || !entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.150Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] 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')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	if (entry.isRequires() || !entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.150Z] 	                                 ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] 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')
05:08:58 [2022-03-17T09:08:58.150Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.150Z] 	return plugins.toArray(new FeatureEntry[plugins.size()]);
05:08:58 [2022-03-17T09:08:58.150Z] 	                           ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.150Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.151Z] 	public FeatureEntry[] getImports() {
05:08:58 [2022-03-17T09:08:58.151Z] 	       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.151Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.151Z] 	ArrayList<FeatureEntry> imports = new ArrayList<>();
05:08:58 [2022-03-17T09:08:58.151Z] 	          ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.151Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.151Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.151Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.151Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.151Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.151Z] 	                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.151Z] 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')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.151Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.151Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.151Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.151Z] 	if (!entry.isRequires())
05:08:58 [2022-03-17T09:08:58.151Z] 	           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.151Z] 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')
05:08:58 [2022-03-17T09:08:58.151Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.152Z] 	return imports.toArray(new FeatureEntry[imports.size()]);
05:08:58 [2022-03-17T09:08:58.152Z] 	                           ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.152Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.152Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.152Z] 	public FeatureEntry findPluginEntry(String id, String version) {
05:08:58 [2022-03-17T09:08:58.152Z] 	       ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.152Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.152Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.152Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.152Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.152Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.152Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.152Z] 	FeatureEntry[] entries = getEntries();
05:08:58 [2022-03-17T09:08:58.152Z] 	                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.152Z] 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')
05:08:58 [2022-03-17T09:08:58.152Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.152Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.152Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.152Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.152Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.152Z] 	if (entry.isPlugin() && entry.getId().equals(id))
05:08:58 [2022-03-17T09:08:58.152Z] 	          ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	if (entry.isPlugin() && entry.getId().equals(id))
05:08:58 [2022-03-17T09:08:58.153Z] 	                              ^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	if (Utils.matchVersions(version, entry.getVersion()))
05:08:58 [2022-03-17T09:08:58.153Z] 	                                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	import org.eclipse.equinox.p2.publisher.eclipse.Feature;
05:08:58 [2022-03-17T09:08:58.153Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	private Feature feature;
05:08:58 [2022-03-17T09:08:58.153Z] 	        ^^^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	public Feature getFeature() throws CoreException {
05:08:58 [2022-03-17T09:08:58.153Z] 	       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	String id = feature.getId();
05:08:58 [2022-03-17T09:08:58.153Z] 	                    ^^^^^
05:08:58 [2022-03-17T09:08:58.153Z] 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')
05:08:58 [2022-03-17T09:08:58.153Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.153Z] 	if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0)
05:08:58 [2022-03-17T09:08:58.154Z] 	                                             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.154Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.154Z] 	if (existing == null || new Version(existing.getVersion()).compareTo(new Version(feature.getVersion())) < 0)
05:08:58 [2022-03-17T09:08:58.154Z] 	                                                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.154Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.154Z] 	rootMap.put(id + '_' + feature.getVersion(), feature);
05:08:58 [2022-03-17T09:08:58.154Z] 	                               ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.154Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.154Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.154Z] 	            ^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.154Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.154Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.154Z] 	                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.154Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.154Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.154Z] 	                                                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.154Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.154Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.154Z] 	                                                                                                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.154Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.155Z] 	if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.155Z] 	            ^^^^^
05:08:58 [2022-03-17T09:08:58.155Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.155Z] 	if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.155Z] 	                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.155Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.155Z] 	if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.155Z] 	                                                                   ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.155Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.155Z] 	if (feature.getId().equals(featureDescriptor.getId()) && (feature).getVersion().equals(featureDescriptor.getVersion()))
05:08:58 [2022-03-17T09:08:58.155Z] 	                                                                                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.155Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.155Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
05:08:58 [2022-03-17T09:08:58.155Z] 	            ^^^^^
05:08:58 [2022-03-17T09:08:58.155Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.155Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
05:08:58 [2022-03-17T09:08:58.155Z] 	                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.155Z] 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')
05:08:58 [2022-03-17T09:08:58.155Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
05:08:58 [2022-03-17T09:08:58.156Z] 	                                                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.156Z] 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')
05:08:58 [2022-03-17T09:08:58.156Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	if (feature.getId().equals(featureDescriptor.getId()) && feature.getVersion().equals(featureDescriptor.getVersion())) {
05:08:58 [2022-03-17T09:08:58.156Z] 	                                                                                                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.156Z] 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')
05:08:58 [2022-03-17T09:08:58.156Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	import org.eclipse.equinox.p2.publisher.eclipse.Feature;
05:08:58 [2022-03-17T09:08:58.156Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.156Z] 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')
05:08:58 [2022-03-17T09:08:58.156Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.156Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.156Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.156Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	FeatureEntry[] pluginList = feature.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.156Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.156Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.156Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	for (FeatureEntry entry : pluginList) {
05:08:58 [2022-03-17T09:08:58.156Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.156Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.156Z] [WARNING] /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.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] 
05:08:58 [2022-03-17T09:08:58.156Z] 	String versionRequested = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.156Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[126] 
05:08:58 [2022-03-17T09:08:58.157Z] 	model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.157Z] 	                                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[128] 
05:08:58 [2022-03-17T09:08:58.157Z] 	if ((model == null || Utils.isBinary(model)) && featureProperties.containsKey(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId())) {
05:08:58 [2022-03-17T09:08:58.157Z] 	                                                                                                                      ^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[130] 
05:08:58 [2022-03-17T09:08:58.157Z] 	String[] extraEntries = Utils.getArrayFromString(featureProperties.getProperty(GENERATION_SOURCE_PLUGIN_PREFIX + entry.getId()));
05:08:58 [2022-03-17T09:08:58.157Z] 	                                                                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[137] 
05:08:58 [2022-03-17T09:08:58.157Z] 	String message = NLS.bind(Messages.exception_unableToGenerateSourceFromBinary, entry.getId(), originalBundle.getSymbolicName() + "_" + originalBundle.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.157Z] 	                                                                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[145] 
05:08:58 [2022-03-17T09:08:58.157Z] 	model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.157Z] 	                                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[148] 
05:08:58 [2022-03-17T09:08:58.157Z] 	getSite(false).missingPlugin(entry.getId(), versionRequested, feature, true);
05:08:58 [2022-03-17T09:08:58.157Z] 	                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.157Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[166] 
05:08:58 [2022-03-17T09:08:58.158Z] 	private void associateModelAndEntry(BundleDescription model, FeatureEntry entry) {
05:08:58 [2022-03-17T09:08:58.158Z] 	                                                             ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[172] 
05:08:58 [2022-03-17T09:08:58.158Z] 	Set<FeatureEntry> entries = (Set) bundleProperties.get(PLUGIN_ENTRY);
05:08:58 [2022-03-17T09:08:58.158Z] 	    ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[180] 
05:08:58 [2022-03-17T09:08:58.158Z] 	private void generateEmbeddedSource(FeatureEntry pluginEntry, String[] extraEntries, boolean individual) throws CoreException {
05:08:58 [2022-03-17T09:08:58.158Z] 	                                    ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[195] 
05:08:58 [2022-03-17T09:08:58.158Z] 	generateSourceFeature(baseFeature, pluginEntry.getId(), extraEntries, false);
05:08:58 [2022-03-17T09:08:58.158Z] 	                                               ^^^^^
05:08:58 [2022-03-17T09:08:58.158Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[252] 
05:08:58 [2022-03-17T09:08:58.158Z] 	FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.158Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[253] 
05:08:58 [2022-03-17T09:08:58.158Z] 	for (FeatureEntry referencedFeature : referencedFeatures) {
05:08:58 [2022-03-17T09:08:58.158Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[254] 
05:08:58 [2022-03-17T09:08:58.158Z] 	String featureId = referencedFeature.getId();
05:08:58 [2022-03-17T09:08:58.158Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[255] 
05:08:58 [2022-03-17T09:08:58.159Z] 	String featureVersion = referencedFeature.getVersion();
05:08:58 [2022-03-17T09:08:58.159Z] 	                                          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[275] 
05:08:58 [2022-03-17T09:08:58.159Z] 	private void absorbExceptionIfOptionalFeature(FeatureEntry entry, CoreException toAbsorb) throws CoreException {
05:08:58 [2022-03-17T09:08:58.159Z] 	                                              ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[276] 
05:08:58 [2022-03-17T09:08:58.159Z] 	if (toAbsorb.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (toAbsorb.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !entry.isOptional()))
05:08:58 [2022-03-17T09:08:58.159Z] 	                                                                                                                                          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.159Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[287] 
05:08:58 [2022-03-17T09:08:58.159Z] 	Version versionId = new Version(feature.getVersion());
05:08:58 [2022-03-17T09:08:58.159Z] 	                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.159Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[293] 
05:08:58 [2022-03-17T09:08:58.159Z] 	feature.setVersion(newVersion);
05:08:58 [2022-03-17T09:08:58.159Z] 	        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.159Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[382] 
05:08:58 [2022-03-17T09:08:58.159Z] 	FeatureEntry[] referencedFeatures = buildFeature.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.159Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[383] 
05:08:58 [2022-03-17T09:08:58.159Z] 	FeatureEntry[] pluginList = buildFeature.getRawPluginEntries();
05:08:58 [2022-03-17T09:08:58.160Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[394] 
05:08:58 [2022-03-17T09:08:58.160Z] 	for (FeatureEntry referencedFeature : referencedFeatures) {
05:08:58 [2022-03-17T09:08:58.160Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[395] 
05:08:58 [2022-03-17T09:08:58.160Z] 	BuildTimeFeature refFeature = getSite(false).findFeature(referencedFeature.getId(), null, false);
05:08:58 [2022-03-17T09:08:58.160Z] 	                                                                           ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[401] 
05:08:58 [2022-03-17T09:08:58.160Z] 	Version version = new Version(refFeature.getVersion());
05:08:58 [2022-03-17T09:08:58.160Z] 	                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.160Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[427] 
05:08:58 [2022-03-17T09:08:58.160Z] 	for (FeatureEntry entry : pluginList) {
05:08:58 [2022-03-17T09:08:58.160Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[428] 
05:08:58 [2022-03-17T09:08:58.160Z] 	String versionRequested = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.160Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[429] 
05:08:58 [2022-03-17T09:08:58.160Z] 	BundleDescription model = getSite(false).getRegistry().getBundle(entry.getId(), versionRequested, false);
05:08:58 [2022-03-17T09:08:58.160Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[532] 
05:08:58 [2022-03-17T09:08:58.161Z] 	FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next();
05:08:58 [2022-03-17T09:08:58.161Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.161Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[532] 
05:08:58 [2022-03-17T09:08:58.161Z] 	FeatureEntry correspondingEntry = (FeatureEntry) entryIter.next();
05:08:58 [2022-03-17T09:08:58.161Z] 	                                   ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.161Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[573] 
05:08:58 [2022-03-17T09:08:58.161Z] 	* @see Feature
05:08:58 [2022-03-17T09:08:58.161Z] 	       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.161Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[606] 
05:08:58 [2022-03-17T09:08:58.161Z] 	if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE))
05:08:58 [2022-03-17T09:08:58.161Z] 	                     ^^^^^
05:08:58 [2022-03-17T09:08:58.161Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[606] 
05:08:58 [2022-03-17T09:08:58.161Z] 	if (featureToCollect.getId().equals(CONTAINER_FEATURE) || featureToCollect.getId().equals(UI_CONTAINER_FEATURE))
05:08:58 [2022-03-17T09:08:58.161Z] 	                                                                           ^^^^^
05:08:58 [2022-03-17T09:08:58.161Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[691] 
05:08:58 [2022-03-17T09:08:58.161Z] 	protected void collectElementToAssemble(FeatureEntry entryToCollect) throws CoreException {
05:08:58 [2022-03-17T09:08:58.161Z] 	                                        ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.161Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[695] 
05:08:58 [2022-03-17T09:08:58.162Z] 	String versionRequested = entryToCollect.getVersion();
05:08:58 [2022-03-17T09:08:58.162Z] 	                                         ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/BuildDirector.java:[697] 
05:08:58 [2022-03-17T09:08:58.162Z] 	effectivePlugin = getSite(false).getRegistry().getResolvedBundle(entryToCollect.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.162Z] 	                                                                                ^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[21] 
05:08:58 [2022-03-17T09:08:58.162Z] 	import org.eclipse.equinox.p2.publisher.eclipse.Feature;
05:08:58 [2022-03-17T09:08:58.162Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[22] 
05:08:58 [2022-03-17T09:08:58.162Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.162Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[55] 
05:08:58 [2022-03-17T09:08:58.162Z] 	private final Comparator<Feature> featureComparator = (arg0, arg1) -> {
05:08:58 [2022-03-17T09:08:58.162Z] 	                         ^^^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[56] 
05:08:58 [2022-03-17T09:08:58.162Z] 	Version v0 = new Version(arg0.getVersion());
05:08:58 [2022-03-17T09:08:58.162Z] 	                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[57] 
05:08:58 [2022-03-17T09:08:58.162Z] 	Version v1 = new Version(arg1.getVersion());
05:08:58 [2022-03-17T09:08:58.162Z] 	                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.162Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[169] 
05:08:58 [2022-03-17T09:08:58.163Z] 	public IStatus missingPlugin(String id, String version, Feature containingFeature, boolean throwException) throws CoreException {
05:08:58 [2022-03-17T09:08:58.163Z] 	                                                        ^^^^^^^
05:08:58 [2022-03-17T09:08:58.163Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[174] 
05:08:58 [2022-03-17T09:08:58.163Z] 	message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message);
05:08:58 [2022-03-17T09:08:58.163Z] 	                                                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.163Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[189] 
05:08:58 [2022-03-17T09:08:58.163Z] 	public static IStatus missingPlugin(BundleDescription bundle, ResolverError[] resolutionErrors, Feature containingFeature, boolean throwException) throws CoreException {
05:08:58 [2022-03-17T09:08:58.163Z] 	                                                                                                ^^^^^^^
05:08:58 [2022-03-17T09:08:58.163Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[195] 
05:08:58 [2022-03-17T09:08:58.163Z] 	message = NLS.bind(Messages.includedFromFeature, containingFeature.getId(), message);
05:08:58 [2022-03-17T09:08:58.163Z] 	                                                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.163Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[283] 
05:08:58 [2022-03-17T09:08:58.163Z] 	Version featureVersion = new Version(feature.getVersion());
05:08:58 [2022-03-17T09:08:58.163Z] 	                                             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.163Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[367] 
05:08:58 [2022-03-17T09:08:58.163Z] 	FeatureEntry[] includedRefs = toAnalyse.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.163Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.163Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[369] 
05:08:58 [2022-03-17T09:08:58.163Z] 	String featureId = includedRefs[i].getId();
05:08:58 [2022-03-17T09:08:58.163Z] 	                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[370] 
05:08:58 [2022-03-17T09:08:58.164Z] 	BuildTimeFeature nested = findFeature(featureId, includedRefs[i].getVersion(), false);
05:08:58 [2022-03-17T09:08:58.164Z] 	                                                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[385] 
05:08:58 [2022-03-17T09:08:58.164Z] 	FeatureEntry added = new FeatureEntry(id, version.toString(), false);
05:08:58 [2022-03-17T09:08:58.164Z] 	^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[385] 
05:08:58 [2022-03-17T09:08:58.164Z] 	FeatureEntry added = new FeatureEntry(id, version.toString(), false);
05:08:58 [2022-03-17T09:08:58.164Z] 	                         ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[385] 
05:08:58 [2022-03-17T09:08:58.164Z] 	FeatureEntry added = new FeatureEntry(id, version.toString(), false);
05:08:58 [2022-03-17T09:08:58.164Z] 	                         ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[386] 
05:08:58 [2022-03-17T09:08:58.164Z] 	FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1];
05:08:58 [2022-03-17T09:08:58.164Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[386] 
05:08:58 [2022-03-17T09:08:58.164Z] 	FeatureEntry[] expanded = new FeatureEntry[includedRefs.length + 1];
05:08:58 [2022-03-17T09:08:58.164Z] 	                              ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.164Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[401] 
05:08:58 [2022-03-17T09:08:58.164Z] 	FeatureEntry[] entries = toAnalyse.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.164Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[402] 
05:08:58 [2022-03-17T09:08:58.165Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.165Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[405] 
05:08:58 [2022-03-17T09:08:58.165Z] 	FeatureEntry[] imports = toAnalyse.getImports();
05:08:58 [2022-03-17T09:08:58.165Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[406] 
05:08:58 [2022-03-17T09:08:58.165Z] 	for (FeatureEntry import1 : imports) {
05:08:58 [2022-03-17T09:08:58.165Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[407] 
05:08:58 [2022-03-17T09:08:58.165Z] 	if (!import1.isPlugin()) {
05:08:58 [2022-03-17T09:08:58.165Z] 	             ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[408] 
05:08:58 [2022-03-17T09:08:58.165Z] 	rootFeatures.add(findFeature(import1.getId(), Utils.createVersionRange(import1), true));
05:08:58 [2022-03-17T09:08:58.165Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[440] 
05:08:58 [2022-03-17T09:08:58.165Z] 	public void addPluginEntry(FeatureEntry pluginEntry) {
05:08:58 [2022-03-17T09:08:58.165Z] 	                           ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[444] 
05:08:58 [2022-03-17T09:08:58.165Z] 	public Feature createFeature(URL url) throws CoreException {
05:08:58 [2022-03-17T09:08:58.165Z] 	       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.165Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[453] 
05:08:58 [2022-03-17T09:08:58.166Z] 	if (featureCache.containsKey(feature.getId())) {
05:08:58 [2022-03-17T09:08:58.166Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.166Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[454] 
05:08:58 [2022-03-17T09:08:58.166Z] 	Set<BuildTimeFeature> set = featureCache.get(feature.getId());
05:08:58 [2022-03-17T09:08:58.166Z] 	                                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.166Z] 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')
05:08:58 [2022-03-17T09:08:58.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/site/BuildTimeSite.java:[459] 
05:08:58 [2022-03-17T09:08:58.166Z] 	featureCache.put(feature.getId(), set);
05:08:58 [2022-03-17T09:08:58.166Z] 	                         ^^^^^
05:08:58 [2022-03-17T09:08:58.166Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[23] 
05:08:58 [2022-03-17T09:08:58.166Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.166Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.166Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[65] 
05:08:58 [2022-03-17T09:08:58.166Z] 	featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.166Z] 	                          ^^^^^
05:08:58 [2022-03-17T09:08:58.166Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[65] 
05:08:58 [2022-03-17T09:08:58.166Z] 	featureFullName = feature.getId() + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.166Z] 	                                                  ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.166Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[81] 
05:08:58 [2022-03-17T09:08:58.166Z] 	sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.166Z] 	                            ^^^^^
05:08:58 [2022-03-17T09:08:58.167Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[81] 
05:08:58 [2022-03-17T09:08:58.167Z] 	sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.167Z] 	                                                                  ^^^^^
05:08:58 [2022-03-17T09:08:58.167Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[81] 
05:08:58 [2022-03-17T09:08:58.167Z] 	sourceFeatureName = feature.getId().endsWith(".source") ? feature.getId() : feature.getId() + ".source"; //$NON-NLS-1$ //$NON-NLS-2$
05:08:58 [2022-03-17T09:08:58.167Z] 	                                                                                    ^^^^^
05:08:58 [2022-03-17T09:08:58.167Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[82] 
05:08:58 [2022-03-17T09:08:58.167Z] 	sourceFeatureFullNameVersioned = sourceFeatureName + "_" + feature.getVersion(); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.167Z] 	                                                                   ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.167Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[117] 
05:08:58 [2022-03-17T09:08:58.167Z] 	Utils.updateVersion(customBuildFile, PROPERTY_FEATURE_VERSION_SUFFIX, feature.getVersion());
05:08:58 [2022-03-17T09:08:58.167Z] 	                                                                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.167Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[242] 
05:08:58 [2022-03-17T09:08:58.167Z] 	script.printTargetDeclaration(TARGET_CLEAN, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_clean, feature.getId()));
05:08:58 [2022-03-17T09:08:58.167Z] 	                                                                                                                    ^^^^^
05:08:58 [2022-03-17T09:08:58.167Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[399] 
05:08:58 [2022-03-17T09:08:58.167Z] 	script.println("<eclipse.idReplacer featureFilePath=\"" + AntScript.getEscaped(root) + '/' + Constants.FEATURE_FILENAME_DESCRIPTOR + "\"  selfVersion=\"" + feature.getVersion() + "\" featureIds=\"" + featureVersionInfo + "\" pluginIds=\"" + pluginVersionInfo + "\"/>"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
05:08:58 [2022-03-17T09:08:58.168Z] 	                                                                                                                                                                    ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.168Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[411] 
05:08:58 [2022-03-17T09:08:58.168Z] 	String licenseFeatureName = feature.getLicenseFeature();
05:08:58 [2022-03-17T09:08:58.168Z] 	                                    ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.168Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[415] 
05:08:58 [2022-03-17T09:08:58.168Z] 	licenseFeature = getSite(false).findFeature(licenseFeatureName, feature.getLicenseFeatureVersion(), true);
05:08:58 [2022-03-17T09:08:58.168Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.168Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[553] 
05:08:58 [2022-03-17T09:08:58.168Z] 	script.printTargetDeclaration(TARGET_BUILD_UPDATE_JAR, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildUpdateJar, feature.getId()));
05:08:58 [2022-03-17T09:08:58.168Z] 	                                                                                                                                        ^^^^^
05:08:58 [2022-03-17T09:08:58.168Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[563] 
05:08:58 [2022-03-17T09:08:58.168Z] 	params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
05:08:58 [2022-03-17T09:08:58.168Z] 	                                ^^^^^
05:08:58 [2022-03-17T09:08:58.168Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[563] 
05:08:58 [2022-03-17T09:08:58.168Z] 	params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
05:08:58 [2022-03-17T09:08:58.168Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.168Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[564] 
05:08:58 [2022-03-17T09:08:58.168Z] 	params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
05:08:58 [2022-03-17T09:08:58.168Z] 	                                ^^^^^
05:08:58 [2022-03-17T09:08:58.169Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[564] 
05:08:58 [2022-03-17T09:08:58.169Z] 	params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
05:08:58 [2022-03-17T09:08:58.169Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.169Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[565] 
05:08:58 [2022-03-17T09:08:58.169Z] 	params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
05:08:58 [2022-03-17T09:08:58.169Z] 	                                  ^^^^^^^
05:08:58 [2022-03-17T09:08:58.169Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[565] 
05:08:58 [2022-03-17T09:08:58.169Z] 	params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
05:08:58 [2022-03-17T09:08:58.169Z] 	                                                                           ^^^^^^^
05:08:58 [2022-03-17T09:08:58.169Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[566] 
05:08:58 [2022-03-17T09:08:58.169Z] 	params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
05:08:58 [2022-03-17T09:08:58.169Z] 	                                ^^^^^
05:08:58 [2022-03-17T09:08:58.169Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[566] 
05:08:58 [2022-03-17T09:08:58.169Z] 	params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
05:08:58 [2022-03-17T09:08:58.169Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.169Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[595] 
05:08:58 [2022-03-17T09:08:58.169Z] 	script.printTargetDeclaration(TARGET_ZIP_DISTRIBUTION, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_zips, feature.getId()));
05:08:58 [2022-03-17T09:08:58.169Z] 	                                                                                                                              ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[601] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
05:08:58 [2022-03-17T09:08:58.170Z] 	                                ^^^^^
05:08:58 [2022-03-17T09:08:58.170Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[601] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_OS, feature.getOS() == null ? Config.ANY : feature.getOS());
05:08:58 [2022-03-17T09:08:58.170Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.170Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[602] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
05:08:58 [2022-03-17T09:08:58.170Z] 	                                ^^^^^
05:08:58 [2022-03-17T09:08:58.170Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[602] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_WS, feature.getWS() == null ? Config.ANY : feature.getWS());
05:08:58 [2022-03-17T09:08:58.170Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.170Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[603] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
05:08:58 [2022-03-17T09:08:58.170Z] 	                                  ^^^^^^^
05:08:58 [2022-03-17T09:08:58.170Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[603] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_ARCH, feature.getArch() == null ? Config.ANY : feature.getArch());
05:08:58 [2022-03-17T09:08:58.170Z] 	                                                                           ^^^^^^^
05:08:58 [2022-03-17T09:08:58.170Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[604] 
05:08:58 [2022-03-17T09:08:58.170Z] 	params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
05:08:58 [2022-03-17T09:08:58.171Z] 	                                ^^^^^
05:08:58 [2022-03-17T09:08:58.171Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[604] 
05:08:58 [2022-03-17T09:08:58.171Z] 	params.put(PROPERTY_NL, feature.getNL() == null ? Config.ANY : feature.getNL());
05:08:58 [2022-03-17T09:08:58.171Z] 	                                                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.171Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[650] 
05:08:58 [2022-03-17T09:08:58.171Z] 	FeatureEntry[] entries = Utils.getPluginEntry(feature, current.getSymbolicName(), false); //TODO This can be improved to use the value from the user object in the bundleDescription
05:08:58 [2022-03-17T09:08:58.171Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[651] 
05:08:58 [2022-03-17T09:08:58.171Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.171Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[673] 
05:08:58 [2022-03-17T09:08:58.171Z] 	FeatureEntry[] pluginList = feature.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.171Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[674] 
05:08:58 [2022-03-17T09:08:58.171Z] 	for (FeatureEntry entry : pluginList) {
05:08:58 [2022-03-17T09:08:58.171Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[679] 
05:08:58 [2022-03-17T09:08:58.171Z] 	String versionRequested = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.171Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[680] 
05:08:58 [2022-03-17T09:08:58.172Z] 	model = getSite(false).getRegistry().getResolvedBundle(entry.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.172Z] 	                                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.172Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[682] 
05:08:58 [2022-03-17T09:08:58.172Z] 	String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.172Z] 	                                                                  ^^^^^
05:08:58 [2022-03-17T09:08:58.172Z] 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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[682] 
05:08:58 [2022-03-17T09:08:58.172Z] 	String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.172Z] 	                                                                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[694] 
05:08:58 [2022-03-17T09:08:58.172Z] 	FeatureEntry[] features = feature.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.172Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.172Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[695] 
05:08:58 [2022-03-17T09:08:58.172Z] 	for (FeatureEntry feature2 : features) {
05:08:58 [2022-03-17T09:08:58.172Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.172Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/builder/FeatureBuildScriptGenerator.java:[696] 
05:08:58 [2022-03-17T09:08:58.172Z] 	String featureId = feature2.getId();
05:08:58 [2022-03-17T09:08:58.172Z] 	                            ^^^^^
05:08:58 [2022-03-17T09:08:58.172Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureBuildScriptGenerator.java:[697] 
05:08:58 [2022-03-17T09:08:58.173Z] 	String versionId = feature2.getVersion();
05:08:58 [2022-03-17T09:08:58.173Z] 	                            ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.173Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureBuildScriptGenerator.java:[700] 
05:08:58 [2022-03-17T09:08:58.173Z] 	if (feature2.isOptional())
05:08:58 [2022-03-17T09:08:58.173Z] 	             ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.173Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureBuildScriptGenerator.java:[729] 
05:08:58 [2022-03-17T09:08:58.173Z] 	script.printProjectDeclaration(feature.getId(), TARGET_BUILD_UPDATE_JAR, "."); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.173Z] 	                                       ^^^^^
05:08:58 [2022-03-17T09:08:58.173Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureBuildScriptGenerator.java:[785] 
05:08:58 [2022-03-17T09:08:58.173Z] 	script.printTargetDeclaration(TARGET_BUILD_JARS, TARGET_INIT, null, null, NLS.bind(Messages.build_feature_buildJars, feature.getId()));
05:08:58 [2022-03-17T09:08:58.173Z] 	                                                                                                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.173Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureBuildScriptGenerator.java:[803] 
05:08:58 [2022-03-17T09:08:58.173Z] 	script.printTargetDeclaration(TARGET_REFRESH, TARGET_INIT, PROPERTY_ECLIPSE_RUNNING, null, NLS.bind(Messages.build_feature_refresh, feature.getId()));
05:08:58 [2022-03-17T09:08:58.173Z] 	                                                                                                                                            ^^^^^
05:08:58 [2022-03-17T09:08:58.173Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[27] 
05:08:58 [2022-03-17T09:08:58.173Z] 	protected Feature feature;
05:08:58 [2022-03-17T09:08:58.173Z] 	          ^^^^^^^
05:08:58 [2022-03-17T09:08:58.173Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[31] 
05:08:58 [2022-03-17T09:08:58.174Z] 	public FeatureWriter(OutputStream out, Feature feature, BuildTimeSite site) {
05:08:58 [2022-03-17T09:08:58.174Z] 	                                       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[54] 
05:08:58 [2022-03-17T09:08:58.174Z] 	parameters.put(ID, feature.getId());
05:08:58 [2022-03-17T09:08:58.174Z] 	                           ^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[55] 
05:08:58 [2022-03-17T09:08:58.174Z] 	parameters.put(VERSION, feature.getVersion());
05:08:58 [2022-03-17T09:08:58.174Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[56] 
05:08:58 [2022-03-17T09:08:58.174Z] 	parameters.put("label", feature.getLabel()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.174Z] 	                                ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[57] 
05:08:58 [2022-03-17T09:08:58.174Z] 	if (feature.getLicenseFeature() != null) {
05:08:58 [2022-03-17T09:08:58.174Z] 	            ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[58] 
05:08:58 [2022-03-17T09:08:58.174Z] 	parameters.put("license-feature", feature.getLicenseFeature()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.174Z] 	                                          ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[59] 
05:08:58 [2022-03-17T09:08:58.174Z] 	parameters.put("license-feature-version", feature.getLicenseFeatureVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.174Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.174Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[61] 
05:08:58 [2022-03-17T09:08:58.175Z] 	parameters.put("provider-name", feature.getProviderName()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.175Z] 	                                        ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[62] 
05:08:58 [2022-03-17T09:08:58.175Z] 	parameters.put("image", feature.getImage()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.175Z] 	                                ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[63] 
05:08:58 [2022-03-17T09:08:58.175Z] 	parameters.put("os", feature.getOS()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.175Z] 	                             ^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[64] 
05:08:58 [2022-03-17T09:08:58.175Z] 	parameters.put("arch", feature.getArch()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.175Z] 	                               ^^^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[65] 
05:08:58 [2022-03-17T09:08:58.175Z] 	parameters.put("ws", feature.getWS()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.175Z] 	                             ^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[66] 
05:08:58 [2022-03-17T09:08:58.175Z] 	parameters.put("nl", feature.getNL()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.175Z] 	                             ^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[75] 
05:08:58 [2022-03-17T09:08:58.175Z] 	String url = feature.getInstallHandlerURL();
05:08:58 [2022-03-17T09:08:58.175Z] 	                     ^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.175Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[76] 
05:08:58 [2022-03-17T09:08:58.176Z] 	String library = feature.getInstallHandlerLibrary();
05:08:58 [2022-03-17T09:08:58.176Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[77] 
05:08:58 [2022-03-17T09:08:58.176Z] 	String handler = feature.getInstallHandler();
05:08:58 [2022-03-17T09:08:58.176Z] 	                         ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[89] 
05:08:58 [2022-03-17T09:08:58.176Z] 	if (feature.getDescription() == null && feature.getDescriptionURL() == null)
05:08:58 [2022-03-17T09:08:58.176Z] 	            ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[89] 
05:08:58 [2022-03-17T09:08:58.176Z] 	if (feature.getDescription() == null && feature.getDescriptionURL() == null)
05:08:58 [2022-03-17T09:08:58.176Z] 	                                                ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[92] 
05:08:58 [2022-03-17T09:08:58.176Z] 	parameters.put("url", feature.getDescriptionURL()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.176Z] 	                              ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[96] 
05:08:58 [2022-03-17T09:08:58.176Z] 	printlnEscaped(feature.getDescription());
05:08:58 [2022-03-17T09:08:58.176Z] 	                       ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[101] 
05:08:58 [2022-03-17T09:08:58.176Z] 	if (feature.getCopyright() == null && feature.getCopyrightURL() == null)
05:08:58 [2022-03-17T09:08:58.176Z] 	            ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.176Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[101] 
05:08:58 [2022-03-17T09:08:58.177Z] 	if (feature.getCopyright() == null && feature.getCopyrightURL() == null)
05:08:58 [2022-03-17T09:08:58.177Z] 	                                              ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[104] 
05:08:58 [2022-03-17T09:08:58.177Z] 	parameters.put("url", feature.getCopyrightURL()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.177Z] 	                              ^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[107] 
05:08:58 [2022-03-17T09:08:58.177Z] 	printlnEscaped(feature.getCopyright());
05:08:58 [2022-03-17T09:08:58.177Z] 	                       ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[112] 
05:08:58 [2022-03-17T09:08:58.177Z] 	if (feature.getLicense() == null && feature.getLicenseURL() == null)
05:08:58 [2022-03-17T09:08:58.177Z] 	            ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[112] 
05:08:58 [2022-03-17T09:08:58.177Z] 	if (feature.getLicense() == null && feature.getLicenseURL() == null)
05:08:58 [2022-03-17T09:08:58.177Z] 	                                            ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[115] 
05:08:58 [2022-03-17T09:08:58.177Z] 	parameters.put("url", feature.getLicenseURL()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.177Z] 	                              ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[118] 
05:08:58 [2022-03-17T09:08:58.177Z] 	printlnEscaped(feature.getLicense());
05:08:58 [2022-03-17T09:08:58.177Z] 	                       ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.177Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[123] 
05:08:58 [2022-03-17T09:08:58.178Z] 	String updateSiteLabel = feature.getUpdateSiteLabel();
05:08:58 [2022-03-17T09:08:58.178Z] 	                                 ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[124] 
05:08:58 [2022-03-17T09:08:58.178Z] 	String updateSiteURL = feature.getUpdateSiteURL();
05:08:58 [2022-03-17T09:08:58.178Z] 	                               ^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[125] 
05:08:58 [2022-03-17T09:08:58.178Z] 	URLEntry[] siteEntries = feature.getDiscoverySites();
05:08:58 [2022-03-17T09:08:58.178Z] 	^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[125] 
05:08:58 [2022-03-17T09:08:58.178Z] 	URLEntry[] siteEntries = feature.getDiscoverySites();
05:08:58 [2022-03-17T09:08:58.178Z] 	                                 ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[137] 
05:08:58 [2022-03-17T09:08:58.178Z] 	for (URLEntry siteEntry : siteEntries) {
05:08:58 [2022-03-17T09:08:58.178Z] 	     ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[139] 
05:08:58 [2022-03-17T09:08:58.178Z] 	parameters.put("url", siteEntry.getURL()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.178Z] 	                                ^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[140] 
05:08:58 [2022-03-17T09:08:58.178Z] 	parameters.put("label", siteEntry.getAnnotation()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.178Z] 	                                  ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.178Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[148] 
05:08:58 [2022-03-17T09:08:58.179Z] 	FeatureEntry[] entries = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.179Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[148] 
05:08:58 [2022-03-17T09:08:58.179Z] 	FeatureEntry[] entries = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.179Z] 	                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[149] 
05:08:58 [2022-03-17T09:08:58.179Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.179Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[150] 
05:08:58 [2022-03-17T09:08:58.179Z] 	if (entry.isRequires() || entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.179Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[150] 
05:08:58 [2022-03-17T09:08:58.179Z] 	if (entry.isRequires() || entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.179Z] 	                                ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[155] 
05:08:58 [2022-03-17T09:08:58.179Z] 	parameters.put(ID, entry.getId());
05:08:58 [2022-03-17T09:08:58.179Z] 	                         ^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[156] 
05:08:58 [2022-03-17T09:08:58.179Z] 	BuildTimeFeature tmpFeature = site.findFeature(entry.getId(), null, true);
05:08:58 [2022-03-17T09:08:58.179Z] 	                                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.179Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[157] 
05:08:58 [2022-03-17T09:08:58.180Z] 	parameters.put(VERSION, tmpFeature.getVersion());
05:08:58 [2022-03-17T09:08:58.180Z] 	                                   ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[159] 
05:08:58 [2022-03-17T09:08:58.180Z] 	String message = NLS.bind(Messages.exception_missingFeature, entry.getId());
05:08:58 [2022-03-17T09:08:58.180Z] 	                                                                   ^^^^^
05:08:58 [2022-03-17T09:08:58.180Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[170] 
05:08:58 [2022-03-17T09:08:58.180Z] 	FeatureEntry[] entries = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.180Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.180Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[170] 
05:08:58 [2022-03-17T09:08:58.180Z] 	FeatureEntry[] entries = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.180Z] 	                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.180Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[171] 
05:08:58 [2022-03-17T09:08:58.180Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.180Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.180Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[172] 
05:08:58 [2022-03-17T09:08:58.180Z] 	if (!entry.isRequires())
05:08:58 [2022-03-17T09:08:58.180Z] 	           ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.180Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[180] 
05:08:58 [2022-03-17T09:08:58.180Z] 	if (entry.isPlugin()) {
05:08:58 [2022-03-17T09:08:58.180Z] 	          ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.180Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[181] 
05:08:58 [2022-03-17T09:08:58.181Z] 	parameters.put(PLUGIN, entry.getId());
05:08:58 [2022-03-17T09:08:58.181Z] 	                             ^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[182] 
05:08:58 [2022-03-17T09:08:58.181Z] 	parameters.put(VERSION, entry.getVersion());
05:08:58 [2022-03-17T09:08:58.181Z] 	                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[185] 
05:08:58 [2022-03-17T09:08:58.181Z] 	parameters.put(FEATURE, entry.getId());
05:08:58 [2022-03-17T09:08:58.181Z] 	                              ^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[186] 
05:08:58 [2022-03-17T09:08:58.181Z] 	parameters.put(VERSION, entry.getVersion());
05:08:58 [2022-03-17T09:08:58.181Z] 	                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[188] 
05:08:58 [2022-03-17T09:08:58.181Z] 	parameters.put("match", entry.getMatch()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.181Z] 	                              ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[216] 
05:08:58 [2022-03-17T09:08:58.181Z] 	FeatureEntry[] entries = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.181Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[216] 
05:08:58 [2022-03-17T09:08:58.181Z] 	FeatureEntry[] entries = feature.getEntries();
05:08:58 [2022-03-17T09:08:58.181Z] 	                                 ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.181Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[217] 
05:08:58 [2022-03-17T09:08:58.182Z] 	for (FeatureEntry entry : entries) {
05:08:58 [2022-03-17T09:08:58.182Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.182Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[218] 
05:08:58 [2022-03-17T09:08:58.182Z] 	if (entry.isRequires() || !entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.182Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.182Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[218] 
05:08:58 [2022-03-17T09:08:58.182Z] 	if (entry.isRequires() || !entry.isPlugin())
05:08:58 [2022-03-17T09:08:58.182Z] 	                                 ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.182Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[221] 
05:08:58 [2022-03-17T09:08:58.182Z] 	parameters.put(ID, entry.getId());
05:08:58 [2022-03-17T09:08:58.182Z] 	                         ^^^^^
05:08:58 [2022-03-17T09:08:58.182Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[223] 
05:08:58 [2022-03-17T09:08:58.182Z] 	String versionRequested = entry.getVersion();
05:08:58 [2022-03-17T09:08:58.182Z] 	                                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.182Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[226] 
05:08:58 [2022-03-17T09:08:58.182Z] 	effectivePlugin = site.getRegistry().getResolvedBundle(entry.getId(), versionRequested);
05:08:58 [2022-03-17T09:08:58.182Z] 	                                                             ^^^^^
05:08:58 [2022-03-17T09:08:58.182Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[228] 
05:08:58 [2022-03-17T09:08:58.182Z] 	String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.182Z] 	                                                                  ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[228] 
05:08:58 [2022-03-17T09:08:58.183Z] 	String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.183Z] 	                                                                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[232] 
05:08:58 [2022-03-17T09:08:58.183Z] 	String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.183Z] 	                                                                  ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[232] 
05:08:58 [2022-03-17T09:08:58.183Z] 	String message = NLS.bind(Messages.exception_missingPlugin, entry.getId() + "_" + entry.getVersion()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.183Z] 	                                                                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[236] 
05:08:58 [2022-03-17T09:08:58.183Z] 	if (entry.isFragment())
05:08:58 [2022-03-17T09:08:58.183Z] 	          ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.183Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[237] 
05:08:58 [2022-03-17T09:08:58.183Z] 	parameters.put(FRAGMENT, String.valueOf(entry.isFragment()));
05:08:58 [2022-03-17T09:08:58.183Z] 	                                              ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.184Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[238] 
05:08:58 [2022-03-17T09:08:58.184Z] 	parameters.put("os", entry.getOS()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.184Z] 	                           ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[239] 
05:08:58 [2022-03-17T09:08:58.184Z] 	parameters.put("arch", entry.getArch()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.184Z] 	                             ^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[240] 
05:08:58 [2022-03-17T09:08:58.184Z] 	parameters.put("ws", entry.getWS()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.184Z] 	                           ^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[241] 
05:08:58 [2022-03-17T09:08:58.184Z] 	parameters.put("nl", entry.getNL()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.184Z] 	                           ^^^^^
05:08:58 [2022-03-17T09:08:58.184Z] 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')
05:08:58 [2022-03-17T09:08:58.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/FeatureWriter.java:[242] 
05:08:58 [2022-03-17T09:08:58.184Z] 	if (!entry.isUnpack())
05:08:58 [2022-03-17T09:08:58.184Z] 	           ^^^^^^^^
05:08:58 [2022-03-17T09:08:58.184Z] 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')
05:08:58 [2022-03-17T09:08:58.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/packager/ElementCollector.java:[18] 
05:08:58 [2022-03-17T09:08:58.184Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.184Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/packager/ElementCollector.java:[31] 
05:08:58 [2022-03-17T09:08:58.184Z] 	FeatureEntry[] referencedFeatures = feature.getIncludedFeatureReferences();
05:08:58 [2022-03-17T09:08:58.184Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/packager/ElementCollector.java:[32] 
05:08:58 [2022-03-17T09:08:58.185Z] 	for (FeatureEntry referencedFeature : referencedFeatures) {
05:08:58 [2022-03-17T09:08:58.185Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.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')
05:08:58 [2022-03-17T09:08:58.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/packager/ElementCollector.java:[33] 
05:08:58 [2022-03-17T09:08:58.185Z] 	String featureId = referencedFeature.getId();
05:08:58 [2022-03-17T09:08:58.185Z] 	                                     ^^^^^
05:08:58 [2022-03-17T09:08:58.185Z] 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')
05:08:58 [2022-03-17T09:08:58.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/packager/ElementCollector.java:[41] 
05:08:58 [2022-03-17T09:08:58.185Z] 	if (exception.getStatus().getCode() != EXCEPTION_FEATURE_MISSING || (exception.getStatus().getCode() == EXCEPTION_FEATURE_MISSING && !referencedFeature.isOptional()))
05:08:58 [2022-03-17T09:08:58.185Z] 	                                                                                                                                                        ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.185Z] 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')
05:08:58 [2022-03-17T09:08:58.185Z] 645 problems (645 warnings)
05:08:58 [2022-03-17T09:08:58.185Z] [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
05:08:58 [2022-03-17T09:08:58.446Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.446Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry;
05:08:58 [2022-03-17T09:08:58.446Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.446Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.446Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.446Z] 	FeatureEntry[] pluginEntries = feature.getPluginEntries();
05:08:58 [2022-03-17T09:08:58.446Z] 	^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.446Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.446Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.446Z] 	for (FeatureEntry pluginEntry : pluginEntries) {
05:08:58 [2022-03-17T09:08:58.446Z] 	     ^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.446Z] Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/localMavenRepo/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.2.v20220127-1658/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.v20220127-1658.jar')
05:08:58 [2022-03-17T09:08:58.446Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.446Z] 	String elementId = pluginEntry.getId();
05:08:58 [2022-03-17T09:08:58.446Z] 	                               ^^^^^
05:08:58 [2022-03-17T09:08:58.446Z] 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')
05:08:58 [2022-03-17T09:08:58.446Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.446Z] 	if (pluginEntry.isFragment())
05:08:58 [2022-03-17T09:08:58.446Z] 	                ^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.446Z] 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')
05:08:58 [2022-03-17T09:08:58.446Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.446Z] 	import org.eclipse.equinox.p2.publisher.eclipse.BundlesAction;
05:08:58 [2022-03-17T09:08:58.446Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.446Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	import org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction;
05:08:58 [2022-03-17T09:08:58.447Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.447Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	application.addAction(new FeaturesAction(f));
05:08:58 [2022-03-17T09:08:58.447Z] 	                          ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.447Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	application.addAction(new FeaturesAction(f));
05:08:58 [2022-03-17T09:08:58.447Z] 	                          ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.447Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	application.addAction(new BundlesAction(b));
05:08:58 [2022-03-17T09:08:58.447Z] 	                          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.447Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	application.addAction(new BundlesAction(b));
05:08:58 [2022-03-17T09:08:58.447Z] 	                          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.447Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	application.run(getPublisherInfo());
05:08:58 [2022-03-17T09:08:58.447Z] 	            ^^^
05:08:58 [2022-03-17T09:08:58.447Z] 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')
05:08:58 [2022-03-17T09:08:58.447Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.447Z] 	import org.eclipse.equinox.p2.publisher.PublisherInfo;
05:08:58 [2022-03-17T09:08:58.447Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.448Z] 	PublisherInfo info = getPublisherInfo();
05:08:58 [2022-03-17T09:08:58.448Z] 	^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.448Z] 	application.run(info);
05:08:58 [2022-03-17T09:08:58.448Z] 	            ^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.448Z] 	import org.eclipse.equinox.p2.publisher.PublisherInfo;
05:08:58 [2022-03-17T09:08:58.448Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.448Z] 	PublisherInfo info = getPublisherInfo();
05:08:58 [2022-03-17T09:08:58.448Z] 	^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.448Z] 	info.addAdvice(advice);
05:08:58 [2022-03-17T09:08:58.448Z] 	     ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.448Z] 	application.run(info);
05:08:58 [2022-03-17T09:08:58.448Z] 	            ^^^
05:08:58 [2022-03-17T09:08:58.448Z] 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')
05:08:58 [2022-03-17T09:08:58.448Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	import org.eclipse.equinox.internal.p2.core.helpers.FileUtils;
05:08:58 [2022-03-17T09:08:58.449Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.449Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	import org.eclipse.equinox.internal.p2.engine.phases.Collect;
05:08:58 [2022-03-17T09:08:58.449Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.449Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	import org.eclipse.equinox.internal.p2.engine.phases.Install;
05:08:58 [2022-03-17T09:08:58.449Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.449Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	import org.eclipse.equinox.internal.p2.metadata.TouchpointData;
05:08:58 [2022-03-17T09:08:58.449Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.449Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	import org.eclipse.equinox.internal.p2.metadata.TouchpointInstruction;
05:08:58 [2022-03-17T09:08:58.449Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.449Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	return new PhaseSet(new Phase[] {new Collect(100), new Install(100)});
05:08:58 [2022-03-17T09:08:58.449Z] 	                                     ^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.449Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.449Z] 	return new PhaseSet(new Phase[] {new Collect(100), new Install(100)});
05:08:58 [2022-03-17T09:08:58.449Z] 	                                     ^^^^^^^
05:08:58 [2022-03-17T09:08:58.449Z] 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	return new PhaseSet(new Phase[] {new Collect(100), new Install(100)});
05:08:58 [2022-03-17T09:08:58.450Z] 	                                                       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.450Z] 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	return new PhaseSet(new Phase[] {new Collect(100), new Install(100)});
05:08:58 [2022-03-17T09:08:58.450Z] 	                                                       ^^^^^^^
05:08:58 [2022-03-17T09:08:58.450Z] 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	FileUtils.deleteAll(new File(getRootFolder()));
05:08:58 [2022-03-17T09:08:58.450Z] 	^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.450Z] 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	FileUtils.deleteAll(new File(getRootFolder()));
05:08:58 [2022-03-17T09:08:58.450Z] 	          ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.450Z] 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	FileUtils.zip(output, root, Collections.<File> emptySet(), FileUtils.createRootPathComputer(root));
05:08:58 [2022-03-17T09:08:58.450Z] 	^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.450Z] 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	FileUtils.zip(output, root, Collections.<File> emptySet(), FileUtils.createRootPathComputer(root));
05:08:58 [2022-03-17T09:08:58.450Z] 	          ^^^
05:08:58 [2022-03-17T09:08:58.450Z] Discouraged access: The method 'FileUtils.zip(ZipOutputStream, File, Set<File>, 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')
05:08:58 [2022-03-17T09:08:58.450Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.450Z] 	FileUtils.zip(output, root, Collections.<File> emptySet(), FileUtils.createRootPathComputer(root));
05:08:58 [2022-03-17T09:08:58.450Z] 	                                                           ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.450Z] 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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.451Z] 	FileUtils.zip(output, root, Collections.<File> emptySet(), FileUtils.createRootPathComputer(root));
05:08:58 [2022-03-17T09:08:58.451Z] 	                                                                     ^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.451Z] 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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.451Z] 	TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.451Z] 	^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.451Z] 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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.451Z] 	TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.451Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.451Z] 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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.451Z] 	TouchpointInstruction newInstruction = new TouchpointInstruction(toString(actions, ";"), instruction.getImportAttribute()); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.451Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.451Z] 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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.451Z] 	results.set(i, new TouchpointData(instructions));
05:08:58 [2022-03-17T09:08:58.451Z] 	                   ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.451Z] 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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.451Z] 	results.set(i, new TouchpointData(instructions));
05:08:58 [2022-03-17T09:08:58.451Z] 	                   ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.451Z] Discouraged access: The constructor 'TouchpointData(Map<String,ITouchpointInstruction>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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')
05:08:58 [2022-03-17T09:08:58.451Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
05:08:58 [2022-03-17T09:08:58.452Z] 	^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] 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')
05:08:58 [2022-03-17T09:08:58.452Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
05:08:58 [2022-03-17T09:08:58.452Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] 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')
05:08:58 [2022-03-17T09:08:58.452Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	TouchpointInstruction newInstruction = new TouchpointInstruction(body, null);
05:08:58 [2022-03-17T09:08:58.452Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] 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')
05:08:58 [2022-03-17T09:08:58.452Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	results.add(new TouchpointData(instructions));
05:08:58 [2022-03-17T09:08:58.452Z] 	                ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] 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')
05:08:58 [2022-03-17T09:08:58.452Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	results.add(new TouchpointData(instructions));
05:08:58 [2022-03-17T09:08:58.452Z] 	                ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] Discouraged access: The constructor 'TouchpointData(Map<String,ITouchpointInstruction>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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')
05:08:58 [2022-03-17T09:08:58.452Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	result.add(new TouchpointData(instructions));
05:08:58 [2022-03-17T09:08:58.452Z] 	               ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] 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')
05:08:58 [2022-03-17T09:08:58.452Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.452Z] 	result.add(new TouchpointData(instructions));
05:08:58 [2022-03-17T09:08:58.452Z] 	               ^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.452Z] Discouraged access: The constructor 'TouchpointData(Map<String,ITouchpointInstruction>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/P-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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.453Z] 	           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	return new TouchpointInstruction("cleanupzip(source:@artifact, target:${installFolder}/../);", null); //$NON-NLS-1$
05:08:58 [2022-03-17T09:08:58.453Z] 	           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	return new TouchpointInstruction(body, null);
05:08:58 [2022-03-17T09:08:58.453Z] 	           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	return new TouchpointInstruction(body, null);
05:08:58 [2022-03-17T09:08:58.453Z] 	           ^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	import org.eclipse.equinox.p2.publisher.IPublisherInfo;
05:08:58 [2022-03-17T09:08:58.453Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	import org.eclipse.equinox.p2.publisher.PublisherInfo;
05:08:58 [2022-03-17T09:08:58.453Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.453Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.453Z] 	protected PublisherInfo info = null;
05:08:58 [2022-03-17T09:08:58.453Z] 	          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.453Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	protected PublisherInfo getInfo() {
05:08:58 [2022-03-17T09:08:58.454Z] 	          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.454Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.454Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.454Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.454Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.454Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	getGenerator().setArtifactLocation(URIUtil.fromString(location));
05:08:58 [2022-03-17T09:08:58.454Z] 	               ^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.454Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.454Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.454Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.454Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.454Z] 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')
05:08:58 [2022-03-17T09:08:58.454Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.454Z] 	getInfo().setConfigurations(new String[] {config.toString()});
05:08:58 [2022-03-17T09:08:58.454Z] 	          ^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	getGenerator().setMetadataLocation(URIUtil.fromString(location));
05:08:58 [2022-03-17T09:08:58.455Z] 	               ^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.455Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.455Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.455Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	info = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.455Z] 	           ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	int options = getInfo().getArtifactOptions();
05:08:58 [2022-03-17T09:08:58.455Z] 	                        ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.455Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.455Z] 	info.setArtifactOptions(options | IPublisherInfo.A_INDEX);
05:08:58 [2022-03-17T09:08:58.455Z] 	     ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.455Z] 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')
05:08:58 [2022-03-17T09:08:58.456Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.456Z] 	info.setArtifactOptions(options | IPublisherInfo.A_INDEX);
05:08:58 [2022-03-17T09:08:58.456Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.456Z] 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')
05:08:58 [2022-03-17T09:08:58.456Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.456Z] 	info.setArtifactOptions(options | IPublisherInfo.A_INDEX);
05:08:58 [2022-03-17T09:08:58.456Z] 	                                                 ^^^^^^^
05:08:58 [2022-03-17T09:08:58.456Z] 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')
05:08:58 [2022-03-17T09:08:58.456Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.456Z] 	info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX);
05:08:58 [2022-03-17T09:08:58.456Z] 	     ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.456Z] 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')
05:08:58 [2022-03-17T09:08:58.456Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.456Z] 	info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX);
05:08:58 [2022-03-17T09:08:58.456Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.456Z] 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')
05:08:58 [2022-03-17T09:08:58.456Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.456Z] 	info.setArtifactOptions(options & ~IPublisherInfo.A_INDEX);
05:08:58 [2022-03-17T09:08:58.456Z] 	                                                  ^^^^^^^
05:08:58 [2022-03-17T09:08:58.456Z] 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')
05:08:58 [2022-03-17T09:08:58.456Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	int options = getInfo().getArtifactOptions();
05:08:58 [2022-03-17T09:08:58.457Z] 	                        ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.457Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.457Z] 	     ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.457Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.457Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.457Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	info.setArtifactOptions(options | IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.457Z] 	                                                 ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.457Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.457Z] 	     ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.457Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.457Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.457Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.457Z] 	info.setArtifactOptions(options & ~IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.457Z] 	                                                  ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.457Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	import org.eclipse.equinox.p2.publisher.IPublisherInfo;
05:08:58 [2022-03-17T09:08:58.458Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	import org.eclipse.equinox.p2.publisher.PublisherInfo;
05:08:58 [2022-03-17T09:08:58.458Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	protected PublisherInfo publisherInfo = null;
05:08:58 [2022-03-17T09:08:58.458Z] 	          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	application.setMetadataLocation(metadataLocation);
05:08:58 [2022-03-17T09:08:58.458Z] 	            ^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	application.setArtifactLocation(artifactLocation);
05:08:58 [2022-03-17T09:08:58.458Z] 	            ^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	application.setCompress(compress);
05:08:58 [2022-03-17T09:08:58.458Z] 	            ^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.458Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.458Z] 	application.setContextRepositories(metadata, artifacts);
05:08:58 [2022-03-17T09:08:58.458Z] 	            ^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.458Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.459Z] 	protected PublisherInfo getPublisherInfo() {
05:08:58 [2022-03-17T09:08:58.459Z] 	          ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.459Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.459Z] 	publisherInfo = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.459Z] 	                    ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.459Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.459Z] 	publisherInfo = new PublisherInfo();
05:08:58 [2022-03-17T09:08:58.459Z] 	                    ^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.459Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.459Z] 	publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.459Z] 	              ^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.459Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.459Z] 	publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.459Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.459Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] [WARNING] /home/jenkins/agent/workspace/P-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] 
05:08:58 [2022-03-17T09:08:58.459Z] 	publisherInfo.setArtifactOptions(IPublisherInfo.A_PUBLISH);
05:08:58 [2022-03-17T09:08:58.459Z] 	                                                ^^^^^^^^^
05:08:58 [2022-03-17T09:08:58.459Z] 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')
05:08:58 [2022-03-17T09:08:58.459Z] 92 problems (92 warnings)
05:08:58 [2022-03-17T09:08:58.459Z] [INFO] 
05:08:58 [2022-03-17T09:08:58.459Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.build ---
05:08:58 [2022-03-17T09:08:58.459Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:08:58 [2022-03-17T09:08:58.459Z] [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
05:08:58 [2022-03-17T09:08:58.459Z] [INFO] Command line:
05:08:58 [2022-03-17T09:08:58.460Z] 	[/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.100.v20211207-0640_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]
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:01 [2022-03-17T09:09:01.741Z] [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
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] Tests are skipped.
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [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.100-SNAPSHOT-sources.jar
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [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
05:09:01 [2022-03-17T09:09:01.741Z] [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
05:09:01 [2022-03-17T09:09:01.741Z] [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.100-SNAPSHOT.jar
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] Skipping tests
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] Tests are skipped.
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] Skipped
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] 
05:09:01 [2022-03-17T09:09:01.741Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.build ---
05:09:01 [2022-03-17T09:09:01.741Z] [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.100-SNAPSHOT.jar' is disabled.
05:09:01 [2022-03-17T09:09:01.741Z] [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.100-SNAPSHOT.jar
05:09:05 [2022-03-17T09:09:05.021Z] [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.100-SNAPSHOT-sources.jar' is disabled.
05:09:05 [2022-03-17T09:09:05.021Z] [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.100-SNAPSHOT-sources.jar
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.build ---
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.11.100-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
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >--------------
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] Building org.eclipse.pde.api.tools 1.2.800-SNAPSHOT              [15/18]
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.954Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] The project's OSGi version is 1.2.800.v20220216-1354_BETA_JAVA18
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:05 [2022-03-17T09:09:05.955Z] [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
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] Executing tasks
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] Executed tasks
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] 
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools ---
05:09:05 [2022-03-17T09:09:05.955Z] [INFO] Resolving class path of org.eclipse.pde.api.tools...
05:09:05 [2022-03-17T09:09:05.955Z] [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)
05:09:05 [2022-03-17T09:09:05.955Z] [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)
05:09:06 [2022-03-17T09:09:06.212Z] [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)
05:09:06 [2022-03-17T09:09:06.212Z] [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)
05:09:06 [2022-03-17T09:09:06.212Z] [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)
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] 
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.pde.api.tools ---
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:06 [2022-03-17T09:09:06.212Z] [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
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] 
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.api.tools ---
05:09:06 [2022-03-17T09:09:06.212Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:06 [2022-03-17T09:09:06.213Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:06 [2022-03-17T09:09:06.213Z] [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
05:09:06 [2022-03-17T09:09:06.213Z] [INFO] 
05:09:06 [2022-03-17T09:09:06.213Z] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.pde.api.tools ---
05:09:06 [2022-03-17T09:09:06.213Z] [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
05:09:07 [2022-03-17T09:09:07.145Z] [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] 
05:09:07 [2022-03-17T09:09:07.145Z] 	import org.eclipse.jdt.internal.launching.environments.EnvironmentsManager;
05:09:07 [2022-03-17T09:09:07.145Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
05:09:07 [2022-03-17T09:09:07.145Z] 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')
05:09:07 [2022-03-17T09:09:07.145Z] [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] 
05:09:07 [2022-03-17T09:09:07.145Z] 	IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId);
05:09:07 [2022-03-17T09:09:07.145Z] 	                           ^^^^^^^^^^^^^^^^^^^
05:09:07 [2022-03-17T09:09:07.145Z] 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')
05:09:07 [2022-03-17T09:09:07.145Z] [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] 
05:09:07 [2022-03-17T09:09:07.145Z] 	IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId);
05:09:07 [2022-03-17T09:09:07.145Z] 	                                               ^^^^^^^^^^
05:09:07 [2022-03-17T09:09:07.145Z] 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')
05:09:07 [2022-03-17T09:09:07.145Z] [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] 
05:09:07 [2022-03-17T09:09:07.145Z] 	IExecutionEnvironment ev = EnvironmentsManager.getDefault().getEnvironment(environmentId);
05:09:07 [2022-03-17T09:09:07.145Z] 	                                                            ^^^^^^^^^^^^^^
05:09:07 [2022-03-17T09:09:07.145Z] 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')
05:09:07 [2022-03-17T09:09:07.145Z] 4 problems (4 warnings)
05:09:07 [2022-03-17T09:09:07.145Z] [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
05:09:07 [2022-03-17T09:09:07.403Z] [INFO] 
05:09:07 [2022-03-17T09:09:07.403Z] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.pde.api.tools ---
05:09:07 [2022-03-17T09:09:07.661Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
05:09:07 [2022-03-17T09:09:07.661Z] [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
05:09:07 [2022-03-17T09:09:07.661Z] [INFO] Command line:
05:09:07 [2022-03-17T09:09:07.662Z] 	[/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.800.v20220216-1354_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]
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:10 [2022-03-17T09:09:10.188Z] [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
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-compiler-plugin:2.7.0:testCompile (default-testCompile) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] Tests are skipped.
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [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.800-SNAPSHOT-sources.jar
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [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
05:09:10 [2022-03-17T09:09:10.188Z] [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.800-SNAPSHOT.jar
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-surefire-plugin:2.7.0:integration-test (default-integration-test) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] Skipping tests
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] Tests are skipped.
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] Skipped
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] 
05:09:10 [2022-03-17T09:09:10.188Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.api.tools ---
05:09:10 [2022-03-17T09:09:10.188Z] [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.800-SNAPSHOT.jar' is disabled.
05:09:10 [2022-03-17T09:09:10.188Z] [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.800-SNAPSHOT.jar
05:09:12 [2022-03-17T09:09:12.085Z] [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.800-SNAPSHOT-sources.jar' is disabled.
05:09:12 [2022-03-17T09:09:12.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.pde.ui/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.2.800-SNAPSHOT-sources.jar
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] No baseline version MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.2.800-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
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --------< org.eclipse.jdt.feature:org.eclipse.jdt.java18patch >---------
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] Building org.eclipse.jdt.java18patch 1.2.300-SNAPSHOT            [16/18]
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [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
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] The project's OSGi version is 1.2.300.v20220315-0826_BETA_JAVA18
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:13 [2022-03-17T09:09:13.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.platform.releng.tychoeclipsebuilder/java18patch/org.eclipse.jdt.java18patch/saveproperties
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:13 [2022-03-17T09:09:13.981Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:13 [2022-03-17T09:09:13.982Z] [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
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [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
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-source-feature-plugin:2.7.0:source-feature (source-feature) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
05:09:13 [2022-03-17T09:09:13.982Z] [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
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [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
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] Skipped
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] 
05:09:13 [2022-03-17T09:09:13.982Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.jdt.java18patch ---
05:09:13 [2022-03-17T09:09:13.982Z] [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
05:09:15 [2022-03-17T09:09:15.354Z] [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
05:09:16 [2022-03-17T09:09:16.286Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.286Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.jdt.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [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
05:09:16 [2022-03-17T09:09:16.287Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java18patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance
05:09:16 [2022-03-17T09:09:16.287Z] [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt.java18patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --------< org.eclipse.pde.feature:org.eclipse.pde.java18patch >---------
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] Building org.eclipse.pde.java18patch 1.2.300-SNAPSHOT            [17/18]
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [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
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] The project's OSGi version is 1.2.300.v20220309-0849_BETA_JAVA18
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-packaging-plugin:2.7.0:validate-version (default-validate-version) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:16 [2022-03-17T09:09:16.287Z] [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
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:16 [2022-03-17T09:09:16.287Z] [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
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [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
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-p2-plugin:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-source-feature-plugin:2.7.0:source-feature (source-feature) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.287Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
05:09:16 [2022-03-17T09:09:16.287Z] [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
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.287Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (attached-p2-metadata) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.288Z] [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
05:09:16 [2022-03-17T09:09:16.288Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.288Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.288Z] [INFO] Skipped
05:09:16 [2022-03-17T09:09:16.288Z] [INFO] 
05:09:16 [2022-03-17T09:09:16.288Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.pde.java18patch ---
05:09:16 [2022-03-17T09:09:16.288Z] [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
05:09:17 [2022-03-17T09:09:17.222Z] [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
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ org.eclipse.pde.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [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
05:09:18 [2022-03-17T09:09:18.594Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java18patch:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance
05:09:18 [2022-03-17T09:09:18.594Z] [WARNING] artifact org.eclipse.pde.feature:org.eclipse.pde.java18patch:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] ---< eclipse.platform.releng:eclipse.releng.repository.java18patch >----
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Building eclipse.releng.repository.java18patch 1.2.300-SNAPSHOT  [18/18]
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] The project's OSGi version is 1.2.300.v20220315-0826_BETA_JAVA18
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:18 [2022-03-17T09:09:18.594Z] [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
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:18 [2022-03-17T09:09:18.594Z] [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
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
05:09:18 [2022-03-17T09:09:18.594Z] [INFO] Using 'UTF-8' encoding to copy filtered properties files.
05:09:18 [2022-03-17T09:09:18.594Z] [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
05:09:18 [2022-03-17T09:09:18.595Z] [INFO] 
05:09:18 [2022-03-17T09:09:18.595Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.releng.repository.java18patch ---
05:09:18 [2022-03-17T09:09:18.595Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
05:09:18 [2022-03-17T09:09:18.852Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] 
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-products (default-publish-products) @ eclipse.releng.repository.java18patch ---
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] 
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-categories (default-publish-categories) @ eclipse.releng.repository.java18patch ---
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] 
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:attach-artifacts (default-attach-artifacts) @ eclipse.releng.repository.java18patch ---
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] 
05:09:19 [2022-03-17T09:09:19.315Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:assemble-repository (default-assemble-repository) @ eclipse.releng.repository.java18patch ---
05:09:19 [2022-03-17T09:09:19.315Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:19 [2022-03-17T09:09:19.315Z] 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].
05:09:19 [2022-03-17T09:09:19.315Z] 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].
05:09:19 [2022-03-17T09:09:19.315Z] 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].
05:09:19 [2022-03-17T09:09:19.315Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 
05:09:19 [2022-03-17T09:09:19.316Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 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].
05:09:19 [2022-03-17T09:09:19.316Z] 
05:09:19 [2022-03-17T09:09:19.574Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:19 [2022-03-17T09:09:19.574Z] 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].
05:09:19 [2022-03-17T09:09:19.574Z] 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].
05:09:19 [2022-03-17T09:09:19.574Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 
05:09:19 [2022-03-17T09:09:19.575Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 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].
05:09:19 [2022-03-17T09:09:19.575Z] 
05:09:19 [2022-03-17T09:09:19.833Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 
05:09:19 [2022-03-17T09:09:19.833Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 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].
05:09:19 [2022-03-17T09:09:19.833Z] 
05:09:19 [2022-03-17T09:09:19.833Z] [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)
05:09:19 [2022-03-17T09:09:19.833Z] [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)
05:09:19 [2022-03-17T09:09:19.833Z] [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)
05:09:19 [2022-03-17T09:09:19.833Z] [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)
05:09:20 [2022-03-17T09:09:20.091Z] [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)
05:09:20 [2022-03-17T09:09:20.091Z] [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)
05:09:20 [2022-03-17T09:09:20.091Z] [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)
05:09:20 [2022-03-17T09:09:20.348Z] [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)
05:09:20 [2022-03-17T09:09:20.348Z] [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)
05:09:20 [2022-03-17T09:09:20.348Z] [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)
05:09:20 [2022-03-17T09:09:20.348Z] [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)
05:09:20 [2022-03-17T09:09:20.348Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.606Z] [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)
05:09:20 [2022-03-17T09:09:20.864Z] [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)
05:09:20 [2022-03-17T09:09:20.864Z] [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)
05:09:20 [2022-03-17T09:09:20.864Z] [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)
05:09:20 [2022-03-17T09:09:20.864Z] [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)
05:09:21 [2022-03-17T09:09:21.428Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.686Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:21 [2022-03-17T09:09:21.944Z] [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)
05:09:22 [2022-03-17T09:09:22.202Z] [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)
05:09:22 [2022-03-17T09:09:22.202Z] [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)
05:09:22 [2022-03-17T09:09:22.202Z] [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)
05:09:22 [2022-03-17T09:09:22.202Z] [INFO] Fetching org.eclipse.pde.ui_3.13.400.v20220215-1440.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (4.54MB)
05:09:22 [2022-03-17T09:09:22.460Z] [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)
05:09:23 [2022-03-17T09:09:23.024Z] [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)
05:09:23 [2022-03-17T09:09:23.024Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.282Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.540Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:23 [2022-03-17T09:09:23.798Z] [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)
05:09:24 [2022-03-17T09:09:24.365Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:24 [2022-03-17T09:09:24.930Z] [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)
05:09:24 [2022-03-17T09:09:24.930Z] [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)
05:09:26 [2022-03-17T09:09:26.302Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:26 [2022-03-17T09:09:26.302Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:26 [2022-03-17T09:09:26.303Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:26 [2022-03-17T09:09:26.303Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:26 [2022-03-17T09:09:26.303Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:26 [2022-03-17T09:09:26.303Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:26 [2022-03-17T09:09:26.303Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:26 [2022-03-17T09:09:26.303Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:26 [2022-03-17T09:09:26.303Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:26 [2022-03-17T09:09:26.303Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:26 [2022-03-17T09:09:26.303Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:26 [2022-03-17T09:09:26.303Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:26 [2022-03-17T09:09:26.561Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:26 [2022-03-17T09:09:26.561Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:26 [2022-03-17T09:09:26.562Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:26 [2022-03-17T09:09:26.562Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:26 [2022-03-17T09:09:26.562Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:29 [2022-03-17T09:09:29.088Z] [INFO] 
05:09:29 [2022-03-17T09:09:29.088Z] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ eclipse.releng.repository.java18patch ---
05:09:29 [2022-03-17T09:09:29.088Z] [INFO] 
05:09:29 [2022-03-17T09:09:29.088Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:archive-repository (default-archive-repository) @ eclipse.releng.repository.java18patch ---
05:09:29 [2022-03-17T09:09:29.088Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [INFO] 
05:09:30 [2022-03-17T09:09:30.026Z] [INFO] --- maven-antrun-plugin:3.0.0:run (unpack-content-jar) @ eclipse.releng.repository.java18patch ---
05:09:30 [2022-03-17T09:09:30.026Z] [INFO] Executing tasks
05:09:30 [2022-03-17T09:09:30.026Z] [INFO] [echoproperties] #Ant properties
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] #Thu Mar 17 09:09:29 UTC 2022
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] aggregatorBuild=true
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] java.specification.version=11
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] sun.cpu.isalist=
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] sun.arch.data.model=64
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] java.vendor.url=http\://java.oracle.com/
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] code.ignoredWarnings=-warn\:-deprecation,unavoidableGenericProblems,warningToken
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] eclipse-repo.url=https\://repo.eclipse.org/content/repositories/cbi/
05:09:30 [2022-03-17T09:09:30.026Z] [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\=20220317-0500 -DbuildType\=P -DbuildId\=P20220317-0500 -Declipse-p2-repo.url\=NOT_FOR_PRODUCTION_USE -Declipse.javadoc\=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] tycho.localArtifacts=ignore
05:09:30 [2022-03-17T09:09:30.026Z] [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
05:09:30 [2022-03-17T09:09:30.026Z] [echoproperties] jdk.debug=release
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] java.specification.vendor=Oracle Corporation
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] java.version.date=2019-01-15
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-11/11.0.2+9
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] surefire.platformSystemProperties=
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] project.packaging=eclipse-repository
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] java.specification.name=Java Platform API Specification
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] java.vm.specification.vendor=Oracle Corporation
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] cbi-releases-repo.url=https\://repo.eclipse.org/content/repositories/cbi-releases/
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] tycho-snapshot-repo.url=https\://repo.eclipse.org/content/repositories/tycho-snapshots/
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] jgit.dirtyWorkingTree-platformDefault=ignore
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] eclipse.p2.atomic.composite.loading.default=true
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] macSigner.forceContinue=false
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] java.runtime.version=11.0.2+9
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] surefire.version=3.0.0-M5
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [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
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] file.encoding=UTF-8
05:09:30 [2022-03-17T09:09:30.027Z] [echoproperties] guice.disable.misplaced.annotation.check=true
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] maven.build.timestamp.format=yyyyMMdd-HHmm
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] java.vendor.version=18.9
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] tycho.version=2.7.0
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] surefire.systemProperties=
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] jgit.dirtyWorkingTree=error
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] java.version=11
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] org.eclipse.jdt\:org.eclipse.jdt.core.manipulation\:eclipse-plugin=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.16.0-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [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
05:09:30 [2022-03-17T09:09:30.028Z] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] java.vendor=Oracle Corporation
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] sun.io.unicode.encoding=UnicodeLittle
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] versionRangeForPatchPDE=[3.14.1100.v20220308-0310,3.14.1149.v20220426-2027)
05:09:30 [2022-03-17T09:09:30.029Z] [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.800-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] releaseNumberSDK=4.23
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] cbi.jarsigner.continueOnFail=true
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] tycho.mode=extension
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] project.groupId=eclipse.platform.releng
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] versionRangeForPatch=[3.18.1100.v20220308-0310,3.18.1149.v20220426-2027)
05:09:30 [2022-03-17T09:09:30.029Z] [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
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] surefire.moduleProperties=--add-modules\=ALL-SYSTEM
05:09:30 [2022-03-17T09:09:30.029Z] [echoproperties] user.timezone=UTC
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [echoproperties] java.vm.specification.version=11
05:09:30 [2022-03-17T09:09:30.030Z] [echoproperties] os.name=Linux
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [echoproperties] eclipse-p2-repo.url=NOT_FOR_PRODUCTION_USE
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [echoproperties] qualifier.format='v'yyyyMMdd-HHmm'_BETA_JAVA18'
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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.50-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [echoproperties] user.home=/home/jenkins
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [echoproperties] eclipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.030Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] tycho.scmUrl=scm\:git\:https\://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] buildType=P
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] defaultSigning-excludeInnerJars=false
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] buildTimestamp=20220317-0500
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] tycho.env.osgi.ws=gtk
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] path.separator=\:
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] cbi-snapshots-repo.url=https\://repo.eclipse.org/content/repositories/cbi-snapshots/
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] os.version=5.14.14-200.fc34.x86_64
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [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
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM
05:09:30 [2022-03-17T09:09:30.031Z] [echoproperties] cbi-plugins.version=1.3.2
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] tycho.debug.artifactcomparator=true
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] previous-release.baseline=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] featureToPatchVersion=3.18.1100.v20220308-0310
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] os.arch=amd64
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] maven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] p2.userAgent=tycho/2.7.0
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] compare-version-with-baselines.skip=true
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] surefire.testArgLine=
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] cbi-jdt-repo.url=https\://repo.eclipse.org/content/repositories/eclipse-staging/
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] contentjarexists=true
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.032Z] [echoproperties] java.vm.info=mixed mode
05:09:30 [2022-03-17T09:09:30.032Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] java.class.version=55.0
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] ant.project.default-target=default
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] awt.toolkit=sun.awt.X11.XToolkit
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] ant.project.name=maven-antrun-
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] sun.jnu.encoding=UTF-8
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] project.name=eclipse.releng.repository.java18patch
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] cbi-ecj-version=3.29.0.v20220214-1307
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] maven.home=/opt/tools/apache-maven/latest
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] project.artifactId=eclipse.releng.repository.java18patch
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.033Z] [echoproperties] project.version=1.2.300-SNAPSHOT
05:09:30 [2022-03-17T09:09:30.033Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] file.separator=/
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] java.vm.compressedOopsMode=Zero based
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] line.separator=\n
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] buildQualifier=v20220315-0826_BETA_JAVA18
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] releaseNumberPlatform=4.23
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] user.name=jenkins
05:09:30 [2022-03-17T09:09:30.034Z] [echoproperties] osgi.framework.useSystemProperties=false
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.034Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] sun.os.patch.level=unknown
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] ant.version=Apache Ant(TM) version 1.9.14 compiled on March 12 2019
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] comparator.repo=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] maven.repo.local=localMavenRepo
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] releaseName=2022-03
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] tycho.env.osgi.arch=x86_64
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] tests.ignoredWarnings=-warn\:-deprecation,raw,unchecked,discouraged,warningToken
05:09:30 [2022-03-17T09:09:30.035Z] [echoproperties] java.vm.vendor=Oracle Corporation
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.035Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] maven.conf=/opt/tools/apache-maven/latest/conf
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] ant.file.type.maven-antrun-=file
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] sun.java.launcher=SUN_STANDARD
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] user.country=US
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] qualifiedVersion=1.2.300.v20220315-0826_BETA_JAVA18
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] sun.cpu.endian=little
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] user.language=en
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] featureToPatchPDE=org.eclipse.pde
05:09:30 [2022-03-17T09:09:30.036Z] [echoproperties] ant.java.version=11
05:09:30 [2022-03-17T09:09:30.036Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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.100-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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.500-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] java.runtime.name=OpenJDK Runtime Environment
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] eclipserun-repo=https\://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:30 [2022-03-17T09:09:30.037Z] [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.100-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] ant.project.invoked-targets=preTransform
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] unqualifiedVersion=1.2.300
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] project.build.sourceEncoding=UTF-8
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] skipTests=true
05:09:30 [2022-03-17T09:09:30.037Z] [echoproperties] featureToPatch=org.eclipse.jdt
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.037Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [echoproperties] java.vendor.url.bug=http\://bugreport.java.com/bugreport/
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [echoproperties] user.dir=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
05:09:30 [2022-03-17T09:09:30.038Z] [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.0-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [echoproperties] buildId=P20220317-0500
05:09:30 [2022-03-17T09:09:30.038Z] [echoproperties] featureToPatchVersionPDE=3.14.1100.v20220308-0310
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [echoproperties] tycho.env.osgi.os=linux
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.038Z] [echoproperties] java.vm.version=11.0.2+9
05:09:30 [2022-03-17T09:09:30.038Z] [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
05:09:30 [2022-03-17T09:09:30.039Z] [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
05:09:30 [2022-03-17T09:09:30.039Z] [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.0-SNAPSHOT.jar
05:09:30 [2022-03-17T09:09:30.039Z] [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
05:09:30 [2022-03-17T09:09:30.039Z] [echoproperties] maven.project.dependencies.versions=1.2.300-SNAPSHOT\:1.2.300-SNAPSHOT\:1.4.50-SNAPSHOT\:3.17.200.v20220215-2237\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:1.10.12.v20211102-1452\:3.10.100.v20210722-1426\:3.16.0.v20220211-2322\:3.8.100.v20210910-0640\:3.9.100.v20211021-1418\:3.11.100.v20211021-1418\:3.8.100.v20210910-0640\:3.24.100.v20220211-2001\:1.9.300.v20220121-1426\:3.12.100.v20220120-1329\:3.16.100.v20220214-1012\:1.6.100.v20211021-1418\:3.12.0.v20210512-1644\:3.29.0-SNAPSHOT\:3.6.1000.v20201020-1107\:3.9.300.v20220204-0611\:1.3.100-SNAPSHOT\:1.16.0-SNAPSHOT\:3.7.200.v20220202-1008\:3.5.100.v20210721-1355\:3.19.0.v20220125-2302\:3.12.100.v20210926-1112\:3.19.100.v20220301-0551\:3.19.500-SNAPSHOT\:1.1.300-SNAPSHOT\:3.18.1100.v20220308-0310\:3.26.0-SNAPSHOT\:67.1.0.v20200706-1749\:5.8.0.v20210503-0343\:5.8.0.v20210406-1004\:1.3.5.v20200909-1856\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:1.14.0.v20210324-0332\:2.6.0.v20210409-0748\:1.1.0.v201011041433\:3.0.0.draft20060413_v201105210656\:1.3.1.v200903091627\:2.8.0.v20210415-0900\:1.2.0.v20180409-1502\:2.1.24.v20200924-1939\:3.10.200.v20210723-0643\:3.6.100.v20210723-1119\:1.70.0.v20220105-1522\:1.70.0.v20220105-1522\:3.8.300.v20220121-1000\:3.201.0.v20220124-1108\:3.20.0.v20220218-1549\:3.18.500.v20220215-1304\:3.11.100.v20210816-0811\:3.16.400.v20220218-1619\:3.14.300.v20210913-0815\:3.11.300.v20211022-1451\:1.11.0.v20220118-1028\:1.12.0.v20211231-1006\:1.9.0.v20210619-1129\:3.16.0.v20220228-0706\:3.11.100.v20210721-1355\:3.9.100.v20210721-0601\:3.25.0.v20220218-1636\:3.125.0.v20220308-0722\:1.5.0.v20210115-1333\:1.0.100.v20211204-1536\:1.8.100.v20210910-0640\:1.0.0.v20091030\:1.9.100.v20211011-1349\:2.3.100.v20210910-0640\:1.7.100.v20210910-0640\:0.17.100.v20210910-0640\:0.16.200.v20210910-0640\:0.3.0.v20210722-1426\:1.3.0.v200911051830\:2.26.0.v20220123-0838\:0.13.100.v20210722-1426\:3.119.0.v20220223-1102\:0.13.200.v20211022-1402\:0.14.400.v20211026-1534\:0.13.0.v20201026-1147\:1.4.0.v20210621-1133\:1.3.200.v20211210-1500\:3.16.0.v20210625-1251\:2.2.0.v20210727-1533\:1.6.100.v20211021-1418\:1.3.0.v20210621-1136\:1.13.100.v20211019-0756\:2.14.0.v20190528-0725\:2.16.0.v20190528-0725\:1.4.400.v20211102-0453\:0.15.400.v20220308-0630\:0.16.400.v20220222-1128\:1.13.0.v20210619-1146\:0.16.0.v20210619-0956\:1.2.100.v20211001-1648\:2.24.0.v20220123-0838\:1.4.100.v20211021-1418\:1.4.400.v20220223-1131\:2.6.100.v20210813-0606\:1.9.0.v20210624-1259\:2.9.0.v20220210-1157\:1.2.200.v20220207-0719\:2.6.0.v20220215-0840\:2.7.300.v20220209-1714\:1.4.0.v20210315-2228\:1.3.900.v20220108-1321\:3.14.100.v20220120-1549\:3.9.200.v20211130-1532\:3.12.0.v20210618-1953\:3.10.200.v20211009-1706\:3.8.400.v20220203-1803\:3.119.0.v20220223-1102\:3.9.100.v20201223-1348\:1.0.1.v200903091627\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:3.119.0.v20220223-1102\:1.2.800-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.100-SNAPSHOT\:1.2.200.v20211013-0600\:1.1.300-SNAPSHOT\:3.14.1100.v20220308-0310\:
05:09:30 [2022-03-17T09:09:30.039Z] [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
05:09:30 [2022-03-17T09:09:30.039Z] [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
05:09:30 [2022-03-17T09:09:30.039Z] [WARNING]      [echo] unzip content.jar, for xslt transform
05:09:30 [2022-03-17T09:09:30.039Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [WARNING]      [echo] backup, of originals, just to help debugging
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [INFO] Executed tasks
05:09:30 [2022-03-17T09:09:30.040Z] [INFO] 
05:09:30 [2022-03-17T09:09:30.040Z] [INFO] --- xml-maven-plugin:1.0.2:transform (transformForExactVersionRange) @ eclipse.releng.repository.java18patch ---
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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 88 kB/s)
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.040Z] [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
05:09:30 [2022-03-17T09:09:30.297Z] [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
05:09:30 [2022-03-17T09:09:30.297Z] [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
05:09:30 [2022-03-17T09:09:30.297Z] [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
05:09:30 [2022-03-17T09:09:30.297Z] [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
05:09:30 [2022-03-17T09:09:30.297Z] [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 1.6 MB/s)
05:09:30 [2022-03-17T09:09:30.297Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
05:09:30 [2022-03-17T09:09:30.297Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
05:09:30 [2022-03-17T09:09:30.297Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
05:09:30 [2022-03-17T09:09:30.297Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
05:09:30 [2022-03-17T09:09:30.297Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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 6.2 MB/s)
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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 113 kB/s)
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.7 MB/s)
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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 220 kB/s)
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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
05:09:30 [2022-03-17T09:09:30.298Z] [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 318 kB/s)
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
05:09:30 [2022-03-17T09:09:30.298Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom
05:09:30 [2022-03-17T09:09:30.588Z] [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
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 3.7 MB/s)
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/24/commons-parent-24.pom
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom
05:09:30 [2022-03-17T09:09:30.588Z] [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
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 7.9 MB/s)
05:09:30 [2022-03-17T09:09:30.588Z] [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
05:09:30 [2022-03-17T09:09:30.588Z] [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
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
05:09:30 [2022-03-17T09:09:30.588Z] [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
05:09:30 [2022-03-17T09:09:30.588Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.jar
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.589Z] [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
05:09:30 [2022-03-17T09:09:30.590Z] [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
05:09:30 [2022-03-17T09:09:30.590Z] [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
05:09:30 [2022-03-17T09:09:30.590Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 4.0 MB/s)
05:09:30 [2022-03-17T09:09:30.886Z] [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 684 kB/s)
05:09:30 [2022-03-17T09:09:30.886Z] [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 5.4 MB/s)
05:09:30 [2022-03-17T09:09:30.886Z] [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.0 MB/s)
05:09:30 [2022-03-17T09:09:30.886Z] [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 309 kB/s)
05:09:31 [2022-03-17T09:09:31.170Z] [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
05:09:31 [2022-03-17T09:09:31.428Z] [INFO] Transformed 1 file(s).
05:09:31 [2022-03-17T09:09:31.428Z] [INFO] 
05:09:31 [2022-03-17T09:09:31.428Z] [INFO] --- tycho-p2-publisher-plugin:2.7.0:publish-categories (categories-java18patch) @ eclipse.releng.repository.java18patch ---
05:09:31 [2022-03-17T09:09:31.428Z] [INFO] 
05:09:31 [2022-03-17T09:09:31.428Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:assemble-repository (assemble-java18patch) @ eclipse.releng.repository.java18patch ---
05:09:31 [2022-03-17T09:09:31.428Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 
05:09:31 [2022-03-17T09:09:31.428Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.428Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 
05:09:31 [2022-03-17T09:09:31.429Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 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].
05:09:31 [2022-03-17T09:09:31.429Z] 
05:09:31 [2022-03-17T09:09:31.687Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 
05:09:31 [2022-03-17T09:09:31.687Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 
05:09:31 [2022-03-17T09:09:31.687Z] [WARNING] Following dependencies were not found by the slicer (you can disregard this if it is intentional):
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.687Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 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].
05:09:31 [2022-03-17T09:09:31.688Z] 
05:09:32 [2022-03-17T09:09:32.255Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:32 [2022-03-17T09:09:32.255Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:32 [2022-03-17T09:09:32.255Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:32 [2022-03-17T09:09:32.255Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:32 [2022-03-17T09:09:32.255Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:32 [2022-03-17T09:09:32.255Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:32 [2022-03-17T09:09:32.255Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:32 [2022-03-17T09:09:32.255Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:32 [2022-03-17T09:09:32.255Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:32 [2022-03-17T09:09:32.255Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:32 [2022-03-17T09:09:32.256Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:32 [2022-03-17T09:09:32.256Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:32 [2022-03-17T09:09:32.256Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:32 [2022-03-17T09:09:32.256Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:32 [2022-03-17T09:09:32.256Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:32 [2022-03-17T09:09:32.256Z] [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.api.tools [1.2.800.v20220204-0559,1.2.800.v20220204-0559].]
05:09:32 [2022-03-17T09:09:32.256Z] [WARNING] More information on the preceding warning(s) can be found here:
05:09:32 [2022-03-17T09:09:32.256Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
05:09:34 [2022-03-17T09:09:34.155Z] [INFO] 
05:09:34 [2022-03-17T09:09:34.155Z] [INFO] --- maven-antrun-plugin:3.0.0:run (jar-content-xml) @ eclipse.releng.repository.java18patch ---
05:09:34 [2022-03-17T09:09:34.155Z] [INFO] Executing tasks
05:09:34 [2022-03-17T09:09:34.155Z] [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
05:09:34 [2022-03-17T09:09:34.155Z] [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
05:09:34 [2022-03-17T09:09:34.155Z] [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
05:09:34 [2022-03-17T09:09:34.155Z] [INFO] Executed tasks
05:09:34 [2022-03-17T09:09:34.155Z] [INFO] 
05:09:34 [2022-03-17T09:09:34.155Z] [INFO] --- tycho-p2-repository-plugin:2.7.0:archive-repository (archive-java18patch) @ eclipse.releng.repository.java18patch ---
05:09:34 [2022-03-17T09:09:34.155Z] [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
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] 
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] --- tycho-p2-extras-plugin:2.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.releng.repository.java18patch ---
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] Skipped
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] 
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ eclipse.releng.repository.java18patch ---
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] 
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata (p2-metadata) @ eclipse.releng.repository.java18patch ---
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] ------------------------------------------------------------------------
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] Reactor Summary:
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] 
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] eclipse-platform-parent 4.23.0-SNAPSHOT ............ SUCCESS [ 20.671 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] eclipse-sdk-prereqs 4.23.0-SNAPSHOT ................ SUCCESS [  1.312 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] eclipse.platform.releng.java18patch 4.23.0-SNAPSHOT  SUCCESS [  0.007 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.dummy 1.1.300-SNAPSHOT ............. SUCCESS [ 16.283 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt 3.18.1100.v20220308-0310 ........... SUCCESS [  1.474 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.pde.dummy 1.1.300-SNAPSHOT ............. SUCCESS [  1.727 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.pde 3.14.1100.v20220308-0310 ........... SUCCESS [  1.390 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.core 3.29.0-SNAPSHOT ............... SUCCESS [ 44.814 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.compiler.tool 1.3.100-SNAPSHOT ..... SUCCESS [  8.113 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.compiler.apt 1.4.50-SNAPSHOT ....... SUCCESS [  9.957 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.launching 3.19.500-SNAPSHOT ........ SUCCESS [ 10.250 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.core.manipulation 1.16.0-SNAPSHOT .. SUCCESS [ 10.401 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.ui 3.26.0-SNAPSHOT ................. SUCCESS [ 34.486 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.pde.build 3.11.100-SNAPSHOT ............ SUCCESS [  8.472 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.pde.api.tools 1.2.800-SNAPSHOT ......... SUCCESS [  7.904 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.jdt.java18patch 1.2.300-SNAPSHOT ....... SUCCESS [  2.424 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] org.eclipse.pde.java18patch 1.2.300-SNAPSHOT ....... SUCCESS [  2.299 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] eclipse.releng.repository.java18patch 1.2.300-SNAPSHOT SUCCESS [ 17.011 s]
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] ------------------------------------------------------------------------
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] BUILD SUCCESS
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] ------------------------------------------------------------------------
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] Total time:  04:17 min
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] Finished at: 2022-03-17T09:09:35Z
05:09:35 [2022-03-17T09:09:35.529Z] [INFO] ------------------------------------------------------------------------
05:09:36 [2022-03-17T09:09:36.470Z] + [[ 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
05:09:37 [2022-03-17T09:09:37.079Z] Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on aggrbuild-pod-zzzx4-0h7c3
[Pipeline] {
[Pipeline] sh
05:09:41 [2022-03-17T09:09:41.228Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:09:41 [2022-03-17T09:09:41.229Z] + bash -x ./mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.229Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log
05:09:41 [2022-03-17T09:09:41.229Z] + set -e
05:09:41 [2022-03-17T09:09:41.229Z] + '[' 1 -ne 1 ']'
05:09:41 [2022-03-17T09:09:41.229Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
05:09:41 [2022-03-17T09:09:41.229Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.229Z] ++ export TIMESTAMP=20220317-0500
05:09:41 [2022-03-17T09:09:41.229Z] ++ TIMESTAMP=20220317-0500
05:09:41 [2022-03-17T09:09:41.229Z] ++ export 'BUILD_PRETTY_DATE=Thu Mar 17 05:00:00 EDT 2022'
05:09:41 [2022-03-17T09:09:41.229Z] ++ BUILD_PRETTY_DATE='Thu Mar 17 05:00:00 EDT 2022'
05:09:41 [2022-03-17T09:09:41.229Z] ++ export BRANCH=R4_23_maintenance
05:09:41 [2022-03-17T09:09:41.229Z] ++ BRANCH=R4_23_maintenance
05:09:41 [2022-03-17T09:09:41.229Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch
05:09:41 [2022-03-17T09:09:41.229Z] ++ PATCH_OR_BRANCH_LABEL=java18patch
05:09:41 [2022-03-17T09:09:41.229Z] ++ export PATCH_BUILD=java18patch
05:09:41 [2022-03-17T09:09:41.229Z] ++ PATCH_BUILD=java18patch
05:09:41 [2022-03-17T09:09:41.229Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18'
05:09:41 [2022-03-17T09:09:41.229Z] ++ BUILD_TYPE_NAME='Beta Java 18'
05:09:41 [2022-03-17T09:09:41.229Z] ++ export BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.229Z] ++ BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.229Z] ++ export TESTED_BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.229Z] ++ TESTED_BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.229Z] ++ export RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.229Z] ++ RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.229Z] ++ export STREAM=4.23.0
05:09:41 [2022-03-17T09:09:41.229Z] ++ STREAM=4.23.0
05:09:41 [2022-03-17T09:09:41.229Z] ++ export STREAMMajor=4
05:09:41 [2022-03-17T09:09:41.229Z] ++ STREAMMajor=4
05:09:41 [2022-03-17T09:09:41.229Z] ++ export STREAMMinor=23
05:09:41 [2022-03-17T09:09:41.229Z] ++ STREAMMinor=23
05:09:41 [2022-03-17T09:09:41.229Z] ++ export STREAMService=0
05:09:41 [2022-03-17T09:09:41.229Z] ++ STREAMService=0
05:09:41 [2022-03-17T09:09:41.229Z] ++ export GIT_ROOT=git@github.com:
05:09:41 [2022-03-17T09:09:41.229Z] ++ GIT_ROOT=git@github.com:
05:09:41 [2022-03-17T09:09:41.229Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:41 [2022-03-17T09:09:41.229Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:41 [2022-03-17T09:09:41.229Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:09:41 [2022-03-17T09:09:41.229Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:09:41 [2022-03-17T09:09:41.229Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:09:41 [2022-03-17T09:09:41.229Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:09:41 [2022-03-17T09:09:41.229Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
05:09:41 [2022-03-17T09:09:41.229Z] ++ UPDATES_DIR=siteDir/eclipse/updates
05:09:41 [2022-03-17T09:09:41.229Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:09:41 [2022-03-17T09:09:41.229Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:09:41 [2022-03-17T09:09:41.229Z] ++ export TMP_DIR=tmp
05:09:41 [2022-03-17T09:09:41.229Z] ++ TMP_DIR=tmp
05:09:41 [2022-03-17T09:09:41.229Z] ++ export DOWNLOAD_HOST=download.eclipse.org
05:09:41 [2022-03-17T09:09:41.229Z] ++ DOWNLOAD_HOST=download.eclipse.org
05:09:41 [2022-03-17T09:09:41.229Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:09:41 [2022-03-17T09:09:41.229Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:09:41 [2022-03-17T09:09:41.229Z] ++ export LOCAL_REPO=localMavenRepo
05:09:41 [2022-03-17T09:09:41.229Z] ++ LOCAL_REPO=localMavenRepo
05:09:41 [2022-03-17T09:09:41.229Z] ++ export BASEBUILDER_TAG=4.22
05:09:41 [2022-03-17T09:09:41.229Z] ++ BASEBUILDER_TAG=4.22
05:09:41 [2022-03-17T09:09:41.230Z] ++ export API_PREV_REF_LABEL=4.22
05:09:41 [2022-03-17T09:09:41.230Z] ++ API_PREV_REF_LABEL=4.22
05:09:41 [2022-03-17T09:09:41.230Z] ++ export API_FREEZE_REF_LABEL=
05:09:41 [2022-03-17T09:09:41.230Z] ++ API_FREEZE_REF_LABEL=
05:09:41 [2022-03-17T09:09:41.230Z] ++ export 'FREEZE_PARAMS= '
05:09:41 [2022-03-17T09:09:41.230Z] ++ FREEZE_PARAMS=' '
05:09:41 [2022-03-17T09:09:41.230Z] ++ export PREVIOUS_RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.230Z] ++ PREVIOUS_RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.230Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.23
05:09:41 [2022-03-17T09:09:41.230Z] ++ PREVIOUS_RELEASE_REPO_ID=4.23
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BASEBUILD_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.230Z] ++ BASEBUILD_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.230Z] ++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.230Z] ++ PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:09:41 [2022-03-17T09:09:41.230Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:09:41 [2022-03-17T09:09:41.230Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:09:41 [2022-03-17T09:09:41.230Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:09:41 [2022-03-17T09:09:41.230Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:09:41 [2022-03-17T09:09:41.230Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:41 [2022-03-17T09:09:41.230Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:41 [2022-03-17T09:09:41.230Z] ++ export MAVEN_OPTS=-Xmx6G
05:09:41 [2022-03-17T09:09:41.230Z] ++ MAVEN_OPTS=-Xmx6G
05:09:41 [2022-03-17T09:09:41.230Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:41 [2022-03-17T09:09:41.230Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.230Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:09:41 [2022-03-17T09:09:41.230Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:09:41 [2022-03-17T09:09:41.230Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BUILD_ID=P20220317-0500
05:09:41 [2022-03-17T09:09:41.230Z] ++ BUILD_ID=P20220317-0500
05:09:41 [2022-03-17T09:09:41.230Z] ++ export BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.230Z] ++ BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.230Z] ++ export EQ_BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.230Z] ++ EQ_BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.230Z] ++ export EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:09:41 [2022-03-17T09:09:41.230Z] ++ EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:09:41 [2022-03-17T09:09:41.230Z] ++ 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
05:09:41 [2022-03-17T09:09:41.230Z] ++ 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
05:09:41 [2022-03-17T09:09:41.230Z] ++ 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
05:09:41 [2022-03-17T09:09:41.230Z] ++ 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
05:09:41 [2022-03-17T09:09:41.230Z] ++ 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
05:09:41 [2022-03-17T09:09:41.231Z] ++ 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
05:09:41 [2022-03-17T09:09:41.231Z] ++ 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
05:09:41 [2022-03-17T09:09:41.231Z] ++ 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
05:09:41 [2022-03-17T09:09:41.231Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/P20220317-0500
05:09:41 [2022-03-17T09:09:41.231Z] + JavaCMD=/opt/tools/java/openjdk/jdk-11/latest/bin/java
05:09:41 [2022-03-17T09:09:41.231Z] + 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/P20220317-0500/mavenproperties.properties
05:09:41 [2022-03-17T09:09:41.231Z] + echo java18patch
05:09:41 [2022-03-17T09:09:41.231Z] java18patch
05:09:41 [2022-03-17T09:09:41.231Z] + PATCH_BUILD_GENERIC=java18patch
05:09:41 [2022-03-17T09:09:41.231Z] + 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
05:09:41 [2022-03-17T09:09:41.231Z] + '[' -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 ']'
05:09:41 [2022-03-17T09:09:41.231Z] + 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
05:09:41 [2022-03-17T09:09:41.231Z] ~/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
05:09:41 [2022-03-17T09:09:41.231Z] + 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/P20220317-0500
05:09:41 [2022-03-17T09:09:41.231Z] + popd
05:09:41 [2022-03-17T09:09:41.231Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:09:41 [2022-03-17T09:09:41.231Z] + [[ 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
05:09:41 [2022-03-17T09:09:41.851Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.852Z] +++ export TIMESTAMP=20220317-0500
05:09:41 [2022-03-17T09:09:41.852Z] +++ TIMESTAMP=20220317-0500
05:09:41 [2022-03-17T09:09:41.852Z] +++ export 'BUILD_PRETTY_DATE=Thu Mar 17 05:00:00 EDT 2022'
05:09:41 [2022-03-17T09:09:41.852Z] +++ BUILD_PRETTY_DATE='Thu Mar 17 05:00:00 EDT 2022'
05:09:41 [2022-03-17T09:09:41.852Z] +++ export BRANCH=R4_23_maintenance
05:09:41 [2022-03-17T09:09:41.852Z] +++ BRANCH=R4_23_maintenance
05:09:41 [2022-03-17T09:09:41.852Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch
05:09:41 [2022-03-17T09:09:41.852Z] +++ PATCH_OR_BRANCH_LABEL=java18patch
05:09:41 [2022-03-17T09:09:41.852Z] +++ export PATCH_BUILD=java18patch
05:09:41 [2022-03-17T09:09:41.852Z] +++ PATCH_BUILD=java18patch
05:09:41 [2022-03-17T09:09:41.852Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18'
05:09:41 [2022-03-17T09:09:41.852Z] +++ BUILD_TYPE_NAME='Beta Java 18'
05:09:41 [2022-03-17T09:09:41.852Z] +++ export BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.852Z] +++ BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.852Z] +++ export TESTED_BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.852Z] +++ TESTED_BUILD_TYPE=P
05:09:41 [2022-03-17T09:09:41.852Z] +++ export RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.852Z] +++ RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.852Z] +++ export STREAM=4.23.0
05:09:41 [2022-03-17T09:09:41.852Z] +++ STREAM=4.23.0
05:09:41 [2022-03-17T09:09:41.852Z] +++ export STREAMMajor=4
05:09:41 [2022-03-17T09:09:41.852Z] +++ STREAMMajor=4
05:09:41 [2022-03-17T09:09:41.852Z] +++ export STREAMMinor=23
05:09:41 [2022-03-17T09:09:41.852Z] +++ STREAMMinor=23
05:09:41 [2022-03-17T09:09:41.852Z] +++ export STREAMService=0
05:09:41 [2022-03-17T09:09:41.852Z] +++ STREAMService=0
05:09:41 [2022-03-17T09:09:41.852Z] +++ export GIT_ROOT=git@github.com:
05:09:41 [2022-03-17T09:09:41.852Z] +++ GIT_ROOT=git@github.com:
05:09:41 [2022-03-17T09:09:41.852Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:41 [2022-03-17T09:09:41.852Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:41 [2022-03-17T09:09:41.852Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:09:41 [2022-03-17T09:09:41.852Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:09:41 [2022-03-17T09:09:41.852Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:09:41 [2022-03-17T09:09:41.852Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:09:41 [2022-03-17T09:09:41.852Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
05:09:41 [2022-03-17T09:09:41.852Z] +++ UPDATES_DIR=siteDir/eclipse/updates
05:09:41 [2022-03-17T09:09:41.852Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:09:41 [2022-03-17T09:09:41.852Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:09:41 [2022-03-17T09:09:41.853Z] +++ export TMP_DIR=tmp
05:09:41 [2022-03-17T09:09:41.853Z] +++ TMP_DIR=tmp
05:09:41 [2022-03-17T09:09:41.853Z] +++ export DOWNLOAD_HOST=download.eclipse.org
05:09:41 [2022-03-17T09:09:41.853Z] +++ DOWNLOAD_HOST=download.eclipse.org
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:09:41 [2022-03-17T09:09:41.853Z] +++ export LOCAL_REPO=localMavenRepo
05:09:41 [2022-03-17T09:09:41.853Z] +++ LOCAL_REPO=localMavenRepo
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BASEBUILDER_TAG=4.22
05:09:41 [2022-03-17T09:09:41.853Z] +++ BASEBUILDER_TAG=4.22
05:09:41 [2022-03-17T09:09:41.853Z] +++ export API_PREV_REF_LABEL=4.22
05:09:41 [2022-03-17T09:09:41.853Z] +++ API_PREV_REF_LABEL=4.22
05:09:41 [2022-03-17T09:09:41.853Z] +++ export API_FREEZE_REF_LABEL=
05:09:41 [2022-03-17T09:09:41.853Z] +++ API_FREEZE_REF_LABEL=
05:09:41 [2022-03-17T09:09:41.853Z] +++ export 'FREEZE_PARAMS= '
05:09:41 [2022-03-17T09:09:41.853Z] +++ FREEZE_PARAMS=' '
05:09:41 [2022-03-17T09:09:41.853Z] +++ export PREVIOUS_RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.853Z] +++ PREVIOUS_RELEASE_VER=4.23
05:09:41 [2022-03-17T09:09:41.853Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23
05:09:41 [2022-03-17T09:09:41.853Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BASEBUILD_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.853Z] +++ BASEBUILD_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.853Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.853Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:09:41 [2022-03-17T09:09:41.853Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:09:41 [2022-03-17T09:09:41.853Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:09:41 [2022-03-17T09:09:41.853Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:09:41 [2022-03-17T09:09:41.853Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:41 [2022-03-17T09:09:41.853Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:41 [2022-03-17T09:09:41.853Z] +++ export MAVEN_OPTS=-Xmx6G
05:09:41 [2022-03-17T09:09:41.853Z] +++ MAVEN_OPTS=-Xmx6G
05:09:41 [2022-03-17T09:09:41.853Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:41 [2022-03-17T09:09:41.853Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILD_ID=P20220317-0500
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILD_ID=P20220317-0500
05:09:41 [2022-03-17T09:09:41.853Z] +++ export BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.853Z] +++ BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.853Z] +++ export EQ_BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.853Z] +++ EQ_BUILD_DIR_SEG=P20220317-0500
05:09:41 [2022-03-17T09:09:41.853Z] +++ export EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:09:41 [2022-03-17T09:09:41.853Z] +++ EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:09:41 [2022-03-17T09:09:41.853Z] +++ 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
05:09:41 [2022-03-17T09:09:41.853Z] +++ 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
05:09:41 [2022-03-17T09:09:41.853Z] +++ 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
05:09:41 [2022-03-17T09:09:41.853Z] +++ 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
05:09:41 [2022-03-17T09:09:41.853Z] +++ 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
05:09:41 [2022-03-17T09:09:41.854Z] +++ 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
05:09:41 [2022-03-17T09:09:41.854Z] +++ 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
05:09:41 [2022-03-17T09:09:41.854Z] +++ 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
05:09:41 [2022-03-17T09:09:41.854Z] ++ echo P20220317-0500
05:09:41 [2022-03-17T09:09:41.854Z] + echo P20220317-0500
[Pipeline] sh
05:09:42 [2022-03-17T09:09:42.390Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:42 [2022-03-17T09:09:42.391Z] +++ export TIMESTAMP=20220317-0500
05:09:42 [2022-03-17T09:09:42.391Z] +++ TIMESTAMP=20220317-0500
05:09:42 [2022-03-17T09:09:42.391Z] +++ export 'BUILD_PRETTY_DATE=Thu Mar 17 05:00:00 EDT 2022'
05:09:42 [2022-03-17T09:09:42.391Z] +++ BUILD_PRETTY_DATE='Thu Mar 17 05:00:00 EDT 2022'
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BRANCH=R4_23_maintenance
05:09:42 [2022-03-17T09:09:42.391Z] +++ BRANCH=R4_23_maintenance
05:09:42 [2022-03-17T09:09:42.391Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch
05:09:42 [2022-03-17T09:09:42.391Z] +++ PATCH_OR_BRANCH_LABEL=java18patch
05:09:42 [2022-03-17T09:09:42.391Z] +++ export PATCH_BUILD=java18patch
05:09:42 [2022-03-17T09:09:42.391Z] +++ PATCH_BUILD=java18patch
05:09:42 [2022-03-17T09:09:42.391Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18'
05:09:42 [2022-03-17T09:09:42.391Z] +++ BUILD_TYPE_NAME='Beta Java 18'
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BUILD_TYPE=P
05:09:42 [2022-03-17T09:09:42.391Z] +++ BUILD_TYPE=P
05:09:42 [2022-03-17T09:09:42.391Z] +++ export TESTED_BUILD_TYPE=P
05:09:42 [2022-03-17T09:09:42.391Z] +++ TESTED_BUILD_TYPE=P
05:09:42 [2022-03-17T09:09:42.391Z] +++ export RELEASE_VER=4.23
05:09:42 [2022-03-17T09:09:42.391Z] +++ RELEASE_VER=4.23
05:09:42 [2022-03-17T09:09:42.391Z] +++ export STREAM=4.23.0
05:09:42 [2022-03-17T09:09:42.391Z] +++ STREAM=4.23.0
05:09:42 [2022-03-17T09:09:42.391Z] +++ export STREAMMajor=4
05:09:42 [2022-03-17T09:09:42.391Z] +++ STREAMMajor=4
05:09:42 [2022-03-17T09:09:42.391Z] +++ export STREAMMinor=23
05:09:42 [2022-03-17T09:09:42.391Z] +++ STREAMMinor=23
05:09:42 [2022-03-17T09:09:42.391Z] +++ export STREAMService=0
05:09:42 [2022-03-17T09:09:42.391Z] +++ STREAMService=0
05:09:42 [2022-03-17T09:09:42.391Z] +++ export GIT_ROOT=git@github.com:
05:09:42 [2022-03-17T09:09:42.391Z] +++ GIT_ROOT=git@github.com:
05:09:42 [2022-03-17T09:09:42.391Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:42 [2022-03-17T09:09:42.391Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:09:42 [2022-03-17T09:09:42.391Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:09:42 [2022-03-17T09:09:42.391Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:09:42 [2022-03-17T09:09:42.391Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:09:42 [2022-03-17T09:09:42.391Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:09:42 [2022-03-17T09:09:42.391Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
05:09:42 [2022-03-17T09:09:42.391Z] +++ UPDATES_DIR=siteDir/eclipse/updates
05:09:42 [2022-03-17T09:09:42.391Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:09:42 [2022-03-17T09:09:42.391Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:09:42 [2022-03-17T09:09:42.391Z] +++ export TMP_DIR=tmp
05:09:42 [2022-03-17T09:09:42.391Z] +++ TMP_DIR=tmp
05:09:42 [2022-03-17T09:09:42.391Z] +++ export DOWNLOAD_HOST=download.eclipse.org
05:09:42 [2022-03-17T09:09:42.391Z] +++ DOWNLOAD_HOST=download.eclipse.org
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:09:42 [2022-03-17T09:09:42.391Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:09:42 [2022-03-17T09:09:42.391Z] +++ export LOCAL_REPO=localMavenRepo
05:09:42 [2022-03-17T09:09:42.391Z] +++ LOCAL_REPO=localMavenRepo
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BASEBUILDER_TAG=4.22
05:09:42 [2022-03-17T09:09:42.391Z] +++ BASEBUILDER_TAG=4.22
05:09:42 [2022-03-17T09:09:42.391Z] +++ export API_PREV_REF_LABEL=4.22
05:09:42 [2022-03-17T09:09:42.391Z] +++ API_PREV_REF_LABEL=4.22
05:09:42 [2022-03-17T09:09:42.391Z] +++ export API_FREEZE_REF_LABEL=
05:09:42 [2022-03-17T09:09:42.391Z] +++ API_FREEZE_REF_LABEL=
05:09:42 [2022-03-17T09:09:42.391Z] +++ export 'FREEZE_PARAMS= '
05:09:42 [2022-03-17T09:09:42.391Z] +++ FREEZE_PARAMS=' '
05:09:42 [2022-03-17T09:09:42.391Z] +++ export PREVIOUS_RELEASE_VER=4.23
05:09:42 [2022-03-17T09:09:42.391Z] +++ PREVIOUS_RELEASE_VER=4.23
05:09:42 [2022-03-17T09:09:42.391Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.23
05:09:42 [2022-03-17T09:09:42.391Z] +++ PREVIOUS_RELEASE_REPO_ID=4.23
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BASEBUILD_ID=R-4.23-202203080310
05:09:42 [2022-03-17T09:09:42.391Z] +++ BASEBUILD_ID=R-4.23-202203080310
05:09:42 [2022-03-17T09:09:42.391Z] +++ export PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:09:42 [2022-03-17T09:09:42.391Z] +++ PREVIOUS_RELEASE_ID=R-4.23-202203080310
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:09:42 [2022-03-17T09:09:42.391Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:09:42 [2022-03-17T09:09:42.391Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:09:42 [2022-03-17T09:09:42.391Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:09:42 [2022-03-17T09:09:42.391Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:09:42 [2022-03-17T09:09:42.391Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:42 [2022-03-17T09:09:42.391Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/
05:09:42 [2022-03-17T09:09:42.391Z] +++ export MAVEN_OPTS=-Xmx6G
05:09:42 [2022-03-17T09:09:42.391Z] +++ MAVEN_OPTS=-Xmx6G
05:09:42 [2022-03-17T09:09:42.391Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:42 [2022-03-17T09:09:42.391Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
05:09:42 [2022-03-17T09:09:42.391Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:42 [2022-03-17T09:09:42.391Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:42 [2022-03-17T09:09:42.392Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:09:42 [2022-03-17T09:09:42.392Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:09:42 [2022-03-17T09:09:42.392Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:09:42 [2022-03-17T09:09:42.392Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:09:42 [2022-03-17T09:09:42.392Z] +++ export BUILD_ID=P20220317-0500
05:09:42 [2022-03-17T09:09:42.392Z] +++ BUILD_ID=P20220317-0500
05:09:42 [2022-03-17T09:09:42.392Z] +++ export BUILD_DIR_SEG=P20220317-0500
05:09:42 [2022-03-17T09:09:42.392Z] +++ BUILD_DIR_SEG=P20220317-0500
05:09:42 [2022-03-17T09:09:42.392Z] +++ export EQ_BUILD_DIR_SEG=P20220317-0500
05:09:42 [2022-03-17T09:09:42.392Z] +++ EQ_BUILD_DIR_SEG=P20220317-0500
05:09:42 [2022-03-17T09:09:42.392Z] +++ export EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:09:42 [2022-03-17T09:09:42.392Z] +++ EBUILDER_HASH=cda2f33993756041208d3577bea5688521accee2
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] +++ 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
05:09:42 [2022-03-17T09:09:42.392Z] ++ echo 4.23
05:09:42 [2022-03-17T09:09:42.392Z] + echo 4.23
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
[Pipeline] archiveArtifacts
05:09:42 [2022-03-17T09:09:42.478Z] Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Update Site)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
05:09:50 [2022-03-17T09:09:50.262Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
05:09:50 [2022-03-17T09:09:50.262Z] [ssh-agent] Looking for ssh-agent implementation...
05:09:50 [2022-03-17T09:09:50.571Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
05:09:50 [2022-03-17T09:09:50.571Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:09:50 [2022-03-17T09:09:50.829Z] Executing command: "ssh-agent" 
05:09:50 [2022-03-17T09:09:50.829Z] exit
05:09:50 [2022-03-17T09:09:50.886Z] SSH_AUTH_SOCK=/tmp/ssh-nNH6ZTEFki9W/agent.8037; export SSH_AUTH_SOCK;
05:09:50 [2022-03-17T09:09:50.886Z] SSH_AGENT_PID=8038; export SSH_AGENT_PID;
05:09:50 [2022-03-17T09:09:50.886Z] echo Agent pid 8038;
05:09:50 [2022-03-17T09:09:50.888Z] SSH_AUTH_SOCK=/tmp/ssh-nNH6ZTEFki9W/agent.8037
05:09:50 [2022-03-17T09:09:50.888Z] SSH_AGENT_PID=8038
05:09:50 [2022-03-17T09:09:50.898Z] Running ssh-add (command line suppressed)
05:09:51 [2022-03-17T09:09:51.210Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_18345352504073530398.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_18345352504073530398.key)
05:09:51 [2022-03-17T09:09:51.217Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
05:09:51 [2022-03-17T09:09:51.749Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
05:09:51 [2022-03-17T09:09:51.750Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:09:51 [2022-03-17T09:09:51.750Z] ~/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
05:09:55 [2022-03-17T09:09:55.030Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
[Pipeline] }
05:09:55 [2022-03-17T09:09:55.038Z] Executing sh script inside container jnlp of pod aggrbuild-pod-zzzx4-0h7c3
05:09:55 [2022-03-17T09:09:55.291Z] Executing command: "ssh-agent" "-k" 
05:09:55 [2022-03-17T09:09:55.291Z] exit
05:09:55 [2022-03-17T09:09:55.349Z] unset SSH_AUTH_SOCK;
05:09:55 [2022-03-17T09:09:55.349Z] unset SSH_AGENT_PID;
05:09:55 [2022-03-17T09:09:55.349Z] echo Agent pid 8038 killed;
05:09:55 [2022-03-17T09:09:55.351Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
05:09:55 [2022-03-17T09:09:55.447Z] 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