Started by user Ed Merks Running as Ed Merks Obtained products/org.eclipse.justj.tools.sample.product/Jenkinsfile from git https://git.eclipse.org/r/justj/justj.tools.git Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-n6nqm 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-n6nqm" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.justj.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-n6nqm" - 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-n6nqm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.justj.svc.cluster.local/justj/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10" 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-justj" 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" Running on centos-7-n6nqm in /home/jenkins/agent/workspace/build-sample-product [Pipeline] { [Pipeline] sh + date +%Y%m%d%H%M [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo JRE_REPOSITORY=https://download.eclipse.org/justj/jres/17/updates/milestone/latest [Pipeline] echo ECLIPSE_REPOSITORY=https://download.eclipse.org/releases/2021-09 [Pipeline] echo PROMOTE=true [Pipeline] echo PIPELINE_VERSION=1 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Avoid second fetch Checking out Revision bd0bd533dff6e987bd769cd69e6c02a7bf814888 (refs/remotes/origin/master) Cloning repository https://git.eclipse.org/r/justj/justj.tools.git > git init /home/jenkins/agent/workspace/build-sample-product/justj.tools # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/justj/justj.tools.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/justj/justj.tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/justj/justj.tools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd0bd533dff6e987bd769cd69e6c02a7bf814888 # timeout=10 Commit message: "Bug 576531 - Use https: not git: for cloning; fix missing '" First time build. Skipping changelog. [Pipeline] echo [GIT_BRANCH:origin/master, GIT_CHECKOUT_DIR:justj.tools, GIT_COMMIT:bd0bd533dff6e987bd769cd69e6c02a7bf814888, GIT_URL:https://git.eclipse.org/r/justj/justj.tools.git] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Sample Products) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product [Pipeline] { [Pipeline] sh + mvn --no-transfer-progress -Dorg.eclipse.justj.eclipse.repository=https://download.eclipse.org/releases/2021-09 -Dorg.eclipse.justj.jre.repository=https://download.eclipse.org/justj/jres/17/updates/milestone/latest -DPACK_AND_SIGN=true -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/justj/job/build-sample-product/ -Dgit.commit=bd0bd533dff6e987bd769cd69e6c02a7bf814888 -Dbuild.id=25 clean verify Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.justj:org.eclipse.justj.tools.sample.product:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/pom.xml [INFO] Adding repository https://download.eclipse.org/justj/jres/17/updates/milestone/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/latest/ (443B) [INFO] Fetching p2.index from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/ (16.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-09/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2021-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2021-09/ (481B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2021-09/ [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2021-09/202109101200/ (81.49kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2021-09/202109151000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2021-09/202109151000/ (749.47kB) Oct 12, 2021 9:01:36 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 12, 2021 9:01:36 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22-I-builds/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.22-I-builds [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/ (460B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/categories/ (1.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211009-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211009-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211010-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211010-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/ [INFO] Resolving dependencies of MavenProject: org.eclipse.justj:org.eclipse.justj.tools.sample.product:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/pom.xml [INFO] Fetching S202110120837&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/17/updates/milestone/ [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (111.47MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (11.39MB of 111.47MB at 11.39MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (23.58MB of 111.47MB at 11.79MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (33.6MB of 111.47MB at 10.56MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (48.03MB of 111.47MB at 11.44MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (56.24MB of 111.47MB at 11.25MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (69.21MB of 111.47MB at 10.92MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (80.07MB of 111.47MB at 10.67MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (93.82MB of 111.47MB at 11.96MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (98.71MB of 111.47MB at 10.49MB/s) [INFO] Fetching 202109151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-09/ [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (72.7kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24kB) [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150... [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi_3.17.100.v20210920-2103.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1.4MB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.67MB) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.05kB) [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (62.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (62.49kB) [INFO] Unpacking com.sun.el_2.2.0.v201303151357... [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.35kB) [INFO] Unpacking javax.el_2.2.0.v201303151357... [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (96.33kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.4MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.54MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.54MB) [INFO] Unpacking com.sun.jna_5.8.0.v20210503-0343... [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (399.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (399.8kB) [INFO] Unpacking com.sun.jna.platform_5.8.0.v20210406-1004... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.65kB) [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [INFO] Fetching org.apache.ant_1.10.11.v20210720-1445.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.11.v20210720-1445.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.86MB) [INFO] Unpacking org.apache.ant_1.10.11.v20210720-1445... [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.05kB) [INFO] Unpacking org.apache.batik.constants_1.14.0.v20210324-0332... [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (258.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (258.83kB) [INFO] Unpacking org.apache.xmlgraphics_2.6.0.v20210409-0748... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.59kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (102.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (102.19kB) [INFO] Unpacking org.apache.batik.css_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.44kB) [INFO] Unpacking org.apache.batik.util_1.14.0.v20210324-0332... [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.54kB) [INFO] Unpacking org.apache.batik.i18n_1.14.0.v20210324-0332... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.35kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (143.98kB) [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (104.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (104.22kB) [INFO] Unpacking org.apache.commons.io_2.8.0.v20210415-0900... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.94kB) [INFO] Unpacking org.apache.felix.gogo.command_1.1.2.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.96kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.42kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.4.v20210111-1007... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (155.35kB) [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (338.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (338.2kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225... [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (17.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (17.36kB) [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225... [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (696.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (696.23kB) [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (962.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (962.55kB) [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459... [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.42MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.42MB) [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459... [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.57kB) [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (97.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (97.24kB) [INFO] Unpacking org.bouncycastle.bcpg_1.69.0.v20210713-1924... [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.96MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.96MB) [INFO] Unpacking org.bouncycastle.bcprov_1.69.0.v20210713-1924... [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.24.0.v20210910-0750.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (70.78kB) [INFO] Fetching org.eclipse.ant.core_3.6.200.v20210907-1007.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (107.17kB) [INFO] Fetching org.eclipse.debug.core_3.18.300.v20211011-1841.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (394.79kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.400.v20211011-0920.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (563.25kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (42.34kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (288.46kB) [INFO] Fetching org.eclipse.jdt.core_3.28.0.v20211008-1708.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (6.64MB) [INFO] Fetching org.eclipse.core.resources_3.16.0.v20211001-2032.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (880.15kB) [INFO] Fetching org.eclipse.ant.launching_1.3.100.v20211011-0944.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (160.34kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.200.v20210912-1851.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (69.8kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (140.91kB) [INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (432.54kB) [INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (209.6kB) [INFO] Fetching org.eclipse.debug.ui_3.15.200.v20211011-1841.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (2.96MB) [INFO] Fetching org.eclipse.jdt.ui_3.24.100.v20211011-1641.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (11.13MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.500.v20211011-0920.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.68MB) [INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (395.31kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (341.2kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (92.12kB) [INFO] Fetching org.eclipse.jdt.junit_3.13.0.v20210811-0812.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (529.58kB) [INFO] Fetching org.eclipse.ant.ui_3.8.100.v20211011-0944.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.jface.text_3.19.0.v20211001-1742.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.18.400.v20210923-0658.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.300.v20211005-0618.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (674.54kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (330.16kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (66.43kB) [INFO] Fetching org.eclipse.compare_3.8.200.v20210910-1335.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (804.81kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (43.77kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ui.workbench_3.123.100.v20211001-1511.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (3.47MB) [INFO] Fetching org.eclipse.jface_3.24.0.v20211004-0804.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1.1MB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.15.100.v20211008-1459.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (145.1kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211008-1459.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (100.02kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (180.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (311.11kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (92.92kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.100.v20210909-1906.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (115.4kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.05kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (113.04kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.2.v20211004-1315.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (84.75kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (394.73kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.41kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.62kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (52.48kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (55.13kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (40.46kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (147.12kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (213.88kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (203.11kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (32.98kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (249.09kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.34kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (118.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (50.73kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.42kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (10.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20210921-2101.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (260.37kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (132.49kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (51.9kB) [INFO] Fetching org.eclipse.jface.notifications_0.4.0.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (29.94kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.300.v20211011-1134.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (251.52kB) [INFO] Fetching org.eclipse.swt_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (16.96kB) [INFO] Fetching org.eclipse.e4.rcp_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (20.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.200.v20210723-1326.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (94.71kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.0.v20210507-1901.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.0.v20210727-1533.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (376.55kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (206.21kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.300.v20210723-0837.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (163.73kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (18.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (18.29kB) [INFO] Unpacking org.w3c.dom.smil.source_1.0.1.v200903091627... [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.91kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.5kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (10.54kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (150.7kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (75.49kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.11.0.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (207.99kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (94.57kB) [INFO] Fetching org.eclipse.core.jobs.source_3.12.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.2kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.0.v20210723-1130.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (76.54kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.9.0.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (115.67kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.500.v20210730-0750.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (143.28kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.100.v20210723-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.56kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (230.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (17.75kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.400.v20210602-1312.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (84.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.300.v20210813-1521.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.63kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.4.0.v20210723-1312.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.52kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.0.v20210619-1009.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (39.13kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (180.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (180.32kB) [INFO] Unpacking org.apache.commons.jxpath.source_1.3.0.v200911051830... [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.4kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.100.v20210921-2101.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (168.32kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (12.63kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (82.01kB) [INFO] Fetching org.eclipse.core.expressions.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.runtime.source_3.24.0.v20210910-0750.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (77.09kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (43.81kB) [INFO] Fetching org.eclipse.osgi.source_3.17.100.v20210920-2103.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jface.source_3.24.0.v20211004-0804.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1MB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (14.44kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (20.76kB) [INFO] Fetching org.eclipse.urischeme.source_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (44.29kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.4.0.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (17.98kB) [INFO] Fetching org.eclipse.equinox.common.source_3.15.100.v20211008-1459.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (145.54kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211008-1459.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (176.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.300.v20211011-1134.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (139.45kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (45.49kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.97MB) [INFO] Fetching org.eclipse.e4.rcp.source_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.87kB) [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.0.v20210427-1802.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.4MB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (30.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (30.46kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (97.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (97.04kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340... [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (229.56kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (87.54kB) [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.23kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (19.74kB) [INFO] Fetching org.eclipse.ecf.source_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (102.79kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.702.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (21.02kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (128.97kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (27.84kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.700.v20210618-0642.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (86.03kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (82.92kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.400.v20210410-0052.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (27.93kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.401.v20210512-0614.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.58kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.400.v20210410-0052.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.9kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (374.24kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (912.59kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (966.92kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.14.v20210128-2225.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (431.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.703.v20210512-0614.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (29.39kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (23.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (25.15kB) [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (367kB) [INFO] Fetching org.eclipse.emf.common_2.24.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.common.source_2.23.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (218.87kB) [INFO] Fetching org.eclipse.emf.common.source_2.24.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (59.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (59.66kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (41.06kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.databinding_1.8.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.8.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.15kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.25.0.v20210816-0937.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (820.36kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (90.79kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (151.54kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.26.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (209.97kB) [INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (20.22kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.28kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.20.0.v20210506-1232... [INFO] Fetching org.eclipse.equinox.executable_3.8.1400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (417.17kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1400.v20210928-1041 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/binary/ (266.49kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.7kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (229.5kB) [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (243.43kB) [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (769.66kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (171.75kB) [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (561.39kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.0.v20210723-1156.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20210910-0916.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (27.34kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.0.v20210723-2021.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.49kB) [INFO] Unpacking org.tukaani.xz_1.9.0.v20210624-1259... [INFO] Fetching org.eclipse.equinox.p2.core_2.8.100.v20210908-0659.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (76.34kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.100.v20210907-0854.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (74.12kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.300.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (142.29kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.300.v20211006-1227.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (166.24kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.64kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.200.v20210908-0659.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (212.97kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (129.25kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (85.91kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.34kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (43.53kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1200.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.71kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (67.02kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (18.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (247.96kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (59.72kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.100.v20210615-1334.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (96.27kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.100.v20210630-1916.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (59.18kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.63kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.100.v20210703-1540.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.700.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (102.34kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.200.v20210613-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (31.31kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.22kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.57kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (151.4kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.300.v20211006-1227.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (112.66kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.8.100.v20210908-0659.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (61.22kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.200.v20210908-0659.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (139.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.300.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (122.05kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.100.v20210907-0854.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (48.44kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1200.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (101.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (242.54kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.96kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (49.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.14kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.73kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.0.v20210312-1245.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.6.100.v20210723-0757.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (76.62kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.23kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (178.85kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.1.v20210812-1422.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (149.9kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1400.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.200.v20210615-1334.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (615.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.200.v20210813-0818.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (103.02kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (18.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.1.v20210726-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.79kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.100.v20210917-1410.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (170.54kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.07kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.200.v20210615-1334.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (295.72kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.200.v20210813-0818.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.86kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.1.v20210726-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (30.35kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.100.v20210917-1410.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (85.5kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1400.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.16kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.200.v20210813-0818.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (129.71kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (101.02kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1400.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (18.93kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (71.16kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.200.v20210813-0818.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (50.35kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1400.v20211006-1229.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/features/ (19.14kB) [INFO] Fetching org.eclipse.help.base_4.3.500.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (432.55kB) [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (194.96kB) [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (68.89kB) [INFO] Fetching org.eclipse.help.ui_4.3.200.v20210922-1029.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (534.62kB) [INFO] Fetching org.eclipse.help.webapp_3.10.500.v20210907-0721.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (736.48kB) [INFO] Fetching org.eclipse.help_2.3.800.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.58kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.06kB) [INFO] Unpacking javax.el.source_2.2.0.v201303151357... [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (177.52kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (129.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (129.79kB) [INFO] Unpacking javax.servlet.jsp.source_2.2.0.v201112011158... [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (73.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (73.27kB) [INFO] Unpacking com.sun.el.source_2.2.0.v201303151357... [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (321.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (321.04kB) [INFO] Unpacking org.apache.jasper.glassfish.source_2.2.2.v201501141630... [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.0.v20210414-1616.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.51kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.0.v20210723-1156.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (32.56kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.100.v20210311-1631.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (140.78kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.0.v20210723-2021.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.04kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (141.03kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.96kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (91.75kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (444.34kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (93.29kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (358.83kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (42.61kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (67.32kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.55kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20210910-0916.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (19.16kB) [INFO] Fetching org.eclipse.help.ui.source_4.3.200.v20210922-1029.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (220.68kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.500.v20210907-0721.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (202.2kB) [INFO] Fetching org.eclipse.help.base.source_4.3.500.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (307.18kB) [INFO] Fetching org.eclipse.help.source_2.3.800.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (18.86kB) [INFO] Fetching org.eclipse.ui.intro_3.6.300.v20210721-0921.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (344.75kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (379kB) [INFO] Fetching org.eclipse.jdt_3.18.1000.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (42.92kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (391.95kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (39.9kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.50.v20210925-0955.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (196.07kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (220.7kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.15.100.v20211011-1641.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.88MB) [INFO] Fetching org.eclipse.jdt.debug_3.18.100.v20211008-1011.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (904.09kB) [INFO] Fetching org.eclipse.search_3.14.0.v20211005-1508.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (489.45kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1400.v20210929-1631.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (9MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1200.v20210901-0815.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (10.25MB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.17kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1300.v20210320-1132.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.88kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.4kB) [INFO] Unpacking org.junit.jupiter.api_5.7.1.v20210222-1948... [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (73.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (73.54kB) [INFO] Unpacking org.junit.jupiter.engine_5.7.1.v20210222-1948... [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.55kB) [INFO] Unpacking org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948... [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (186.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (186.1kB) [INFO] Unpacking org.junit.jupiter.params_5.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.05kB) [INFO] Unpacking org.junit.platform.commons_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (60.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (60.02kB) [INFO] Unpacking org.junit.platform.engine_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.71kB) [INFO] Unpacking org.junit.platform.launcher_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.11kB) [INFO] Unpacking org.junit.platform.runner_1.7.1.v20210222-1948... [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.91kB) [INFO] Unpacking org.junit.platform.suite.api_1.7.1.v20210222-1948... [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.82kB) [INFO] Unpacking org.junit.vintage.engine_5.7.1.v20210222-1948... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.79kB) [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.eclipse.jdt.junit.core_3.11.100.v20210929-0911.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (175.79kB) [INFO] Fetching org.eclipse.jdt_3.18.1000.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.73kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (468.75kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.9kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (33.87kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.06kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.13.0.v20210811-0812.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (198.34kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.100.v20210708-1502.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.8kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1300.v20210320-1132.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.11kB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.05kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (356kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.4.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (135.89kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.3.50.v20210925-0955.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (51.53kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.100.v20210929-0911.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (113.77kB) [INFO] Fetching org.eclipse.jdt.core.source_3.28.0.v20211008-1708.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (5.02MB) [INFO] Fetching org.eclipse.jdt.debug.source_3.18.100.v20211008-1011.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211008-1800/plugins/ (765.39kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.100.v20211011-0944.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (609.9kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.15.100.v20211011-1641.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.14MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.500.v20211011-0920.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (845.5kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.400.v20211011-0920.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (350.52kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.24.100.v20211011-1641.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (5.39MB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.100.v20211011-0944.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (128.09kB) [INFO] Fetching org.eclipse.jdt.source_3.18.1000.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.08kB) [INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211009-1800/plugins/ (423.11kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.300.v20210914-2004.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (172.13kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (93.7kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (19.78kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/features/ (21.45kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.nebula.widgets.tablecombo_1.2.0.202109012044.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (39.73kB) [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.12kB) [INFO] Unpacking org.eclipse.oomph.base_1.14.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20210617-1729.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20210617-1729.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.45kB) [INFO] Unpacking org.eclipse.oomph.util_1.16.0.v20210617-1729... [INFO] Fetching org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.64kB) [INFO] Unpacking org.eclipse.oomph.base.edit_1.13.0.v20200720-0841... [INFO] Fetching org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.15kB) [INFO] Unpacking org.eclipse.oomph.extractor.lib_1.8.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.16kB) [INFO] Unpacking org.eclipse.oomph.jreinfo_1.14.0.v20200901-1012... [INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.93kB) [INFO] Unpacking org.eclipse.oomph.jreinfo.ui_1.12.0.v20200720-0749... [INFO] Fetching org.eclipse.oomph.ui_1.15.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (131.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.ui_1.15.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (131.06kB) [INFO] Unpacking org.eclipse.oomph.ui_1.15.0.v20200820-0414... [INFO] Fetching org.eclipse.oomph.jreinfo.win32.x86_64_1.7.0.v20191107-1011.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.66kB) [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (34.8kB) [INFO] Unpacking org.eclipse.oomph.p2_1.14.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.p2.core_1.19.0.v20210808-0939.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.core_1.19.0.v20210808-0939.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.07kB) [INFO] Unpacking org.eclipse.oomph.p2.core_1.19.0.v20210808-0939... [INFO] Fetching org.eclipse.oomph.p2.doc_1.11.0.v20200624-1156.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (314.6kB) [INFO] Fetching org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.96kB) [INFO] Unpacking org.eclipse.oomph.p2.edit_1.14.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.p2.ui_1.17.0.v20210618-0629.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (127.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.ui_1.17.0.v20210618-0629.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (127.19kB) [INFO] Unpacking org.eclipse.oomph.p2.ui_1.17.0.v20210618-0629... [INFO] Fetching org.eclipse.oomph.p2_1.20.0.v20210808-0939.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (19.12kB) [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.32kB) [INFO] Unpacking org.eclipse.oomph.predicates_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.35kB) [INFO] Unpacking org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.04kB) [INFO] Unpacking org.eclipse.oomph.preferences_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (42.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (42.96kB) [INFO] Unpacking org.eclipse.oomph.resources_1.15.0.v20210211-0559... [INFO] Fetching org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.17kB) [INFO] Unpacking org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup_1.21.0.v20210808-1248.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (136.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup_1.21.0.v20210808-1248.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (136.34kB) [INFO] Unpacking org.eclipse.oomph.setup_1.21.0.v20210808-1248... [INFO] Fetching org.eclipse.oomph.setup.core_1.21.0.v20210828-0732.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (111.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.core_1.21.0.v20210828-0732.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (111.71kB) [INFO] Unpacking org.eclipse.oomph.setup.core_1.21.0.v20210828-0732... [INFO] Fetching org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.71kB) [INFO] Unpacking org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619... [INFO] Fetching org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.71kB) [INFO] Unpacking org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (46.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (46.32kB) [INFO] Unpacking org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.61kB) [INFO] Unpacking org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.core_1.21.0.v20210828-0732.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (19.29kB) [INFO] Fetching org.eclipse.oomph.setup.doc_1.11.0.v20200624-1156.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.49MB) [INFO] Fetching org.eclipse.oomph.setup.editor_1.19.0.v20210223-0655.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (175.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.editor_1.19.0.v20210223-0655.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (175.39kB) [INFO] Unpacking org.eclipse.oomph.setup.editor_1.19.0.v20210223-0655... [INFO] Fetching org.eclipse.oomph.setup.ui_1.21.0.v20210721-0604.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (241.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.ui_1.21.0.v20210721-0604.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (241.93kB) [INFO] Unpacking org.eclipse.oomph.setup.ui_1.21.0.v20210721-0604... [INFO] Fetching org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.2kB) [INFO] Unpacking org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (42.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (42.42kB) [INFO] Unpacking org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (288.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (288.05kB) [INFO] Unpacking org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156... [INFO] Fetching org.eclipse.oomph.setup_1.22.0.v20210828-0732.jar from https://download.eclipse.org/releases/2021-09/202109151000/features/ (19.19kB) [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.22kB) [INFO] Unpacking org.eclipse.userstorage_1.2.0.v20210517-0327... [INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.73kB) [INFO] Unpacking org.eclipse.userstorage.ui_1.1.0.v20190307-0457... [INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.69kB) [INFO] Unpacking org.eclipse.userstorage.oauth_1.1.0.v20190307-0457... [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.8kB) [INFO] Unpacking org.eclipse.oomph.workingsets_1.11.0.v20200624-1156... [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (32.2kB) [INFO] Fetching org.eclipse.pde.core_3.14.500.v20211007-1617.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1.33MB) [INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (61.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (61.13kB) [INFO] Unpacking org.objectweb.asm_9.2.0.v20210813-1119... [INFO] Fetching org.objectweb.asm.tree_9.2.0.v20210813-1119.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.tree_9.2.0.v20210813-1119.jar.pack.gz from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.42kB) [INFO] Unpacking org.objectweb.asm.tree_9.2.0.v20210813-1119... [INFO] Fetching org.eclipse.pde.api.tools_1.2.700.v20210927-0901.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (932.77kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.46kB) [INFO] Fetching org.eclipse.pde.ui_3.13.300.v20211007-1655.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (4.52MB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.500.v20210922-0715.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (514.46kB) [INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (477.29kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1400.v20210929-1631.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (7.6MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.200.v20210816-0738.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (145.38kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.300.v20210316-0728.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.89kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.100.v20210507-0837.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (201.99kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.62kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.200.v20210513-1344.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (212.57kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.200.v20210515-0638.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (443.56kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (58.37kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (86.79kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.400.v20211001-1449.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (567.87kB) [INFO] Fetching org.eclipse.pde.launching_3.9.500.v20210927-0901.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (128.98kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (112.59kB) [INFO] Fetching org.eclipse.pde.spy.core_1.0.0.v20211005-0739.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (21.73kB) [INFO] Fetching org.eclipse.pde.spy.model_0.12.100.v20211005-0739.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (16.15kB) [INFO] Fetching org.eclipse.pde_3.13.1700.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (67.68kB) [INFO] Fetching org.eclipse.pde.spy.css_0.12.100.v20211011-0939.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (47.86kB) [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.100.v20211011-1025.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (56.46kB) [INFO] Fetching org.eclipse.pde_3.14.1000.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.57kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.0.v20210513-1344.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.02kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.200.v20210513-1344.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (83.36kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.300.v20210316-0728.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.100.v20210507-0837.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (94.81kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.200.v20210515-0638.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (272.64kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.75kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.200.v20210816-0738.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.51kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (63.34kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.45kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (317.16kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.500.v20211007-1617.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1,002.54kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.300.v20211007-1655.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.400.v20211001-1449.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (107.39kB) [INFO] Fetching org.objectweb.asm.source_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (188.69kB) [INFO] Fetching org.objectweb.asm.tree.source_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (86.8kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.700.v20210927-0901.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (652.98kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.500.v20210922-0715.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (250.69kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.500.v20210927-0901.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (93.85kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (104.68kB) [INFO] Fetching org.eclipse.pde.spy.core.source_1.0.0.v20211005-0739.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (16.34kB) [INFO] Fetching org.eclipse.pde.spy.model.source_0.12.100.v20211005-0739.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (11.94kB) [INFO] Fetching org.eclipse.pde.spy.css.source_0.12.100.v20211011-0939.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (21.88kB) [INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.100.v20211011-1025.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (33.73kB) [INFO] Fetching org.eclipse.pde.source_3.14.1000.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (18.97kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (172.2kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.100.v20210910-1335.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (145.31kB) [INFO] Fetching org.eclipse.platform_4.22.0.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (668.55kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.22.0.v20210929-1631.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (39.33MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.22.0.v20210929-1631.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (29.3MB of 39.33MB at 29.27MB/s) Oct 12, 2021 9:03:38 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 12, 2021 9:03:38 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.platform.doc.user_4.22.0.v20210906-0528.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (7.15MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.200.v20210616-1255.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (94.07kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.browser_3.7.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (206.46kB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (59.01kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.24kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (22.27kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.15kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.200.v20211001-1724.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (113.04kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1600.v20211001-1357.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (37.7kB) [INFO] Fetching org.eclipse.platform_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (20.66kB) [INFO] Fetching org.eclipse.platform_root_4.22.0.v20211011-2202 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.11.v20210720-1445.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.45MB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (8.48kB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.0.v20210625-1251.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (10.76kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.0.v20210618-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (251.15kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.200.v20210616-1255.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (59.44kB) [INFO] Fetching org.eclipse.team.core.source_3.9.100.v20210604-1207.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (367.77kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.100.v20210721-1306.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (765.89kB) [INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (279.35kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (38.72kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (137.01kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.300.v20210721-0921.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (253.81kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.06kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.7.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (96.13kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.59kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (80.24kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (77.56kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.6kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (37.7kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.200.v20210622-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (217.67kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (82.81kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.43kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.19kB) [INFO] Fetching org.eclipse.ant.core.source_3.6.200.v20210907-1007.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (97.2kB) [INFO] Fetching org.eclipse.compare.source_3.8.200.v20210910-1335.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (422.93kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.100.v20210909-1906.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (87.86kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.200.v20210912-1851.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (93.05kB) [INFO] Fetching org.eclipse.core.resources.source_3.16.0.v20211001-2032.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (801.53kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (295kB) [INFO] Fetching org.eclipse.search.source_3.14.0.v20211005-1508.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (263.96kB) [INFO] Fetching org.eclipse.jface.text.source_3.19.0.v20211001-1742.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (815.61kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.100.v20210917-1201.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (47.91kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.100.v20210910-1335.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (92.19kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.300.v20210914-2004.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (102.6kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.300.v20211005-0618.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (432.71kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (330.11kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.400.v20210923-0658.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.200.v20211001-1724.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (50.8kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1600.v20211001-1357.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (7.38kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.3.100.v20210927-1100.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (59.97kB) [INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.2.v20211004-1315.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (41.96kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211009-1800/plugins/ (308.86kB) [INFO] Fetching org.eclipse.debug.core.source_3.18.300.v20211011-1841.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (403.18kB) [INFO] Fetching org.eclipse.debug.ui.source_3.15.200.v20211011-1841.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.platform.source_4.22.0.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (10.67kB) [INFO] Fetching org.eclipse.platform.source_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (20.26kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.22.0.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (11.1kB) [INFO] Fetching org.eclipse.rcp_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.15kB) [INFO] Fetching org.eclipse.rcp_root_4.22.0.v20211011-2202 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/binary/ (24.93kB) [INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.ui.source_3.119.100.v20210830-0942.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (145.55kB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (76.41kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.ui.workbench.source_3.123.100.v20211001-1511.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (2.47MB) [INFO] Fetching org.eclipse.rcp.source_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.19kB) [INFO] Fetching org.eclipse.sdk_4.22.0.v20211011-1800.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (393.42kB) [INFO] Fetching org.eclipse.sdk_4.22.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/features/ (19.08kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (113.27MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (19.79MB of 113.27MB at 19.75MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (49.54MB of 113.27MB at 24.76MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (70.1MB of 113.27MB at 23.36MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (98.21MB of 113.27MB at 24.17MB/s) Oct 12, 2021 9:03:57 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 12, 2021 9:03:57 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (40.81kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (2.13MB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.64MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1400.v20210928-1041 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/binary/ (17.02kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (58.78kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (17.61kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (28.11kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.54kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (112.57MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (10.19MB of 112.57MB at 10.18MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (17.19MB of 112.57MB at 8.59MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (25.45MB of 112.57MB at 8.36MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (40.55MB of 112.57MB at 9.42MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (50.91MB of 112.57MB at 9.74MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (63.68MB of 112.57MB at 10.12MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (80.82MB of 112.57MB at 11.99MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (93.47MB of 112.57MB at 13.24MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (101.81MB of 112.57MB at 12.54MB/s) Oct 12, 2021 9:04:10 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 12, 2021 9:04:10 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (39.27kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (2.13MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64.source_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.64MB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (39.28kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.1400.v20210928-1041 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/binary/ (16.43kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (115.45MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (14.29MB of 115.45MB at 14.28MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (24.02MB of 115.45MB at 12.01MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (43.69MB of 115.45MB at 14.56MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (66.82MB of 115.45MB at 16.7MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (95.8MB of 115.45MB at 19.16MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (101.65MB of 115.45MB at 17.44MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (106.19MB of 115.45MB at 16.43MB/s) Oct 12, 2021 9:04:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 12, 2021 9:04:20 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.23kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (7.8kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (84.05kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (2.07MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.83MB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1400.v20210928-1041 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/binary/ (34.14kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (7.41kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.39kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.0.v20210424-0724.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.500.v20210510-1619.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (7.41kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (19.13kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (114.28MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (20.87MB of 114.28MB at 20.87MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (43.53MB of 114.28MB at 21.77MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (55.57MB of 114.28MB at 18.52MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (67.89MB of 114.28MB at 16.97MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (85.95MB of 114.28MB at 16.7MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (94.05MB of 114.28MB at 14.56MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.0.v20211012-0837.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202110120837/plugins/ (109.77MB of 114.28MB at 12.86MB/s) Oct 12, 2021 9:04:30 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Oct 12, 2021 9:04:30 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.400.v20210928-1041.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/plugins/ (82.57kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (2.05MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.118.0.v20211011-2202.jar from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211011-1800/plugins/ (1.83MB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.1400.v20210928-1041 from https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211007-1800/binary/ (33.99kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.100.v20200805-0859.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (7.4kB) [INFO] Resolving class path of MavenProject: org.eclipse.justj:org.eclipse.justj.tools.sample.product:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/pom.xml [INFO] [INFO] ------< org.eclipse.justj:org.eclipse.justj.tools.sample.product >------ [INFO] Building org.eclipse.justj.tools.sample.product 0.1.0-SNAPSHOT [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.justj.tools.sample.product --- [INFO] The project's OSGi version is 0.1.0.v20211012-0859 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.justj.tools.sample.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.justj.tools.sample.product --- [INFO] Building zip: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/org.eclipse.justj.tools.sample.product-0.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:1.7.0:materialize-products (materialize-products) @ org.eclipse.justj.tools.sample.product --- [INFO] Installing product org.eclipse.justj.tools.sample.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/win32/win32/x86_64/eclipse-sample Installing org.eclipse.justj.tools.sample.product 0.1.0.v20211012-0859. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.0.v20211012-0837. Installing org.eclipse.oomph.setup.feature.group 1.22.0.v20210828-0732. Operation completed in 4861 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/x86_64/Eclipse-Sample.app Installing org.eclipse.justj.tools.sample.product 0.1.0.v20211012-0859. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.0.v20211012-0837. Installing org.eclipse.oomph.setup.feature.group 1.22.0.v20210828-0732. Operation completed in 5129 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/aarch64/Eclipse-Sample.app Installing org.eclipse.justj.tools.sample.product 0.1.0.v20211012-0859. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.0.v20211012-0837. Installing org.eclipse.oomph.setup.feature.group 1.22.0.v20210828-0732. Operation completed in 4321 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/linux/gtk/x86_64/eclipse-sample Installing org.eclipse.justj.tools.sample.product 0.1.0.v20211012-0859. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.0.v20211012-0837. Installing org.eclipse.oomph.setup.feature.group 1.22.0.v20210828-0732. Operation completed in 4124 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/linux/gtk/aarch64/eclipse-sample Installing org.eclipse.justj.tools.sample.product 0.1.0.v20211012-0859. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.0.v20211012-0837. Installing org.eclipse.oomph.setup.feature.group 1.22.0.v20210828-0732. Operation completed in 4187 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.1:sign (default) @ org.eclipse.justj.tools.sample.product --- [INFO] [Tue Oct 12 09:06:01 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/win32/win32/x86_64/eclipse-sample/eclipse.exe' [INFO] [Tue Oct 12 09:06:01 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/win32/win32/x86_64/eclipse-sample/eclipsec.exe' [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.1:sign (default) @ org.eclipse.justj.tools.sample.product --- [INFO] [Tue Oct 12 09:06:16 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/x86_64/Eclipse-Sample.app'... [INFO] [Tue Oct 12 09:08:22 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/aarch64/Eclipse-Sample.app'... [INFO] [INFO] --- tycho-p2-director-plugin:1.7.0:archive-products (archive-products) @ org.eclipse.justj.tools.sample.product --- [INFO] Building zip: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-linux.gtk.aarch64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.1:package-dmg (dmg-package-sample-x86_64) @ org.eclipse.justj.tools.sample.product --- [INFO] [Tue Oct 12 09:11:43 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.3.1:package-dmg (dmg-package-sample-aarch64) @ org.eclipse.justj.tools.sample.product --- [INFO] [Tue Oct 12 09:13:30 UTC 2021] Creating and signing DMG file from '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.aarch64.tar.gz'... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:15 min [INFO] Finished at: 2021-10-12T09:15:14Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote Results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.justj (ssh://genie.justj@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-orGAzW9oYH8d/agent.1090 SSH_AGENT_PID=1092 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products@tmp/private_key_2438257601103575810.key (/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products@tmp/private_key_2438257601103575810.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh genie.justj@projects-storage.eclipse.org ' rm -rf /home/data/httpd/download.eclipse.org/justj/sample-products/* mkdir -p /home/data/httpd/download.eclipse.org/justj/sample-products/202110120859 ' + scp org.eclipse.justj.tools.sample.product-win32.win32.x86_64.zip org.eclipse.justj.tools.sample.product-linux.gtk.aarch64.tar.gz org.eclipse.justj.tools.sample.product-linux.gtk.x86_64.tar.gz org.eclipse.justj.tools.sample.product-macosx.cocoa.aarch64.tar.gz org.eclipse.justj.tools.sample.product-macosx.cocoa.x86_64.tar.gz org.eclipse.justj.tools.sample.product-macosx.cocoa.aarch64.dmg org.eclipse.justj.tools.sample.product-macosx.cocoa.x86_64.dmg genie.justj@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/justj/sample-products/202110120859 [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1092 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] mail [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS