Skip to content
Failed

Console Output

09:21:24 Started by user Ondrej Dockal
09:21:24 Rebuilds build #7
09:21:24 Running as Ondrej Dockal
09:21:24 Agent centos-7-0qng2 is provisioned from template centos-7
09:21:24 ---
09:21:24 apiVersion: "v1"
09:21:24 kind: "Pod"
09:21:24 metadata:
09:21:24   annotations: {}
09:21:24   labels:
09:21:24     jenkins: "slave"
09:21:24     jenkins/label: "migration_jipp-migration_centos-7"
09:21:24   name: "centos-7-0qng2"
09:21:24 spec:
09:21:24   containers:
09:21:24   - env:
09:21:24     - name: "JENKINS_SECRET"
09:21:24       value: "********"
09:21:24     - name: "JENKINS_TUNNEL"
09:21:24       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
09:21:24     - name: "JENKINS_AGENT_NAME"
09:21:24       value: "centos-7-0qng2"
09:21:24     - name: "JENKINS_REMOTING_JAVA_OPTS"
09:21:24       value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
09:21:24         \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
09:21:24     - name: "JAVA_TOOL_OPTIONS"
09:21:24       value: ""
09:21:24     - name: "_JAVA_OPTIONS"
09:21:24       value: ""
09:21:24     - name: "OPENJ9_JAVA_OPTIONS"
09:21:24       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
09:21:24     - name: "JENKINS_NAME"
09:21:24       value: "centos-7-0qng2"
09:21:24     - name: "JENKINS_AGENT_WORKDIR"
09:21:24       value: "/home/jenkins/agent"
09:21:24     - name: "JENKINS_URL"
09:21:24       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
09:21:24     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1"
09:21:24     imagePullPolicy: "Always"
09:21:24     name: "jnlp"
09:21:24     resources:
09:21:24       limits:
09:21:24         memory: "4096Mi"
09:21:24         cpu: "2000m"
09:21:24       requests:
09:21:24         memory: "4096Mi"
09:21:24         cpu: "1000m"
09:21:24     securityContext:
09:21:24       privileged: false
09:21:24     tty: true
09:21:24     volumeMounts:
09:21:24     - mountPath: "/home/jenkins/.m2/toolchains.xml"
09:21:24       name: "m2-dir"
09:21:24       readOnly: true
09:21:24       subPath: "toolchains.xml"
09:21:24     - mountPath: "/home/jenkins/.mavenrc"
09:21:24       name: "m2-dir"
09:21:24       readOnly: true
09:21:24       subPath: ".mavenrc"
09:21:24     - mountPath: "/opt/tools"
09:21:24       name: "volume-0"
09:21:24       readOnly: false
09:21:24     - mountPath: "/home/jenkins"
09:21:24       name: "volume-2"
09:21:24       readOnly: false
09:21:24     - mountPath: "/home/jenkins/.m2/repository"
09:21:24       name: "volume-3"
09:21:24       readOnly: false
09:21:24     - mountPath: "/home/jenkins/.m2/settings-security.xml"
09:21:24       name: "m2-secret-dir"
09:21:24       readOnly: true
09:21:24       subPath: "settings-security.xml"
09:21:24     - mountPath: "/home/jenkins/.m2/wrapper"
09:21:24       name: "volume-4"
09:21:24       readOnly: false
09:21:24     - mountPath: "/home/jenkins/.m2/settings.xml"
09:21:24       name: "m2-secret-dir"
09:21:24       readOnly: true
09:21:24       subPath: "settings.xml"
09:21:24     - mountPath: "/home/jenkins/.ssh"
09:21:24       name: "volume-1"
09:21:24       readOnly: false
09:21:24     - mountPath: "/home/jenkins/agent"
09:21:24       name: "workspace-volume"
09:21:24       readOnly: false
09:21:24     workingDir: "/home/jenkins/agent"
09:21:24   nodeSelector:
09:21:24     beta.kubernetes.io/os: "linux"
09:21:24   restartPolicy: "Never"
09:21:24   securityContext: {}
09:21:24   volumes:
09:21:24   - name: "volume-0"
09:21:24     persistentVolumeClaim:
09:21:24       claimName: "tools-claim-jiro-reddeer"
09:21:24       readOnly: true
09:21:24   - name: "m2-secret-dir"
09:21:24     secret:
09:21:24       secretName: "m2-secret-dir"
09:21:24   - emptyDir:
09:21:24       medium: ""
09:21:24     name: "volume-2"
09:21:24   - configMap:
09:21:24       name: "m2-dir"
09:21:24     name: "m2-dir"
09:21:24   - configMap:
09:21:24       name: "known-hosts"
09:21:24     name: "volume-1"
09:21:24   - emptyDir:
09:21:24       medium: ""
09:21:24     name: "workspace-volume"
09:21:24   - emptyDir:
09:21:24       medium: ""
09:21:24     name: "volume-4"
09:21:24   - emptyDir:
09:21:24       medium: ""
09:21:24     name: "volume-3"
09:21:24 
09:21:24 Building remotely on centos-7-0qng2 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.eclipse.test
09:21:24 [WS-CLEANUP] Deleting project workspace...
09:21:24 [WS-CLEANUP] Deferred wipeout is used...
09:21:24 No credentials specified
09:21:24 Cloning the remote Git repository
09:21:24 Cloning repository https://github.com/eclipse/reddeer.git
09:21:24  > git init /home/jenkins/agent/workspace/reddeer.eclipse.test # timeout=10
09:21:25 Fetching upstream changes from https://github.com/eclipse/reddeer.git
09:21:25  > git --version # timeout=10
09:21:25  > git --version # 'git version 1.8.3.1'
09:21:25  > git fetch --tags --progress https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
09:21:26  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
09:21:26  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:21:26  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
09:21:26 Fetching upstream changes from https://github.com/eclipse/reddeer.git
09:21:26  > git fetch --tags --progress https://github.com/eclipse/reddeer.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
09:21:28  > git rev-parse origin/master^{commit} # timeout=10
09:21:28 Checking out Revision e997b54a269b53ca42dbd1363c373c5dac1e2434 (origin/master)
09:21:28  > git config core.sparsecheckout # timeout=10
09:21:28  > git checkout -f e997b54a269b53ca42dbd1363c373c5dac1e2434 # timeout=10
09:21:32 Commit message: "Update Eclipse orbit 2020-09 M3"
09:21:32  > git rev-list --no-walk e997b54a269b53ca42dbd1363c373c5dac1e2434 # timeout=10
09:21:32 $ pkill Xvnc
09:21:32 $ pkill Xrealvnc
09:21:32 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
09:21:32 [reddeer.eclipse.test] $ vncserver -list
09:21:32 Starting xvnc
09:21:32 [reddeer.eclipse.test] $ Xvnc :84 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
09:21:32 
09:21:32 Xvnc TigerVNC 1.8.0 - built Apr  1 2020 04:46:00
09:21:32 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
09:21:32 See http://www.tigervnc.org for information on TigerVNC.
09:21:32 Underlying X server release 12004000, The X.Org Foundation
09:21:32 
09:21:32 
09:21:32 Thu Aug 20 13:21:32 2020
09:21:32  vncext:      VNC extension running!
09:21:32  vncext:      Listening for VNC connections on all interface(s), port 5984
09:21:32  vncext:      created VNC server for screen 0
09:21:32 [reddeer.eclipse.test] $ /bin/sh -xe /tmp/jenkins607832704389618368.sh
09:21:32 + metacity --sm-disable --replace
09:21:33 [reddeer.eclipse.test] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.eclipse.test/pom.xml -DskipTests=false -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 -Djava.target.version=11 -U clean verify -pl tests/org.eclipse.reddeer.eclipse.test -Dtest=\!ConsoleViewTest
09:21:33 OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
09:21:33 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
09:21:33 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
09:21:33 Maven home: /opt/tools/apache-maven/latest
09:21:33 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
09:21:33 Default locale: en_US, platform encoding: UTF-8
09:21:33 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
09:21:35 [INFO] Scanning for projects...
09:21:54 [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:21:54 [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
09:21:54 [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository
09:21:54 [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/
09:21:54 [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
09:21:54 [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository
09:21:54 [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/
09:21:55 [INFO] Fetching p2.index from https://download.eclipse.org/staging/2020-09/
09:21:55 [INFO] Adding repository https://download.eclipse.org/staging/2020-09
09:21:55 [INFO] Fetching content.jar from https://download.eclipse.org/staging/2020-09/ (2.82MB)
09:21:56 Aug 20, 2020 1:21:56 PM org.apache.http.impl.execchain.RetryExec execute
09:21:56 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
09:21:56 Aug 20, 2020 1:21:56 PM org.apache.http.impl.execchain.RetryExec execute
09:21:56 INFO: Retrying request to {s}->https://download.eclipse.org:443
09:21:56 [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/
09:21:56 [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots
09:21:56 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/
09:21:56 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository/
09:21:56 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository
09:21:56 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20200817205214/repository/
09:21:56 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
09:21:57 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/
09:21:57 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/
09:21:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:22:00 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.93kB)
09:22:00 [INFO] The user operation is waiting for background work to complete.
09:22:00 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.93kB)
09:22:00 [INFO] Unpacking com.fasterxml.jackson.core.jackson-annotations_2.10.3.v20200512-1600...
09:22:00 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (136.18kB)
09:22:00 [INFO] The user operation is waiting for background work to complete.
09:22:00 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (136.18kB)
09:22:00 [INFO] Unpacking com.fasterxml.jackson.core.jackson-core_2.10.3.v20200512-1600...
09:22:00 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (397.83kB)
09:22:00 [INFO] The user operation is waiting for background work to complete.
09:22:00 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.10.3.v20200512-1600.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (397.83kB)
09:22:00 [INFO] Unpacking com.fasterxml.jackson.core.jackson-databind_2.10.3.v20200512-1600...
09:22:01 [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.67MB)
09:22:01 [INFO] The user operation is waiting for background work to complete.
09:22:01 [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.67MB)
09:22:01 [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749...
09:22:03 [INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.34MB)
09:22:03 [INFO] The user operation is waiting for background work to complete.
09:22:03 [INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.34MB)
09:22:04 [INFO] Unpacking com.sun.jna_5.6.0.v20200716-0148...
09:22:04 [INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (395.04kB)
09:22:04 [INFO] The user operation is waiting for background work to complete.
09:22:04 [INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (395.04kB)
09:22:04 [INFO] Unpacking com.sun.jna.platform_5.6.0.v20200722-0209...
09:22:04 [INFO] Fetching org.eclipse.osgi_3.16.0.v20200727-1529.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (468.72kB)
09:22:04 [INFO] The user operation is waiting for background work to complete.
09:22:04 [INFO] Fetching org.eclipse.osgi_3.16.0.v20200727-1529.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (468.72kB)
09:22:04 [INFO] Unpacking org.eclipse.osgi_3.16.0.v20200727-1529...
09:22:05 [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.58kB)
09:22:05 [INFO] The user operation is waiting for background work to complete.
09:22:05 [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.58kB)
09:22:05 [INFO] Unpacking javax.annotation_1.3.5.v20200504-1837...
09:22:05 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2020-09/plugins/ (249kB)
09:22:05 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2020-09/plugins/ (35.59kB)
09:22:05 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2020-09/plugins/ (95.26kB)
09:22:05 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.71kB)
09:22:05 [INFO] The user operation is waiting for background work to complete.
09:22:05 [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
09:22:05 [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (255.73kB)
09:22:05 [INFO] The user operation is waiting for background work to complete.
09:22:05 [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (255.73kB)
09:22:05 [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037...
09:22:05 [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.03kB)
09:22:05 [INFO] The user operation is waiting for background work to complete.
09:22:05 [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.03kB)
09:22:05 [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037...
09:22:05 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2020-09/plugins/ (15.35kB)
09:22:06 [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (102.45kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (102.45kB)
09:22:06 [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037...
09:22:06 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.29kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.29kB)
09:22:06 [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037...
09:22:06 [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.51kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.51kB)
09:22:06 [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037...
09:22:06 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.71kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.71kB)
09:22:06 [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
09:22:06 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (155.55kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (155.55kB)
09:22:06 [INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
09:22:06 [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.97kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.97kB)
09:22:06 [INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725...
09:22:06 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.65kB)
09:22:06 [INFO] The user operation is waiting for background work to complete.
09:22:06 [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.65kB)
09:22:06 [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
09:22:07 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (899.36kB)
09:22:07 [INFO] The user operation is waiting for background work to complete.
09:22:07 [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (899.36kB)
09:22:07 [INFO] Unpacking org.apache.lucene.core_7.5.0.v20181003-1532...
09:22:07 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (696.23kB)
09:22:07 [INFO] The user operation is waiting for background work to complete.
09:22:07 [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (696.23kB)
09:22:07 [INFO] Unpacking org.apache.lucene.analyzers-common_8.4.1.v20200122-1459...
09:22:08 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (962.55kB)
09:22:08 [INFO] The user operation is waiting for background work to complete.
09:22:08 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (962.55kB)
09:22:08 [INFO] Unpacking org.apache.lucene.core_8.4.1.v20200122-1459...
09:22:08 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (135.97kB)
09:22:08 [INFO] The user operation is waiting for background work to complete.
09:22:08 [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (135.97kB)
09:22:08 [INFO] Unpacking org.apache.lucene.queryparser_7.5.0.v20181003-1532...
09:22:08 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (122.3kB)
09:22:08 [INFO] The user operation is waiting for background work to complete.
09:22:08 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (122.3kB)
09:22:08 [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
09:22:08 [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.29MB)
09:22:09 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (45.51kB)
09:22:09 [INFO] The user operation is waiting for background work to complete.
09:22:09 [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (45.51kB)
09:22:09 [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
09:22:09 [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.86MB)
09:22:09 [INFO] The user operation is waiting for background work to complete.
09:22:09 [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.86MB)
09:22:09 [INFO] Unpacking org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703...
09:22:09 [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (306.32kB)
09:22:09 [INFO] The user operation is waiting for background work to complete.
09:22:09 [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (306.32kB)
09:22:09 [INFO] Unpacking org.eclipse.compare_3.7.1100.v20200611-0145...
09:22:09 [INFO] Fetching org.eclipse.ui_3.118.0.v20200704-1257.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (339.78kB)
09:22:09 [INFO] The user operation is waiting for background work to complete.
09:22:09 [INFO] Fetching org.eclipse.ui_3.118.0.v20200704-1257.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (339.78kB)
09:22:09 [INFO] Unpacking org.eclipse.ui_3.118.0.v20200704-1257...
09:22:09 [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from https://download.eclipse.org/staging/2020-09/plugins/ (875.68kB)
09:22:10 [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200724-1219.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (316.87kB)
09:22:10 [INFO] The user operation is waiting for background work to complete.
09:22:10 [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200724-1219.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (316.87kB)
09:22:10 [INFO] Unpacking org.eclipse.jface.text_3.16.400.v20200724-1219...
09:22:10 [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200725-0910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (954.46kB)
09:22:10 [INFO] The user operation is waiting for background work to complete.
09:22:10 [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200725-0910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (954.46kB)
09:22:10 [INFO] Unpacking org.eclipse.ui.ide_3.17.200.v20200725-0910...
09:22:10 [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.2kB)
09:22:10 [INFO] The user operation is waiting for background work to complete.
09:22:10 [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.2kB)
09:22:10 [INFO] Unpacking org.eclipse.ui.views_3.10.400.v20200611-1719...
09:22:10 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.300.v20200609-1726.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (233.82kB)
09:22:10 [INFO] The user operation is waiting for background work to complete.
09:22:10 [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.300.v20200609-1726.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (233.82kB)
09:22:10 [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.300.v20200609-1726...
09:22:11 [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.42kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.42kB)
09:22:11 [INFO] Unpacking org.eclipse.core.runtime_3.19.0.v20200724-1004...
09:22:11 [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.67kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.67kB)
09:22:11 [INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126...
09:22:11 [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200612-0639.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (197.54kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200612-0639.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (197.54kB)
09:22:11 [INFO] Unpacking org.eclipse.ui.editors_3.13.300.v20200612-0639...
09:22:11 [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.47kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.47kB)
09:22:11 [INFO] Unpacking org.eclipse.ui.forms_3.10.0.v20200727-0948...
09:22:11 [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.85kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.85kB)
09:22:11 [INFO] Unpacking org.eclipse.compare.core_3.6.900.v20200412-2017...
09:22:11 [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.01kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.01kB)
09:22:11 [INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
09:22:11 [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200717-1717.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.18kB)
09:22:11 [INFO] The user operation is waiting for background work to complete.
09:22:11 [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200717-1717.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.18kB)
09:22:12 [INFO] Unpacking org.eclipse.equinox.common_3.13.0.v20200717-1717...
09:22:12 [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (41.25kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (41.25kB)
09:22:12 [INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804...
09:22:12 [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.59kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.59kB)
09:22:12 [INFO] Unpacking org.eclipse.equinox.preferences_3.8.0.v20200422-1833...
09:22:12 [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.12kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.12kB)
09:22:12 [INFO] Unpacking org.eclipse.equinox.registry_3.9.0.v20200625-1425...
09:22:12 [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200728-0845.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.87kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200728-0845.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.87kB)
09:22:12 [INFO] Unpacking org.eclipse.core.databinding_1.10.0.v20200728-0845...
09:22:12 [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200615-1701.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.81kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200615-1701.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.81kB)
09:22:12 [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200615-1701...
09:22:12 [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.71kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.71kB)
09:22:12 [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651...
09:22:12 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (41.15kB)
09:22:12 [INFO] The user operation is waiting for background work to complete.
09:22:12 [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (41.15kB)
09:22:12 [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1000.v20200409-1035...
09:22:13 [INFO] Fetching org.eclipse.text_3.10.300.v20200714-0813.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (100.64kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.text_3.10.300.v20200714-0813.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (100.64kB)
09:22:13 [INFO] Unpacking org.eclipse.text_3.10.300.v20200714-0813...
09:22:13 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.79kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.79kB)
09:22:13 [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
09:22:13 [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.11kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.11kB)
09:22:13 [INFO] Unpacking org.eclipse.core.jobs_3.10.800.v20200421-0950...
09:22:13 [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.78kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.78kB)
09:22:13 [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827...
09:22:13 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.56kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.56kB)
09:22:13 [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
09:22:13 [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (42.08kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (42.08kB)
09:22:13 [INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620...
09:22:13 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (18.03kB)
09:22:13 [INFO] The user operation is waiting for background work to complete.
09:22:13 [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (18.03kB)
09:22:13 [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
09:22:13 [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2020-09/plugins/ (271.01kB)
09:22:14 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (17.58kB)
09:22:14 [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (13.22kB)
09:22:14 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.91kB)
09:22:14 [INFO] The user operation is waiting for background work to complete.
09:22:14 [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.91kB)
09:22:14 [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
09:22:14 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.13kB)
09:22:14 [INFO] The user operation is waiting for background work to complete.
09:22:14 [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.13kB)
09:22:14 [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
09:22:14 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (566.23kB)
09:22:14 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (166.46kB)
09:22:14 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (344.1kB)
09:22:14 [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (131kB)
09:22:14 [INFO] The user operation is waiting for background work to complete.
09:22:14 [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (131kB)
09:22:15 [INFO] Unpacking org.eclipse.ui.navigator_3.9.400.v20200723-2304...
09:22:15 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (476.03kB)
09:22:15 [INFO] The user operation is waiting for background work to complete.
09:22:15 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (476.03kB)
09:22:15 [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516...
09:22:15 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (563.53kB)
09:22:15 [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (17.92kB)
09:22:15 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (340.77kB)
09:22:15 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.59kB)
09:22:15 [INFO] The user operation is waiting for background work to complete.
09:22:15 [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.59kB)
09:22:15 [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748...
09:22:15 [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (120.7kB)
09:22:15 [INFO] The user operation is waiting for background work to complete.
09:22:15 [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (120.7kB)
09:22:16 [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755...
09:22:16 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (621.79kB)
09:22:16 [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200629-2100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.91kB)
09:22:16 [INFO] The user operation is waiting for background work to complete.
09:22:16 [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200629-2100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.91kB)
09:22:16 [INFO] Unpacking org.eclipse.debug.core_3.16.0.v20200629-2100...
09:22:16 [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (228.74kB)
09:22:16 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (91.99kB)
09:22:16 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB)
09:22:16 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (189.45kB)
09:22:16 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (130.23kB)
09:22:16 [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (31.85kB)
09:22:17 [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (46.89kB)
09:22:17 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (215.67kB)
09:22:17 [INFO] The user operation is waiting for background work to complete.
09:22:17 [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (215.67kB)
09:22:17 [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
09:22:17 [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (369.84kB)
09:22:17 [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200630-1559.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1,013.78kB)
09:22:17 [INFO] The user operation is waiting for background work to complete.
09:22:17 [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200630-1559.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1,013.78kB)
09:22:17 [INFO] Unpacking org.eclipse.debug.ui_3.14.600.v20200630-1559...
09:22:18 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (462.63kB)
09:22:18 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (139.67kB)
09:22:18 [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200630-1652.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84kB)
09:22:18 [INFO] The user operation is waiting for background work to complete.
09:22:18 [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200630-1652.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84kB)
09:22:18 [INFO] Unpacking org.eclipse.ui.console_3.9.300.v20200630-1652...
09:22:18 [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200725-0910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (974.46kB)
09:22:18 [INFO] The user operation is waiting for background work to complete.
09:22:18 [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200725-0910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (974.46kB)
09:22:18 [INFO] Unpacking org.eclipse.ui.workbench_3.120.0.v20200725-0910...
09:22:19 [INFO] Fetching org.eclipse.swt_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.swt_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16kB)
09:22:19 [INFO] Unpacking org.eclipse.swt_3.115.0.v20200729-1603...
09:22:19 [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.76kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.76kB)
09:22:19 [INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
09:22:19 [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.88kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.88kB)
09:22:19 [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912...
09:22:19 [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/staging/2020-09/plugins/ (14.07kB)
09:22:19 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.66kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.66kB)
09:22:19 [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
09:22:19 [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.95kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.95kB)
09:22:19 [INFO] Unpacking org.eclipse.e4.core.services_2.2.400.v20200622-1247...
09:22:19 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.68kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.68kB)
09:22:19 [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
09:22:19 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.72kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.72kB)
09:22:19 [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938...
09:22:19 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.43kB)
09:22:19 [INFO] The user operation is waiting for background work to complete.
09:22:19 [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.43kB)
09:22:20 [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247...
09:22:20 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.73kB)
09:22:20 [INFO] The user operation is waiting for background work to complete.
09:22:20 [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.73kB)
09:22:20 [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849...
09:22:20 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.16kB)
09:22:20 [INFO] The user operation is waiting for background work to complete.
09:22:20 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.16kB)
09:22:20 [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
09:22:20 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.02kB)
09:22:20 [INFO] The user operation is waiting for background work to complete.
09:22:20 [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.02kB)
09:22:20 [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930...
09:22:20 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.16kB)
09:22:20 [INFO] The user operation is waiting for background work to complete.
09:22:20 [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.16kB)
09:22:20 [INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
09:22:20 [INFO] Fetching org.eclipse.jface_3.21.0.v20200727-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (363.45kB)
09:22:20 [INFO] The user operation is waiting for background work to complete.
09:22:20 [INFO] Fetching org.eclipse.jface_3.21.0.v20200727-0950.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (363.45kB)
09:22:20 [INFO] Unpacking org.eclipse.jface_3.21.0.v20200727-0950...
09:22:20 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.19kB)
09:22:20 [INFO] The user operation is waiting for background work to complete.
09:22:20 [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.19kB)
09:22:20 [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701...
09:22:21 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200722-0935.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.26kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200722-0935.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.26kB)
09:22:21 [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.1100.v20200722-0935...
09:22:21 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.47kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.47kB)
09:22:21 [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719...
09:22:21 [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.76kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.76kB)
09:22:21 [INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
09:22:21 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.900.v20200616-2015.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.7kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.900.v20200616-2015.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.7kB)
09:22:21 [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.900.v20200616-2015...
09:22:21 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.94kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.94kB)
09:22:21 [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111...
09:22:21 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (110.3kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (110.3kB)
09:22:21 [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.800.v20200717-1533...
09:22:21 [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.65kB)
09:22:21 [INFO] The user operation is waiting for background work to complete.
09:22:21 [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.65kB)
09:22:21 [INFO] Unpacking org.eclipse.equinox.event_1.5.500.v20200616-0800...
09:22:22 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.45kB)
09:22:22 [INFO] The user operation is waiting for background work to complete.
09:22:22 [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.45kB)
09:22:22 [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200728-0845.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.61kB)
09:22:22 [INFO] The user operation is waiting for background work to complete.
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200728-0845.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.61kB)
09:22:22 [INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.400.v20200728-0845...
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.82kB)
09:22:22 [INFO] The user operation is waiting for background work to complete.
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.82kB)
09:22:22 [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611...
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200723-0917.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (94.54kB)
09:22:22 [INFO] The user operation is waiting for background work to complete.
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200723-0917.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (94.54kB)
09:22:22 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200723-0917...
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.83kB)
09:22:22 [INFO] The user operation is waiting for background work to complete.
09:22:22 [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.83kB)
09:22:22 [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644...
09:22:22 [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.7kB)
09:22:22 [INFO] The user operation is waiting for background work to complete.
09:22:22 [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.7kB)
09:22:22 [INFO] Unpacking org.eclipse.jface.databinding_1.12.0.v20200717-1533...
09:22:23 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.07kB)
09:22:23 [INFO] The user operation is waiting for background work to complete.
09:22:23 [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.07kB)
09:22:23 [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
09:22:23 [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.97kB)
09:22:23 [INFO] The user operation is waiting for background work to complete.
09:22:23 [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.97kB)
09:22:23 [INFO] Unpacking org.eclipse.urischeme_1.1.100.v20200729-2048...
09:22:23 [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (126.93kB)
09:22:23 [INFO] The user operation is waiting for background work to complete.
09:22:23 [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (126.93kB)
09:22:23 [INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547...
09:22:23 [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (115.12kB)
09:22:23 [INFO] The user operation is waiting for background work to complete.
09:22:23 [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (115.12kB)
09:22:23 [INFO] Unpacking org.eclipse.emf.common_2.20.0.v20200630-0516...
09:22:23 [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200728-1323.jar from https://download.eclipse.org/staging/2020-09/plugins/ (6.83MB)
09:22:24 [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200728-0736.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (281.65kB)
09:22:24 [INFO] The user operation is waiting for background work to complete.
09:22:24 [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200728-0736.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (281.65kB)
09:22:24 [INFO] Unpacking org.eclipse.jdt.launching_3.18.0.v20200728-0736...
09:22:24 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (59.49kB)
09:22:24 [INFO] The user operation is waiting for background work to complete.
09:22:24 [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (59.49kB)
09:22:24 [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
09:22:24 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (61.06kB)
09:22:24 [INFO] The user operation is waiting for background work to complete.
09:22:24 [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (61.06kB)
09:22:24 [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
09:22:24 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (96.91kB)
09:22:24 [INFO] The user operation is waiting for background work to complete.
09:22:24 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (96.91kB)
09:22:24 [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
09:22:24 [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (108.42kB)
09:22:24 [INFO] The user operation is waiting for background work to complete.
09:22:24 [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (108.42kB)
09:22:24 [INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200205-0529...
09:22:24 [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.97kB)
09:22:24 [INFO] The user operation is waiting for background work to complete.
09:22:24 [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.97kB)
09:22:25 [INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624...
09:22:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.47kB)
09:22:25 [INFO] The user operation is waiting for background work to complete.
09:22:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.47kB)
09:22:25 [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
09:22:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (34.56kB)
09:22:25 [INFO] The user operation is waiting for background work to complete.
09:22:25 [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (34.56kB)
09:22:25 [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546...
09:22:25 [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.97kB)
09:22:25 [INFO] The user operation is waiting for background work to complete.
09:22:25 [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.97kB)
09:22:25 [INFO] Unpacking org.eclipse.equinox.launcher_1.5.800.v20200727-1323...
09:22:25 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.11kB)
09:22:25 [INFO] The user operation is waiting for background work to complete.
09:22:25 [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.11kB)
09:22:25 [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025...
09:22:25 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.88kB)
09:22:25 [INFO] The user operation is waiting for background work to complete.
09:22:25 [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.88kB)
09:22:25 [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530...
09:22:25 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.42kB)
09:22:25 [INFO] The user operation is waiting for background work to complete.
09:22:25 [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.42kB)
09:22:25 [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.04kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.04kB)
09:22:26 [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.9kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.9kB)
09:22:26 [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130...
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200701-2114.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.49kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200701-2114.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.49kB)
09:22:26 [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.800.v20200701-2114...
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (47.99kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (47.99kB)
09:22:26 [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530...
09:22:26 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (116.64kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (116.64kB)
09:22:26 [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
09:22:26 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (81.19kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (81.19kB)
09:22:26 [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
09:22:26 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.18kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.18kB)
09:22:26 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308...
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (74.47kB)
09:22:26 [INFO] The user operation is waiting for background work to complete.
09:22:26 [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (74.47kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530...
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.94kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.94kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.99kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.99kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336...
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.28kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.28kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530...
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200701-2253.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.94kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200701-2253.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (105.94kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200701-2253...
09:22:27 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.64kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.64kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200727-2023.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (288.33kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200727-2023.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (288.33kB)
09:22:27 [INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.100.v20200727-2023...
09:22:27 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (71.21kB)
09:22:27 [INFO] The user operation is waiting for background work to complete.
09:22:27 [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (71.21kB)
09:22:28 [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901...
09:22:28 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.5kB)
09:22:28 [INFO] The user operation is waiting for background work to complete.
09:22:28 [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.5kB)
09:22:28 [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530...
09:22:28 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (366.65kB)
09:22:28 [INFO] The user operation is waiting for background work to complete.
09:22:28 [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (366.65kB)
09:22:28 [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
09:22:28 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200725-0429.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (494.22kB)
09:22:28 [INFO] The user operation is waiting for background work to complete.
09:22:28 [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200725-0429.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (494.22kB)
09:22:28 [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.100.v20200725-0429...
09:22:28 [INFO] Fetching org.eclipse.jdt.debug_3.15.200.v20200727-0739.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (953.8kB)
09:22:28 [INFO] The user operation is waiting for background work to complete.
09:22:28 [INFO] Fetching org.eclipse.jdt.debug_3.15.200.v20200727-0739.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (953.8kB)
09:22:28 [INFO] Unpacking org.eclipse.jdt.debug_3.15.200.v20200727-0739...
09:22:29 [INFO] Fetching org.eclipse.jdt.debug.ui_3.11.100.v20200726-0744.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.66MB)
09:22:29 [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200726-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (3.88MB)
09:22:29 [INFO] The user operation is waiting for background work to complete.
09:22:29 [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200726-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (3.88MB)
09:22:29 [INFO] Unpacking org.eclipse.jdt.ui_3.21.200.v20200726-1310...
09:22:30 Aug 20, 2020 1:22:30 PM org.apache.http.impl.execchain.RetryExec execute
09:22:31 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
09:22:31 Aug 20, 2020 1:22:30 PM org.apache.http.impl.execchain.RetryExec execute
09:22:31 INFO: Retrying request to {s}->https://download.eclipse.org:443
09:22:31 [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (214.9kB)
09:22:31 [INFO] The user operation is waiting for background work to complete.
09:22:31 [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (214.9kB)
09:22:31 [INFO] Unpacking org.eclipse.search_3.12.0.v20200727-2017...
09:22:31 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.61kB)
09:22:31 [INFO] The user operation is waiting for background work to complete.
09:22:31 [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.61kB)
09:22:31 [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748...
09:22:31 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (123kB)
09:22:31 [INFO] The user operation is waiting for background work to complete.
09:22:31 [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (123kB)
09:22:31 [INFO] Unpacking org.junit_4.13.0.v20200204-1500...
09:22:31 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.17kB)
09:22:31 [INFO] The user operation is waiting for background work to complete.
09:22:31 [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.17kB)
09:22:31 [INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748...
09:22:31 [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200728-0915.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (491.69kB)
09:22:31 [INFO] The user operation is waiting for background work to complete.
09:22:31 [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200728-0915.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (491.69kB)
09:22:31 [INFO] Unpacking org.eclipse.team.ui_3.8.1000.v20200728-0915...
09:22:31 [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200607-0846.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.88kB)
09:22:31 [INFO] The user operation is waiting for background work to complete.
09:22:31 [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200607-0846.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.88kB)
09:22:31 [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200607-0846...
09:22:32 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (176.89kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (176.89kB)
09:22:32 [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.100.v20200720-0748...
09:22:32 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (70.56kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (70.56kB)
09:22:32 [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751...
09:22:32 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (93.09kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (93.09kB)
09:22:32 [INFO] Unpacking org.eclipse.jem_2.0.600.v201903222024...
09:22:32 [INFO] Fetching org.eclipse.jem.util_2.1.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (47.51kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.jem.util_2.1.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (47.51kB)
09:22:32 [INFO] Unpacking org.eclipse.jem.util_2.1.202.v202007142017...
09:22:32 [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.3kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24.3kB)
09:22:32 [INFO] Unpacking org.eclipse.wst.common.core_1.4.0.v202007161535...
09:22:32 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.04kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.04kB)
09:22:32 [INFO] Unpacking org.eclipse.jem.workbench_2.0.400.v201903222024...
09:22:32 [INFO] Fetching org.eclipse.jface.notifications_0.1.100.v20200724-0853.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.64kB)
09:22:32 [INFO] The user operation is waiting for background work to complete.
09:22:32 [INFO] Fetching org.eclipse.jface.notifications_0.1.100.v20200724-0853.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.64kB)
09:22:33 [INFO] Unpacking org.eclipse.jface.notifications_0.1.100.v20200724-0853...
09:22:33 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.31kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.31kB)
09:22:33 [INFO] Unpacking org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024...
09:22:33 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.27kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.27kB)
09:22:33 [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.202.v202007142017...
09:22:33 [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.59kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.59kB)
09:22:33 [INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535...
09:22:33 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.68kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.68kB)
09:22:33 [INFO] Unpacking org.eclipse.jst.common.annotations.core_1.1.300.v201903222024...
09:22:33 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.52kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.52kB)
09:22:33 [INFO] Unpacking org.eclipse.jst.common.frameworks_1.1.701.v201903222024...
09:22:33 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.101.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (130.17kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.101.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (130.17kB)
09:22:33 [INFO] Unpacking org.eclipse.wst.common.modulecore_1.3.101.v202007161535...
09:22:33 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (52.97kB)
09:22:33 [INFO] The user operation is waiting for background work to complete.
09:22:33 [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (52.97kB)
09:22:34 [INFO] Unpacking org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535...
09:22:34 [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (135.55kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (135.55kB)
09:22:34 [INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017...
09:22:34 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (119.76kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (119.76kB)
09:22:34 [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017...
09:22:34 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.96kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.96kB)
09:22:34 [INFO] Unpacking org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535...
09:22:34 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.11kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.11kB)
09:22:34 [INFO] Unpacking org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017...
09:22:34 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (91.82kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (91.82kB)
09:22:34 [INFO] Unpacking org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017...
09:22:34 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.97kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.97kB)
09:22:34 [INFO] Unpacking org.eclipse.jst.common.ui_1.0.301.v201903222024...
09:22:34 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.62kB)
09:22:34 [INFO] The user operation is waiting for background work to complete.
09:22:34 [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.62kB)
09:22:35 [INFO] Unpacking org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017...
09:22:35 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (330.29kB)
09:22:35 [INFO] The user operation is waiting for background work to complete.
09:22:35 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (330.29kB)
09:22:35 [INFO] Unpacking org.eclipse.jst.ejb.ui_1.1.911.v201903222024...
09:22:35 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (53.35kB)
09:22:35 [INFO] The user operation is waiting for background work to complete.
09:22:35 [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (53.35kB)
09:22:35 [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017...
09:22:35 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (119.96kB)
09:22:35 [INFO] The user operation is waiting for background work to complete.
09:22:35 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (119.96kB)
09:22:35 [INFO] Unpacking org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024...
09:22:35 [INFO] Fetching org.eclipse.jst.j2ee_1.2.400.v202007011329.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (859.74kB)
09:22:35 [INFO] The user operation is waiting for background work to complete.
09:22:35 [INFO] Fetching org.eclipse.jst.j2ee_1.2.400.v202007011329.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (859.74kB)
09:22:35 [INFO] Unpacking org.eclipse.jst.j2ee_1.2.400.v202007011329...
09:22:35 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.2.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (589.42kB)
09:22:35 [INFO] The user operation is waiting for background work to complete.
09:22:35 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.2.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (589.42kB)
09:22:35 [INFO] Unpacking org.eclipse.jst.j2ee.core_1.4.2.v202007170603...
09:22:36 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (357.88kB)
09:22:36 [INFO] The user operation is waiting for background work to complete.
09:22:36 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (357.88kB)
09:22:36 [INFO] Unpacking org.eclipse.jst.j2ee.ui_1.1.931.v202007170603...
09:22:36 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.69kB)
09:22:36 [INFO] The user operation is waiting for background work to complete.
09:22:36 [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (124.69kB)
09:22:36 [INFO] Unpacking org.eclipse.wst.server.core_1.10.100.v202007170127...
09:22:36 [INFO] Fetching org.eclipse.wst.web.ui_1.2.101.v202005120311.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.7kB)
09:22:36 [INFO] The user operation is waiting for background work to complete.
09:22:36 [INFO] Fetching org.eclipse.wst.web.ui_1.2.101.v202005120311.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.7kB)
09:22:36 [INFO] Unpacking org.eclipse.wst.web.ui_1.2.101.v202005120311...
09:22:36 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.31kB)
09:22:36 [INFO] The user operation is waiting for background work to complete.
09:22:36 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.31kB)
09:22:36 [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017...
09:22:36 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.62kB)
09:22:36 [INFO] The user operation is waiting for background work to complete.
09:22:36 [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (36.62kB)
09:22:37 [INFO] Unpacking org.eclipse.wst.web_1.2.100.v201905161255...
09:22:37 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (73.18kB)
09:22:37 [INFO] The user operation is waiting for background work to complete.
09:22:37 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (73.18kB)
09:22:37 [INFO] Unpacking org.eclipse.jst.jee.ui_1.0.901.v201903222025...
09:22:37 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.75kB)
09:22:37 [INFO] The user operation is waiting for background work to complete.
09:22:37 [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.75kB)
09:22:37 [INFO] Unpacking org.eclipse.jst.server.core_1.2.600.v202007170127...
09:22:37 [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202007252131.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (155.78kB)
09:22:37 [INFO] The user operation is waiting for background work to complete.
09:22:37 [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202007252131.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (155.78kB)
09:22:37 [INFO] Unpacking org.eclipse.wst.sse.core_1.2.500.v202007252131...
09:22:37 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.73kB)
09:22:37 [INFO] The user operation is waiting for background work to complete.
09:22:37 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.73kB)
09:22:37 [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.3.0.v202007161535...
09:22:37 [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (255.25kB)
09:22:37 [INFO] The user operation is waiting for background work to complete.
09:22:37 [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (255.25kB)
09:22:37 [INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202007191910...
09:22:37 [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.12kB)
09:22:37 [INFO] The user operation is waiting for background work to complete.
09:22:37 [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.12kB)
09:22:38 [INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017...
09:22:38 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.92kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.92kB)
09:22:38 [INFO] Unpacking org.eclipse.jst.jee_1.0.902.v201905281719...
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.31kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (25.31kB)
09:22:38 [INFO] Unpacking org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429...
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.18kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.18kB)
09:22:38 [INFO] Unpacking org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346...
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.03kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.03kB)
09:22:38 [INFO] Unpacking org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346...
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (172.13kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (172.13kB)
09:22:38 [INFO] Unpacking org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603...
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (223.02kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (223.02kB)
09:22:38 [INFO] Unpacking org.eclipse.jst.j2ee.web_1.1.911.v201903222025...
09:22:38 [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.01kB)
09:22:38 [INFO] The user operation is waiting for background work to complete.
09:22:38 [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (57.01kB)
09:22:38 [INFO] Unpacking org.eclipse.wst.common.ui_1.2.0.v202007161535...
09:22:39 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (274.83kB)
09:22:39 [INFO] The user operation is waiting for background work to complete.
09:22:39 [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (274.83kB)
09:22:39 [INFO] Unpacking org.eclipse.wst.server.ui_1.5.600.v202007170127...
09:22:39 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.52kB)
09:22:39 [INFO] The user operation is waiting for background work to complete.
09:22:39 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.52kB)
09:22:39 [INFO] Unpacking org.eclipse.jst.servlet.ui_1.1.921.v201903222025...
09:22:39 [INFO] Fetching org.eclipse.reddeer.common_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (28.07kB)
09:22:39 [INFO] The user operation is waiting for background work to complete.
09:22:39 [INFO] Fetching org.eclipse.reddeer.common_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (28.07kB)
09:22:39 [INFO] Unpacking org.eclipse.reddeer.common_3.1.0.v20200805-1756...
09:22:39 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.18kB)
09:22:39 [INFO] The user operation is waiting for background work to complete.
09:22:39 [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.18kB)
09:22:39 [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
09:22:39 [INFO] Fetching org.eclipse.reddeer.core_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (70.62kB)
09:22:39 [INFO] The user operation is waiting for background work to complete.
09:22:39 [INFO] Fetching org.eclipse.reddeer.core_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (70.62kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.core_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.direct_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.33kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.direct_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.33kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.direct_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.eclipse_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (103.18kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.eclipse_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (103.18kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.eclipse_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.jface_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (17.28kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.jface_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (17.28kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.jface_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.swt_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.66kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.swt_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.66kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.swt_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.workbench_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.99kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.workbench_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (32.99kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.workbench_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.workbench.core_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (15.16kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.workbench.core_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (15.16kB)
09:22:40 [INFO] Unpacking org.eclipse.reddeer.workbench.core_3.1.0.v20200805-1756...
09:22:40 [INFO] Fetching org.eclipse.reddeer.junit_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.69kB)
09:22:40 [INFO] The user operation is waiting for background work to complete.
09:22:40 [INFO] Fetching org.eclipse.reddeer.junit_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.69kB)
09:22:41 [INFO] Unpacking org.eclipse.reddeer.junit_3.1.0.v20200805-1756...
09:22:41 [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200729-0615.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (97.79kB)
09:22:41 [INFO] The user operation is waiting for background work to complete.
09:22:41 [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200729-0615.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (97.79kB)
09:22:41 [INFO] Unpacking org.eclipse.ui.browser_3.6.900.v20200729-0615...
09:22:41 [INFO] Fetching org.eclipse.ui.views.log_1.2.1200.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.65kB)
09:22:41 [INFO] The user operation is waiting for background work to complete.
09:22:41 [INFO] Fetching org.eclipse.ui.views.log_1.2.1200.v20200611-1719.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.65kB)
09:22:41 [INFO] Unpacking org.eclipse.ui.views.log_1.2.1200.v20200611-1719...
09:22:41 [INFO] Fetching org.eclipse.reddeer.uiforms_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.3kB)
09:22:41 [INFO] The user operation is waiting for background work to complete.
09:22:41 [INFO] Fetching org.eclipse.reddeer.uiforms_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.3kB)
09:22:41 [INFO] Unpacking org.eclipse.reddeer.uiforms_3.1.0.v20200805-1756...
09:22:41 [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/
09:22:41 [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB)
09:22:41 [INFO] The user operation is waiting for background work to complete.
09:22:41 [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB)
09:22:41 [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
09:22:41 [INFO] Fetching org.eclipse.reddeer.go_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.14kB)
09:22:41 [INFO] The user operation is waiting for background work to complete.
09:22:41 [INFO] Fetching org.eclipse.reddeer.go_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.14kB)
09:22:41 [INFO] Unpacking org.eclipse.reddeer.go_3.1.0.v20200805-1756...
09:22:41 [INFO] Fetching org.eclipse.reddeer.gef_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.88kB)
09:22:41 [INFO] The user operation is waiting for background work to complete.
09:22:41 [INFO] Fetching org.eclipse.reddeer.gef_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.88kB)
09:22:41 [INFO] Unpacking org.eclipse.reddeer.gef_3.1.0.v20200805-1756...
09:22:42 [INFO] Fetching org.eclipse.reddeer.junit.extension_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.63kB)
09:22:42 [INFO] The user operation is waiting for background work to complete.
09:22:42 [INFO] Fetching org.eclipse.reddeer.junit.extension_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.63kB)
09:22:42 [INFO] Unpacking org.eclipse.reddeer.junit.extension_3.1.0.v20200805-1756...
09:22:42 [INFO] Fetching org.eclipse.reddeer.requirements_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.8kB)
09:22:42 [INFO] The user operation is waiting for background work to complete.
09:22:42 [INFO] Fetching org.eclipse.reddeer.requirements_3.1.0.v20200805-1756.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.8kB)
09:22:42 [INFO] Unpacking org.eclipse.reddeer.requirements_3.1.0.v20200805-1756...
09:22:42 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.69kB)
09:22:42 [INFO] The user operation is waiting for background work to complete.
09:22:42 [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.69kB)
09:22:42 [INFO] Unpacking org.json_1.0.0.v201011060100...
09:22:42 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (91.12kB)
09:22:42 [INFO] The user operation is waiting for background work to complete.
09:22:42 [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (91.12kB)
09:22:42 [INFO] Unpacking org.yaml.snakeyaml_1.14.0.v201604211500...
09:22:42 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (833.29kB)
09:22:42 [INFO] The user operation is waiting for background work to complete.
09:22:42 [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (833.29kB)
09:22:42 [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200729-1603...
09:22:42 [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.56kB)
09:22:42 [INFO] The user operation is waiting for background work to complete.
09:22:42 [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.56kB)
09:22:43 [INFO] Unpacking org.eclipse.ui.ide.application_1.3.800.v20200713-0938...
09:22:43 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.74kB)
09:22:43 [INFO] The user operation is waiting for background work to complete.
09:22:43 [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.74kB)
09:22:43 [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849...
09:22:43 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (181.13kB)
09:22:43 [INFO] The user operation is waiting for background work to complete.
09:22:43 [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (181.13kB)
09:22:43 [INFO] Unpacking org.eclipse.wst.css.core_1.2.0.v202004081818...
09:22:43 [INFO] Fetching org.eclipse.wst.css.ui_1.1.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (120.62kB)
09:22:43 [INFO] The user operation is waiting for background work to complete.
09:22:43 [INFO] Fetching org.eclipse.wst.css.ui_1.1.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (120.62kB)
09:22:43 [INFO] Unpacking org.eclipse.wst.css.ui_1.1.400.v202004230532...
09:22:43 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202006201906.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (335.87kB)
09:22:43 [INFO] The user operation is waiting for background work to complete.
09:22:43 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202006201906.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (335.87kB)
09:22:43 [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.500.v202006201906...
09:22:44 [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202007191902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (315.63kB)
09:22:44 [INFO] The user operation is waiting for background work to complete.
09:22:44 [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202007191902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (315.63kB)
09:22:44 [INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202007191902...
09:22:44 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202005180147.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (202.68kB)
09:22:44 [INFO] The user operation is waiting for background work to complete.
09:22:44 [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202005180147.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (202.68kB)
09:22:44 [INFO] Unpacking org.eclipse.wst.html.core_1.3.200.v202005180147...
09:22:44 [INFO] Fetching org.eclipse.wst.html.ui_1.1.400.v202007072044.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (116.32kB)
09:22:44 [INFO] The user operation is waiting for background work to complete.
09:22:44 [INFO] Fetching org.eclipse.wst.html.ui_1.1.400.v202007072044.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (116.32kB)
09:22:44 [INFO] Unpacking org.eclipse.wst.html.ui_1.1.400.v202007072044...
09:22:44 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.25kB)
09:22:44 [INFO] The user operation is waiting for background work to complete.
09:22:44 [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.25kB)
09:22:44 [INFO] Unpacking org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127...
09:22:44 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.15kB)
09:22:44 [INFO] The user operation is waiting for background work to complete.
09:22:44 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (43.15kB)
09:22:44 [INFO] Unpacking org.eclipse.wst.server.discovery_1.3.200.v201910252115...
09:22:45 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.05MB)
09:22:45 [INFO] The user operation is waiting for background work to complete.
09:22:45 [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.05MB)
09:22:45 [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200729-1603...
09:22:46 Aug 20, 2020 1:22:46 PM org.apache.http.impl.execchain.RetryExec execute
09:22:46 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
09:22:46 Aug 20, 2020 1:22:46 PM org.apache.http.impl.execchain.RetryExec execute
09:22:46 INFO: Retrying request to {s}->https://download.eclipse.org:443
09:22:46 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (955.28kB)
09:22:46 [INFO] The user operation is waiting for background work to complete.
09:22:46 [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (955.28kB)
09:22:46 [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200729-1603...
09:22:47 [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:22:47 [INFO] 
09:22:47 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >--------
09:22:47 [INFO] Building RedDeer Eclipse Tests 3.1.0-SNAPSHOT
09:22:47 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
09:22:47 [INFO] 
09:22:47 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test ---
09:22:47 [INFO] 
09:22:47 [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test ---
09:22:50 [INFO] The project's OSGi version is 3.1.0.v20200820-1321
09:22:50 [INFO] 
09:22:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test ---
09:22:50 [INFO] 
09:22:50 [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test ---
09:22:50 [INFO] 
09:22:50 [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test ---
09:23:01 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
09:23:01 [INFO] 
09:23:01 [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test ---
09:23:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:03 [INFO] Copying 12 resources
09:23:03 [INFO] 
09:23:03 [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.reddeer.eclipse.test ---
09:23:04 [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/pom.xml
09:23:04 [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
09:23:04 [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/bin
09:23:06 [INFO] 
09:23:06 [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test ---
09:23:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:23:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/src/test/resources
09:23:06 [INFO] 
09:23:06 [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test ---
09:23:06 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT-sources.jar
09:23:06 [INFO] 
09:23:06 [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test ---
09:23:06 [INFO] 
09:23:06 [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test ---
09:23:06 [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-3.1.0-SNAPSHOT.jar
09:23:06 [INFO] 
09:23:06 [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test ---
09:23:06 [INFO] 
09:23:06 [INFO] --- maven-dependency-plugin:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test ---
09:23:14 [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar
09:23:14 [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar
09:23:14 [INFO] 
09:23:14 [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test ---
09:23:16 Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar
09:23:17 10/2127K
21/2127K
32/2127K
42/2127K
53/2127K
64/2127K
74/2127K
85/2127K
96/2127K
107/2127K
117/2127K
128/2127K
139/2127K
149/2127K
160/2127K
171/2127K
182/2127K
192/2127K
203/2127K
214/2127K
224/2127K
235/2127K
246/2127K
257/2127K
267/2127K
278/2127K
289/2127K
299/2127K
310/2127K
321/2127K
332/2127K
342/2127K
353/2127K
364/2127K
374/2127K
385/2127K
396/2127K
407/2127K
417/2127K
428/2127K
439/2127K
449/2127K
460/2127K
471/2127K
481/2127K
492/2127K
503/2127K
514/2127K
524/2127K
535/2127K
546/2127K
556/2127K
567/2127K
578/2127K
589/2127K
599/2127K
610/2127K
621/2127K
631/2127K
642/2127K
653/2127K
664/2127K
674/2127K
685/2127K
696/2127K
706/2127K
717/2127K
728/2127K
739/2127K
749/2127K
760/2127K
771/2127K
781/2127K
792/2127K
803/2127K
814/2127K
824/2127K
835/2127K
846/2127K
856/2127K
867/2127K
878/2127K
889/2127K
899/2127K
910/2127K
921/2127K
931/2127K
942/2127K
953/2127K
963/2127K
974/2127K
985/2127K
996/2127K
1006/2127K
1017/2127K
1028/2127K
1038/2127K
1049/2127K
1060/2127K
1071/2127K
1081/2127K
1092/2127K
1103/2127K
1113/2127K
1124/2127K
1135/2127K
1146/2127K
1156/2127K
1167/2127K
1178/2127K
1188/2127K
1199/2127K
1210/2127K
1221/2127K
1231/2127K
1242/2127K
1253/2127K
1263/2127K
1274/2127K
1285/2127K
1296/2127K
1306/2127K
1317/2127K
1328/2127K
1338/2127K
1349/2127K
1360/2127K
1371/2127K
1381/2127K
1392/2127K
1403/2127K
1413/2127K
1424/2127K
1435/2127K
1445/2127K
1456/2127K
1467/2127K
1478/2127K
1488/2127K
1499/2127K
1510/2127K
1520/2127K
1531/2127K
1542/2127K
1553/2127K
1563/2127K
1574/2127K
1585/2127K
1595/2127K
1606/2127K
1617/2127K
1628/2127K
1638/2127K
1649/2127K
1660/2127K
1670/2127K
1681/2127K
1692/2127K
1703/2127K
1713/2127K
1724/2127K
1735/2127K
1745/2127K
1756/2127K
1767/2127K
1778/2127K
1791/2127K
1807/2127K
1823/2127K
1839/2127K
1855/2127K
1871/2127K
1887/2127K
1903/2127K
1919/2127K
1935/2127K
1951/2127K
1967/2127K
1983/2127K
1997/2127K
2013/2127K
2029/2127K
2045/2127K
2061/2127K
2077/2127K
2093/2127K
2109/2127K
2125/2127K
2127/2127K
2127K downloaded
09:23:17 [INFO] 
09:23:17 [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.reddeer.eclipse.test ---
09:23:18 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.97kB)
09:23:18 [INFO] The user operation is waiting for background work to complete.
09:23:18 [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (79.97kB)
09:23:18 [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
09:23:18 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (676.21kB)
09:23:18 [INFO] The user operation is waiting for background work to complete.
09:23:18 [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (676.21kB)
09:23:18 [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
09:23:19 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (743.15kB)
09:23:19 [INFO] The user operation is waiting for background work to complete.
09:23:19 [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (743.15kB)
09:23:19 [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
09:23:19 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.14MB)
09:23:19 [INFO] The user operation is waiting for background work to complete.
09:23:19 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.14MB)
09:23:19 [INFO] Unpacking com.google.javascript_0.0.20160315.v20161124-1903...
09:23:20 [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/staging/2020-09/plugins/ (611.72kB)
09:23:20 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.05kB)
09:23:20 [INFO] The user operation is waiting for background work to complete.
09:23:20 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (107.05kB)
09:23:20 [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
09:23:20 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.28MB)
09:23:20 [INFO] The user operation is waiting for background work to complete.
09:23:20 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.28MB)
09:23:20 [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842...
09:23:20 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (328.72kB)
09:23:20 [INFO] The user operation is waiting for background work to complete.
09:23:20 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (328.72kB)
09:23:21 [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842...
09:23:21 [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (265.45kB)
09:23:21 [INFO] The user operation is waiting for background work to complete.
09:23:21 [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (265.45kB)
09:23:21 [INFO] Unpacking com.sun.xml.bind_2.2.0.v201505121915...
09:23:21 [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (26.78kB)
09:23:21 [INFO] The user operation is waiting for background work to complete.
09:23:21 [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (26.78kB)
09:23:21 [INFO] Unpacking javax.activation_1.1.0.v201211130549...
09:23:21 [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.41kB)
09:23:21 [INFO] The user operation is waiting for background work to complete.
09:23:21 [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.41kB)
09:23:21 [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648...
09:23:21 [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.59kB)
09:23:21 [INFO] The user operation is waiting for background work to complete.
09:23:21 [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (21.59kB)
09:23:21 [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200...
09:23:21 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.2kB)
09:23:21 [INFO] The user operation is waiting for background work to complete.
09:23:21 [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.2kB)
09:23:21 [INFO] Unpacking javax.servlet_3.1.0.v201410161800...
09:23:22 [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.86MB)
09:23:22 [INFO] The user operation is waiting for background work to complete.
09:23:22 [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.86MB)
09:23:22 [INFO] Unpacking org.apache.ant_1.10.8.v20200515-1239...
09:23:22 [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (143.6kB)
09:23:22 [INFO] The user operation is waiting for background work to complete.
09:23:22 [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (143.6kB)
09:23:22 [INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001...
09:23:22 [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (112.66kB)
09:23:22 [INFO] The user operation is waiting for background work to complete.
09:23:22 [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (112.66kB)
09:23:22 [INFO] Unpacking org.apache.commons.httpclient_3.1.0.v201012070820...
09:23:22 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.7kB)
09:23:22 [INFO] The user operation is waiting for background work to complete.
09:23:22 [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.7kB)
09:23:22 [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
09:23:22 [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar.pack.gz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/plugins/ (99.91kB)
09:23:22 [INFO] The user operation is waiting for background work to complete.
09:23:22 [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar.pack.gz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/plugins/ (99.91kB)
09:23:22 [INFO] Unpacking org.apache.commons.net_3.2.0.v201305141515...
09:23:22 [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.52kB)
09:23:22 [INFO] The user operation is waiting for background work to complete.
09:23:22 [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.52kB)
09:23:23 [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
09:23:23 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.47kB)
09:23:23 [INFO] The user operation is waiting for background work to complete.
09:23:23 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.47kB)
09:23:23 [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
09:23:23 [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (34.83kB)
09:23:23 [INFO] The user operation is waiting for background work to complete.
09:23:23 [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (34.83kB)
09:23:23 [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
09:23:23 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (109.72kB)
09:23:23 [INFO] The user operation is waiting for background work to complete.
09:23:23 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (109.72kB)
09:23:23 [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212...
09:23:23 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (333.78kB)
09:23:23 [INFO] The user operation is waiting for background work to complete.
09:23:23 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (333.78kB)
09:23:23 [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512...
09:23:23 [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.49MB)
09:23:23 [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from https://download.eclipse.org/staging/2020-09/plugins/ (2.47MB)
09:23:24 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (3.42MB)
09:23:24 [INFO] The user operation is waiting for background work to complete.
09:23:24 [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (3.42MB)
09:23:24 [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459...
09:23:24 [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from https://download.eclipse.org/staging/2020-09/plugins/ (433.33kB)
09:23:24 [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/plugins/ (24.55kB)
09:23:24 [INFO] The user operation is waiting for background work to complete.
09:23:24 [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20200817205214/repository/plugins/ (24.55kB)
09:23:25 [INFO] Unpacking org.apache.ws.commons.util_1.0.2.v20160817-1930...
09:23:25 [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.99kB)
09:23:25 [INFO] The user operation is waiting for background work to complete.
09:23:25 [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (63.99kB)
09:23:25 [INFO] Unpacking org.apache.xmlrpc_3.0.0.v20100427-1100...
09:23:25 [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (71.46kB)
09:23:25 [INFO] The user operation is waiting for background work to complete.
09:23:25 [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (71.46kB)
09:23:25 [INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251...
09:23:25 [INFO] Fetching org.eclipse.core.databinding.beans_1.7.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.22kB)
09:23:25 [INFO] The user operation is waiting for background work to complete.
09:23:25 [INFO] Fetching org.eclipse.core.databinding.beans_1.7.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.22kB)
09:23:25 [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.0.v20200717-1533...
09:23:25 [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.79kB)
09:23:25 [INFO] The user operation is waiting for background work to complete.
09:23:25 [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.79kB)
09:23:25 [INFO] Unpacking org.eclipse.core.externaltools_1.1.700.v20200416-1310...
09:23:25 [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (251.04kB)
09:23:25 [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (30.23kB)
09:23:25 [INFO] Fetching org.eclipse.help.base_4.3.0.v20200729-1800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (164.05kB)
09:23:25 [INFO] The user operation is waiting for background work to complete.
09:23:25 [INFO] Fetching org.eclipse.help.base_4.3.0.v20200729-1800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (164.05kB)
09:23:25 [INFO] Unpacking org.eclipse.help.base_4.3.0.v20200729-1800...
09:23:25 [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (33.41kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (122.21kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (81.23kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2020-09/features/ (30.96kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (121.41kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (344.53kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (42.19kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (232.34kB)
09:23:26 [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (72.95kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (102.62kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (272.38kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (20.83kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (11.34kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (27.37kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (203.76kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/staging/2020-09/plugins/ (253.96kB)
09:23:27 [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.14.102.201911250848.jar from https://download.eclipse.org/staging/2020-09/features/ (30.92kB)
09:23:27 [INFO] Fetching org.eclipse.dstore.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (389kB)
09:23:28 [INFO] Fetching org.eclipse.dstore.extra_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (31.89kB)
09:23:28 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16kB)
09:23:28 [INFO] The user operation is waiting for background work to complete.
09:23:28 [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16kB)
09:23:28 [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656...
09:23:28 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.0.v20200714-1325.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (103.19kB)
09:23:28 [INFO] The user operation is waiting for background work to complete.
09:23:28 [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.0.v20200714-1325.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (103.19kB)
09:23:28 [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.2.0.v20200714-1325...
09:23:28 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200608-1513.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.62kB)
09:23:28 [INFO] The user operation is waiting for background work to complete.
09:23:28 [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200608-1513.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.62kB)
09:23:28 [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200608-1513...
09:23:28 [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (655.27kB)
09:23:28 [INFO] The user operation is waiting for background work to complete.
09:23:28 [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (655.27kB)
09:23:28 [INFO] Unpacking org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200729-1603...
09:23:28 [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.48kB)
09:23:28 [INFO] The user operation is waiting for background work to complete.
09:23:28 [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (51.48kB)
09:23:28 [INFO] Unpacking org.eclipse.equinox.console_1.4.100.v20200525-1407...
09:23:28 [INFO] Fetching org.eclipse.e4.rcp_4.17.0.v20200729-2048.jar from https://download.eclipse.org/staging/2020-09/features/ (21.01kB)
09:23:29 [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.05kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (48.05kB)
09:23:29 [INFO] Unpacking org.eclipse.ecf_3.9.100.v20200611-2221...
09:23:29 [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.12kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.12kB)
09:23:29 [INFO] Unpacking org.eclipse.ecf.identity_3.9.400.v20200611-2221...
09:23:29 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.22kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.22kB)
09:23:29 [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
09:23:29 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.35kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.35kB)
09:23:29 [INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221...
09:23:29 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.98kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.98kB)
09:23:29 [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221...
09:23:29 [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.26kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.26kB)
09:23:29 [INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20200324-0723...
09:23:29 [INFO] Fetching org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (417.22kB)
09:23:29 [INFO] The user operation is waiting for background work to complete.
09:23:29 [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840...
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840.jar from https://download.eclipse.org/staging/2020-09/features/ (19.11kB)
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.67kB)
09:23:30 [INFO] The user operation is waiting for background work to complete.
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.67kB)
09:23:30 [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737...
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.23.0.v20200703-0737.jar from https://download.eclipse.org/staging/2020-09/features/ (19.06kB)
09:23:30 [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar from https://download.eclipse.org/staging/2020-09/features/ (19.08kB)
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (102.27kB)
09:23:30 [INFO] The user operation is waiting for background work to complete.
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (102.27kB)
09:23:30 [INFO] Unpacking org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451...
09:23:30 [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from https://download.eclipse.org/staging/2020-09/features/ (19.07kB)
09:23:30 [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200630-0516.jar from https://download.eclipse.org/staging/2020-09/features/ (19.03kB)
09:23:30 [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/staging/2020-09/features/ (19.01kB)
09:23:31 [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.5kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.5kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
09:23:31 [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.13kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.13kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539...
09:23:31 [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.16kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.16kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.exporter_2.10.0.v20190321-1530...
09:23:31 [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.73kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.73kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723...
09:23:31 [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.28kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (40.28kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.importer.java_2.11.0.v20200324-0723...
09:23:31 [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.69kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.69kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.importer.rose_2.10.0.v20200324-0723...
09:23:31 [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20200324-0723.jar from https://download.eclipse.org/staging/2020-09/features/ (19.16kB)
09:23:31 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.44kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (30.44kB)
09:23:31 [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146...
09:23:31 [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.69kB)
09:23:31 [INFO] The user operation is waiting for background work to complete.
09:23:31 [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.69kB)
09:23:32 [INFO] Unpacking org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031...
09:23:32 [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.07kB)
09:23:32 [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.04kB)
09:23:32 [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB)
09:23:32 [INFO] The user operation is waiting for background work to complete.
09:23:32 [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB)
09:23:32 [INFO] Unpacking org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146...
09:23:32 [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from https://download.eclipse.org/staging/2020-09/features/ (19.07kB)
09:23:32 [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.81kB)
09:23:32 [INFO] The user operation is waiting for background work to complete.
09:23:32 [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (44.81kB)
09:23:32 [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
09:23:32 [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/staging/2020-09/features/ (19.04kB)
09:23:32 [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/staging/2020-09/features/ (19.1kB)
09:23:32 [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/staging/2020-09/features/ (19.02kB)
09:23:32 [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200205-0529.jar from https://download.eclipse.org/staging/2020-09/features/ (19.04kB)
09:23:33 [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.48kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.48kB)
09:23:33 [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146...
09:23:33 [INFO] Fetching org.eclipse.emf_2.23.0.v20200708-0547.jar from https://download.eclipse.org/staging/2020-09/features/ (19.23kB)
09:23:33 [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (67.56kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (67.56kB)
09:23:33 [INFO] Unpacking org.eclipse.emf.mapping_2.12.0.v20181104-0733...
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.23kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.23kB)
09:23:33 [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146...
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.66kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.66kB)
09:23:33 [INFO] Unpacking org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733...
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (18.42kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (18.42kB)
09:23:33 [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146...
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.69kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.69kB)
09:23:33 [INFO] Unpacking org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146...
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.94kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.94kB)
09:23:33 [INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733...
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.07kB)
09:23:33 [INFO] The user operation is waiting for background work to complete.
09:23:33 [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (38.07kB)
09:23:34 [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725...
09:23:34 [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from https://download.eclipse.org/staging/2020-09/features/ (19.16kB)
09:23:34 [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.68kB)
09:23:34 [INFO] The user operation is waiting for background work to complete.
09:23:34 [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.68kB)
09:23:34 [INFO] Unpacking org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146...
09:23:34 [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.11kB)
09:23:34 [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.03kB)
09:23:34 [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from https://download.eclipse.org/staging/2020-09/features/ (19.06kB)
09:23:34 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (17.02kB)
09:23:34 [INFO] The user operation is waiting for background work to complete.
09:23:34 [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (17.02kB)
09:23:34 [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008...
09:23:34 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.04kB)
09:23:34 [INFO] The user operation is waiting for background work to complete.
09:23:34 [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.04kB)
09:23:34 [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008...
09:23:34 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.35kB)
09:23:34 [INFO] The user operation is waiting for background work to complete.
09:23:34 [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.35kB)
09:23:35 [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221...
09:23:35 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.600.v20200705-1016.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.96kB)
09:23:35 [INFO] The user operation is waiting for background work to complete.
09:23:35 [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.600.v20200705-1016.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (75.96kB)
09:23:35 [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.600.v20200705-1016...
09:23:35 [INFO] Fetching org.eclipse.jdt.junit_3.11.900.v20200723-1951.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (229.53kB)
09:23:35 [INFO] The user operation is waiting for background work to complete.
09:23:35 [INFO] Fetching org.eclipse.jdt.junit_3.11.900.v20200723-1951.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (229.53kB)
09:23:35 [INFO] Unpacking org.eclipse.jdt.junit_3.11.900.v20200723-1951...
09:23:35 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.800.v20200723-1803.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.69kB)
09:23:35 [INFO] The user operation is waiting for background work to complete.
09:23:35 [INFO] Fetching org.eclipse.jdt.junit.core_3.10.800.v20200723-1803.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.69kB)
09:23:35 [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.800.v20200723-1803...
09:23:35 [INFO] Fetching org.eclipse.jetty.continuation_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (31.79kB)
09:23:35 [INFO] Fetching org.eclipse.jetty.http_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (222.15kB)
09:23:35 [INFO] Fetching org.eclipse.jetty.io_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (172.53kB)
09:23:36 [INFO] Fetching org.eclipse.jetty.util_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (574.42kB)
09:23:36 [INFO] Fetching org.eclipse.jetty.security_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (126.53kB)
09:23:36 [INFO] Fetching org.eclipse.jetty.server_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (720.07kB)
09:23:36 [INFO] Fetching org.eclipse.jetty.servlet_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (139.2kB)
09:23:36 [INFO] Fetching org.eclipse.jetty.webapp_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (144.8kB)
09:23:36 [INFO] Fetching org.eclipse.jetty.xml_9.4.30.v20200611.jar from https://download.eclipse.org/staging/2020-09/plugins/ (72.61kB)
09:23:36 [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.71kB)
09:23:36 [INFO] The user operation is waiting for background work to complete.
09:23:36 [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.71kB)
09:23:36 [INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935...
09:23:36 [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.89kB)
09:23:36 [INFO] The user operation is waiting for background work to complete.
09:23:36 [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.89kB)
09:23:36 [INFO] Unpacking org.eclipse.json_1.1.100.v201901071922...
09:23:36 [INFO] Fetching org.eclipse.m2e.archetype.common_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.92MB)
09:23:37 [INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (7.22MB)
09:23:37 [INFO] Fetching org.eclipse.m2e.binaryproject_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.42kB)
09:23:37 [INFO] The user operation is waiting for background work to complete.
09:23:37 [INFO] Fetching org.eclipse.m2e.binaryproject_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.42kB)
09:23:37 [INFO] Unpacking org.eclipse.m2e.binaryproject_1.16.0.20200318-1040...
09:23:37 [INFO] Fetching org.eclipse.m2e.core_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (199kB)
09:23:37 [INFO] The user operation is waiting for background work to complete.
09:23:37 [INFO] Fetching org.eclipse.m2e.core_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (199kB)
09:23:37 [INFO] Unpacking org.eclipse.m2e.core_1.16.1.20200710-1008...
09:23:37 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.31kB)
09:23:37 [INFO] The user operation is waiting for background work to complete.
09:23:37 [INFO] Fetching org.eclipse.m2e.sourcelookup_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.31kB)
09:23:38 [INFO] Unpacking org.eclipse.m2e.sourcelookup_1.16.0.20200318-0852...
09:23:38 [INFO] Fetching org.eclipse.m2e.jdt_1.16.0.20200610-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.96kB)
09:23:38 [INFO] The user operation is waiting for background work to complete.
09:23:38 [INFO] Fetching org.eclipse.m2e.jdt_1.16.0.20200610-1500.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (55.96kB)
09:23:38 [INFO] Unpacking org.eclipse.m2e.jdt_1.16.0.20200610-1500...
09:23:38 [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24kB)
09:23:38 [INFO] The user operation is waiting for background work to complete.
09:23:38 [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (24kB)
09:23:38 [INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150...
09:23:38 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.06kB)
09:23:38 [INFO] The user operation is waiting for background work to complete.
09:23:38 [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.06kB)
09:23:38 [INFO] Unpacking org.eclipse.m2e.binaryproject.ui_1.16.0.20200318-0852...
09:23:38 [INFO] Fetching org.eclipse.m2e.core.ui_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (209.76kB)
09:23:38 [INFO] The user operation is waiting for background work to complete.
09:23:38 [INFO] Fetching org.eclipse.m2e.core.ui_1.16.1.20200710-1008.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (209.76kB)
09:23:38 [INFO] Unpacking org.eclipse.m2e.core.ui_1.16.1.20200710-1008...
09:23:38 [INFO] Fetching org.eclipse.m2e.maven.indexer_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.08MB)
09:23:38 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/staging/2020-09/plugins/ (15.56kB)
09:23:38 [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (129.43kB)
09:23:38 [INFO] The user operation is waiting for background work to complete.
09:23:38 [INFO] Fetching org.eclipse.m2e.model.edit_1.16.0.20200514-1409.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (129.43kB)
09:23:39 [INFO] Unpacking org.eclipse.m2e.model.edit_1.16.0.20200514-1409...
09:23:39 [INFO] Fetching org.eclipse.m2e.discovery_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.9kB)
09:23:39 [INFO] The user operation is waiting for background work to complete.
09:23:39 [INFO] Fetching org.eclipse.m2e.discovery_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (33.9kB)
09:23:39 [INFO] Unpacking org.eclipse.m2e.discovery_1.16.0.20200318-1040...
09:23:39 [INFO] Fetching org.eclipse.m2e.editor_1.16.1.20200707-1458.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.43kB)
09:23:39 [INFO] The user operation is waiting for background work to complete.
09:23:39 [INFO] Fetching org.eclipse.m2e.editor_1.16.1.20200707-1458.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (125.43kB)
09:23:39 [INFO] Unpacking org.eclipse.m2e.editor_1.16.1.20200707-1458...
09:23:39 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.3kB)
09:23:39 [INFO] The user operation is waiting for background work to complete.
09:23:39 [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (49.3kB)
09:23:39 [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227...
09:23:39 [INFO] Fetching org.eclipse.m2e.editor.xml_1.16.1.20200708-1243.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.8kB)
09:23:39 [INFO] The user operation is waiting for background work to complete.
09:23:39 [INFO] Fetching org.eclipse.m2e.editor.xml_1.16.1.20200708-1243.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (56.8kB)
09:23:39 [INFO] Unpacking org.eclipse.m2e.editor.xml_1.16.1.20200708-1243...
09:23:39 [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.08kB)
09:23:39 [INFO] The user operation is waiting for background work to complete.
09:23:39 [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (29.08kB)
09:23:39 [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.0.v201901071922...
09:23:39 [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.43kB)
09:23:39 [INFO] Fetching org.eclipse.m2e.launching_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.46kB)
09:23:39 [INFO] The user operation is waiting for background work to complete.
09:23:39 [INFO] Fetching org.eclipse.m2e.launching_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (39.46kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.launching_1.16.0.20200318-1040...
09:23:40 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.3kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.3kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.lifecyclemapping.defaults_1.16.0.20200318-0852...
09:23:40 [INFO] Fetching org.eclipse.m2e.feature_1.16.1.20200710-1008.jar from https://download.eclipse.org/staging/2020-09/features/ (19.88kB)
09:23:40 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (15.51kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.jdt.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (15.51kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.jdt.ui_1.16.0.20200318-1040...
09:23:40 [INFO] Fetching org.eclipse.m2e.scm_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.2kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.scm_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (27.2kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.scm_1.16.0.20200318-1040...
09:23:40 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.64kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.profiles.ui_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.64kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.profiles.ui_1.16.0.20200318-1040...
09:23:40 [INFO] Fetching org.eclipse.m2e.refactoring_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.29kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.refactoring_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.29kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.refactoring_1.16.0.20200318-0852...
09:23:40 [INFO] Fetching org.eclipse.m2e.profiles.core_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.8kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.profiles.core_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.8kB)
09:23:40 [INFO] Unpacking org.eclipse.m2e.profiles.core_1.16.0.20200318-1040...
09:23:40 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.03kB)
09:23:40 [INFO] The user operation is waiting for background work to complete.
09:23:40 [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.03kB)
09:23:41 [INFO] Unpacking org.eclipse.m2e.sourcelookup.ui_1.16.0.20200318-0852...
09:23:41 [INFO] Fetching org.eclipse.m2e.importer_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.51kB)
09:23:41 [INFO] The user operation is waiting for background work to complete.
09:23:41 [INFO] Fetching org.eclipse.m2e.importer_1.16.0.20200318-0852.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.51kB)
09:23:41 [INFO] Unpacking org.eclipse.m2e.importer_1.16.0.20200318-0852...
09:23:41 [INFO] Fetching org.eclipse.ui.externaltools_3.4.800.v20200612-0848.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.6kB)
09:23:41 [INFO] The user operation is waiting for background work to complete.
09:23:41 [INFO] Fetching org.eclipse.ui.externaltools_3.4.800.v20200612-0848.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.6kB)
09:23:41 [INFO] Unpacking org.eclipse.ui.externaltools_3.4.800.v20200612-0848...
09:23:41 [INFO] Fetching org.eclipse.m2e.sse.ui.feature_1.16.1.20200708-1243.jar from https://download.eclipse.org/staging/2020-09/features/ (18.93kB)
09:23:41 [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (204.23kB)
09:23:41 [INFO] The user operation is waiting for background work to complete.
09:23:41 [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (204.23kB)
09:23:41 [INFO] Unpacking org.eclipse.mylyn.bugzilla.core_3.25.1.v20200512-0316...
09:23:41 [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (310.73kB)
09:23:41 [INFO] The user operation is waiting for background work to complete.
09:23:41 [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (310.73kB)
09:23:41 [INFO] Unpacking org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316...
09:23:41 [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.8kB)
09:23:41 [INFO] The user operation is waiting for background work to complete.
09:23:41 [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.8kB)
09:23:41 [INFO] Unpacking org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958...
09:23:41 [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.78kB)
09:23:41 [INFO] The user operation is waiting for background work to complete.
09:23:41 [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.78kB)
09:23:41 [INFO] Unpacking org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958...
09:23:42 [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.73kB)
09:23:42 [INFO] The user operation is waiting for background work to complete.
09:23:42 [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (23.73kB)
09:23:42 [INFO] Unpacking org.eclipse.mylyn.commons.xmlrpc_3.25.1.v20200511-1958...
09:23:42 [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB)
09:23:42 [INFO] The user operation is waiting for background work to complete.
09:23:42 [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.79kB)
09:23:42 [INFO] Unpacking org.eclipse.mylyn.bugzilla.ide_3.25.1.v20200512-2113...
09:23:42 [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (182.11kB)
09:23:42 [INFO] The user operation is waiting for background work to complete.
09:23:42 [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (182.11kB)
09:23:42 [INFO] Unpacking org.eclipse.mylyn.bugzilla.ui_3.25.1.v20200512-0316...
09:23:42 [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.18MB)
09:23:42 [INFO] The user operation is waiting for background work to complete.
09:23:42 [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.18MB)
09:23:42 [INFO] Unpacking org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316...
09:23:42 [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (202.03kB)
09:23:42 [INFO] The user operation is waiting for background work to complete.
09:23:42 [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (202.03kB)
09:23:42 [INFO] Unpacking org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958...
09:23:42 [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (104.26kB)
09:23:42 [INFO] The user operation is waiting for background work to complete.
09:23:42 [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (104.26kB)
09:23:43 [INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958...
09:23:43 [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.25.1.v20200512-0316.jar from https://download.eclipse.org/staging/2020-09/features/ (18.01kB)
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.66kB)
09:23:43 [INFO] The user operation is waiting for background work to complete.
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.66kB)
09:23:43 [INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958...
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons_3.25.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.9kB)
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB)
09:23:43 [INFO] The user operation is waiting for background work to complete.
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB)
09:23:43 [INFO] Unpacking org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958...
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.85kB)
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.47kB)
09:23:43 [INFO] The user operation is waiting for background work to complete.
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.47kB)
09:23:43 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958...
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.09kB)
09:23:43 [INFO] The user operation is waiting for background work to complete.
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.09kB)
09:23:43 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958...
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.76kB)
09:23:43 [INFO] The user operation is waiting for background work to complete.
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (37.76kB)
09:23:43 [INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958...
09:23:43 [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (18.01kB)
09:23:44 [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.46kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.46kB)
09:23:44 [INFO] Unpacking org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958...
09:23:44 [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.66kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.66kB)
09:23:44 [INFO] Unpacking org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958...
09:23:44 [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.92kB)
09:23:44 [INFO] Fetching org.eclipse.mylyn.context.core_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.95kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.context.core_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (82.95kB)
09:23:44 [INFO] Unpacking org.eclipse.mylyn.context.core_3.25.1.v20200512-2113...
09:23:44 [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.39kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.39kB)
09:23:44 [INFO] Unpacking org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958...
09:23:44 [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.36kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (66.36kB)
09:23:44 [INFO] Unpacking org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113...
09:23:44 [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (106.72kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (106.72kB)
09:23:44 [INFO] Unpacking org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113...
09:23:44 [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.3kB)
09:23:44 [INFO] The user operation is waiting for background work to complete.
09:23:44 [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (31.3kB)
09:23:45 [INFO] Unpacking org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958...
09:23:45 [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.12kB)
09:23:45 [INFO] The user operation is waiting for background work to complete.
09:23:45 [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (46.12kB)
09:23:45 [INFO] Unpacking org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113...
09:23:45 [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.1.v20200512-2113.jar from https://download.eclipse.org/staging/2020-09/features/ (17.94kB)
09:23:45 [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (59.67kB)
09:23:45 [INFO] The user operation is waiting for background work to complete.
09:23:45 [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (59.67kB)
09:23:45 [INFO] Unpacking org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958...
09:23:45 [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.64kB)
09:23:45 [INFO] The user operation is waiting for background work to complete.
09:23:45 [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (60.64kB)
09:23:45 [INFO] Unpacking org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958...
09:23:45 [INFO] Fetching org.eclipse.mylyn.discovery_3.25.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.88kB)
09:23:45 [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.83kB)
09:23:45 [INFO] The user operation is waiting for background work to complete.
09:23:45 [INFO] Fetching org.eclipse.mylyn.ide.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.83kB)
09:23:45 [INFO] Unpacking org.eclipse.mylyn.ide.ui_3.25.1.v20200512-2113...
09:23:45 [INFO] Fetching org.eclipse.mylyn.ide_feature_3.25.1.v20200512-2113.jar from https://download.eclipse.org/staging/2020-09/features/ (17.96kB)
09:23:45 [INFO] Fetching org.eclipse.mylyn.monitor_3.25.1.v20200511-1958.jar from https://download.eclipse.org/staging/2020-09/features/ (17.87kB)
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.45kB)
09:23:46 [INFO] The user operation is waiting for background work to complete.
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (58.45kB)
09:23:46 [INFO] Unpacking org.eclipse.mylyn.tasks.bugs_3.25.1.v20200512-0316...
09:23:46 [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.16MB)
09:23:46 [INFO] The user operation is waiting for background work to complete.
09:23:46 [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.16MB)
09:23:46 [INFO] Unpacking org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316...
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.25.1.v20200512-0316.jar from https://download.eclipse.org/staging/2020-09/features/ (17.91kB)
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB)
09:23:46 [INFO] The user operation is waiting for background work to complete.
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.99kB)
09:23:46 [INFO] Unpacking org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316...
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.35kB)
09:23:46 [INFO] The user operation is waiting for background work to complete.
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.35kB)
09:23:46 [INFO] Unpacking org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316...
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (45.36kB)
09:23:46 [INFO] The user operation is waiting for background work to complete.
09:23:46 [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (45.36kB)
09:23:46 [INFO] Unpacking org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316...
09:23:46 [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (76.06kB)
09:23:46 [INFO] The user operation is waiting for background work to complete.
09:23:46 [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (76.06kB)
09:23:47 [INFO] Unpacking org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113...
09:23:47 [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.1.v20200512-2113.jar from https://download.eclipse.org/staging/2020-09/features/ (17.91kB)
09:23:47 [INFO] Fetching org.eclipse.mylyn_feature_3.25.1.v20200514-1748.jar from https://download.eclipse.org/staging/2020-09/features/ (18.54kB)
09:23:47 [INFO] Fetching org.eclipse.platform_4.17.0.v20200729-1800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (425.25kB)
09:23:47 [INFO] The user operation is waiting for background work to complete.
09:23:47 [INFO] Fetching org.eclipse.platform_4.17.0.v20200729-1800.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (425.25kB)
09:23:47 [INFO] Unpacking org.eclipse.platform_4.17.0.v20200729-1800...
09:23:47 [INFO] Fetching org.eclipse.ui.intro_3.5.1100.v20200609-0953.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (142.41kB)
09:23:47 [INFO] The user operation is waiting for background work to complete.
09:23:47 [INFO] Fetching org.eclipse.ui.intro_3.5.1100.v20200609-0953.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (142.41kB)
09:23:47 [INFO] Unpacking org.eclipse.ui.intro_3.5.1100.v20200609-0953...
09:23:47 [INFO] Fetching org.eclipse.rse_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (13.38kB)
09:23:47 [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (68kB)
09:23:47 [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (455.01kB)
09:23:47 [INFO] Fetching org.eclipse.rse.services.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (346.81kB)
09:23:48 [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (1.64MB)
09:23:48 [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (408.41kB)
09:23:48 [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (15.71kB)
09:23:48 [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (40.29kB)
09:23:48 [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (61.85kB)
09:23:48 [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (25.87kB)
09:23:48 [INFO] Fetching org.eclipse.rse.services.telnet_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (23.93kB)
09:23:48 [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (211.96kB)
09:23:48 [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (33.41kB)
09:23:49 [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (21.79kB)
09:23:49 [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from https://download.eclipse.org/staging/2020-09/plugins/ (232.51kB)
09:23:49 [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (493.77kB)
09:23:49 [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (74.41kB)
09:23:49 [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (142.1kB)
09:23:49 [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (135.73kB)
09:23:49 [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (30.49kB)
09:23:49 [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (33.49kB)
09:23:50 [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (68.52kB)
09:23:50 [INFO] Fetching org.eclipse.rse.core_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.48kB)
09:23:50 [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (38.4kB)
09:23:50 [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.47kB)
09:23:50 [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (21.6kB)
09:23:50 [INFO] Fetching org.eclipse.rse.dstore.security_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (66.84kB)
09:23:50 [INFO] Fetching org.eclipse.rse.dstore_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.57kB)
09:23:50 [INFO] Fetching org.eclipse.rse_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (30.93kB)
09:23:50 [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (42.75kB)
09:23:50 [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (35.53kB)
09:23:51 [INFO] Fetching org.eclipse.rse.ftp_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.36kB)
09:23:51 [INFO] Fetching org.eclipse.rse.services.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (61.92kB)
09:23:51 [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (27.23kB)
09:23:51 [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (18.96kB)
09:23:51 [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.52kB)
09:23:51 [INFO] Fetching org.eclipse.rse.local_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.3kB)
09:23:51 [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.1kB)
09:23:51 [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.34kB)
09:23:51 [INFO] Fetching org.eclipse.rse.ssh_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.3kB)
09:23:52 [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.100.201901312252.jar from https://download.eclipse.org/staging/2020-09/plugins/ (19.34kB)
09:23:52 [INFO] Fetching org.eclipse.rse.telnet_4.5.100.202002061858.jar from https://download.eclipse.org/staging/2020-09/features/ (18.36kB)
09:23:52 [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.75kB)
09:23:52 [INFO] The user operation is waiting for background work to complete.
09:23:52 [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.75kB)
09:23:52 [INFO] Unpacking org.eclipse.wst.common.snippets_1.2.500.v201811170421...
09:23:52 [INFO] Fetching org.eclipse.wst.common_core.feature_3.19.0.v202007161535.jar from https://download.eclipse.org/staging/2020-09/features/ (31.8kB)
09:23:52 [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.74kB)
09:23:52 [INFO] The user operation is waiting for background work to complete.
09:23:52 [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.74kB)
09:23:52 [INFO] Unpacking org.eclipse.wst.common.infopop_1.0.301.v202007142017...
09:23:52 [INFO] Fetching org.eclipse.wst.internet.cache_1.0.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.69kB)
09:23:52 [INFO] The user operation is waiting for background work to complete.
09:23:52 [INFO] Fetching org.eclipse.wst.internet.cache_1.0.801.v202007142017.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (22.69kB)
09:23:52 [INFO] Unpacking org.eclipse.wst.internet.cache_1.0.801.v202007142017...
09:23:52 [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.4kB)
09:23:52 [INFO] The user operation is waiting for background work to complete.
09:23:52 [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.4kB)
09:23:52 [INFO] Unpacking org.eclipse.wst.validation.infopop_1.0.300.v202007131715...
09:23:52 [INFO] Fetching org.eclipse.wst.common_ui.feature_3.19.0.v202007161535.jar from https://download.eclipse.org/staging/2020-09/features/ (31.8kB)
09:23:52 [INFO] Fetching org.eclipse.wst.dtd.core_1.2.100.v202007120740.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (165.79kB)
09:23:52 [INFO] The user operation is waiting for background work to complete.
09:23:52 [INFO] Fetching org.eclipse.wst.dtd.core_1.2.100.v202007120740.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (165.79kB)
09:23:53 [INFO] Unpacking org.eclipse.wst.dtd.core_1.2.100.v202007120740...
09:23:53 [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202007170559.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (90.08kB)
09:23:53 [INFO] The user operation is waiting for background work to complete.
09:23:53 [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.300.v202007170559.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (90.08kB)
09:23:53 [INFO] Unpacking org.eclipse.wst.dtd.ui_1.1.300.v202007170559...
09:23:53 [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.07kB)
09:23:53 [INFO] The user operation is waiting for background work to complete.
09:23:53 [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (26.07kB)
09:23:53 [INFO] Unpacking org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120...
09:23:53 [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.33kB)
09:23:53 [INFO] The user operation is waiting for background work to complete.
09:23:53 [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (50.33kB)
09:23:53 [INFO] Unpacking org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127...
09:23:53 [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.2MB)
09:23:53 [INFO] The user operation is waiting for background work to complete.
09:23:53 [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (1.2MB)
09:23:53 [INFO] Unpacking org.eclipse.wst.jsdt.core_2.0.303.v202007221940...
09:23:54 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.9kB)
09:23:54 [INFO] The user operation is waiting for background work to complete.
09:23:54 [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.9kB)
09:23:54 [INFO] Unpacking org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047...
09:23:54 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202007282231.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.3MB)
09:23:54 [INFO] The user operation is waiting for background work to complete.
09:23:54 [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202007282231.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (2.3MB)
09:23:54 [INFO] Unpacking org.eclipse.wst.jsdt.ui_2.1.100.v202007282231...
09:23:55 Aug 20, 2020 1:23:55 PM org.apache.http.impl.execchain.RetryExec execute
09:23:55 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
09:23:55 Aug 20, 2020 1:23:55 PM org.apache.http.impl.execchain.RetryExec execute
09:23:55 INFO: Retrying request to {s}->https://download.eclipse.org:443
09:23:55 [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (62.72kB)
09:23:55 [INFO] The user operation is waiting for background work to complete.
09:23:55 [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (62.72kB)
09:23:55 [INFO] Unpacking org.eclipse.wst.jsdt.web.core_1.1.100.v202005120035...
09:23:55 [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.0.v202007252131.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.7kB)
09:23:55 [INFO] The user operation is waiting for background work to complete.
09:23:55 [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.0.v202007252131.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (84.7kB)
09:23:55 [INFO] Unpacking org.eclipse.wst.jsdt.web.ui_1.2.0.v202007252131...
09:23:56 [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.17kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.17kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.bower.core_1.0.0.v201901071922...
09:23:56 [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.97kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (13.97kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.bower.ui_1.0.200.v201904210526...
09:23:56 [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (104.94kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (104.94kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.core_1.1.0.v201901152013...
09:23:56 [INFO] Fetching org.eclipse.wst.json.ui_1.0.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (99.13kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.ui_1.0.400.v202004230532.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (99.13kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.ui_1.0.400.v202004230532...
09:23:56 [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.15kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.15kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.eslint.core_1.0.0.v201901071922...
09:23:56 [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.43kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.43kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526...
09:23:56 [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.16kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.16kB)
09:23:56 [INFO] Unpacking org.eclipse.wst.json.jshint.core_1.0.1.v201908281850...
09:23:56 [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.43kB)
09:23:56 [INFO] The user operation is waiting for background work to complete.
09:23:56 [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.43kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526...
09:23:57 [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.14kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.14kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.json.npm.core_1.0.0.v201901071922...
09:23:57 [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.55kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (11.55kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.json.npm.ui_1.0.100.v201904210526...
09:23:57 [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.98kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.98kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922...
09:23:57 [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.8.v201909302219.jar from https://download.eclipse.org/staging/2020-09/features/ (31.83kB)
09:23:57 [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.8.v202004230532.jar from https://download.eclipse.org/staging/2020-09/features/ (31.86kB)
09:23:57 [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.31kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (16.31kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.server.http.core_1.0.400.v202007170127...
09:23:57 [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.97kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (19.97kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.server.http.ui_1.0.500.v202007170127...
09:23:57 [INFO] Fetching org.eclipse.wst.server.preview_1.1.701.v201912051849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.92kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.server.preview_1.1.701.v201912051849.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.92kB)
09:23:57 [INFO] Unpacking org.eclipse.wst.server.preview_1.1.701.v201912051849...
09:23:57 [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.42kB)
09:23:57 [INFO] The user operation is waiting for background work to complete.
09:23:57 [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (20.42kB)
09:23:58 [INFO] Unpacking org.eclipse.wst.server.preview.adapter_1.1.500.v202007170127...
09:23:58 [INFO] Fetching org.eclipse.wst.server_adapters.feature_3.2.801.v202007170127.jar from https://download.eclipse.org/staging/2020-09/features/ (30.89kB)
09:23:58 [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.800.v202007170127.jar from https://download.eclipse.org/staging/2020-09/features/ (30.63kB)
09:23:58 [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.85kB)
09:23:58 [INFO] The user operation is waiting for background work to complete.
09:23:58 [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (12.85kB)
09:23:58 [INFO] Unpacking org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132...
09:23:58 [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.900.v202007170127.jar from https://download.eclipse.org/staging/2020-09/features/ (30.72kB)
09:23:58 [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.21kB)
09:23:58 [INFO] The user operation is waiting for background work to complete.
09:23:58 [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (92.21kB)
09:23:58 [INFO] Unpacking org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132...
09:23:58 [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/staging/2020-09/features/ (30.61kB)
09:23:58 [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (89.04kB)
09:23:58 [INFO] The user operation is waiting for background work to complete.
09:23:58 [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (89.04kB)
09:23:58 [INFO] Unpacking org.eclipse.wst.sse.doc.user_1.2.0.v201903222120...
09:23:58 [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (145.75kB)
09:23:58 [INFO] The user operation is waiting for background work to complete.
09:23:58 [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (145.75kB)
09:23:58 [INFO] Unpacking org.eclipse.wst.standard.schemas_1.0.800.v201901071922...
09:23:59 [INFO] Fetching org.eclipse.wst.web_core.feature_3.19.0.v202007252131.jar from https://download.eclipse.org/staging/2020-09/features/ (31.96kB)
09:23:59 [INFO] Fetching org.eclipse.wst.web_js_support.feature_3.19.0.v202007252131.jar from https://download.eclipse.org/staging/2020-09/features/ (19.31kB)
09:23:59 [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.09kB)
09:23:59 [INFO] The user operation is waiting for background work to complete.
09:23:59 [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (10.09kB)
09:23:59 [INFO] Unpacking org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120...
09:23:59 [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.41kB)
09:23:59 [INFO] The user operation is waiting for background work to complete.
09:23:59 [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8.41kB)
09:23:59 [INFO] Unpacking org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120...
09:23:59 [INFO] Fetching org.eclipse.wst.web_ui.feature_3.19.0.v202007252131.jar from https://download.eclipse.org/staging/2020-09/features/ (19.51kB)
09:23:59 [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (758.03kB)
09:23:59 [INFO] The user operation is waiting for background work to complete.
09:23:59 [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (758.03kB)
09:23:59 [INFO] Unpacking org.eclipse.wst.doc.user_1.2.0.v201903222120...
09:23:59 [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.96kB)
09:23:59 [INFO] The user operation is waiting for background work to complete.
09:23:59 [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (77.96kB)
09:23:59 [INFO] Unpacking org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120...
09:23:59 [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/staging/2020-09/features/ (31.9kB)
09:23:59 [INFO] Fetching org.eclipse.wst.xml_core.feature_3.19.0.v202007252131.jar from https://download.eclipse.org/staging/2020-09/features/ (31.97kB)
09:24:00 [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.2kB)
09:24:00 [INFO] The user operation is waiting for background work to complete.
09:24:00 [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.2kB)
09:24:00 [INFO] Unpacking org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120...
09:24:00 [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.23kB)
09:24:00 [INFO] The user operation is waiting for background work to complete.
09:24:00 [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (9.23kB)
09:24:00 [INFO] Unpacking org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120...
09:24:00 [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.22kB)
09:24:00 [INFO] The user operation is waiting for background work to complete.
09:24:00 [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (14.22kB)
09:24:00 [INFO] Unpacking org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120...
09:24:00 [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.400.v202007171236.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (376.62kB)
09:24:00 [INFO] The user operation is waiting for background work to complete.
09:24:00 [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.400.v202007171236.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (376.62kB)
09:24:00 [INFO] Unpacking org.eclipse.wst.xsd.ui_1.3.400.v202007171236...
09:24:00 [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.19.0.v202007191902.jar from https://download.eclipse.org/staging/2020-09/features/ (32.02kB)
09:24:00 [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.28kB)
09:24:00 [INFO] The user operation is waiting for background work to complete.
09:24:00 [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (87.28kB)
09:24:00 [INFO] Unpacking org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120...
09:24:00 [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (76.96kB)
09:24:00 [INFO] The user operation is waiting for background work to complete.
09:24:00 [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (76.96kB)
09:24:01 [INFO] Unpacking org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120...
09:24:01 [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/staging/2020-09/features/ (31.82kB)
09:24:01 [INFO] Fetching org.eclipse.xsd_2.18.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (532.33kB)
09:24:01 [INFO] The user operation is waiting for background work to complete.
09:24:01 [INFO] Fetching org.eclipse.xsd_2.18.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (532.33kB)
09:24:01 [INFO] Unpacking org.eclipse.xsd_2.18.0.v20200723-0820...
09:24:01 [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.54kB)
09:24:01 [INFO] The user operation is waiting for background work to complete.
09:24:01 [INFO] Fetching org.eclipse.xsd.edit_2.11.0.v20200723-0820.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (65.54kB)
09:24:01 [INFO] Unpacking org.eclipse.xsd.edit_2.11.0.v20200723-0820...
09:24:02 Aug 20, 2020 1:24:02 PM org.apache.http.impl.execchain.RetryExec execute
09:24:02 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
09:24:02 Aug 20, 2020 1:24:02 PM org.apache.http.impl.execchain.RetryExec execute
09:24:02 INFO: Retrying request to {s}->https://download.eclipse.org:443
09:24:02 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200608-1513.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (81.96kB)
09:24:02 [INFO] The user operation is waiting for background work to complete.
09:24:02 [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200608-1513.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (81.96kB)
09:24:02 [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200608-1513...
09:24:02 [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (683.33kB)
09:24:02 [INFO] The user operation is waiting for background work to complete.
09:24:02 [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (683.33kB)
09:24:02 [INFO] Unpacking org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200729-1603...
09:24:03 [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.9kB)
09:24:03 [INFO] The user operation is waiting for background work to complete.
09:24:03 [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (7.9kB)
09:24:03 [INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314...
09:24:04 Aug 20, 2020 1:24:04 PM org.apache.http.impl.execchain.RetryExec execute
09:24:04 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
09:24:04 Aug 20, 2020 1:24:04 PM org.apache.http.impl.execchain.RetryExec execute
09:24:04 INFO: Retrying request to {s}->https://download.eclipse.org:443
09:24:04 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200608-1513.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.69kB)
09:24:04 [INFO] The user operation is waiting for background work to complete.
09:24:04 [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200608-1513.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (69.69kB)
09:24:04 [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200608-1513...
09:24:04 [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (740.88kB)
09:24:04 [INFO] The user operation is waiting for background work to complete.
09:24:04 [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200729-1603.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (740.88kB)
09:24:04 [INFO] Unpacking org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200729-1603...
09:24:04 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8kB)
09:24:04 [INFO] The user operation is waiting for background work to complete.
09:24:04 [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/staging/2020-09/plugins/ (8kB)
09:24:04 [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755...
09:24:05 [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/data/.metadata/.log
09:24:05 [INFO] Command line:
09:24:05 	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.eclipse.test/tests/org.eclipse.reddeer.eclipse.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000]
09:24:11 Launching application org.eclipse.ui.ide.workbench...
09:24:14 
09:24:14 Results:
09:24:14 
09:24:14 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
09:24:14 
09:24:17 [INFO] ------------------------------------------------------------------------
09:24:17 [INFO] BUILD FAILURE
09:24:17 [INFO] ------------------------------------------------------------------------
09:24:17 [INFO] Total time:  02:42 min
09:24:17 [INFO] Finished at: 2020-08-20T13:24:17Z
09:24:17 [INFO] ------------------------------------------------------------------------
09:24:17 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.7.0:test (default-test) on project org.eclipse.reddeer.eclipse.test: No tests found. -> [Help 1]
09:24:17 [ERROR] 
09:24:17 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
09:24:17 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
09:24:17 [ERROR] 
09:24:17 [ERROR] For more information about the errors and possible solutions, please read the following articles:
09:24:17 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
09:24:18 Build step 'Invoke top-level Maven targets' marked build as failure
09:24:18 Terminating xvnc.
09:24:29 Archiving artifacts
09:24:29 Recording test results
09:24:29 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
09:24:29 [Set GitHub commit status (universal)] PENDING on repos [] (sha:e997b54) with context:reddeer.eclipse.test
09:24:29 Finished: FAILURE