Skip to content
Success

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/mpc/org.eclipse.epp.mpc/+/192999
Running as SYSTEM
Agent centos-7-3frlp is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-3frlp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-3frlp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-3frlp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-mpc"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-3frlp (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/epp-mpc-gerrit
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc
 > git init /home/jenkins/agent/workspace/epp-mpc-gerrit # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc
 > git fetch --tags --progress https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc refs/changes/99/192999/1 # timeout=10
 > git rev-parse f5d458ccff3e3db3d06b9811a11654bc3792a2bb^{commit} # timeout=10
Checking out Revision f5d458ccff3e3db3d06b9811a11654bc3792a2bb (refs/changes/99/192999/1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f5d458ccff3e3db3d06b9811a11654bc3792a2bb # timeout=10
Commit message: "Bug 578554 - Review comments"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 963aa4d84da40a17f545cdfffd7cc07d837bec64 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[epp-mpc-gerrit] $ Xvnc -help
Starting xvnc
[epp-mpc-gerrit] $ Xvnc :35 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Fri Apr 29 13:22:42 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5935
 vncext:      created VNC server for screen 0
[epp-mpc-gerrit] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=f5d458ccff3e3db3d06b9811a11654bc3792a2bb -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=leif.geiger@yatta.de "-DGERRIT_EVENT_ACCOUNT_NAME=Leif Geiger" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/mpc/org.eclipse.epp.mpc/+/192999 -DGERRIT_PATCHSET_UPLOADER_EMAIL=leif.geiger@yatta.de -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=mpc/org.eclipse.epp.mpc -DGERRIT_CHANGE_NUMBER=192999 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Leif Geiger\" <leif.geiger@yatta.de>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/99/192999/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Leif Geiger" '-DGERRIT_CHANGE_OWNER=\"Leif Geiger\" <leif.geiger@yatta.de>' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU3ODU1NCAtIFJldmlldyBjb21tZW50cwoKQ2hhbmdlLUlkOiBJOWIyNzE5ZDJjMDRlMTEwOTUzNTZkNWIyMDNjYWJlODA4ZmMyMzM3OQpTaWduZWQtb2ZmLWJ5OiBMZWlmIEdlaWdlciA8bGVpZi5nZWlnZXJAeWF0dGEuZGU+Cg== "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 578554 - Review comments" '-DGERRIT_EVENT_ACCOUNT=\"Leif Geiger\" <leif.geiger@yatta.de>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I9b2719d2c04e11095356d5b203cabe808fc23379 -DGERRIT_EVENT_HASH=-831478804 -DGERRIT_VERSION=3.5.1 -DGERRIT_EVENT_ACCOUNT_EMAIL=leif.geiger@yatta.de -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Leif Geiger" -Dtycho.localArtifacts=ignore -Dhttp.nonProxyHosts=localhost -Dorg.eclipse.swt.browser.DefaultType=WebKit -Dtycho.disableP2Mirrors=true -Dorg.eclipse.swt.browser.UseWebKitGTK=true -DskipTests=true -Dmaven.test.failure.ignore=true -Dsurefire.timeout=1500 -Dmaven.repo.local=/home/jenkins/agent/workspace/epp-mpc-gerrit/.repository clean package -Phudson.eclipse.org
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc-target/staging.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], 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@1aebe759...
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/pom.xml
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (46.27kB)
[INFO] Fetching org.eclipse.osgi_3.18.0.v20220426-2016.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/plugins/ (1.46MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (367.61kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (126.4kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (81.45kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (842.59kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (908.89kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (253.08kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.82kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1,021.45kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (350.75kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (359.18kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (144.55kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.200.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/plugins/ (136.34kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220422-2114.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220428-0821.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (109.22kB)
[INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.48kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (55.13kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220309-0649.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (40.45kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.26.0.v20220329-0959.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (201.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (229.55kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (250.35kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (367.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (174.42kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (27.69kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (76.94kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (360.26kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (270.25kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220427-0837.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (25.73kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (21.23kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.15MB)
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Project org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.9.3-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=x86_64) ) skipp dependecy resolution
[INFO] Project org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.9.3-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=x86_64) ) skipp dependecy resolution
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.06kB)
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (297.81kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (137.97kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (56.84kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (81.03kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (108.48kB)
[INFO] Fetching net.bytebuddy.byte-buddy-agent_1.12.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (250.82kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.96MB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (69.34kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (3.45MB)
[INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (20.18kB)
[INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (161.08kB)
[INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (397.87kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (563.82kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (42.65kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220428-0449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (6.69MB)
[INFO] Fetching org.eclipse.core.resources_3.17.0.v20220428-1609.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (889.21kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220314-1449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220428-0356.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.17MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220412-1831.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (401.7kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (528.22kB)
[INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (804.82kB)
[INFO] Fetching org.eclipse.jface.text_3.20.100.v20220317-1324.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220402-1955.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (688.72kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (43.77kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (25.67kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (7.78kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.200.v20220308-0315.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (86.01kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220419-2255.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (132.5kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (31.09kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.400.v20220222-1128.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (94.75kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.100.v20211204-1536.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.100.v20220331-0744.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (376.74kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (138.83kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.100.v20211019-0756.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (168.37kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.200.v20211022-1402.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (206.2kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (161.79kB)
[INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (319.47kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (126.66kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (21.78kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.39kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (57.91kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.9.100.v20211011-1349.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.49kB)
[INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (20.21kB)
[INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (14.73kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (677.41kB)
[INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (374.46kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.63kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.100.v20220310-1056.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.4.0.v20210621-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.0.v20210621-1136.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (10.54kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.16.100.v20220315-2327.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (146.02kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (150.7kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (82.01kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.11.0.v20220118-1028.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (180.24kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.8.0.v20210619-1111.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (75.49kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.0.v20211231-1006.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (208.51kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.9.0.v20210619-1129.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.0.v20220428-0821.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (109.58kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.25.0.v20220422-2114.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (77.56kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (76.54kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.9.200.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/plugins/ (114.52kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (176.1kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.0.v20220426-2016.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.600.v20220207-1403.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (143.33kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.0.v20220427-2144.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.98MB)
[INFO] Fetching org.eclipse.jface.source_3.26.0.v20220329-0959.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.13.0.v20210619-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (230.2kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.0.v20210619-0956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (17.75kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.400.v20211102-0453.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (77.66kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.200.v20211210-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (38.75kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (356.27kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.0.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.4kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.300.v20220309-0649.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.urischeme.source_1.2.100.v20211001-1648.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.5.0.v20220401-0716.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.5kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.15kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (6.47kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.300.v20220420-0901.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (90.56kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (294.61kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.56kB)
[INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (86.1kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (82.96kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.300.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (44.01kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.400.v20220109-1926.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (19.85kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (374.24kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (614.16kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (27.36kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (825.01kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (188.85kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.emf.common.source_2.25.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (219.21kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (41.06kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (57.12kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.27.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/plugins/ (820.63kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (90.8kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (151.53kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (209.97kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.1.0.202106041005.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (55.2kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_3.1.0.202106041005.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (20.82kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (144.31kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (156.48kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (65.43kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (72.52kB)
[INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (618.07kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.500.v20220423-1604.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (658.09kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (74.06kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (110.58kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (233.64kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (756.23kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (162.1kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (548.14kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (169.5kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.300.v20220210-1319.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (85.88kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.15kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.500.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (114.3kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.100.v20220310-1733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (61.45kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.300.v20220421-0708.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (67.38kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.400.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (142.32kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.200.v20220324-1313.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (247.98kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.100.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (134.52kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.100.v20210615-1334.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (96.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.300.v20220210-1319.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.33kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.900.v20220108-1321.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (102.46kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.91kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (31.48kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (64.22kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.59kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (151.4kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (25.97kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (252.88kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.100.v20211220-1825.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.100.v20211217-1131.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (34.04kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (76.76kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (178.51kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (149.7kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.300.v20211214-1242.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (103.44kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (170.59kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.4.v20220213-1624.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (68.52kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.500.v20220423-1604.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (307.2kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.300.v20211214-1242.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (55.97kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.200.v20220115-0654.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (85.53kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.4.v20220213-1624.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (36.43kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (207.24kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (50.45kB)
[INFO] Fetching org.eclipse.help.base_4.3.700.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.help.ui_4.4.0.v20220411-0938.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (535.15kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220330-0448.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (736.44kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (205.75kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (118.63kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (62.66kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (97.96kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (164.65kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (220.17kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (156.2kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (461.72kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (32.57kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.200.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (140.73kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.700.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (307.22kB)
[INFO] Fetching org.eclipse.help.ui.source_4.4.0.v20220411-0938.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (220.94kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.700.v20220330-0448.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (202.2kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (130.56kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (112.83kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (430.62kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (84.42kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (339.86kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (36.21kB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (67.32kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1200.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (39.64kB)
[INFO] Fetching org.eclipse.jdt_3.18.1200.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (42.92kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (344.71kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (379kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (391.95kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (39.9kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (102.22kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (220.82kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220423-1830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.93MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220404-1120.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (910.75kB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1600.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.02MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1300.v20220302-1215.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (8.65MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (176.46kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (57.17kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (26.27kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (25.16kB)
[INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (219.09kB)
[INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (251.3kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (44.28kB)
[INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (608.75kB)
[INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (117.58kB)
[INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (208.15kB)
[INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (180.42kB)
[INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (31.88kB)
[INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (38.14kB)
[INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (30.68kB)
[INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (38.41kB)
[INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (83.87kB)
[INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (21.6kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.200.v20220214-2001.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (610.05kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.50.v20210914-1429.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (356kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (33.87kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.4.100.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (135.96kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.3.150.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.55kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.30.0.v20220428-0449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (5.05MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.16.100.v20220423-1830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.700.v20220412-1831.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (845.7kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.19.200.v20220404-1120.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (770.4kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.14.100.v20220411-0722.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (194.19kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.300.v20220317-1517.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (114.01kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.100.v20210708-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.8kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.38kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1500.v20220308-2347.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.75kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.600.v20220409-1932.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (350.75kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.26.100.v20220428-0356.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (5.4MB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (211.17kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (146.42kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (39.79kB)
[INFO] Fetching org.junit.jupiter.params.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (86.74kB)
[INFO] Fetching org.junit.platform.commons.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (91.89kB)
[INFO] Fetching org.junit.platform.engine.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (153.7kB)
[INFO] Fetching org.junit.platform.launcher.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (115.99kB)
[INFO] Fetching org.junit.platform.runner.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (26.45kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (43.69kB)
[INFO] Fetching org.junit.platform.suite.commons.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (24.88kB)
[INFO] Fetching org.junit.platform.suite.engine.source_1.8.1.v20211028-1957.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (30.17kB)
[INFO] Fetching org.junit.vintage.engine.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (55.01kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (20.91kB)
[INFO] Fetching org.apiguardian.source_1.1.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.6kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.300.v20220408-0629.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (128.18kB)
[INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (40.73kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.900.v20220423-1025.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (945.62kB)
[INFO] Fetching org.eclipse.pde.core_3.15.200.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.35MB)
[INFO] Fetching org.objectweb.asm_9.3.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (119.31kB)
[INFO] Fetching org.objectweb.asm.tree_9.3.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.43kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (514.21kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.500.v20220427-1048.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.pde.build_3.11.200.v20220323-1307.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (477.26kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1600.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (7.05MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.400.v20220330-1406.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (145.39kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (205.14kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.62kB)
[INFO] Fetching org.eclipse.pde_3.13.1900.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (67.74kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.100.v20211112-1151.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.16kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.400.v20220317-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (214.9kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.600.v20220404-2054.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (579.33kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.0.v20220427-1048.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (139.34kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (112.59kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (450.72kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.39kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.200.v20211215-1038.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (87.78kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.95kB)
[INFO] Fetching org.eclipse.pde.spy.model_0.12.200.v20211229-0835.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.13kB)
[INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220330-0908.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.24kB)
[INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.5kB)
[INFO] Fetching org.eclipse.pde.spy.context_1.0.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (88.95kB)
[INFO] Fetching org.eclipse.pde.spy.bundle_0.12.100.v20220125-1245.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (42.98kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.200.v20220323-1307.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (317.15kB)
[INFO] Fetching org.eclipse.pde.core.source_3.15.200.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1,011.32kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.100.v20211112-1151.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.72kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.400.v20220317-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (83.25kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.500.v20220427-1048.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.600.v20220404-2054.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (110.9kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.900.v20220423-1025.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (657.85kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.700.v20220329-0844.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (250.48kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (94.72kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.10.0.v20220427-1048.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (96.37kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (272.26kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.400.v20220330-1406.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (77.44kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.200.v20211215-1038.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (63.3kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.pde.spy.core.source_1.0.200.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (17.32kB)
[INFO] Fetching org.eclipse.pde.spy.model.source_0.12.200.v20211229-0835.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (11.94kB)
[INFO] Fetching org.eclipse.pde.spy.css.source_0.12.300.v20220330-0908.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.94kB)
[INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.300.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (35.5kB)
[INFO] Fetching org.eclipse.pde.spy.context.source_1.0.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (24.88kB)
[INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.100.v20220125-1245.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.200.v20220310-1555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (172.2kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (152.75kB)
[INFO] Fetching org.eclipse.platform_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (685.9kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.79MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.66MB of 38.79MB at 20.66MB/s)
[INFO] Fetching org.eclipse.platform.doc.user_4.24.0.v20220304-1347.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (5.14MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (95.68kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.09MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.100.v20220204-0910.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.91kB)
[INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220326-0710.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (113.08kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1800.v20220316-1102.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (37.76kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.47kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (16.25kB)
[INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.400.v20220317-1003.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (97.29kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (62.17kB)
[INFO] Fetching org.eclipse.compare.source_3.8.400.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (422.94kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.400.v20220419-0658.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (93.12kB)
[INFO] Fetching org.eclipse.core.net.win32.source_1.0.0.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.89kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.600.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (7.41kB)
[INFO] Fetching org.eclipse.core.resources.source_3.17.0.v20220428-1609.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (809.4kB)
[INFO] Fetching org.eclipse.debug.core.source_3.19.100.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (404.53kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.16.100.v20220314-1449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.100.v20220310-1350.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (10.77kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.12.100.v20210926-1112.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (295kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.100.v20220329-1353.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (251.15kB)
[INFO] Fetching org.eclipse.platform.source_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (10.67kB)
[INFO] Fetching org.eclipse.search.source_3.14.100.v20220120-1549.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (264.83kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.300.v20211203-1705.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.44kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.300.v20220204-0611.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (367.78kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.300.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (765.95kB)
[INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (279.35kB)
[INFO] Fetching org.eclipse.jface.text.source_3.20.100.v20220317-1324.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (817.42kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.100.v20210917-1201.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (47.91kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.200.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (136.58kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.500.v20220317-1346.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (253.74kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (57.06kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (251.12kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.7.100.v20211105-1434.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (96.94kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.200.v20211217-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (94.38kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.100.v20220204-0910.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (45.17kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.200.v20211009-1706.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (308.86kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.400.v20220203-1803.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (102.84kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.500.v20220331-0848.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (443.48kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.100.v20210816-0811.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.300.v20210913-0815.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (330.11kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.100.v20210812-1118.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (77.56kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.19.0.v20220402-1955.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.400.v20220326-0710.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.300.v20211022-1451.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (217.67kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.200.v20220125-2302.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (35.58kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1800.v20220316-1102.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (7.39kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.3.200.v20220310-1555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (59.97kB)
[INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.200.v20220308-0315.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.rcp_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (11.1kB)
[INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.ui.source_3.201.0.v20220124-1108.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (145.79kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.125.100.v20220427-0837.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (76.41kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.sdk_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (414.61kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_3.1.0.202106041005.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (256.76kB)
[INFO] Fetching net.bytebuddy.byte-buddy_1.12.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (3.66MB)
[INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (71.25kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220419-2255.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.core.net.linux.source_1.0.100.v20220111-1854.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220419-2255.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (40.81kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.120.0.v20220423-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.800.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (17.61kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.900.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220428-0821.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (21.06kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.24.0.v20220428-0821.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.95kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (21.04kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (27.9kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.600.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (29.35kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (23.74kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (25.15kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.common.source_2.26.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (20.34kB)
[INFO] Fetching org.eclipse.emf.databinding_1.8.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.08kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.8.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (20.29kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.14kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.28.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (20.29kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (20.21kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1400.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.68kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1400.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.49kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.1100.v20220210-1157.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220424-1800/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.13kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.2kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.07kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (18.94kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220427-0410/features/ (19.13kB)
[INFO] Fetching org.eclipse.help_2.3.1000.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.56kB)
[INFO] Fetching org.eclipse.help.source_2.3.1000.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (18.83kB)
[INFO] Fetching org.eclipse.jdt_3.18.1200.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.77kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.1200.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.12kB)
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Fetching org.eclipse.pde_3.14.1200.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.57kB)
[INFO] Fetching org.eclipse.pde.source_3.14.1200.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (18.97kB)
[INFO] Fetching org.eclipse.platform_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (20.65kB)
[INFO] Fetching org.eclipse.platform_root_4.24.0.v20220428-1800 from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/binary/ (196B)
[INFO] Fetching org.eclipse.platform.source_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (20.24kB)
[INFO] Fetching org.eclipse.rcp_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.16kB)
[INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220428-1800 from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/binary/ (20.23kB)
[INFO] Fetching org.eclipse.rcp.source_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (19.21kB)
[INFO] Fetching org.eclipse.sdk_4.24.0.v20220428-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/features/ (22.83kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from http://download.eclipse.org/usssdk/drops/release/1.2.2/features/ (19kB)
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.9.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.epp.mpc-target                                         [pom]
[INFO] org.eclipse.epp.mpc.core                                [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.core.win32                          [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.dependencies                       [eclipse-feature]
[INFO] org.eclipse.epp.mpc.ui.css                              [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.ui                                  [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.help.ui                             [eclipse-plugin]
[INFO] org.eclipse.epp.mpc                                    [eclipse-feature]
[INFO] EPP Marketplace Client                              [eclipse-repository]
[INFO] org.eclipse.epp.mpc.tests                          [eclipse-test-plugin]
[INFO] org.eclipse.epp.mpc.tests.catalog                       [eclipse-plugin]
[INFO] org.eclipse.epp.mpc-root                                           [pom]
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-target >-----------
[INFO] Building org.eclipse.epp.mpc-target 1.9.3-SNAPSHOT                [1/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core >------------
[INFO] Building org.eclipse.epp.mpc.core 1.9.3-SNAPSHOT                  [2/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.core ---
[INFO] The project's OSGi version is 1.9.3.v20220429-1322
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.core ---
[INFO] Compiling 122 source files to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.9.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] ---------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32 >---------
[INFO] Building org.eclipse.epp.mpc.core.win32 1.9.3-SNAPSHOT            [3/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] The project's OSGi version is 1.9.3.v20220420-0901
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.9.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies >--------
[INFO] Building org.eclipse.epp.mpc.dependencies 1.9.3-SNAPSHOT          [4/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.dependencies.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.dependencies ---
[INFO] The project's OSGi version is 1.9.3.v20220420-0901
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.6.0:source-feature (source-feature) @ org.eclipse.epp.mpc.dependencies ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.9.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.dependencies ---
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:xml:p2metadata:1.9.3-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:xml:p2artifacts:1.9.3-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css >-----------
[INFO] Building org.eclipse.epp.mpc.ui.css 1.9.3-SNAPSHOT                [5/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.ui.css ---
[INFO] The project's OSGi version is 1.9.3.v20220121-1317
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.9.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] -------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui >-------------
[INFO] Building org.eclipse.epp.mpc.ui 1.9.3-SNAPSHOT                    [6/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.ui ---
[INFO] The project's OSGi version is 1.9.3.v20220420-0901
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.ui ---
[INFO] Compiling 129 source files to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.9.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] ----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui >-----------
[INFO] Building org.eclipse.epp.mpc.help.ui 1.9.3-SNAPSHOT               [7/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.help.ui ---
[INFO] The project's OSGi version is 1.9.3.v20220121-1317
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.9.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc >---------------
[INFO] Building org.eclipse.epp.mpc 1.9.3-SNAPSHOT                       [8/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc ---
[INFO] The project's OSGi version is 1.9.3.v20220429-1322
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.6.0:source-feature (source-feature) @ org.eclipse.epp.mpc ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.9.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc ---
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc:xml:p2metadata:1.9.3-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc:xml:p2artifacts:1.9.3-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.site >------------
[INFO] Building EPP Marketplace Client 1.9.3-SNAPSHOT                    [9/12]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.site ---
[INFO] The project's OSGi version is 1.9.3.v20220429-1322
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[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
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.epp.mpc.site ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:publish-products (default-publish-products) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Fetching com.sun.jna.source_5.8.0.v20210503-0343.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (174.66kB)
[INFO] Fetching com.sun.jna.platform.source_5.8.0.v20210406-1004.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1.04MB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.6.0:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.9.3-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (promote-assembly) @ org.eclipse.epp.mpc.site ---
[INFO] Reading assembly descriptor: promote-assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (repository-reference) @ org.eclipse.epp.mpc.site ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository
[INFO]      [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository/content.xml to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository/content.xml.tmp
[INFO]      [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/p2content.xslt
[INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository/content.xml.orig
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target
[INFO]      [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/p2content.xml to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/p2content.xml.tmp
[INFO]      [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/p2content.xslt
[INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/p2content.xml.orig
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository/content.jar
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/repository/artifacts.jar
[INFO]   [comp:xz] Building: content.xml.xz
[INFO]   [comp:xz] Building: artifacts.xml.xz
[INFO]      [move] Moving 2 files to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target
[INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.9.3-SNAPSHOT.zip
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.9.3-SNAPSHOT.zip.tmp
[INFO] Executed tasks
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests >------------
[INFO] Building org.eclipse.epp.mpc.tests 1.9.3-SNAPSHOT                [10/12]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests ---
[INFO] The project's OSGi version is 1.9.3.v20220429-1322
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.tests ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.9.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] -------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog >--------
[INFO] Building org.eclipse.epp.mpc.tests.catalog 1.9.3-SNAPSHOT        [11/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] The project's OSGi version is 1.9.3.v20220121-1317
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-gerrit/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.9.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-root >------------
[INFO] Building org.eclipse.epp.mpc-root 1.9.3-SNAPSHOT                 [12/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-root ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc-root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.epp.mpc-root 1.9.3-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.epp.mpc-target ......................... SUCCESS [  6.483 s]
[INFO] org.eclipse.epp.mpc.core ........................... SUCCESS [ 10.429 s]
[INFO] org.eclipse.epp.mpc.core.win32 ..................... SUCCESS [  0.515 s]
[INFO] org.eclipse.epp.mpc.dependencies ................... SUCCESS [  0.287 s]
[INFO] org.eclipse.epp.mpc.ui.css ......................... SUCCESS [  0.286 s]
[INFO] org.eclipse.epp.mpc.ui ............................. SUCCESS [  1.491 s]
[INFO] org.eclipse.epp.mpc.help.ui ........................ SUCCESS [  0.147 s]
[INFO] org.eclipse.epp.mpc ................................ SUCCESS [  0.267 s]
[INFO] EPP Marketplace Client ............................. SUCCESS [ 18.815 s]
[INFO] org.eclipse.epp.mpc.tests .......................... SUCCESS [  0.809 s]
[INFO] org.eclipse.epp.mpc.tests.catalog .................. SUCCESS [  0.085 s]
[INFO] org.eclipse.epp.mpc-root ........................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:36 min
[INFO] Finished at: 2022-04-29T13:24:20Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
Finished: SUCCESS